Search
Recommended Sites
Related Links






   

Informative Articles

21 Simple Ways To Make More Money From Your Current Clients, Part 2
It is easier to make additional money from your current clients than it is to go out and find new ones! See 21 simple ways in this three part article series. PART TWO: Here are seven more great ways to make more money from your existing...

Designing for Search Engines
When you design a website, it's easy to focus on what your visitors are going to see. What you have to realise, though, is that you're going to have another kind of visitor with a completely different agenda: they're not going to be looking...

PHP:Form Series, Part 1: Validators & Client-side Validation
Introduction Welcome to the first part of a new two-part series on the PHP:Form web component. In this part, I will give you an introduction to PHP:Form, its features, and why it is so useful. I will also discuss the inbuilt validators that...

Spider Friendly Web Pages
First off what is spider friendly navigation? Basically it is how easily search engines can read your website. This ultimately depends on the search engine that is reading your site. Some have the patience to dig deep into your site and promise to...

Taking Your Website Mobile
You might have tested your website on every computer browser you can find, but nowadays that's just not enough. Nowadays the web is getting more and more mobile - it's being used on mobile phones, PDAs, and all sorts of other small devices that...

 
The Importance of Web Standards

<blockquote>Welcome to our website; unless of course you're blind, dyslexic, using a screen reader, magnification software, text-based browser, webTV, cell phone, or PDA, running Linux, Unix, BEos, Solaris, OS2 or FreeBSD, or haven't updated your browser in the last year or so. You're not important to us. </blockquote>

Is that a message you'd proudly display on your company homepage? The truth is, if you're not using web standards, this is what you're saying to roughly 20% of internet users.

I know you're probably asking "what are web standards?" Well, web standards are nothing more than recommendations put forth by the w3c in an attempt to standardize the web. Standards are "best practices" for coding to ensure usability by all modern web browsers, and guarantee forward compatibility.

Often times, converting to standards compliant code requires nothing more than using CSS instead of font tags, writing properly nested HTML, and not using any browser-specific code (like < blink > or .innerHTML).

And the good news is, the w3c offers a code validator at http://validator.w3.org

Still need a reason to write standards compliant code? Lets look at some statistics.

As of June 2005 , only 72% of internet users were browsing with a current version of Microsoft Internet Explorer.

Also as of June, there were 203,000,000 internet users in America. Is your IE only website is saying "I don't want your business" to more than 54 million Americans?

Do you use IE only JavaScript or browser detection in your site, have a flash based intro page, use a popup for content, or font tags? Is your site done in FrontPage? Do you use inline frames?

If so, you're not only refusing visitors but you're wasting money too.

By using web standards, the typical FrontPage website can be reduced from 60k to 20k, thus only using 1/3 of your bandwidth.

Simply removing the depreciated font and center tags and switching to an external CSS file can reduce a 30k website down to 15 or 20k. Not only will this drastically increase your website's speed, but it'll also save you money on hosting and make your pages more attractive to search engines.

Using ECMAscript instead of the browser specific JavaScript or Jscript will not only assure your code will work in all future browsers, but it will stop you from paying developers to code IE and Netscape specific versions of your website.

What's that, you haven't heard of ECMAscript? Chances are your web developer hasn't either. ECMAscript is the cross browser standard version of JavaScript; it's been around since 1988.

You don't see gas stations that only sell gas for Toyotas, so why do we design websites that only work in Internet Explorer?

Much of the problem stems from the fact that we tend to view the web as print. It's not. Different users will see different things, let them; just make sure your site works in all browsers. I've seen a lot of pretty websites in IE that just don't work at all in Firefox or Lynx.

Are aesthetics so important that they're worth alienating 20% of your potential customers?
About the Author
bout the Author: Ryan Jones is a University of Michigan graduate who is currently working as a web developer. He runs several popular websites (including his Internet Slang Translator at www.noslang.com ), and has authored articles for many more. You can learn more about Ryan, his websites, and interests at http://design.thehockeygod.com

Sign up for PayPal and start accepting credit card payments instantly.