2% of the US uses IE6. Explain that to your boss and ask if it's still necessary to support it. [Update] For Google Apps, Google no longer supports IE7. YouTube support for IE6 was dropped a year ago, and they make a lot of ad money from YouTube now.
I don't know how to IE6
141–150 of 165 posts
Re: I don't know how to IE6
#142So Colby... does CSS still make you smile (as you say on http://colbyrabideau.com/ )? :)
Re: I don't know how to IE6
#143Earlier quoted context omitted.
I don't know if I misread your post or you edited it afterwards. When I originally read it I have seen punctuation that made your post imply that legacy browser support SHOULD be taught and that rookies SHOULD be indoctrinated in legacy support. I apologize for misreading your post. p.s.: If you had to support IE6 - then you are a graybeard :D. Even if you are a 25 year old graybeard.
Nope, never edited it. edit: Also, I really like the layout of your blog. The font & placement of your headlines is really nice.
Thank you for reminding me about it. Must add more content.
Re: I don't know how to IE6
#144--
Practical steps that could help:
Produce your standards compliant site. Then, to deal with IE quirks:
1. Ensure you've used a resets CSS script - level the ground before you start to build.
2. Serve separate CSS files for IE6/7/8 using conditional comments, which overrides any styling that requires IE specific workarounds.
3. Learn a handful of workarounds to deal with problems you might encounter.
--
If you follow these three points, IE really won't be so much of a headache.
--
And remember: [1]
(Follow the principles of progressive enhancement: [2])
[1] http://dowebsitesneedtolookexactlythesameineverybrowser.com/
Re: I don't know how to IE6
#145For the corporations who still image the desktops and/or make IE 6 standard: stop buying vendor products that require it. Easier said than done I know. But if serious IT groups were serious about saving money and/or standards they'd simply admit that IE 6 is costing them more than an update to their "standard browser".
Re: I don't know how to IE6
#146Part of life as being an employee is learning to deal with things like this. Unfortunately, part of life being a boss/founder/owner is having to ignore all the perfectly reasonable complaints and say do it anyways, because there are business, political, or other reasons it has to be done.
That said, this special taste of hell used to be developing any site, repeated for every browser, back before all these fancy CSS frameworks that did all the hacks for you.
Given all that, I think the OP has the right approach: Sucking up and dealing with it at work, and campaigning on his private site to move onwards and upwards. Has my vote.
Re: I don't know how to IE6
#147IE6 is a necessary evil in some circumstances. You're young - you need to be flexible. Complaining won't help. -- Practical steps that could help: Produce your standards compliant site. Then, to deal with IE quirks: 1. Ensure you've used a resets CSS script - level the ground before you start to build. 2. Serve separate CSS files for IE6/7/8 using conditional comments, which overrides any styling that requires IE spe…
Necessary evil is an "enabling" statement. In my opinion this doesn't help circumstances but only prolongs it.
It's more evil than necessary and it's only necessary because we keep allowing it to be.
Re: I don't know how to IE6
#148Earlier quoted context omitted.
It really depends on the domain. That two percent can be the difference between wildly profitable and failing. After all, Google still happily sells clicks to IE 6 users. If you're business relies on external ads and optimizing conversion rates, IE 6 remains a priority.
Google dropped IE6 support for YouTube over a year ago. They are dropping Google Apps support for IE7 on Aug 1st (that's today for some people reading this). For search results it's probably more worthwhile and not as hard to support the IE's but for their other apps they say they are only supporting that two most recent browsers.
Re: I don't know how to IE6
#149Earlier quoted context omitted.
Linking w3schools for anything web is like linking FOX News for politics. *edit: more info http://w3fools.com/
Didn't know that. What would you suggest as a legit browser stats then?
Re: I don't know how to IE6
#150IE6 is a necessary evil in some circumstances. You're young - you need to be flexible. Complaining won't help. -- Practical steps that could help: Produce your standards compliant site. Then, to deal with IE quirks: 1. Ensure you've used a resets CSS script - level the ground before you start to build. 2. Serve separate CSS files for IE6/7/8 using conditional comments, which overrides any styling that requires IE spe…
I realize you're trying to help. However. Necessary evil is an "enabling" statement. In my opinion this doesn't help circumstances but only prolongs it. It's more evil than necessary and it's only necessary because we keep allowing it to be.
They don't use IE6 because they lack education or intelligence - they're using it because the business case for leaving IE6 behind isn't as strong as the business case for keeping it.
It's not impossible to produce a site which functions well with IE6. Some sites won't need to consider it, but IMO particular types of site (ecommerce for example) must support it, because one single conversion can bring the parent company a lot of money.