HomeBlogHappy 8th Birthday, Internet Explorer 6! (Please Die Now)

Happy 8th Birthday, Internet Explorer 6! (Please Die Now)

Published August 26, 2009

Happy Birthday Internet Explorer 6!It's a call I get frequently. “Hi, the site looks great, but some of the graphics have gray backgrounds??” “Uh-huh”, I say with a sigh, “What browser are you using?” “INTERNET EXPLORER VERSION SIX”.

Ah, Internet Explorer 6, we meet again. Your terrible support of CSS, your lack of PNG transparency and your gaping security holes make the daily life of the web developer much more difficult than it needs to be. If it's not “graphics with white backgrounds”, it's “buttons floating to the left/right”, “text not where it's supposed to be”, “navigation menus under the text”, “it says javascript error!” or countless other client issues. As a coder, I have to spend time testing the websites I make and creating manual fixes for all these issues when the visitor uses IE6. This is time that could be done doing cool stuff and creating awesome applications; it is instead spent catering to the finicky needs of an ancient relic. OK, so let's break down what IE 6 is, what it isn't and why people still use it in the first place.

IE 6 was released on August 27, 2001. It will soon be 8 years old. In the fast paced, constantly evolving world of the web, eight years is a lifetime. Please allow me to put it in perspective.

Here is what Microsoft looked like on August 27, 2001:

http://web.archive.org/web/20010424064743/http://microsoft.com/

Yahoo on August 27, 2001:

http://web.archive.org/web/20010829180405/http://www.yahoo.com/

 

As you can see, these were the old days of the Internet. The Internet was just really beginning to blossom. This was before “Web 2.0”, before Twitter, before MySpace. This was before 9/11 and before the Iraq War. Microsoft was releasing their latest version of Windows called “Windows XP” and IE6 would be the cutting-edge browser for the latest OS. And it was pretty good actually. For the web of 2001, everything was fine. And as Windows XP exploded in popularity, IE 6, exploded as well, catching 95% market share at its peak. The problem was, as the Internet evolved, IE 6 didn't. Security holes were found and MS tech devs were slow to patch them. New technologies were crippled due to IE's lack of support. IE never really adapted to developments and support of new web standards because, well, when you have 95% market share... you call the shots.

As time went on, the Internet kept exploding in popularity and new developments were emerging while IE6 remained Ol' Not So Faithful, still lagging behind the times. And so it went until Microsoft released Internet Explorer 7 in October 2006. Internet Explorer 7 wasn't perfect, but was lightyears ahead of version six and supported all the latest new technologies of the web. All users of Internet Explorer 6 upgraded to 7 and web developers were able to keep creating and developing new, useful technologies knowing that visitors could properly view them. The End.

Yeah right. Wouldn't that have been nice? But most users didn't upgrade to 7 for many reasons. The end user didn't really see need; everything (generally) worked and was tested with IE 6. Some people had REALLY old computers... (they were old in 2001, they're practically abacuses by today's standards.) And also, many corporate users' computers are locked down and they can't install new software. Certain System Admins are lazy and don't really care that the browser is out of date. You can still load websites, so until the day that IE 6 automatically pops a message saying "YOU MUST UPGRADE", tough luck. You have to work with what you got. Thus, many users are still using IE 6 to this day and as a web developer, we have to create hacks and tricks to get websites to look and work right. (At the time of this writing, the current version of Internet Explorer is 8 by the way)

The newest upcoming web technology is HTML 5. If you don't know, HTML is the code of websites. HTML is what tells the browser the content of the page and how to set it up. It's the “meat and potatoes” of websites. It's the code that makes the links link, the images appear, and the paragraphs ... well, show up as paragraphs. And HTML 5 is bringing an arsenal of new goodies for the programmer. We're going to get video and audio tags to easily embed videos on a page and make sounds. We're going to be able to choose custom fonts so you can get something nicer than just Arial or Roman. There's also going to be really awesome interaction between the browser and your computer, which will allow web applications to easily load files from your computer and also save files to your computer. But if you still have IE 6, you can't load HTML 5. Sorry! So when the new websites come out that utilize these great new features, IE 6 users will either be able to not use them or smart programmers will have to spend countless hours trying to develop new ways to force them to work on IE 6 either by making the user download Java Applets or install 3rd party programs to fake and hack the system. All in all, for IE6 users, it's not going to be the rich experience you'll get with a newer browser.

