Mobile app version of vmapp.org
Login or Join
Harper822

: At what visitor share do you stop supporting a given browser? I'm lead dev for a large website which has a higher than average percentage of IE6 users - about 4.4% of our audience. Our new

@Harper822

Posted in: #Browsers #BrowserSupport #CrossBrowser #MarketShare

I'm lead dev for a large website which has a higher than average percentage of IE6 users - about 4.4% of our audience. Our new version is going to make use of progressive enhancement - including transitions and effects as well as rounded corners, gradients, web fonts and other CSS techniques.

Obviously there are cross-browser ways to achieve most of these things which require various amounts of work to implement.

What I'm currently looking into - and what I'd like your experiences of - is how to decide at what point we draw the line between providing an enhanced experience vs just supporting the functionality.

FYI, I believe that this question meets the six guidelines for great subjective questions as defined in the FAQ. I'm after answers detailing why and how, not too short, with constructive comments, experiences, facts and references.

Thanks! Adam

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper822

4 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

For browser that are considered "current" (most recent release of a browser that is still actively supported), we try to ensure that our sites always work. We do not, however, test in browsers that have less than 10% of our traffic (in practice this means testing in latest versions of IE, Firefox and Chrome, we've recently also started testing in Safari on MacOS and iPad).

For older versions, once the total share goes under 10% we stop caring if everything looks perfect, but we still want it to work. (Fortunately, IE6 no longer falls in this category)

Under 5% and we want it to work but only if it doesn't entail significant additional work for us (else recommend upgrading). Layout issues are entirely ignored if they do not impede functionality.

Under 2% and we consider it as being "not supported" and recommend people upgrade if there are complaints.

10% popularity Vote Up Vote Down


 

@Margaret670

What I've always thought was that you need to take in to account your target audience. If your users still use IE6, then you can't freeze these guys out. As sad as it is, IE6 is still there and still being used.

One thing you can do (and this is something Opera do on their websites), is you could display a message if the website is being viewed in IE6, basically saying they should upgrade their browser or use an alternative.

Another option available is to have your website "gracefully degrade" itself. Basically the site will have the same layout, but all the bells and whistles won't be displayed in IE6. If these users are viewing your website in IE6, there's a good chance they won't look at your website in any other browser, so they won't know it looks any different in other browsers. If they do look at your site in a different browser, then they'll think "Oh well the site works better in Firefox, I won't use IE6 on it again".

10% popularity Vote Up Vote Down


 

@Yeniel560

Something I read recently which perked my eyes and ears, if the site has any possibilty of appealing to China?

"According to data from Web analytics firm Net Applications, 45.2% of China's Internet users still rely on IE6."

10% popularity Vote Up Vote Down


 

@Jamie184

In business, for many non-web related questions we often look at 80% cut offs. Such as, if we were trying to thin out our active clients (which clients produce 80% of our revenue?).

Your question is quite subjective, but for similar types of questions I'm of the opinion that 80% is a good cut off

I would add, however, that if you are a public work such as the electric company, or the school system, I think you have an obligation to serve more -- 95% would be a good goal. That still leaves quite a few people out of it, even.

Likewise, if you're an artist who may desire to serve up a state of the art experience, then it would make sense to put the onus on the user -- perhaps the 75% mark is good enough in this situation... I suppose. : )

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme