Slashdot Mirror


Just what has Microsoft been doing for IE 7?

Jeff Reifman writes "Last week, Windows columnist Paul Thurrott ripped into Microsoft for ignoring CSS standards with its upcoming Internet Explorer 7.0. "Microsoft has set back Web development by an immeasurable amount of time. My advice is simple: Boycott IE. It's a cancer on the Web that must be stopped. IE isn't secure and isn't standards-compliant, which makes it unworkable both for end users and Web content creators." With the redesign of my own site last month, I discovered just how non-compliant IE is with basic CSS: IE 52% vs. Firefox 93%. Is Microsoft purely incompetent and tone-deaf to customers — or simply counting on IE's non-compliance remaining a de-facto standard?"

5 of 354 comments (clear)

  1. Re:I vote de-facto standard by eln · · Score: 5, Interesting

    How about publishing Windows without a browser and allowing OEMs to choose what browser to bundle? Most people are going to be getting Vista bundled with their machines anyway, your average person doesn't upgrade their OS unless they're upgrading their computer anymore.

    While some OEMs may choose to bundle IE7 anyway, I think that if Microsoft is barred from any reprisals, most OEMs are sick enough of Microsoft's pressure tactics over the years that they may choose to bundle something else, with the most obvious winner probably being Firefox (since it's the only other browser most people would have heard of).

  2. Google is your friend (maybe) by Jetson · · Score: 5, Interesting

    When Google announced that they were going to start offering an alternative search for blind people that rates sites based on how well they comply to the W3C usability standards, I really thought they might follow up with a search engine that rates the results according to general standards compliance. I'd love to see "works in any browser" sites on the first page and "IE-only" sites on page 10.... Suddenly all of those commercial sites would have an incentive to make their sites work instead of just making them flash-y.

    1. Re:Google is your friend (maybe) by doodlebumm · · Score: 5, Interesting

      If both Google and Yahoo did this, there would be massive web development work going on, and there would be a number of advertisers on both sites that would start to pull there advertising dollars away. I think that it would be very good to just mark sites initially and notify all their advertisers that they are "going to start to lower the search position of any non-compliant site as of *some-date-here*". This would strengthen their position to be able to do it, and not piss of their paying customers.

  3. What we need is a Gecko ActiveX control by Schraegstrichpunkt · · Score: 5, Interesting

    I would love to see an automatically self-updating Gecko ActiveX control. Any IE user who visits my sites (or dozens of other sites that mandate it), would simply have to click "Yes" once (ever), and then the user would be using the newest version of Gecko to render the pages automatically.

    IE could be effectively marginalized that way.

  4. IE's most egregious offense by phiber_phreak · · Score: 5, Interesting

    Does anyone know if IE7 will fix the absolute worst behavior in IE -- closing TCP connections with RST rather than FIN?

    This bad behavior:

    --exists in IE6 and earlier

    --violates RFC 793 sections 3.4 and 3.5

    --ties up LOTS of memory in zillions of stateful devices (firewalls, VPN gateways, L4 and L7 load balancers, and on and on)

    --does not belong to the MS TCP/IP stack, since other applications (eg, telnet) close connections properly

    I haven't played with IE7 yet. Someone please tell me MS has finally addressed this abomination.