But why wait? Here are some basic problems you can experience right now with IE 6.

PNG Graphics that have transparency... aren't transparent. In the parts they are supposed to be clear, they are greyish-white.

CSS, the style code that gives the HTML its “look” and placement, doesn't work right in IE6. When you want to put something in a certain place on the page, sometimes in IE 6 it doesn't go there. When you want to put things on the page side-by-side, quite often they'll appear on top of each other, pushing themselves and everything under them down, breaking the entire layout.

There are security holes. Big ones. Hackers can exploit flaws in the code to crash IE and steal your data. Overall nasty stuff.

Web guys/gals like myself have to load our sites in IE6, see what's broken and manually create hacks to fix it. For example, on RustyBrick.com go to View-> Source and take a look up top for

 

  <!--[if lte IE 6]>  <style type="text/css" media="all">@import "/css/ie6.css";</style>  <![endif]-->

This is the code that many sites use to fix stuff in IE 6. CSS files as discussed earlier give the website its look. This code basically says “If the browser is IE and the version is less than or equal to (thus “lte”) 6”, apply this stylesheet. If not, ignore this. (Oh, and heaven help you if you're using LESS THAN 6...) I had to add this stylesheet when I was creating the slider for the RustyBrick.com homepage. This 'hack' stylesheet applies a fix to adjust some of the PNG graphics so they look transparent. It also fixes the slider effect and the placement of the buttons for IE 6. So, yeah, I had to take the time to load the page in IE 6, find what wasn't working and then make adjustments to move everything from where it was incorrectly placed to where it was supposed to be. It was relatively easy, but still increased the time it took for me to create the slider for RustyBrick.com

Some of the major players in the web world are sick and tired of doing this. Everytime they want to add cool stuff, they have to either hide it from IE 6 users or spend time coding hacks and fixes to make it usable. Now, when you go to Facebook.com in IE 6, you are greeted with a message stating “You're using Internet Explorer 6 to browse Facebook right now. Facebook will work better for you if you upgrade to Internet Explorer 7 or switch to another browser.” It then gives links to download those other browser.

Facebook Error message in IE 6.

But Facebook isn't alone, Digg.com, a popular user-submitted news site, and Youtube.com are planning to completely cut off IE6 users soon. You won't be able to use the site until you upgrade to a more current browser.

Youtube in IE 6

But is this a good thing? How is it good to completely cut off users' access to your site, especially when we know that a lot of the people can't upgrade to IE7 even if they wanted to? Well, the death has been a long time coming, it's been slow and agonizing... but it still hasn't died mainly because of this mindset. No one has tried to kill it. Everyone has been afraid to cut these poor souls off. Instead, we go out of our way to support them! But, by cutting them off, you're really doing them a service. All the coders of the Internet need to get together and simply stop supporting IE6. We can take the time that would be spent creating hacks and instead use that time to convince visitors to make the switch, if they've been holding out due to laziness. Or have them complain to their IT department until they get upgrades to new browsers. When that day arrives, the day that IE 6's market share approaches 0%, not only will web developers rejoice, but the Internet as an informational and creative medium will improve for users.

 

 

blog comments powered by Disqus

1 COMMENT

Alex worked on several successful e-commerce websites before joining the RB team. He graduated from SUNY Purchase with a Bachelor's in Math & Computer Science.

This article is under Geek Factor, Web Programming, Windows

There is 1 comment for this post

Connect With Us

Send Us a Message

Do you wish to give us feedback on one of our apps, send us a message or explore a proposal? Fill out the form below and we'll get back to you pronto!

Visit Us

250 West Nyack Road, Suite #200 West Nyack, NY 10994
Get Directions

Call Us Toll Free

877-GO-RUSTY
877-467-8789

Telephone

845-369-6869

Fax

845-228-8177