vote up 7 vote down star

Are we supposed to find workarounds in our web applications so that they will work in every situation? Is it time to do away with IE6 programming?

flag

1  
You might want to consider that the only thing that will actually break is making it look nice and some JS stuff. I'd say just make sure any "mission critical" information gets delivered no matter what, but don't concern yourself with making it look nice in IE6. – Shadow Aug 10 at 7:40
The trouble is, management (or the people paying for the website) tend to obsess about how something looks, and demand the latest flashy stuff, even if their customers don't really care. See my comment about gmail below. – Chris Huang-Leaver Aug 10 at 8:25

23 Answers

vote up 10 vote down check

This depends so much on the context of the application, and of its users. There are two key aspects: what browsers are your users using; and how important is it that they can access/interact with your site.

The first part is generally easily establish, if you have an existing version with stats (Google Analytics or similar is simple and great) or you have access to such data from a similar app / product.

The later is a little harder to decide. If you're developing a publically availalbe, ad-sponsored site for exmple, it's just a numbers game - work out how much of your audience you loose and factor what that's worth against the additional development time. If, however you're doing something specifically at the request of a group of users - like an enterprise web app for example - you may be stuck with what those users are browsing with.

In my experience those two things can change significantly for different apps. We've got web apps still (stats from last week) with close to 70% IE6 usage (20% IE7, the rest split between IE5.5 and FF2) and others with close to 0% IE6. For relatively ovbivous reasons, the latter are the kind of apps where loosing a few users isn't so important.

Having said all that, we generally find it easy to support IE6 (and IE5.5 as others point out) simply because we've been doing so for a while. Yes, it's a pain and yes, it takes more time, but often not too much. There are very few situations where having to support IE6 drastically changes what kind development you do - it just means a little more work. The other nice benefit of supporting it (and testing for it) is that you generally end up doing better all-round browser and quirks testing as a result of the polarity of IE6's behaviours.

You need to decide whether or not you're supposed to find workarounds, based on the requirements of your app/product. That's it's IE6 isn't really that relevant - this kind of problem happens all the time in other situations, it just so happens that IE6 is a great example of the costs and implications of mixed standards, versioning and legacy support.

link|flag
vote up 0 vote down

If you're writing an application that's free or open to the public, maybe give reduced support to IE6 in order to have time to build more things for the majority of your users.

If you're writing an application that's not free, base it on your users. Odds are you'll want to give IE6 full support for another year or two.

link|flag
vote up 0 vote down

My guess is the majority of IE6 users these days are due to a large number of companies/organizations that are stuck with illogical browser upgrade fear.

I work as a contractor for the US Government and, as of the time of this post, the entire Heath and Human Services department of the US government is still standardized on IE6 (and doesn't appear to be planning on upgrading anytime soon). When I ask the IT people about it, they claim it's too expensive for the government to test new browsers for compliance with security standards, but I get the sense the real reason is they are afraid of having to deal with things rendering differently across browsers.

link|flag
vote up 1 vote down

Simply because IE6 still represents 27.21% of the web's population (or 15.21% depending on your numbers) as of July 2009.

Now I know some of you will probably tell me that if more and more sites stop supporting IE6, the browser will eventually disappear. That's a lie.


Picture this:

Corporation ACME has over 150 000 computers all running Windows 2000/XP. They also have a nice intranet site developed 7 years ago which works in IE6 quite well, but not so much in other browsers.

Do you really think they are going to invest money into fixing their intranet application when they control their complete IT infrastructure and who gets what updates? It's less costly to just postpone the update until they migrate to a new system.

A lot of corporations are in that situation.


Here is another example:

Business FooBar sells its products on the Internet. A little more than a quarter of their traffic is coming from IE6, which also means a quarter of their sales.

Do you think FooBar will simply block off those customers or annoy them with a huge notice telling them they are using a buggy browser? That would cost them nearly a quarter of their sales! As long as there is monetary value to supporting IE6 (and it does and will till its market share drops below about 8%), IE6 will prevail, which is also why Google won't be phasing out support for IE6 anytime soon.


Campaigns such as Browse Sad do not understand the mentality of the corporate culture (change is costly) and do not understand that in the end, consumers have a negligible impact on the worldwide IT ecosystem. The big corporations control it.

Consumers do have a growing impact but it is still insignificant compared to the impact corporations have.

And let's be truthful here: everyone who has the technical expertise and who could upgrade to a better browser already did. The rest are people still running outdated OSes, don't know how to upgrade, or don't have admin rights on their machine.

link|flag
Spot on. It's a catch-22 situaion - Important business systems are made for ie6 only, and there is little incentive or money available to change them since they (lets's face it) usually went over budget before the first go-live anyway. Because of this, many users have to use ie6, which means even new systems have to support ie6. – Console Aug 10 at 7:46
vote up 0 vote down

