The ease in which text can be understood (based on content, not formatting). Readability is not to be confused with legibility, which is the ease with which text can be read (based on formatting, not content).

learn more… | top users | synonyms

6
votes
2answers
510 views

How to design usable web site terms & conditions?

What are some guidelines and examples for designing usable legal terms for web sites? I know that most users don't read it, but are there innovative ways to improve readability and presentation of ...
16
votes
5answers
441 views

How long should a temporary notification appear?

For our intranet application we have little notification messages that indicate successful operations like "information saved," "logged out" etc. Most of them are not important enough to require a ...
11
votes
3answers
2k views

Why not use san-serif fonts on print design?

It's better to use san-serif than serif fonts on web, as their simpler letter form remain readable at low resolution. Serif fonts need more pixels to display their extra details. I was wondering why I ...
5
votes
5answers
1k views

Easiest to read fonts

Has there been studies to determine what fonts make it easiest to read? I'm interested in the font type, but also size and color. For example, is dark gray better than pitch black? Also of interest ...
9
votes
4answers
397 views

automatically calculate contrast

A user can change the default design of his site by selecting a color. This color is applied to the menu background color. The problem is that I have to change the menu text color depending on the ...
8
votes
4answers
215 views

Relationship between font-size and width of container

Are there any studies done which tell us the relationship between the font size and the optimal width of the container they are in? For example, 12px font size is going to be too small in a container ...
13
votes
3answers
448 views

What's the best way to make a user read terms and conditions before continuing a form?

What's the best way to make a user read terms and conditions before continuing a form? Structure of Form: Label1 [Textbox] Label2 [Textbox] Terms and Conditions [Textarea] Checkbox ["I agree to the ...