Microsoft should just stop working on IE and concentrate on the OS. We don't need Opera, Chrome, Safari, IE, Firefox, etc... They're /all/ free. Take the best of them all and build /one/.
Dropped IE support for Instapaper
21–30 of 81 posts
Re: Dropped IE support for Instapaper
#22This article seems like an excuse to criticize IE. "Instapaper is severely degraded in this browser" is fine. "... because IE does not support basic web standards" comes off as catty. I understand the frustration that IE isn't fully compatible, but as engineers it's not our job to change the world to suit our own needs; we shouldn't be converting users to a different architecture or web browser. IMO, 10% is a lot of…
Re: Dropped IE support for Instapaper
#23Earlier quoted context omitted.
Yes, but it's not usually one bug. A bug here and a bug there and pretty soon you're talking about real money. IE7 isn't so bad but I'm seriously contemplating dropping support for IE6 very soon.
I estimate that supporting IE6 has added more than 30% of the interface development costs to the complex projects I have worked on that use a combination of sophisticated CSS and JS to get the job done. This is a HUGE cost for start-ups and for clients to swallow, once the true cost is explained to them. Just supporting the way various sub-versions of IE6 inconsistently handle cookies is a nightmare, and in many case…
This is only an issue for developers who target Firefox initially. That's the wrong way to go about web development. Run IE7 on your dev box and build everything against it. That's what your users will have, so that should be your first priority. Step two is making it work for FF.
The added benefit to that approach is that you'll find less cross platform issues. Going from IE -> Firefox is a lot easier than the other way around.
Re: Dropped IE support for Instapaper
#24Earlier quoted context omitted.
I estimate that supporting IE6 has added more than 30% of the interface development costs to the complex projects I have worked on that use a combination of sophisticated CSS and JS to get the job done. This is a HUGE cost for start-ups and for clients to swallow, once the true cost is explained to them. Just supporting the way various sub-versions of IE6 inconsistently handle cookies is a nightmare, and in many case…
30% cost to support 70% of your userbase seems like a win to me. This is only an issue for developers who target Firefox initially. That's the wrong way to go about web development. Run IE7 on your dev box and build everything against it. That's what your users will have, so that should be your first priority. Step two is making it work for FF. The added benefit to that approach is that you'll find less cross platfor…
First develop for a standards-compliant browser, then add (conditional) hacks to support IE. The other way around is just silly.
Re: Dropped IE support for Instapaper
#25Earlier quoted context omitted.
I estimate that supporting IE6 has added more than 30% of the interface development costs to the complex projects I have worked on that use a combination of sophisticated CSS and JS to get the job done. This is a HUGE cost for start-ups and for clients to swallow, once the true cost is explained to them. Just supporting the way various sub-versions of IE6 inconsistently handle cookies is a nightmare, and in many case…
30% cost to support 70% of your userbase seems like a win to me. This is only an issue for developers who target Firefox initially. That's the wrong way to go about web development. Run IE7 on your dev box and build everything against it. That's what your users will have, so that should be your first priority. Step two is making it work for FF. The added benefit to that approach is that you'll find less cross platfor…
Re: Dropped IE support for Instapaper
#26Earlier quoted context omitted.
30% cost to support 70% of your userbase seems like a win to me. This is only an issue for developers who target Firefox initially. That's the wrong way to go about web development. Run IE7 on your dev box and build everything against it. That's what your users will have, so that should be your first priority. Step two is making it work for FF. The added benefit to that approach is that you'll find less cross platfor…
Are you kidding? Developing for a crappy browser first is the perfect recipe for an unmaintainable mess of code, since you will be relying on hacks to get IE to do render correctly, then adding hacks again for every browser that does the right thing. First develop for a standards-compliant browser, then add (conditional) hacks to support IE. The other way around is just silly.
Re: Dropped IE support for Instapaper
#27It seems like most of IE is installed on corporate machines. Now answer me this, what kind of IT Administrator doesn't realize the advantages to installing firefox?
"You don't get fired buying IBM" Keeping / installing IE is the default option for most corporates. Change is difficult. IT Admins struggle for respect in many cases, and know that fighting over IE or FF means wasting ammunition they need on more important projects.
Keeping Firefox/Safari is the default option for most web developers. Change is difficult. Web developers struggle to make a living in many cases and know that fighting for pixel-perfect view in IE means wasting ammunition they need on more important projects.
... couldn't hold myself. Sorry :-)
Re: Dropped IE support for Instapaper
#28I despise websites that do this because I have to use IE7 at work. This is probably the second fastest way for me to banish your website from memory besides being spam. Everyone on here talks about making the sign-up process as easy as possible, and requiring someone to download and install an entirely new application is about as complex and uninviting as one can get. Us "technical" people are still people, and the m…
Re: Dropped IE support for Instapaper
#29I despise websites that do this because I have to use IE7 at work. This is probably the second fastest way for me to banish your website from memory besides being spam. Everyone on here talks about making the sign-up process as easy as possible, and requiring someone to download and install an entirely new application is about as complex and uninviting as one can get. Us "technical" people are still people, and the m…
Yes, but it's not usually one bug. A bug here and a bug there and pretty soon you're talking about real money. IE7 isn't so bad but I'm seriously contemplating dropping support for IE6 very soon.
Consider, for example, that Flash/IE is a completely different plugin than Flash/all-other-browsers. We've definitely had Flash compatibility bugs between major versions, between minor versions, and even between the "same version" on different browsers. I can think of a few that took many of us more than 30 minutes just to trace through, much less come up with a workaround. And all of this only because IE (even IE8, AFAICT) doesn't natively support any kind of client-side graphics.
I don't know where the 30% overhead estimate for IE came from -- maybe a simple site? That sounds really, really low to me. I would put it at least 100% overhead for the kinds of things I do.
Re: Dropped IE support for Instapaper
#30My point is, how can a 2 page website drop support for a whole browser? Just seems like laziness to me.