![]() | |
![]() |
| | Thread Tools | Display Modes |
#31
| |||
| |||
|
|
SeaPlusPlus <SeaPlusPlus (AT) hotmail (DOT) com> wrote: No they MUST be nothing of the sort. Indicating visited links is just a gimmick and on a well constructed site are totally unneccesary. |
|
If I have a list of 20 article headlines, linked to the respective articles, I consider it a very useful feature to be able to recognise at a glimse the articles I have take a look at already. |
|
If you have a convoluted web site that makes it a web and no hierarchy[...] Blaming to web to be web-like is, let's say, interesting. |
#32
| |||
| |||
|
|
Martin Bialasinski wrote: If I have a list of 20 article headlines, linked to the respective articles, I consider it a very useful feature to be able to recognise at a glimse the articles I have take a look at already. SeaPlusPlus wrote: Okay, you are right, in this case it is helpful... but still not neccesary. ;-) |
|
Yes it is necessary, if you have any regard for your visitors. Of course, if the site is for your own personal use feel free to do whatever you like. |
#33
| |||||
| |||||
|
|
kchayka wrote: Reading a book and reading on screen are two totally different things. SeaPlusPlus wrote: True enough, but it shouldn't be... should it??? |
|
Why does it have to be the same? It's different media. |
|
If you have a good desplay Does everyone need to upgrade their hardware to live in your world? ![]() |
|
and you enable clear type I don't even have this thing, so it will be hard to enable it. ![]() |
|
and have paid attention to all the nuances of what takes place when reading a book, you should be able to duplicate the 'book' experience during the 'display' experience. In my world, the viewing environments for reading a book and reading on screen have few similarities. For example, I sit a fair distance from the monitor, but I need to have a book pretty close to read that small print. I don't want or need the two environments to be the same. |
#34
| |||
| |||
|
|
The correct print font would be Times New Roman this is the font optimazed over many many years for print media. My body print CSS is... (font: 10.5pt normal "Times New Roman", serif ![]() |
#35
| |||||||
| |||||||
|
|
I spent quite some time fiddling with the supplied fonts trying to find one that was easy to read on my web browser (that was my main criteria, even more so than looking brilliant). I settled on Georgia, for Windows. |
|
Georgia is an excellent choice for the screen it is highly readable. |
|
Have you measured it? I find it harder to read than similar size TNR. |
|
What were web browser authors thinking of when they squashed the lines closer together than normal? Apart from being harder to read, as soon as you use characters with accents, etc., they either overlap the line above, or shove those lines of text further apart than the rest of the document. You usually see that when you override font size, and site has specified 1 for line-height... |
|
But, in summary, ease of reading depends on a combination of factors: Font design (it's style, if you like) Font aspect ratio Font size Font weight Inter-character spacing (Kerning) |
|
Inter-line spacing Colours Width of column (this is closely related to line-height) Good sized paragraphs |
|
Emulate the look and feel of a book and you'll not be far from the 'ideal'. Exept, that in WWW, you can overcome biggest problem of book - the unability to have different properties people that need them. And other users get tested default. And you don't have to do anything. |
#36
| |||
| |||
|
|
SeaPlusPlus posted: The correct print font would be Times New Roman this is the font optimazed over many many years for print media. My body print CSS is... (font: 10.5pt normal "Times New Roman", serif ![]() |
|
In general I'd go along with that. However, not all distributions of the Times font are the same as each other, and sometimes that is a bit small. |
#37
| |||
| |||
|
|
SeaPlusPlus wrote: Georgia is an excedllent choice for the screen it is highly readable. |
|
Have you measured it? I find it harder to read than similar size TNR. The correct print font would be Times New Roman this is the font optimazed over many many years for print media. My body print CSS is... (font: 10.5pt normal "Times New Roman", serif ![]() I would use 11pt, or maybe even bigger, depending on content, and bigger line height. 1.2 is quite little with typical A4 print width. |
|
Emulate the look and feel of a book and you'll not be far from the 'ideal'. Exept, that in WWW, you can overcome biggest problem of book - the unability to have different properties people that need them. And other users get tested default. And you don't have to do anything. |
#38
| |||
| |||
|
|
10.5pt is 10.5pt ain't it??? ;-) |
#39
| |||
| |||
|
|
"SeaPlusPlus" wrote: 10.5pt is 10.5pt ain't it??? ;-) |
|
In the world of CSS on screens, it ain't. |
#40
| |||
| |||
|
|
h5 { font: 10.5pt "Times New Roman", serif; /* small pica */ } h6 { font: 7.6pt "Times New Roman", serif; /* brevier */ } This is to match up with the printing world. Body is the same as h5 |
![]() |
| Thread Tools | |
| Display Modes | |
| |