|
| |
|
|
rdouglass
Posts: 9137 From: Biddeford, ME USA Status: online
|
Comment or suggestions? - 4/25/2008 1:13:19
Getting ready to roll out a site here: http://www.atrainerontheroad.com/ Not everything is completely functional and is lacking a little content in areas but I'm soliciting input anyways. Any comments or suggestions?
< Message edited by rdouglass -- 4/25/2008 1:21:50 >
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
Tailslide
Posts: 5774 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Comment or suggestions? - 4/25/2008 2:32:07
Hi Roger - that's you in the top left photo isn't it? It's a nice looking site. The few things I picked up on would be: 1. I know you're still working on it - but some of the inner pages don't validate (yet) so I'd be careful if you're going to use those W3C icons - actually I wouldn't bother with them anyway - they're ugly and no-one knows what they mean!! 2. I'd increase the line-height for the main content area just slightly. 3. You're using PX to size the text which has all the usual effects for IE users. 4. The boxes in the left sidebar break on font-size increase. The one on the right doesn't so maybe repeat that technique on the left? 5. The nav background is overflowed on font-size increase. I'd have the background-colour set to allow for this - or make the background image much taller. 6. The contact form doesn't have any labels and you're using captcha on one of them with no alternate method of getting through the form. 7. I'd have the bottom nav in a list too. 8. I'd make the link for the image replacement header white so it's easier to see with no images on. 9. You need focus and active rules along with your hover rules for links and the nav 10. The dropdown lists only work for mouse-users and there's no way to get to the sub-pages without a mouse - so maybe add a sitemap? 11. Have you thought about adding skip links - there's quite a lot of navigation to get through on each page. 12. On the table on the locator page it'd be better to have THs to make it more accessible. 13. You've got a lot of inline styling there - it's going to make maintenance a real pain!! 14. One of the scripts is throwing an error badly in Opera. That looks like a long list but to be honest most of it's easily fixed and you've got yourself not only a really attractive site but one that's very accessible too. Jeez Roger you're up late - you waiting around for us lot over here to appear?
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Tailslide
Posts: 5774 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Comment or suggestions? - 4/25/2008 9:57:04
Yes the font resizing definitely isn't working in IE so it must be that any use of PX is killing it. People tend to find what works for them - I use 100% on the body element and then 76% on the main container div. I'd stick with using 100% on the body and see if the 1em on everything else is ok - should be fine. Skip links - basically for people using screenreaders or small screen devices - they allow them to skip over a long navigation menu straight to the content or straight over the content to the navigation if that's the case. It's a time saver for them. If you're using an id on your navigation (or content) then you can just make that the target of the link. There are "issues" with IE (oh big surprise) and haslayout things which means that this doesn't always work and you sometimes have to add a link like this: <a id="navigation" name="navigation"> </a>. I do that a fair bit out of habit but it works fine. BTW - using name there is for older browsers as they don't understand ID. There's a whole big discussion about whether skip links should be visible or not - some people tend to position them off-screen. personally I keep them visible as they're useful for people with PDAs etc and I don't find them particularly offensive! I tend to have them first thing on the page along with a link to the accessibility page and sometimes a sitemap like this: <ul id="skip">
<li><a href="#navigation">Skip to Navigation</a></li>
<li><a href="accessibility.html">Accessibility</a></li>
</ul> More details here: http://jimthatcher.com/skipnav.htm Here's another approach: http://www.webstandards.org/ (hover your mouse towards the top of the page). If there's only a few items of navigation then I wouldn't bother with it. More than 5 I would. Oh and, small point, if you're skipping to content - make sure the link name is contents with an s on the end or screenreaders read it wrong!
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
treetopsranch
Posts: 882 From: Cottage Grove, OR, USA Status: offline
|
RE: Comment or suggestions? - 4/25/2008 19:30:40
About 3 inches of horizontal scroll on my 800 res monitor.
_____________________________
Don from TreeTops Ranch, Oregon "I've got a taste for quality and luxury"
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|