|
|
|
Are We Blind To Banner Ads?
Do expensive, flashy banner ads really work? Studies suggest advertisers attempting to draw traffic through banner ads could be wasting their time and their money.
Many advertisers are putting a great deal of money into the placement of...
CSS Browser Detection - The complete guide
Different browsers, different CSS interpretations! There will be a time when you'll need to hide some CSS rules from a particular browser, or even all the CSS file! In this articles I'll try to compile all possible types of Browser detection...
Finding a Good HTML Editor
Once you've decided to write your own HTML, and you've got some
idea of how it all works, there's one thing left to think about:
which program are you going to use to do it? While you can use
programs like Notepad or Wordpad that come with...
How To Build Your Own Web Site For Your Online Home Business
Most everyone will agree, if you are going to do business online, you need your own web site. It can be a mini-site or a full blown multi-page site. These days, maybe you just need a blog as a web site. Find out what you need to know to build your...
IE, Firefox, Opera, Netscape, Mozilla and more?
This compilation of information is Copyright March 2005 by Ziff Davis, all the posting subscribers, http://www.organicgreens.us, and Loring Windblad. This article may be freely copied and used on other web sites only if it is copied complete with...
|
|
| |
|
|
|
|
|
|
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
Goodbyes From Listeners: Steve Miller Twenty years ago, Steve Miller's girlfriend left him for another man. Now a writer living in Los Angeles, Miller tells the story of the cold night they parted ways.
Making The Perfect Exit Madeleine Brand consults writers and thinkers to come up with the perfect ending for <em>Day to Day</em>.
Sock Puppets And Cupcakes Mike Pesca was a reporter for <em>Day to Day</em> from the beginning. He covered sock puppets, cupcakes and the occasional piece of actual news. He's back with a quirky Pescian farewell to listeners and <em>Day to Day</em> staff.
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
|
|
|
|
|
|