Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Internet Explorer

Is Internet Explorer 6/7 Support Required Now? 512

k33l0r writes "Following Google's announcement ending support for Internet Explorer 6, I find myself wondering whether we (Web developers) really need to continue providing support for IE6 and IE7. Especially when creating Web sites intended for technical audiences, wouldn't it be best to end support for obsoleted browsers? Would this not provide additional incentives to upgrade? Recently I and my colleagues had to decide whether it was worth our time to try to support anything before IE8, and in the end we decided to redirect any IE6/7 user-agent to a separate page explaining that the site is not accessible with IE 6 or 7. This was easy once we saw from our analytics that fewer than 5% of visitors to the site were using IE at all. Have you had to make a choice like this? If so, what was your decision and what was the reasoning behind it?"
This discussion has been archived. No new comments can be posted.

Is Internet Explorer 6/7 Support Required Now?

Comments Filter:
  • Why redirect them? (Score:5, Insightful)

    by arndawg ( 1468629 ) on Wednesday February 10, 2010 @03:26AM (#31082774)
    You could just let IE6 "try its best". And use a big red notice bar at the top with a link explaining it.
    • Re: (Score:2, Insightful)

      by mwvdlee ( 775178 )

      I consider myself a technical user.

      On one of my systems I still use IE6 because (A) my employer requires us to use Sharepoint, and for some "inexplicable" reason Sharepoint only supports a JS HTML editor in IE browsers and (B) because IE7 and IE8 don't allow me to access briefcase folders while browsing the files in those folders at the same time, which I need to do on my laptop.

      I wouldn't have a problem with IE6 support ending, but no support != banning.

      OTOH, how interresting can a site be for a, if it tre

      • Re: (Score:2, Insightful)

        by Anonymous Coward
        I consider myself a developer.

        THERE IS NO FUCKING EXCUSE for not being able to support multiple browsers. if you're not supporting links, you're doing it wrong (seriously, how the hell are supposed to work blind's web readers if your site is a javascript meatball?)

        now: no need to fix your site every time to have it working with every browser out there.
        USE A CROSSPLATFORM LIBRARY

        http://dean.edwards.name/IE7/
        http://mochikit.com/about.html
        http://www.prototypejs.org/
        • Re: (Score:3, Insightful)

          Depends on the audience. For starters, for a webshop, you are absolutely right. They shouldn't even piss away 2% of their customers. If you are not selling, things are different. IMO you shouldn't be held hostage by and pay for those companies who keep using IE6 because they don't want to pay for an upgrade. It is a bit ridiculous that the world is paying zillions in development costs so these companies can avoid it. They are parasites.
          • Re: (Score:3, Insightful)

            by Pieroxy ( 222434 )

            Well, this is why I did set up the Internet Explorer Awareness Initiative [pieroxy.net].

            IE6 is mandatory as it is still in use by more than 5% of our audience. But warning them gently is one option to try and push the users to upgrade !

          • Re: (Score:3, Insightful)

            by TheLink ( 130905 )
            > IMO you shouldn't be held hostage by and pay for those companies who keep using IE6 because they don't want to pay for an upgrade.
            > It is a bit ridiculous that the world is paying zillions in development costs so these companies can avoid it. They are parasites.

            Uh, how are they holding you hostage?

            If you are the one who wants their money or for some other reason want them to use your site and they use IE6, it seems strange to call them parasites.

            You don't care about them just drop support for IE6.

            If
        • by smash ( 1351 )
          Its all about economics. If you want to achieve *blah* webpage design, and know that x% of your users are on browser Y, and X% is acceptable market penetration - then guess what browsers do/don't get supported.

          If there are web developers/tools out there to meet the desired penetration for browser X without needing to bother on ensuring cross platform support, expect browser X to be targeted.

          I'm sure the LAST thing on a corporations mind when launching a new site is "oh, oh, we need to cater to the 0.2%

        • by Bert64 ( 520050 )

          Supporting links isn't really a problem, supporting IE and NS4 is the problem...
          Links will simply ignore features it doesn't support, so if you write your page conforming to HTML specifications it will degrade gracefully when browsers like links or lynx don't support various features.
          The problems occur when you have browsers which claim to support features, when in reality that support is extremely broken. IE and NS4 fall into this category, and make it very difficult to produce a standards compliant page.

        • Re: (Score:3, Insightful)

          by JamesP ( 688957 )

          THERE IS NO FUCKING EXCUSE for not being able to support multiple browsers. if you're not supporting links, you're doing it wrong (seriously, how the hell are supposed to work blind's web readers if your site is a javascript meatball?)

          This is a great rationale, but 'supporting' often means 'layout' and IE6 screws bacis JS as well...

          now: no need to fix your site every time to have it working with every browser out there.
          USE A CROSSPLATFORM LIBRARY

          Erm, no... From my experience there are still issues btw browsers even using these kinds of libraries.

        • Re: (Score:3, Informative)

          THERE IS NO FUCKING EXCUSE for not being able to support multiple browsers. if you're not supporting links, you're doing it wrong (seriously, how the hell are supposed to work blind's web readers if your site is a javascript meatball?)

          IE 6 has unique CSS layout issue, both bugs and less tolerant reactions to dodgy things in your CSS. There are some standard/recommended web design practices which tend to cause IE 6 rendering failures. And if you're unlikely, the failures are of such a kind that it makes part of the web site unusable. And even with templating and uniform page layout, such bugs tend to show only on specific pages, so you really need to do full tests with IE 6.

          Links support is easier in comparison, except that some text-m

      • Re: (Score:3, Interesting)

        by Talderas ( 1212466 )

        I have one user who is still on a Windows 2000 platform. Last I knew Win2000 didn't support IE7 (and I assume IE8 by extension). He's been bitching about "certain" websites not working properly, which I am about 99% certain is because a lot of websites just aren't bothering to support IE6. I told him to use Firefox, he bitched about that, I threw my hands up in disgust and left him to rot. Then he installed Firefox and bitched about Firefox not doing what IE does.

        Some people are beyond redemption.

    • by brentonboy ( 1067468 ) on Wednesday February 10, 2010 @03:46AM (#31082912) Homepage Journal

      Agreed. This is why browser sniffing is bad. Just design it to be standards compliant, and let the browsers that can't follow the standards fail, hopefully gracefully. Blocking IE6 users completely is just pointless.

      • by Nitewing98 ( 308560 ) on Wednesday February 10, 2010 @05:26AM (#31083430) Homepage
        I agree. If you apply standards that all browsers should support, you'll also be friendly to other browsers like Firefox, Safari, Konqueror, Opera, etc. There's no reason to have to build separate pages and do redirects (or detect browser in PHP and cough up different page code). The whole point of HTML is that it should render in any browser (which includes Lynx, too). As a Mac user, I'm glad to see the web lose its Microsoft-centric view of the world. Firefox (which owes it's history to Netscape) finally put a dent in Microsoft's armor so others could succeed too.
      • Re: (Score:2, Interesting)

        by netJackDaw ( 1348611 )
        If I had modpoints I would mod parent up. Indeed, do not spend energy on blocking, fail instead...
      • by Jedi Alec ( 258881 ) on Wednesday February 10, 2010 @05:55AM (#31083540)

        It's even worse than pointless. I'm typing this on IE8, but it identifies itself as 6 to appease some of the dreadful apps used on the intranet. So even though the browser should be perfectly capable of rendering the site, filtering based on browser version will lose yet another set of potential eyeballs.

      • Re: (Score:2, Insightful)

        by mike2R ( 721965 )

        Agreed. This is why browser sniffing is bad. Just design it to be standards compliant, and let the browsers that can't follow the standards fail, hopefully gracefully. Blocking IE6 users completely is just pointless.

        Don't be ridiculous. Unless it is just a vanity site where you don't care about your users, you support any browser that is popular. This still includes ie6.

      • Re: (Score:2, Insightful)

        by vtcodger ( 957785 )

        ***Agreed. This is why browser sniffing is bad. Just design it to be standards compliant***

        You reckon that the folks who design web sites are even aware that there are standards for HTML? I've never seen much sign of it.

        Other than that, you are 100% correct and will continue to be 98% ignored, because doing things in the usual bizarre, gonzo fashion seems to be ever so much fun.

        Unfortunately, I have no mod points today.

        Well, actually, it wouldn't help if I did have mod points because Slashdot's mod point s

      • Re: (Score:3, Interesting)

        by fractalus ( 322043 )

        If only it were that simple. Users (a) aren't always aware that they're using an outdated browser and (b) will therefore simply blame your site rather than their browser. Unless you tell them explicitly their browser is at fault, they will not know.

    • by OverZealous.com ( 721745 ) on Wednesday February 10, 2010 @03:59AM (#31083006) Homepage

      For basic websites, I highly recommend Universal IE6 CSS [google.com].

      I've decided that I will never design a website that supports IE6, but instead will only server up this rudimentary (if nice-looking) style sheet. As long as your website is standards-based, compliant, and content-oriented, this CSS file works great. You do, however, have to include some of those annoying <!-- [if lt IE 7]>...<![endif]--> tags.

      For web apps, which are more complex, then I use a browser sniff and redirect IE6 users away. I don't care how "bad" or "evil" it is. It's better, to me, for users to know why a page doesn't work, than see a partially loaded page or pile of garbage.

      • Re: (Score:3, Insightful)

        by flimflammer ( 956759 )

        It's fairly easy to put a top aligned red warning message that says "Please not: This site is not designed with support for Internet Explorer versions 6 and 7, and may contain errors when viewed."

        Blocking people from viewing your page because they're using a browser you don't agree with really rubs people the wrong way. It shouldn't be your job to force someone to upgrade. More often than not, they will just not bother viewing your page and look elsewhere.

      • by Bert64 ( 520050 )

        Directing them away will make them think your discriminating against them, and they won't come back because they think their browser is fine and it works on other sites. Also you will turn away people who for whatever reason spoof their user agent.
        Instead, let them see the site but display a big disclaimer indicating your site hasn't been tested with a browser as old as theirs and you offer no guarantee it will work correctly or look as it should, and provide a link to a page that explains the situation. On

    • by purpledinoz ( 573045 ) on Wednesday February 10, 2010 @05:52AM (#31083524)
      Who still uses IE6? Google should just insult the IE6 users into upgrading: "You are using Internet Explorer 6. This indicates that you are a giant douche. If you no longer want to be a giant douche, please upgrade your browser."
  • Easy Answer (Score:3, Interesting)

    by Tehrasha ( 624164 ) on Wednesday February 10, 2010 @03:29AM (#31082790) Homepage
    Wouldn't it be best to end support for obsoleted browsers?

    How well do your current pages support Lynx?
    Does that answer the question?

    And how much code is there that is IE6 specific that IE7/8 isnt compatible with?

    • Re: (Score:3, Insightful)

      by Fri13 ( 963421 )

      How well does page support standards and is it designed that blind people can run it trough voice syntetisator or Lynx to read it with the "blind keyboard".

      I would not like that any page is designed for specific browser at all. Was it FF, Opera, Safari, IE etc.

    • Re:Easy Answer (Score:4, Informative)

      by Bert64 ( 520050 ) <bert@[ ]shdot.fi ... m ['sla' in gap]> on Wednesday February 10, 2010 @06:55AM (#31083804) Homepage

      Standards compliant pages support lynx pretty well, lynx will simply ignore things it doesn't support and render the alt-tags instead of images etc. So long as you chose sensible names for the alt tags the textual page content is perfectly viewable. I use lynx quite often and find it great for getting to information quickly on well designed sites, without being distracted by any of the fancy graphics.
      IE6 doesn't degrade gracefully, it doesn't ignore unsupported features like lynx does, it tries to render them and botches the job totally.

    • Re:Easy Answer (Score:4, Informative)

      by sjames ( 1099 ) on Wednesday February 10, 2010 @01:36PM (#31087878) Homepage Journal

      Lynx isn't obsolete, it's last stable release was July 5th 2009. It is still in active development.

      IE6 has a zillion quirks in it such that the easiest approach is often to have one website for IE6 and another for everything else.

  • by ResQuad ( 243184 ) * <{slashdot} {at} {konsoletek.com}> on Wednesday February 10, 2010 @03:30AM (#31082794) Homepage

    Depends on your clients. If you're talking about a mostly technical crowd? No, probably don't need IE6. If you're talking about a site for corporate users, yea, you need IE6. There are many major companies out there still running IE6 on XP. It sucks, they should all switch to Firefox (Or Chrome, or Opera, or anything but IE), but unfortunately most don't have a choice in the matter. Oh and if you're trying to sell people something, then most likely yet again.

    Of course it all depends on what your usage stats/analytic say. Personally, I've not supported IE6 for a long time, but then on most of my sites Firefox is more than 50% of the market.

    • by h4rm0ny ( 722443 )

      I try to support IE6 on a "moderate effort" basis. I'll fix major problems (if there are any) and I'll try to make it fail gracefully as others have said. Basically, if I do a site, I want it to reach people, that's my aim and I don't let my browser snobbery make me forget that. But having said that, this guy says less than 5% of his visitors are using IE at all. So I don't know what site he's running but it's clearly not an average demographic. So yes, he might as well disregard it other than putting up a
    • Absolutely this. I'm the webmaster for a town planning consultancy. The company deals with a lot of councils around the UK most of which use IE so the stats are as follows:

      IE8: 25%
      IE7: 20%
      IE6: 12%
      IE total: 57%
      Firefox: 15%

      Now compare this to another site that I run for a local (trendy graffiti-type) art gallery/shop:

      IE8: 16%
      IE7: 12%
      IE6: 5%
      IE total: 33%
      Firefox: 40%

      I've taken the time to make sure that they both work in IE6-8, Firefox, Safari, Chrome and Opera because the site's are simple enough and don't con

  • No more support (Score:2, Interesting)

    by Rizz ( 33500 )

    All of my sites now use browser detection for Firefox 2.* and IE versions prior to 8 and sends the user to a page giving them download options. It'd be nice if more people did the same.

  • Not needed (Score:5, Insightful)

    by BhaKi ( 1316335 ) on Wednesday February 10, 2010 @03:32AM (#31082810)
    Actually, no browser should be explicitly/directly supported. Only standards need to be supported. The browsers and their makers should be forced to comply.
    • Re:Not needed (Score:5, Insightful)

      by mwvdlee ( 775178 ) on Wednesday February 10, 2010 @03:49AM (#31082932) Homepage

      And you'll tell your visitors to browse your site with the W3C Validator?

      I'm sorry to inform you that most people that might browse your site exist in a realm called "reality", you should visit it some time.

      • Re:Not needed (Score:5, Insightful)

        by Eivind ( 15695 ) <eivindorama@gmail.com> on Wednesday February 10, 2010 @04:01AM (#31083020) Homepage

        Agreed. But it's still a good thing to code to the standard, because it's also real that a site is easier to maintain the less browser-spesific hacks it employs.

        It also matters what kinda functionality is lost in older browsers. If the site don't work at all with IE6, and 10% of the visitors use that, then that's definitely bad. If (to take a random example) border-radius isn't supported by IE-6, so those 10% visiting with that browser, get square corners rather than rounded ones, that may well be acceptable. (especially since supporting round corners in ie-6 means using fugly badly-maintainable hacks)

    • But if someone bundles, I mean, releases a popular browser to the world, in which it breaks the standards, what then?

    • Re: (Score:3, Insightful)

      by stimpleton ( 732392 )
      The browsers and their makers should be forced to comply.

      And ship'em to gulags if they don't?
    • This would be true in a perfect world.

      A somewhat more realistic motto would be: support only browsers which have a built-in update mechanism.

      That would help prevent disasters like IE6 to happen again.

    • Re:Not needed (Score:4, Insightful)

      by weicco ( 645927 ) on Wednesday February 10, 2010 @05:53AM (#31083532)

      Yes, that and my personal opinion is that web sites should have less (X)HTML/CSS/Javascript masturbation. I don't care about the fancy outlook. Content is everything.

  • Yes and No (Score:3, Interesting)

    by Kickboy12 ( 913888 ) on Wednesday February 10, 2010 @03:32AM (#31082812) Homepage

    At my web development company we officially stopped testing our sites on IE6 last year. However, we do still test sites in IE6 when we know the client is specifically using that browser (so they don't complain). However, IE7 is still pretty common among XP users, so we still have to test all sites on IE7 and IE8.

    Though as far as we're concerned, IE6 is dead.

    • Re:Yes and No (Score:5, Insightful)

      by mwvdlee ( 775178 ) on Wednesday February 10, 2010 @03:53AM (#31082958) Homepage

      My stats indicate more visitor use IE6 than Opera (all versions combined) or Safari (all versions combined).

      If IE6 is dead, then so are both Opera and Safari.

  • IE6 outdated. (Score:5, Informative)

    by Tukz ( 664339 ) on Wednesday February 10, 2010 @03:34AM (#31082822) Journal

    We're a web company, making different kind of websites for different kind of people. Which means we make anything from small "Mr and Mrs Smith My Pink Pony" kind of sites, to web shops with 5k+ transactions per day.

    We recently (within the last year or so) put a note on our contracts, stating we don't support IE6 anymore, unless the customer is actually paying extra for making the appropiate changes. It was just too much a hassle to manage all the hacks and workarounds all the time.

    So basically, we state we only support the latest generation of browsers, included IE7 since the migration to IE8 isn't complete yet. A lot of people still on IE7.
    And IE7 isn't TOO bad, the work arounds is mainly CSS, the rest is worked out by MooTools, Prototype, etc.

  • by Anonymous Coward

    I worked for a federal agency and just this past summer we were finally upgraded to IE 7 - a lot of places where security is tight the IT people can be overly cautious when upgrading software, meaning employees could be years behind. If your site is something I need to access (technical documentation, etc) I'd be pretty annoyed when it wasn't my fault I couldn't access it because I'm not allowed to update my own machine.

  • Corporations. (Score:4, Interesting)

    by jedrek ( 79264 ) on Wednesday February 10, 2010 @03:35AM (#31082830) Homepage

    That's what it comes down to: corporations. There are still too many 10,000+ employee corporations out there that run Windows XP with the Flash 7 plug-in and IE6. You have to support that or there is no client.

    • by Cragen ( 697038 )
      Indeed, much of the Department of Defense, a fairly large employer in some sectors, just moved to IE7 last year.
  • by mykos ( 1627575 ) on Wednesday February 10, 2010 @03:37AM (#31082838)
    My employer hasn't switched from IE6. Does anyone have tips on how to convince them to move to IE8? We have exactly zero software which requires IE6; in fact, some of our software doesn't work properly with it.
    • by Hurricane78 ( 562437 ) <deleted&slashdot,org> on Wednesday February 10, 2010 @03:58AM (#31083004)

      I’ll be an example to you:

      I left my well-payed day-job because my boss (who was a very powerful player on the net) wouldn’t let go of IE6. (I had to write webapps for that piece of shit.)

      I’m happy and would I have the choice, I’d do the exact same thing again. Just earlier. ^^

    • Ask Google what site they were sent to for that exploit then go around visiting it on as many computers as you can find at work. Something will definitely change.
    • Re: (Score:3, Insightful)

      by Yvanhoe ( 564877 )
      Make a list of the software that doesn't work properly with IE6. Try to evaluate the lost productivity. If hit by a virus that uses a flaw in IE6, count the time lost and put a $$$ figure on it. Then defend your case. Your employer is concerned chiefly about money. Make a case with monetary facts.

      Also in some kind of companies (high tech startups) the argument "Google did X" is often very powerful. Tell them that now you are using a technology that someone like Google does not consider usable anymore.
    • by oneandoneis2 ( 777721 ) * on Wednesday February 10, 2010 @08:04AM (#31084166) Homepage
      When I worked at a job that not only used IE6, but used a heavily-locked-down IE6 that wouldn't even let me change the homepage.. I ran Portable Firefox from a USB drive and stopped caring.
  • Measure it... (Score:4, Interesting)

    by dacut ( 243842 ) on Wednesday February 10, 2010 @03:39AM (#31082856)

    ... as you've done. What percentage of those IE users are still running IE6/7? Then ask yourself, "Am I willing to lose X% of my visitors to save Y% of coding effort?"

    For any typical website which depends on traffic for revenue, I'd say you'd have to be nuts to cut support for IE 6/7; thats about 35% [wikipedia.org] of the visitors to your site. The fact that only 5% (and not 62%) of your visitors use IE at all, however, indicates that you're not running a typical site (or there's an error in your metrics collection).

    • The large Government UK website that I work on still has 12%+ on IE6 (plus another 24% on IE7), so it is impossible to say that we're not going to support IE6 any more. However being business facing, we are probably seeing a slightly larger percentage of those. Interestingly IE8 has about 35% share - so users are moving over to the new browsers, albeit slowly.

      The bigger issue might be caused by corporations holding on to IE6 (as someone above has mentioned). In house we still have IE6 as the standard b
    • If it is only a small percentage that are using IE6 (or IE) then you should warn them and then make the page work at least minimally

      The same goes for other "minority" browsers ... make sure it is usable, if only in a minimal fashion ...

  • Standards Compliant (Score:5, Interesting)

    by jadin ( 65295 ) on Wednesday February 10, 2010 @03:44AM (#31082890) Homepage

    I (attempt) to keep my websites standards compliant. If it works in your browser, great. If not, not my problem. I'm not jumping through hoops to help support companies actively ignoring agreed upon standards.

    However, I'm also not financially dependent on my websites...

  • "Following Google's announcement ending support for Internet Explorer 6, I find myself wondering whether we (Web developers) really need to continue providing support for IE6 and IE7..."

    What a shame. It took a move by a large company like Google to get you to wonder about supporting IE 6, rather than reaching this conclusion through your own experience and common sense. Of course, this shame is also a blessing, as I'm hoping that it will get others like you to question the same, and hopefully companies will all follow suit.

    • No, the thing is that now that major companies like Google are letting it go, upgrades are much more probable. No one will care if their employees can't access some random website, but if they can't access an important Google service, that will real pressure.

  • Especially when creating Web sites intended for technical audiences, wouldn't it be best to end support for obsoleted browsers?

    I'd think that most 'technical audiences' would already be running a non-obsolete browser if they had any say in the matter...
    Not everyone has the option of installing/running alternate browsers (think: locked down corporate PC's, etc.)

    *Especially* with technical audiences, there's a larger than average chance that you'd lock these people out completely by preventing them to
  • Obsolete? (Score:3, Funny)

    by Antony-Kyre ( 807195 ) on Wednesday February 10, 2010 @03:48AM (#31082926)

    Come on. Some people still love IE6. Moreover, I believe IE5.5 is still used by some people.

    Well, that's my assumption based on the phrase "These versions include Internet Explorer 5.01 Service Pack 4 on Microsoft Windows 2000 Service 4" mentioned in http://www.microsoft.com/technet/security/advisory/980088.mspx [microsoft.com] , but perhaps that's bad logic.

  • Have you had to make a choice like this Yes we have made a choice. And that choice is to maintain support.

    We are an agricultural company at cutting edge DNA profiling for the beef breeds industry. Despite this our clients are farmers. IE 6 runs at 60% of browser share for us.

    Sorry, but its a fact of life.
  • Wish we could :-/ (Score:5, Insightful)

    by SplatMan_DK ( 1035528 ) * on Wednesday February 10, 2010 @03:51AM (#31082950) Homepage Journal

    Get rid if IE6? Boy I wish we could. But we can't.

    Our 4-man startup software company targets medium sized corporate customers (250-2500 seats) and they are still using lots of old computers with IE6. There are many reasons but a few of the most noticable ones are:

    1.) a ton of old Line-of-Business applications still uses IE6 for presentation.
    2.) a surprisingly large amount of corporate software uses embedded IE6 components in their GUI.

    Most of these corporations have installed newer browsers on their machines (some of them even installed non-MS browsers) but IE6 is still there - under the surface - because critical business applications are still depending on it.

    All those Line-of-Business applications are extremely hard to remove. They often solve critical business needs so nobody wants to throw them away. They work and "do the things they were built to do". And since they just work there is no budget to replace them with somerhing else. The people who created them have left the company years ago so nobody really knows exactly how and why they are implemented.

    But everbody knows this about their old LOB apps: they neeed IE6, they still work as intended, nobody can tell how to make an alternate solution, and there is no budget to analyze or re-implement them (and why would anybody want to - right?).

    I imagine this is quite common for many corporations around the world and not just in my region.

    - Jesper
       

    • Re:Wish we could :-/ (Score:4, Interesting)

      by david.given ( 6740 ) <dg@cowlark.com> on Wednesday February 10, 2010 @10:13AM (#31085098) Homepage Journal

      I've been on the other end of this: I got sent out to work with a Korean customer on-site. They wouldn't allow our machine to be connected to their LAN without installing some security software (name and shame: Waterwall).

      The installation goes halfway through and fails obscurely. Three hours of debugging later they finally realise that I have IE8, but Waterwall only works on IE6 or IE7.

      So I try to install IE7. I can't, because IE8 is installed. I try to uninstall IE8. I can't, because our sysadmin is, like, competent, and had set up the laptop with a DVD image with IE8 slipstreamed into it.

      I eventually had to borrow an XP disk from the customer and reinstall Windows. Then I installed Microsoft Security Essentials and removed the virus that was on their XP disk.

      The real joke? Waterwall blocks web access, enforces encryption on USB keys and recordable media, etc. (It's intended to stop 'information leakage'.) The internet? Wide open. ssh worked fine...

  • The stuff I really want on the web would work fine with Netscape Navigator 3.x and the correct plugins.

    Do us all a favor and get rid of CSS, XHTML, and all the other alphabeet soup. Oh, and stop using target _blank. I've held out quite a while, but I think I'm finally going to install one of those script/tag-stripping proxies just so I can get rid of target _blank.

    I wanna new window, I'll click right-click and chose "open in new window". That's what it's there for. Oh, and how's that back button compatab

    • The stuff I really want on the web would work fine with Netscape Navigator 3.x and the correct plugins.

      Do us all a favor and get rid of CSS, XHTML, and all the other alphabeet soup. Oh, and stop using target _blank. I've held out quite a while, but I think I'm finally going to install one of those script/tag-stripping proxies just so I can get rid of target _blank.

      I wanna new window, I'll click right-click and chose "open in new window". That's what it's there for. Oh, and how's that back button compatability thing working out? No? Still not there? Wankers.

      Oh, and "get off my lawn".

      I didn't even know caves had lawns. Oh well, learn something new every day I guess..

  • Hell no! (Score:5, Interesting)

    by Hurricane78 ( 562437 ) <deleted&slashdot,org> on Wednesday February 10, 2010 @03:55AM (#31082970)

    Remember: The only thing you can achieve by supporting those “browsers”, is to be an enabler. Basically the only reason those people still use IE, is because they can. And the only reason they still can, is because you still code for IE 6/7. And the only reason you do that, is because people still use them.
    Do you see the circular logic here?
    Someone has to break the cycle. And you can bet your ass that it won’t be the users. It’s your job. It’s mine. After all we’re the experts for a reason.
    Don’t be an ass. Be nice. Don’t push them. Pull them. Coming from IE6 to a full-featured modern browser with HTML5-enabled sites, is freakn’ great! It’s like opening the box of your shiny new electronics device (or whatever you like) and playing with it all day long. Get that feeling across! And you will see them getting dragged in in the euphoria, switching in the blink of an eye.
    People don’t change anything if they think they don’t have to. It’s called efficiency. But sometimes it’s bad. E.g. when there is a lack of information.

    So if you think that they should switch, then just code close to the standards. If they want to use their site, it takes them five minutes to install a recent browser, and they know it for years.

    Still supporting IE 6/7 is similar to acting like those EA managers, who would never dare to do something innovative, edgy, fresh or even slightly offending, to get a target group as big as possible... and then ending up with a shitty target group because the result of your work is bland, average, plastic-fantastic, non-innovative, boring shit that nobody hates but that also nobody loves.

    • playing with it all day long.

      Something I'm sure at least a few slashdotters are familiar with ;-)

    • Re: (Score:3, Insightful)

      by am 2k ( 217885 )

      Still supporting IE 6/7 is similar to acting like those EA managers, who would never dare to do something innovative, edgy, fresh or even slightly offending, to get a target group as big as possible...

      How do you explain something like Mirror's Edge then?

  • I'd love to ditch IE6. But where I work, it's not reasonable. Even if only 5% of our users are running it, quitting support for IE6 would mean tens of thousands of dollars a month. I think some sites have the clout to try and force the users to upgrade, but not us. They can simply go somewhere else.

    There will definitely come a time when the cost of supporting those users will be less than the revenue they bring in. Soon, but not quite yet. So, I'm still spending the 11th hour before roll-out pathetically d

  • our visitors still come 30% with IE6 so: decision is yours: do you want that that 1/3 of your possible customers cannot view the page properly
  • As a developer, you need to do what the bosses ask of you. You may argue a bit about it at the beginning, especially if you can back your argument up (vulnerabilities, extra costs, missing features...), but once the choice is made you've got to suck it up.

    My brother works for one of those infamous IE6-bound large corps. It hurts them quite badly (to the point where most users have installed firefox on the side and try and use it whenever it works), but they've got so much specific stuff (activeX controls, .

  • IE 6 is about a decade old, while IE 7 just came out three years or so ago - why are you lumping them together? I'm not fond of IE 7, but from a coding point of view it's far less broken than IE 6.

    On a related note, I suggest you shouldn't plan on writing pages that require HTML 5 canvas support for a while yet.

    C'mon, I've ranted about IE as much as anyone - but seriously, are you going to hold Firefox or Webkit up to the same standards? Heck, Webkit seems to be pushing the envelope the hardest... so maybe

  • Don't explicitly break IE6/7, just don't kill yourself to making your site 100% compatible.

    Use IE6NoMore [ie6nomore.com]

    As for corporate sites...I haven't seen much of an issue, honestly. The last few big corps I've worked with that still use IE6 also have Firefox installed. Yes, their desktop machines come with 2 browsers and IE6 is used almost explicitly with a couple of legacy apps that rely on ActiveX.

  • What happened to the tried and tested option of ignoring the browsers you don't want to support; web1.0 was built on these sound principles. When we could not access the site due to the webmaster (remember them?) implementing the latest Netscape tag, we would assume it was our fault and upgrade.

    I blame agile development practices for worrying about what the user can handle: pussies.

  • back in the days not just tech websites proudly presented the "this site requires IE3 / Netscape 3" icons. And Netscape 2 before that. And NS 1.4, iirc that was quite an important release feature-wise. I suppose the web was not catering for non-geeks on the whole.

    Simple answer to the above question: what's the cost of continued support of $OBSOLETE_BROWSER_X compared with the revenue your website makes from customers with $OBSOLETE_BROWSER_X who won't switch to $SANE_BROWSER and rather abscond tom $EVIL_

  • Microsoft is phasing out support for Netscape 4, in retaliation for Google declaring Internet Explorer 6 a "pustulent syphilitic drunken crack whore [newstechnica.com] with no mates. And bad breath. Who smells funny."

    Google has given up bothering to support IE6 on its sites, directing the doubtless hideously virus-infected users of the browser to download another browser. Any other browser. "Lynx will give you a vastly superior YouTube experience. Now it will, anyway."

    "The Mozilla Foundation has completely failed to fix problems in Netscape 4 that have been around for years," said Microsoft marketing marketer Jonathan Ness. "Furthermore, Firefox gets just as many hacks as Internet Explorer, and pay no attention to my lengthening nose."

    In December, Chinese hackers exploited a weak spot in IE6 that Microsoft had only known about since September. Following this, governments worldwide told people to get the hell off IE6, except Britain, which relies on IE6 to leak data when there are insufficient funds for USB sticks or train journeys for civil servants.

    Web designers around the world welcomed Google's move, but have not given up their Bill Gates dartboards just yet. "'That is not dead which can eternal lie, And with strange aeons even death may die.' Steve Ballmer said that, you know."

  • by Bunzinator ( 1105885 ) on Wednesday February 10, 2010 @06:40AM (#31083732)
    ... as it is that of the browser vendors. As web developers, we NEVER should have coded to anything but the W3C standards. Browsers would have been forced to fall in line, and this fascinating banter would never have been necessary. While I have always tried to just code to the standards, I can understand the position other are in, with their PHBs squeezing them to do stupid things.

    Though it'd never happen, I'd like to see W3C monitor all web content, and have the power to issue DNS deregistration notices to all non-compliant sites.

    Dear Sir,

    we have determined that you site, www.microsoft.com, is not compliant with the W3C 'xhtml1-transitional' standard it claims to implement. You are advised that you have 14 days in which to make the aforesaid site fully compliant. Failure to do so will result in the immediate suspension of your Domain Name registration, until such time your compliance is proven.

    Have a pleasant day.
  • <!--[if lt IE 7]>
    <script type="text/javascript">
    alert('Thanks for visiting! We have detected an outdated version of Internet Explorer on your computer. It is recommended that you upgrade your browser to view this site properly and to correct any security flaws on your system.');
    </script>

    Regardless of what people actually *need* Internet 7 or below for, it has major security flaws. If it is one thing my customers want to know, it is how to better protect themselves.

  • by seangw ( 454819 ) <seangw.seangw@com> on Wednesday February 10, 2010 @09:14AM (#31084574) Homepage

    As a web developer, I hate supporting IE6. It lacks so many things that make the web a better place today (poor CSS support, no PNGs -- yes there are fixes).

    I've found it depends on your target demographic. If you are looking at business people, IE6 is still in the ballgame. Offices are still lagging behind in their conversion to modern browsers. This is probably because the IT staff just doesn't care.

    In talking with user groups, I've heard people say (frequently) that they prefer Firefox or Chrome at home, but at work aren't allowed to install those browsers -- so they are forced to use IE6 during work hours.

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...