Slashdot Mirror


Internet Explorer 6 Will Not Die

caffeinejolt writes "Despite all the hype surrounding new browsers being released pushing the limits of what can be done on the Web, Firefox 3 has only this past month overtaken IE6. Furthermore, if you take the previous report and snap on the Corporate America filter, IE6 rules the roost and shows no signs of leaving anytime soon. Sorry web developers, for those of you who thought the ugly hacks would soon be over, it appears they will linger on for quite a bit — especially if you develop for business sites."

3 of 531 comments (clear)

  1. Developers should charge more for IE6 support by atfrase · · Score: 5, Interesting

    There seems like a pretty clear free-market solution to this problem: developing sites that support IE6, with all the requisite hacks and workarounds, is harder. It takes longer, and should cost more. If developers just attach an appropriate premium to this extra work, businesses start having a financial incentive to stop demanding it.

    "Well boss, I got a quote for that intranet app we need developed, and it turns out our IE6 requirement adds 35% to the total cost." "Hrm.. and what's your estimate of the cost of migrating?" "Migrating would cost us more than the 35% on this one project. But looking a year or two out, paying that kind of premium on all future development contracts, switching is way cheaper, and will probably reduce IT expenses for security issues to boot." "Right. Start working on that."

  2. How to block portable apps by tepples · · Score: 5, Interesting

    The answer remains: fuck ye!

    Administrator's response: Fuck executables outside %SystemRoot% and %ProgramFiles%.

  3. Re:The "understood" security risks by FictionPimp · · Score: 5, Interesting

    I suggest you find a new job. That is a time bomb. Any management who won't admit that in 5 years a important part of the business logic is not going to work. Microsoft is going to stop supplying security patches for IE6. It's a fact, at that point you are going to have to run a very insecure browser while you do what you are saying is too expensive to do. Only now you have even more risk then starting the project before it's an emergency.

    What happens when new hardware simply will not run XP and you have no choice?

    My company just went though this. Luckily they listened to me and were proactive. We had tons of PHP4 code, a lot of it incompatible with php5. I pointed out plans from several projects we use to drop PHP4 support and the fact PHP itself was getting ready to drop support.

    So we got approval to start the project. It took us 2 years of modest work in addition to our normal projects. We also made sure all new projects were fine with PHP5. While we were at it, we rewrote everything to conform to a standard that worked in all major browsers at the time IE6, firefox, and safari.

    We also came up with a unified plan for the future. Doing things like putting an end to little access databases and random mysql servers. Unifying that took even more work as we had to reverse engineer work from developers long gone.

    Now we have a very flexible framework to work in that allows us to quickly change directions as trends change in our field. Boss wants a site to work on his blackberry, no problem. He suddenly switches to an iPhone, again no problem. He goes bonkers and moves to linux, guess what, no problem.