Should a new web startup spend the effort required to support IE7?


2

I'm currently in the final testing stages of launching the release version of my website. Over the past couple days, I've been testing the entire site on IE7 as it's a browser I would like to be able to support, though it's not one I run myself. It's becoming increasingly clear that the level of effort required to fully support this browser will be quite high. It will probably be at least another week of full time work before I can have the major issues worked out. First off, the browser itself is slow and unstable. A lot of the bugs I run across are extremely hard to track down, cause either the browser itself or the debugger to actually crash, or do not actually repro under the debugger due to weird timing issues. My frustration levels are near volcanic eruption at the moment.

The obvious answer to this question would be "Well, it completely depends on your target audience." My site is a cooking related site, and according to Google Analytics, is mostly used by middle-aged housewives with kids. IE is definitely the most commonly used browser, however the statistics I collected during the beta release showed that only between 3 and 4% of my users were on IE7. The majority were either IE8 or Firefox (yay for techie housewives!)

My Questions:

  1. Are new consumer oriented web startups bothering with IE7 support?
  2. Is there a rough formula or rule to determine at what point it's no longer cost-effective to support a certain browser?
  3. Would it be a reasonable compromised to get the site basically working under IE7, with perhaps a few minor cosmetic bugs but still functional? Note that this of course increases the test-matrix for future development work.

I'd love to hear any feedback.

Website Web Dev

asked Mar 9 '12 at 03:17
Blank
Mike Christensen
183 points
Top digital marketing agency for SEO, content marketing, and PR: Demand Roll
  • I wouldn't bother at all with IE7. You're in a rare spot where time is working for you so might as well take advantage of it. – Frenchie 12 years ago

1 Answer


1

In my experience, there are two cutoff points that make sense:

  • IE 6 and never
  • IE 8 and never

I practically never see IE 7 in logs. IE 6 used to be 'the corporate standard', but companies almost completely ignored IE 7. And most corporate desktops now have IE 8 or IE 9, though a few admittedly are still on IE 6.

IE 8 is the new IE 6, in the sense that it must be supported due to its market share, but web designers will groan because it is missing many key technologies (CSS3, HTML5 only via Javascript shims, etc).

And then about supporting IE < 8: Well, I personally would not bother because today IE 6 is almost exclusively used in rural China. Due to the geographical & cultural distance most of these people won't shop on your site anyways.

I did notice that you wrote that up to 4% of your target audience might be using IE7. I would still not support IE 7, it really never took off in the market. Those IE 7 users are most likely private individuals who can freely install a more modern browser, they just don't know it. I would suggest to:

answered Mar 9 '12 at 03:35
Blank
Jesper Mortensen
15,292 points
  • Also note that most of the other major browsers have moved on to auto-updating. Eventually all the browsers will have to act this way. The future will be concerned with supporting **current** browsers. – Gary E 12 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Website Web Dev