Live data from Hacker News

I don't know how to IE6

blog.colbyrabideau.com

51–60 of 165 posts

Re: I don't know how to IE6

#51
I gave up on IE6 this year. Feels great.

Now, there's just IE7... and I get the feeling IE8 will feel like IE7 a few years from now. Microsoft really needs to fix their release style for IE. That is the #1 problem, not that the browsers are bad for their time.

Re: I don't know how to IE6

#52
This article makes me very angry because the guy is coming across as looking for an excuse not to do the work. When I was building websites for IE 5 + 6 there was very little help out there - the bugs weren't documented and often you would be finding something completely new. I remember discovering an issue with HTML comments (!) after floating elements that seemed to not exist anywhere in Google.

Nowadays there are a ton of resources documenting all of the bugs out there because hundreds of people have already found and documented them. The site http://www.positioniseverything.net/ is a bible for developing through browser bugs, everyone knows about conditional comments, (not used until IE7 came out) and using Javascript is considered acceptable for so many more solutions or fixes. More importantly, there are a load of people who can offer help via many mediums, (Stack Overflow?) who have been there and done that.

Just because you don't agree with a business decision, don't invent excuses like this, you sound lazy.

Edit: In case I'm coming across as a grumpy old man, I started in the industry when I left University, so six years ago. I'm 29, not exactly a dinosaur.

Re: I don't know how to IE6

#53
post #50
post #42

I'm happy we finally dropped IE 6 support at work, but I don't like the line of reasoning in this article. Having to tackle unsavory but necessary problems is what makes this a job; the ability to do so effectively is what makes you a professional. Two days doing IE6 compliance is not a big deal.

Saying it's necessary is begging the question.

But that is a business decision with engineering input, not the inverse.

Re: I don't know how to IE6

#54
post #31
post #5

Pretty much nobody supports IE6 anymore. I know how to IE6, like most devs a little older than the author. I just choose not to. Because I can.

> Pretty much nobody supports IE6 anymore. That's just not true in my experience. We have two large corporate clients and one state agency that each require some level of IE6 support. I have a hard time believing these are the exception. I'd wager it's going to take a few more years to reach that point.

We have thousands of corporate clients and we tell them all the same thing: They can use any browser they like but it must be the latest / current version. Some of them grumble a bit but we've not lost a client because of IE6 in years.

Re: I don't know how to IE6

#55
post #6

"Now’s the time. Someone needs to start the ball rolling and just say no." Lots of us say no to supporting IE6 whenever we can, the problem is the person paying our salaries says we will. But regardless of that, the sad truth is that developers aren't the ones preventing a full scale cutoff of IE6, it's our users. If the people you are making things for use IE6 then you have to support them.

Developers need to start keeping exceedingly careful track of exactly how much time they spend fighting with IE6 so they can go to the person footing the bill and say "this is how much money you've wasted on a completely obsolete technology".

"Wasted" is totally the wrong attitude. Knowing the support cost is important, but whether it is a waste or a business investment can't be answered by engineers who are programmed to follow the latest shiny thing.

If 60% of my users are on IE6, it is in no way a "waste" for me to spend the money supporting it and calling it a waste highlights an engineers ignorance of the business side of things.

Re: I don't know how to IE6

#56
post #10

http://www.ie6countdown.com/ "We should stop supporting IE6" "What percentage of people use IE6?" "10%" "Hmm, 10% sounds like a lot of people ... let's support it!"

Well, 10% of the world also uses Macs, but people don't seem to support that as much. Why not? Because it depends on the target demographic. IE6 usage is probably a lot higher in the corporate environments and thus matters to websites targeted at the corporate world, just like how if you're not targeting hip 20somethings, Mac support is unnecessary.

I do consulting and have been in many offices of large corporations in NYC, and I have not seen IE6 on a corporate PC in maybe 5 years. Macs on the other hand are practically neck-and-neck with PCs from what I have seen.

My image of an IE6 user is a 50 year old housewife with a spyware-invested eMachines they bought in 2002. I'm sure in other countries this could be very different but that has been my experience in the US.

Re: I don't know how to IE6

#57
I think it is beyond IE6 now. I am seeing more and more projects that are "okay" with a degraded version of the site on a non-modern browser.

Web developers cringe at shadows, and "non-boxy" effects, because we know the hoops we need to jump through to get there. However, if the project is okay with a "degraded" version of the site, then you can use CSS3 and save time.

I think the mindset of "support" has to change. Sure, have your site work on older browsers, but the good stuff happens when you see it on a modern browser. Users who use shitty browsers, are used to sites looking shitty.

Re: I don't know how to IE6

#58
As product manager, one of the best things I've done for my teams is to fight to leave IE6 out of the spec whenever possible. Sometimes they appreciate it, and many times they don't know it, but I believe we've always shipped better products because of it.

Re: I don't know how to IE6

#59
I agree most B2C sites need to take IE6 out of the game. Personally, I work for a company that helps American old folks with their healthcare choices. 30% of them still use IE6. You guys need to teach your grandparents to upgrade their browsers so I can stop supporting IE6. D:

Re: I don't know how to IE6

#60
I usually add IE6 support to my sites. I've done it enough that I know what to avoid from the beginning. I can usually make it IE6-compliant without much extra effort, if any. I sympathize with younger devs who don't have that experience and know it must feel like pointless effort for such a small percentage of people.
Post reply on HN