Is it time to do away with IE6 programming?

Yes.

link|flag
vote up 0 vote down

I am certainly opposed to excluding browsers from a public facing site. There is nothing more irritating than going to a website and discovering they ONLY support IE because some dev somewhere couldn't make things "work".

As many of the other authors above have noted there is a considerable number of users out there who use a company imposed desktop build or install of IE6. Your best bet is always to identify and communicate with your users, not impose your draconian concepts upon them.

Ryan Farley had an entry about this recently which describes what I think is the best first step to transitioning over users to a different browser. It encourages people to upgrade and explains why things may not render correctly in one graphic. Many years ago, BinaryBonsai.com was the first blog I encountered which had a badge appear suggesting FireFox and I totally downloaded it just not to be bothered with an additional graphic.

There really is nothing like nerd peer-pressure.

link|flag
vote up 0 vote down

Support IE6 by not blocking it and letting it fend for itself for the most part. Only work around IE6 bugs that break major functionality.

As for JS bugs and horrible DOM support, you still have that in IE7 and IE8. In that case, you might as well use a JS toolkit and get IE6 support for almost free.

Bugs are bugs and they should be fixed (in any browser) instead of being worked around. But, you gotta do what you gotta do to please visitors.

One day, working around IE6 bugs will be asking too much.

link|flag
vote up 1 vote down

I'm a coder for a group that creates free templates for gaming clans. Our view is that we will drop IE6 support when IE8 is fully released. But at the end of the day, as many people have stated, it depends on your user audience. Our target audience is relatively wide (people download and use our templates in places where we can't predict) - however it is primarily gamers who are generally smart enough to keep their software up-to-date.

I find my natural coding style works in IE6 on my first try usually, and the bugs are easy enough to root out so maybe I don't find it as much a pain as other people do. Personally I'll drop support for IE6 when it reaches it's end of life or IE8's full release - whichever comes first.

link|flag
vote up 0 vote down

depends on your target audience.. I mean, some universities have firefox on them, right? only (i think) the third world countries have IE6 for default. (I know, I see them) I don't know about other countries, though. But I'm pretty sure still a large chunk of the population still use IE6 by default. If you think it's really necessary ( I think so), go ahead. I don't see any problem in it. ('cuz I'm inexperienced in software development and such.. XD)

link|flag
vote up 0 vote down

Vista's failure to gain mass acceptance is largely responsible for the reason we still have to support IE6. Most of the people still using IE6 are the ones who never upgrade their browser or update their OS. If most of them just moved to Vista, IE7 would automatically replace IE6

link|flag
vote up 0 vote down

Notice that some users in the Enterprise have no choice. So if you target Enterprise customers, notice they are still on IE6. In general, Enterprise moves slower than consumer.

link|flag
vote up 1 vote down

Ask your customer this: are they willing to upgrade to Vista? If they say yes, then don't support IE6. Your target customers are the people who goes "whoa! vista. drool". They're also the kind of people who want the fastest and most powerful computer.

If your customer goes, "huh? what's vista? I want my screensaver of cats back please", then you need to support IE6.

In short: if they have Vista, then they don't have IE6. The irony is: for web developers to finally get rid of IE6 and its legacy, they have to promote Vista or hope that Vista will be successful.

link|flag
vote up 4 vote down

It depends on your audience, and whether the cost (development, maintenance, opportunity cost of developing to a 7 year old lowest common denominator) is worth it to gain those IE6 viewers.

Also worth asking - is the IE6 demographic likely to care about or use your site? I think a large amount of IE6 users don't care about new technology (duh) or are accessing the web from corporate networks which restrict browser installations. Maybe those viewers aren't worth the effort - only you can answer that.

