Web Standards – Why They Matter
Thursday, January 8th, 2009
Web standards. Some of you may know exactly what they are and some may have no clue. I like to think of them as a sort of coding practice for any website project. Those of you in the industry have all heard of separation of structure, layout/presentation, and behavior. Most of the time this just means your structure is contained in your (x)html, layout/presentation in your CSS, and your behavior in your javascript.
I am going to list some of the benefits and hopefully anyone from a site owner to a developer can take something from this.
- Makes maintenance a breeze
- I have worked on too many sites with inline styles or even styles declared in each individual html file and the maintenance is almost NEVER easy. The Find and Replace tool is not perfect so the time it takes to make a site wide change is exponentially larger than if it would have been created with web standards in mind. This gets especially painful when there is a mess of javascript as well. So to website owners, you could save a lot of money in web maintenance if your site is developed following web standards.
- Search Engine
…
Back to the CWS Home Page
