week 2: web standards
the web standards movement is a group of designers that advocates strict compliance with the letter and the spirit of web standards developed by the w3c. well, doesn't everyone use html and other standards - well, yes and no...
the biggest issues that the web standards folks find with web sites relates to code that works or works well with only certain browsers. for example, a site that says "optimized for ie 6.0 1280x768" is likely not following standards - nor are sites that have hacks for different browsers. the other issue relates to using html tags in ways other than what was intended - i.e. using a table for layout or h1 just to make text bigger....
see this page for a summary of the points supporting web standards
like any movement, not everyone agrees...this article summarizes most of the objections
for the most part, i support web standards. that being said, like any ideology, i feel it does not need to be followed fanatically. there are times, to be frank, i can accomplish a layout with a table easier than with css. however, these are exceptions and should be done with discretion and in an informed way - not simply because one does not want to learn the css way....