by Andy » Sun Nov 01, 2009 4:53 pm
jassinc wrote:how the coding is "bad"? It's XHTML valid mark-up, all the css and javascript is separated into individual files and the site looks great on all modern browsers...
First of all, just because your XHTML validates doesn't mean it's coded well. It merely means you comply to the W3's
formatting rules. The automated tool has no means of actually determining how you are using those rules.
Second of all,
your design got tables in it! A layout should never be coded with tables. Leave tables for
tabular data only.
And finally, just because your site views well in the major web browsers, you're forgetting about a demographic in your users: The people with screen readers.
Just because it
looks right doesn't mean it actually is.