Pages
Popular Articles
- Defining Project Boundaries
- 5 Things You Should Know About IT People
- 3 Reasons a Competitive CMS Market is Good
- Building a Website is Like Building a House
- How Website Hosting Works
- Print Designers: Welcome to the Web
Archives
- August 2008
- May 2008
- March 2008
- February 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
Blogroll
Links
Web Standards and Why You Should Care
October 16th, 2006 | by Brett DerricottYou may have heard a lot lately about “Web standards.” I think it’s a good thing that web standards are getting more attention. We’ll all (designers, developers, website visitors) benefit from an increased adoption of Web standards. If you’re wondering what Web standards are and why you should care, read on my friend.
What are Web standards?
Web standards are conventions or guidelines for using Web technologies. For our purposes we’ll limit the scope of the discussion to the use of Web standards in building websites.
These standards make it possible to use a specific HTML tag on a webpage, for example, and get consistent results when viewing that webpage in Internet Explorer, Firefox, Safari, and Opera browsers. Without standards each browser might interpret the HTML tag differently.
Web standards are defined for many technologies, including HTML, CSS, and XML.
Who defines them?
The World Wide Web Consoritum (W3C) defines Web standards. Industry experts and member companies meet regularly to propose an agreed-upon standard that we’ll all conform to.
Why should I care?
Here are 4 reasons you should care about Web standards.
1. Search Engine Optimization (SEO)
Search engine spiders love standards-based websites. When sites are built according to standards they are generally easier for search engine spiders to index. Clean, valid code also helps out keyword densities by having less extraneous, unnecessary markup to compete with important keywords.
2. Accessibility
Accessibility is the practice of making website content available to everyone, including users with disabilities. As an added bonus to making site content more accessible to this important demographic, search engines prefer websites that are built with accessibility in mind. Accessible websites avoid putting important information in images, make good use of alt tags, avoid using PDFs for everything, limit the use of JavaScript and tables, and more.
3. Lower Total Cost of Ownership (TCO)
Websites that are built upon standards are easier to update and maintain in the long run. Semantic code, where the information is marked as to its purpose or meaning rather than its appearance, makes redesigns less costly. Bandwidth costs for high-traffic websites can be significantly reduced due to the smaller file sizes usually achievable with tableless code (ESPN rebuilt their website and estimated a savings of 2 Terabytes per day in bandwidth).
4. Cross-browser, Cross-platform, Cross-device Compatibility
By building websites to adhere to standards, your chances improve of having your website perform well in multiple web browsers, on multiple operating systems, and even on multiple devices like handhelds.
For more reading, visit:
Comments
Thanks, Alexander. I think web standards are finally starting to gain some traction with the masses, although we still have a long way to go.
Hi Brett. Really nice article. Obviously I wholeheartly agree with everything you talk about (since you actually linked to one of my blog entries).
You might consider getting the link from webpronews changed from http://www.exubero.com/ to http://www.exubero.com/blog/20060203_Business_Case_for_Semantic_Markup.html , othewise people will probably not find the most relelvant part of my website.
Cheers,
Joe
Joe,
Thanks for the comment. The link here on my blog goes directly to the URL you mentioned but it looks like the WebProNews article just goes to your home page. I’ll look into this further. Thanks for the heads up (and the great post you wrote).
Brett
good read. thanks for the article. I think you should write part two also explaining other benefits of why should we care.
Good entry. Surprisingly few people write about this stuff, or at least they’re hard to find.