![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a very simple but functional tide prediction website I'd love to have some feedback on. The url is http://primefishingtimes.com :-) |
#3
| |||
| |||
|
|
Greetings all, I have a very simple but functional tide prediction website I'd love to have some feedback on. The url is http://primefishingtimes.com |
#4
| |||
| |||
|
|
JB wrote: I have a very simple but functional tide prediction website I'd love to have some feedback on. The url is http://primefishingtimes.com :-) The design is clean and the content well focused. :-( - There are a number of validation errors. They are all because you do not place the href values in quotes. - The default body size is 76%. Why do you make me squint? - No background color is set for <body>. - The header colors are light text on dark background. This is an automatic degradation in readability. It is further aggravated by lightening the background on hover, and the tiny font size. - The footer link font weight and hover is different from the header link's. Since there is no other visual difference, why change the hover action? I use the tidy HTML validator with Firefox and don't see any validation |
#5
| |||
| |||
|
|
On 2006-10-16, JB wrote: Greetings all, I have a very simple but functional tide prediction website I'd love to have some feedback on. The url is http://primefishingtimes.com It looks good. However, it is useless to me, and something on the main page should tell me that, so that I don't waste time going any further. There's a great big world outside the USA. There are easily fixable validation errors. Sorry about that. You're definately right. This is "world wide web" . . . |
#6
| |||
| |||
|
|
I use the tidy HTML validator with Firefox and don't see any validation errors on any of my pages. |

|
I can't find the link right now, but I seem to remember reading somewhere about the convention of setting the default body font size to 76% and then using em units to scale the fonts for your various elements. |
|
So if you scale your p element to say 1.2 em, you should get a rough equivalent of 12 point text across most browsers. |

#7
| |||
| |||
|
|
JB wrote: I use the tidy HTML validator with Firefox and don't see any validation errors on any of my pages. Tidy isn't a real validator. The one at W3C is. If you don't already have it, get the Web Developer extension for Firefox. It comes with validation tools plus oodles of other goodies. You'll wonder how you ever lived without it. ![]() I can't find the link right now, but I seem to remember reading somewhere about the convention of setting the default body font size to 76% and then using em units to scale the fonts for your various elements. There is no such convention. There is, however, a practice by graphic designers doing web design of using small, pixel-based font sizes for "artistic" reasons. That doesn't make for good web design, though. So if you scale your p element to say 1.2 em, you should get a rough equivalent of 12 point text across most browsers. And if you start with body {font-size:100%} then you don't have to bother scaling p elements at all. ![]() BTW, points are a print measurement and are not appropriate for screen use. |
#8
| |||
| |||
|
|
here is the stuff I was thinking about when styling my font sizes: http://www.clagnut.com/blog/348/. |
#9
| |||
| |||
|
|
:-( - There are a number of validation errors. They are all because you do not place the href values in quotes. I use the tidy HTML validator with Firefox and don't see any validation errors on any of my pages. Can you be a little more specific on where you're seeing the errors? Any of the <a href=...> elements. For instance <a href=/> should be <a |
|
I can't find the link right now, but I seem to remember reading somewhere about the convention of setting the default body font size to 76% and then using em units to scale the fonts for your various elements. So if you scale your p element to say 1.2 em, you should get a rough equivalent of 12 point text across most browsers. Am I aproaching this wrong? Bizarre. |
#10
| |||
| |||
|
|
Greetings all, I have a very simple but functional tide prediction website I'd love to have some feedback on. The url is http://primefishingtimes.com Thanks, JB |
![]() |
| Thread Tools | |
| Display Modes | |
| |