Discuss: Where Our Standards Went Wrong
by Ethan Marcotte
- Editorial Comments
2 SEO sells web standards
Search Engine Optimization is the easiest way to sell web standards. All the other benefits from web standards can be dismissed, but the benefits from valid semantic code for SEO is possibility not easily passed.
When talking about benefits of good web standards to clients they usually lean forward when they hear the benefits for SEO and usually start asking questions right away. Explaining other benefits such as accessibility is so much easier after that.
posted at 07:09 am on February 27, 2007 by Lasse Larvanko
3 Untitled
interesting article about Validation and the top 50 sites
posted at 08:12 am on February 27, 2007 by gareth jones
4 Untitled
I´m validating most of the pages that I create. It´s not only to be ready for the future, except the non compatibility problems of browsers to webstandard. It is also important that you can nearly be sure that bots of searchengines can read the page.
posted at 08:47 am on February 27, 2007 by Katja Schiemann
5 validation and javaScript
While this is not a selling point to clients its also important to remember that without valid code there is no guarentee that any javaScripts traversing and accessing the DOM will function as desired!
posted at 11:40 am on February 27, 2007 by Ross Bruniges
7 Brilliant
One of my favorite ALA articles to date.
posted at 03:07 pm on February 27, 2007 by Saint Matthew
8 ASP .Net
ASP .Net seems to be the biggest problem we have. Admittedly it is getting better, but it is frequently frustrating to see a nice clean page suddenly filled with inline javascript and invalid id attributes.
posted at 04:52 pm on February 27, 2007 by David Owens
10 It's not that hard...
Great article. In response I’d like to say that with a proper plan, and a basic understanding of design, a site can be created to standards very easily.
Tools are not our enemies. I work within Dreamweaver 10-12 hours a day, and it is quite easy for me to develop a site that conforms with valid code, doesn’t have to use tables, and can be very device independant.
The key in my opinion is to put in the time and effort to plan a site out, before simply jumping in and throwing content around. It isn’t hard, but it does take a solid plan and quality organization.
posted at 05:04 pm on February 27, 2007 by Wes Linda
Discussion Closed
New comments are not being accepted, but you are welcome to explore what people said before we closed the door.


1 Poor Tools
One problem I am faced with a lot is that there are no good tools that I can give to my clients that don’t end-up creating valid tag soup.(1000 nested tables is still valid code but not fun if you want to maintain it and wastes bandwidth.) So far the only thing I have found that creates good semantic and valid code is a text editor and a person that knows what they are doing.
Validation is a great development and testing tool to make sure that your syntax is correct but it can’t fix your semantics. Your semantic markup is where your true benefits come in to play: Accessibility, lower bandwidth, and easier maintenance.
My hat is off to those who are promoting standards and trying to get them implemented. Sometimes I think there couldn’t be a more frustrating job in the word than front-end developer but then I remember you guys.
Good article, in an uphill battle like this it is always good to be reminded why we do what we do.
posted at 06:31 am on February 27, 2007 by Nick Morgan