I was happy to see that Apple's Mobile Me site won't support IE6.

link|flag
vote up 0 vote down

It depends on your target audience and if you think you can afford to alienate users. If you are making a geeky web app and you think most users will use firefox, then don't worry about IE6. I would launch with it working in Firefox, IE7, and Safari and look at who goes to your site. If you see the need to make it work in IE6 then start working on it then.

link|flag
vote up 0 vote down

It would be nice if we could deny support for terribly non-compliant browsers. The problem is, denying IE support hurts your site, hurts your prospective users, but doesn't hurt IE. That's note exactly what we're going for. I propose a different technique. What if all anti-IE developers put a "Please stop using your crappy browser" splash screen for all IE(6) users accessing their web site. They could provide a few good, simple reasons to switch, that the user can't ignore, but then allow the user to access the (IE compliant) site. That way they could get the point across, without hurting themselves (much), or the user (except a little).

link|flag
Gmail has the right idea. They have a list of browsers they "support" and everything else gets a extremely vanilla, but usable version. Some people might get offended by being told the taste in browser is poor. Even if it's true! – Chris Huang-Leaver Aug 10 at 8:21
vote up 1 vote down

Unfortunately not - I'd rate myself as a fairly techy person and at home I use Firefox 3 and IE7, but at work (a large American Pharma) I have to use IE6, and I don't think that's going change any time soon. The company has a significant investment in an internal line of web-based apps - the business case for testing and upgrading them all against another browser (or even an upgrade) isn't compelling.

link|flag
My firm has warnings that the Intranet site is only compatible with Internet Explorer, but work fine, well no worse, in Firefox – Chris Huang-Leaver Aug 10 at 8:18
Yeah, the options at my place of work are IE6 or Firefox 2 :) – Drew Gibson Aug 11 at 6:27
vote up 0 vote down

I would LOVE to say not, but I have to. Many of my site's users are corporate and have little choice in the browser they get to use.

Personally, I've got to say, I'm almost a little bit excited about when IE8 comes out. Not that I'll use it (Opera, thank you very much), but it seems like it might take some of the ambiguity out of the situation.

link|flag
vote up 2 vote down

Someone asked the same question about a week ago and got some good answers. My personal favorite was doekman's suggestion to try IE7-js.

link|flag
vote up 0 vote down

Dean Edwards' ie7.js makes IE6 behave (mostly) like a respectable web browser. It requires the client to have Javascript turned on, but that's a reasonable concession to make. I use that script and the script from Save the Developers on sites I create, and it makes supporting IE6 a breeze.

link|flag
vote up 0 vote down

I'm all for pushing users to upgrade to the newest available version of IE (since problems improve with every release), however I'm also against telling people to upgrade or change their browsers.

I still support IE6 on my website. I even support as far back as IE5.5 pretty well I think.

Generally it is a good practice to never force your users to upgrade their system just to view your website. Unless, of course, you're developing an internal application, then I'd say everyone should upgrade to the newest available version.

link|flag
vote up 2 vote down

Depends on the situation. A site like this, were most people are techy I think it is safe to assume people have the latest browsers.

However if you are open to a wide public of possibly not-so techy people, you'll probably have IE6 hitting your site alot.

link|flag
2  
No this isn't even true, a lot of people read this for/from work and are forced to use IE6 there still. – JB Aug 10 at 7:38
vote up 3 vote down

I recommend people check their own user stats for their site before making this decision, but here's a common reference regarding popular browser versions :

http://www.w3schools.com/browsers/browsers_stats.asp

link|flag
2  
The stats from w3schools.com are hardly representative, unless you are maintaining a website with a primary audience of type "geek". In most "general audience" websites, IE seems to have a way larger market share than presented here. – Jørn Schou-Rode Aug 10 at 7:47
vote up 4 vote down

Sounds like a loaded question, but no, with IE6 still representing just over a quarter of the market, nope, sorry, you can't ignore it. IE5, maybe. But not IE6. Not yet.

link|flag
One year later it's down to under half of that -- 12.1% now. – Jeff Atwood Oct 3 at 6:18
Thank God~ for the love of all things holy let's get IE6 into single digit percentages SOON. – Coding the Wheel Oct 14 at 20:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.