Slashdot Mirror


Retro Browser War: IE6 Vs. Netscape In 2011

jbrodkin writes "What if you took the raw, pre-patched, 10-year-old versions of Internet Explorer 6 and Netscape 6.1 and tried to surf the modern Web? What would happen? You might think firing up IE6 or Netscape would lead to an immediate onslaught of viruses, but just for fun, I decided to spend some time using these two ancient browsers. It turns out IE6 is still capable of surfing much of the modern Internet, and can play Flash and Java content, but Netscape's troubles show it probably died a justified death."

211 comments

  1. Or possibly... by bsDaemon · · Score: 5, Insightful

    Possibly, the fact that large numbers of corporate desktops still have IE 6 means that a non-trivial number of Web programmers code to where IE6 will still work, whereas no one is using old Netscape, even for fun, except for this dude.

    1. Re:Or possibly... by xSauronx · · Score: 4, Interesting

      Really. I work at corporate for a medical system with a few hospitals and clinics...only late last year was IE7 approved for deployment because (finally) a couple of key software vendors supported it. Deployment is still optional at this point in time, but theres talking of making it automatic soon.

      --
      By and large, language is a tool for concealing the truth. -- George Carlin
    2. Re:Or possibly... by Machtyn · · Score: 2

      Same field. We're still trying to get certain software to play nice with IE7 and IE8. Therefore, IE6 is still deployed to all computers.

    3. Re:Or possibly... by Anonymous Coward · · Score: 0

      Indeed, we just got IE7 a few months ago.

    4. Re:Or possibly... by AliasMarlowe · · Score: 2

      large numbers of corporate desktops still have IE 6

      Hah! We don't use that old shit where I work, buddy. We upgraded to IE 6.5 years ago...

      --
      Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    5. Re:Or possibly... by tripleevenfall · · Score: 1

      I work in the same, and IE 9 is in pilot right now. Everyone else still has IE6.

    6. Re:Or possibly... by tripleevenfall · · Score: 2

      Typo - I mean IE8 is in pilot. (why the hell can't you edit posts here?)

    7. Re:Or possibly... by jellomizer · · Score: 1

      We just recently stopped supporting IE6 in our products. A lot of the IE6 compatibility features are still there, we are just not checking new features in our products with IE6 (and a lot of them will still work with IE6 just not confirmed). Last year IE6 testing was limited to making sure the product functionally worked however the niceties such as UI effects were not supported. We test with IE9 Beta. And leaving IE7-8 to be functional, due to its crappy support of CSS.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    8. Re:Or possibly... by Shikaku · · Score: 2, Informative

      Because then you can retract your statements and game modding up for nefarious reasons. Slashdot has permaposting for a good reason.

      There's a reason why it's preview then post button.

    9. Re:Or possibly... by CohibaVancouver · · Score: 1, Interesting

      Because then you can retract your statements and game modding up for nefarious reasons. Slashdot has permaposting for a good reason.

      ???

      Surely the solution to this is just to remove any mod points if a post is edited? Or allow editing for 15 minutes, and in those 15 minutes, no moderation is allowed.

    10. Re:Or possibly... by commodore6502 · · Score: 2, Insightful

      Really this is an apples versus oranges comparison: IE 6 was last updated in 2008. Netscape 6.x in 2002. It's like comparing a Mac G3 versus a modern QuadCore PC. Of COURSE the older technology will not work as well as the new one

      If they wanted to do a real comparison, try:
      - IE 6 (2008) versus Netscape 9 (also 2008)
      - IE 5 (last update: 2000) versus Netscape 4.5 (2001) - both will be about equally broken.

      --
      Information wants to be expensive AND wants to be free. So you have Value vs. Cheap distribution fighting each other.
    11. Re:Or possibly... by Anonymous Coward · · Score: 0

      well, yeah. One or two years ago Yahoo began blocking access to their site because I was using 6 year old Mozilla 1.7, but happy to serve up content for my ten year old IE6. Obviously they were continuing to support "some"older browsers but not all, or willing to write a page that would gracefully degrade to some earlier browser standard.

    12. Re:Or possibly... by sodul · · Score: 3, Funny

      allow editing for 15 minutes, and in those 15 minutes, no moderation is allowed.

      And we should call it 'Preview', what a great concept ... oh wait

    13. Re:Or possibly... by Shikaku · · Score: 1

      Fuck if I know, but Slashdot has never allowed editing nor removal of posts for any reason (except for a few very notable cases).

      Works a bit like posting an email or on Usenet: it's already posted, you can't take it back.

    14. Re:Or possibly... by w_dragon · · Score: 4, Informative

      They thought of that. He went to great lengths to get a version of IE6 that was released in 2001, no patches allowed. It's in the first page of the article. I know, I must be new here.

    15. Re:Or possibly... by Anonymous Coward · · Score: 0

      He said prepatched versions....

    16. Re:Or possibly... by commodore6502 · · Score: 1

      P.S.

      Also Netscape didn't die (as in no longer being used by people). They split in half to form Netscape and the Mozilla Foundation. Netscape 5 was developed and renamed as Mozilla Communicator, which then split into SeaMonkey Communicator and Firefox Browser.

      --
      Information wants to be expensive AND wants to be free. So you have Value vs. Cheap distribution fighting each other.
    17. Re:Or possibly... by Anonymous Coward · · Score: 0

      RTFA :)
      It's okay to hate microsoft, and sound smart - just do so without shooting yourself in the foot.

    18. Re:Or possibly... by Anonymous Coward · · Score: 0

      FTFA: "In order to get the oldest, most awful version of IE6, I had to locate an original, 2001 copy of Windows XP that lacked any patches and service pack updates."

      He did compare equal versions.

    19. Re:Or possibly... by natehoy · · Score: 2

      True, but even so, the fact that IE6 was updated 6 years more recently indicates that more people are using it, and even the old unpatched version is more likely to be compatible with current stuff (because a lot of current stuff gets retrofitted to support it, and IE6 has not undergone a major structural change,so writing support for the 2008 version means you're most likely also writing support for the 2001 version).

      A lot of web developers still write code to support IE6's peculiarities. That's because a lot of people still use it. There's a correlation between that and the fact the Microsoft kept updating IE6 until 2008.

      Netscape was abandoned. There's a correlation between the fact that the company writing it died out and people stopped using it and the fact that no web developers write back-support code for it.

      IE6 has remained useful because of hordes of web developers who, to this day, write "if useragent = IE6 do something different" code all across their web pages. And those web developers do that because, surprise surprise, it's still in common use.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    20. Re:Or possibly... by Anonymous Coward · · Score: 0

      Yes, Netscape is dead. Had children and grandchildren, but it's dead.

    21. Re:Or possibly... by Anonymous Coward · · Score: 0

      Did you actually RTFA? He installed the 2002 version of IE6 and compared it to the 2002 Version of Netscape 6.x.

    22. Re:Or possibly... by Waccoon · · Score: 3, Informative

      I just did a clean install of Win2K (IE 5.5) under VM, and put on Netscape 4 for fun. The results weren't pretty. IE 5.5 did pretty well on my sites which made no accommodations for IE at all. Netscape regularly showed blank pages because it choked on the CSS, and some perfectly valid code even made the browser crash.

      This perfectly reflects my experience when I was in college. I stopped using Netscape because it was a slow, cranky, crash-prone piece of junk, especially on the Mac. People have fond memories thanks to the nostalgic factor. In reality, Netscape 4 was a direct response to the IE monopoly panic, and the company screwed up big time. They killed themselves.

      Apparently, I'm alone in my memories that Netscape wasn't that great a product, thus making it part of yet another VHS vs Betamax.

    23. Re:Or possibly... by filthpickle · · Score: 1

      same here. 'use IE6 if you want to....but don't call us if it doesn't work'....this is probably the same tune that will be sung for a few years.

    24. Re:Or possibly... by hesiod · · Score: 1

      Surely the solution to this is just to remove any mod points if a post is edited?

      That would remove down-mods too. Having time limits on moderation means GNAA (and other) trolls are guaranteed to be at score:1 for that time limit. It increases the incentive for trolls to fristpost.

    25. Re:Or possibly... by rhyder128k · · Score: 1

      One thing I liked about NS was that it was multi-threaded. This meant that it was still working while it was redrawing the page, a handy feature in the time of much slower computers and dial up internet. IE always seemed to be getting blocked.

      --
      Michael Reed, freelance tech writer.
    26. Re:Or possibly... by Anonymous Coward · · Score: 0
      Posting AC due to moderation.

      I agree. I don't think I've ever had Firefox crash more than one or two times.

      I hated Microsoft (still do) but Netscape would crash every time I used it. Very annoying. It actually was a piece of shit at version 3. It only got bigger and buggier.

      I say good riddance!

    27. Re:Or possibly... by nahdude812 · · Score: 2

      More accurately a lot of developers are taking great pains to keep IE6 reasonably functional because they don't want to give up that market share.

      All this article demonstrates is:

      1. 10 years ago the browser market was greatly fragmented, and
      2. a 10 year old browser still commands a significant market share.
    28. Re:Or possibly... by BitZtream · · Score: 1

      Mozilla formed the base of 6, not 5. 5 was abandon very early on in favor of starting over as Mozilla.

      Eitherway, Netscape died with version 4, anything after that was a joke at best. Not that most of what came before it wasn't as well, but it was most certainly dead the day Mozilla was announced.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    29. Re:Or possibly... by sznupi · · Score: 1

      At least some move away is finally visible, even via few large sites. Which... appears to help some oldish browsers, if they aimed for standards / etc.

      (I keep an old dual P2 around, with Opera 9.27 (a good "classic" release) - and it tends to work better with newly overhauled sites; it's very near 8.0 release, so that's 2005 time frame (and of course assuming something can work without js, considering browser from pre-speedup era and slow CPUs); I imagine especially old Konqueror releases might be similar)

      --
      One that hath name thou can not otter
    30. Re:Or possibly... by nschubach · · Score: 2

      I didn't read TFA, but did they also use a similarly patched Windows installation? (if it was XP, there should be literally no patches)

      I say it matters because a good portion of that makes IE work is built into Windows, so having an updated Windows means having an updated IE...

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    31. Re:Or possibly... by Riceballsan · · Score: 1

      still has nothing to do with anything, IE is still in use, in a fairly large percentage of corporate computers. Netscape didn't die because it was unusable, it is unusable because it died. Webpages detect what browser you are using and adjust to what you are using. Odds are if you are using old netscape, the webpages will adjust to the current firefox, which of course is extremely different then netscape. IE6 on the other hand still has 20% or so of the browser market if I remember right. using IE6 will take you to a page designed for IE6, not a page designed for IE9.

    32. Re:Or possibly... by Anonymous Coward · · Score: 0

      Agreed but it is also interesting to note a lot of features were not Possible on that older version of Netscape. IE6 was heads above it's competition when it came out. Now it is a joke of obsolescence.At the time though it was a definite knock out blow to Netscape. Because, lets face it that Netscape 6.1 was terrible.

    33. Re:Or possibly... by im_thatoneguy · · Score: 0

      Obviously preview doesn't meet the desires of the users since people constantly fail to use it.

      Slashdot can keep their heads up their asses and deny there is a problem even though in practice the system is flawed or they can acknowledge that the status quo is inadequate.

      It's trivial to create some simple solutions to the problems perma-posting attempts to address:
      - Only allow edits before a reply.
      - Only allow edits before a moderation is applied.
      - Check to ensure when replying that the post hasn't changed while writing a reply and alert the user.

    34. Re:Or possibly... by Wraithlyn · · Score: 1

      Yeah, this is ridiculous.

      IE6 surfs the modern web better because the modern web was built to support IE6 (due to significant market share until very recently).

      On technical merits, IE6 "deserved" to die just as much as Netscape, but it was entrenched by virtue of being built into Windows XP, and thus had to be supported.

      --
      "Mind, as manifested by the capacity to make choices, is to some extent present in every electron." -Freeman Dyson
    35. Re:Or possibly... by Davorama · · Score: 1

      That's a great idea, but stop calling me surely!

      --

      Davo -- Free speech, free software, AND free beer.

    36. Re:Or possibly... by damaged_sectors · · Score: 1

      Possibly, the fact that large numbers of corporate desktops still have IE 6 means that a non-trivial number of Web programmers code to where IE6 will still work, whereas no one is using old Netscape, even for fun, except for this dude.

      Possibly because of the fact that a lot of large corporations (and government departments) spent so much money on some software (Oracle and SAP I'm looking at you) that is dependent on IE (due to brain dead IT decisions) that anyone whose business is dependent on dealing with those folk *needs* to support IE6.

      Sadly I'm guilty of taking advantage of the growing trend to build sites that don't support IE6. By which I mean - I build sites for clients whose clients are those same corporations and government departments who use IE6. It works really well for me.

      Company A announces that they no longer support IE6 on their websites, corporations and government departments where the people who contract to outside companies can no longer view their websites *don't buy their services*. A few code tweaks and the willingness to live with half a dozen minor W3org in-validations meant that one of my clients went from the second largest service company in a country town - to the second largest in the nation. Simply because their competitors all proudly announced last year they'd no longer support IE6 on their websites - and I decided to go against the trend because my clients get their work from people who only use IE6. And yes, some of those people use foot rests, wrist rests, screen filters, wear beer coolers on their wrist, and have those huge upside down mice - but the money they control is the same as any other money.

      I've interviewed a view "developers" (read point and click fffrontpage/ddddreamweaver operators) in the last twelve months who've given me great spiels on how *not* supporting IE6 was something you do "for the good of the user" - but in actual fact it is because they simply don't know how to. To the fellow who claimed he refused to support IE6 because he supported standards (while querying my non-use of Windoof) - how come nothing in your portfolio supported handicapped viewers?.

      Horses for courses - if the site is commercial, and the clients use Mosiac 1.1 then I'll make the site support it - either design it to degrade properly, steer the browser to the correct code, or get a job you're capable of doing. Oh, and the decision by Joomla and other "popular" cms (by which I mean rubbish) not to support IE6 hasn't done some of the end clients any favours either.

      We stopped supporting Netscape (and Mosaic) a long time ago - simply because we see no need to support them, but if there was - it's really not that hard.

      Now ActiveX is a whole 'nuther barrel of rotten fish though....

      Disclaimer:- I'm getting out of the industry so I'm not exactly digging my own grave pointing out obvious business failings in others.

    37. Re:Or possibly... by damaged_sectors · · Score: 1

      Surely the solution to this is just to remove any mod points if a post is edited?

      That would remove down-mods too. Having time limits on moderation means GNAA (and other) trolls are guaranteed to be at score:1 for that time limit. It increases the incentive for trolls to fristpost.

      Won't someone think of the grammar nazis please!

      Oops, I meen grammer nazies...

    38. Re:Or possibly... by smash · · Score: 1

      They could have quite simply provided that feature by nulling-out moderations done to a post if you edit it.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    39. Re:Or possibly... by smash · · Score: 1

      Thats not the open source way. The users are wrong, they just need to learn the tools better.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    40. Re:Or possibly... by smash · · Score: 1
      If you're browsing behind a firewall and fitlering web proxy, unpatched machines are reasonably safe.

      Particularly if you're not browing around the shadier areas of the web like warez/torrent/porn sites.

      If was dishing out malicious HTML, you can be damn sure it would be fixed pronto as the damage to the company reputation would be enormous.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    41. Re:Or possibly... by Anonymous Coward · · Score: 0

      They thought of that. He went to great lengths to get a version of IE6 that was released in 2001, no patches allowed.

      So what? Changes made to IE6 between 2001 and 2008 will still just be minor adjustments, at most; anything major would obviously go into the newer branches instead.

      I'm not saying the GP's proposal makes a whole lot of sense, but let's be honest: this is comparing a browser that is still in significant active use (much as we hate this fact!) to one that has never been used much at all (Netscape 4 was; Netscape 6, not so much) and that went out of style a decade ago.

    42. Re:Or possibly... by Shikaku · · Score: 1

      What if a user posts a malicious site?

      He can edit the posts whenever it's downmodded, and have bots upmod him.

    43. Re:Or possibly... by Anonymous Coward · · Score: 0

      ditto.. we have ~7k thin clients at our centers running xpe w/ ie 6 because out web pos is ie6 only.

    44. Re:Or possibly... by Billlagr · · Score: 1

      Until late last week, I still used IE6, on a corporate desktop, and still would be if I hadn't made noise about the number of websites that are broken in IE6 (ahem Slashdot amongst others) or the number of sites that put large "This browser is not suppoerted!!" popups.

    45. Re:Or possibly... by Randle_Revar · · Score: 1

      Not to mention IE 6 was, well, version 6, while Netscape .6.1 was actually Mozilla 0.9.2.1, with almost a year to go before it would hit 1.0 (basis of Netscape 7). And honestly Moz wasn't really nice until more like 1.2 (didn't keep me from using it since it was 0.8, but I don't mine software that is rough around the edges)

    46. Re:Or possibly... by Anonymous Coward · · Score: 0

      Same field. We make software which is used by hospitals and pissed off a lot of people by adding a "unsupported browser" notice for ie6 and everything else we don't directly qa test. We have never had an issue with newer browsers and are almost standards compliant. IE7 is not perfect but it is a lot less broken. IE9 is actually good - too bad I cant code to it for another 5-10 years.

    47. Re:Or possibly... by Confusador · · Score: 1

      Banking, and ditto. But most people have Firefox installed to get to the internet, since the WSJ site doesn't work in IE6.

    48. Re:Or possibly... by cgenman · · Score: 1

      I.E. 6! Heaven for I.E. 6. I still know people who are stuck coding for I.E. 5.

    49. Re:Or possibly... by perryizgr8 · · Score: 1

      that might be a factor. but from what i recall, when ie6 was just released (with xp?) it was much better than netscape. i had been using netscape since forever, but i switched to ie because it was not as ugly as netscape, faster and was impossible to uninstall. it WAS the best browser at that time.

      --
      Wealth is the gift that keeps on giving.
    50. Re:Or possibly... by perryizgr8 · · Score: 1

      LOL!
      but i must say i like this better than sites allowing you to delete your comment from existence (like facebook).

      --
      Wealth is the gift that keeps on giving.
    51. Re:Or possibly... by perryizgr8 · · Score: 1

      he found the oldest ie6 version he could. this is a valid comparison.

      --
      Wealth is the gift that keeps on giving.
    52. Re:Or possibly... by mcvos · · Score: 1

      Obviously preview doesn't meet the desires of the users since people constantly fail to use it.

      Some people fail to use it. Most people have no problems with it.

      Slashdot can keep their heads up their asses and deny there is a problem even though in practice the system is flawed or they can acknowledge that the status quo is inadequate.

      But it's not. The system works fine. It's not perfect, but the preview button is the least controversial part of Slashdot.

      It's trivial to create some simple solutions to the problems perma-posting attempts to address:
      - Only allow edits before a reply.

      So you spend time editing, and then you can't save your changes because somebody replied in the mean time.

      - Only allow edits before a moderation is applied.

      So you spend time editing, and then you can't save your changes because somebody modded your post in the mean time.

      - Check to ensure when replying that the post hasn't changed while writing a reply and alert the user.

      So now the person who replies has to do extra work because the OP messed up?

      Slashdot already has a perfectly fine solution to your problem: the preview button. You can't submit straight away, you have to preview first. Read what you just wrote, fix it, and then submit it.

      Also, Slashdot discussions are about running discussions. It's not like these discussions will serve as a reference to future generations. They don't need to be edited into perfection. They're here for us right now. How would you feel if you were in a real-life discussion, and somehow people were able to go back and change what they said? That'd be annoying. Instead, just be honest and admit you made a mistake. There's no shame in that.

    53. Re:Or possibly... by Anonymous Coward · · Score: 0

      According to Wikipedia, IE 5 is 2 years younger than Netscape 4 (released in June 1997). Please use IE4 (released in September 1997).

    54. Re:Or possibly... by mcvos · · Score: 1

      >

      On technical merits, IE6 "deserved" to die just as much as Netscape,

      No, Netscape at that time really was quite a lot worse than IE6. I hate Microsoft as much as the next guy, but IE's victory over Netscape was justified on technical merits. IE6 was by no means a great browser, but it was a lot better than most of the other crap at that time. (I believe Opera already existed at that time, so that might have been the superior browser, but nobody had heard of it yet.)

      Actually I think it was really IE5 that won the browser wars by being nowhere near as broken as that buggy piece of shit that's Netscape 4, and IE6 merely consolidated that position. IE6 was supposed to be the end of the line, and for a long time it was. But it's essentially '90s technology from the early and stupid days of the web.

    55. Re:Or possibly... by Machtyn · · Score: 1

      Crazy thing: Our company head got word that Firefox got a zero day (which was patched in 48 hours) so Firefox was banned from all computers. Anyone found to have it installed would be reported. Fortunately, there is Firefox Portable and I can feel safe browsing again.

    56. Re:Or possibly... by HideyoshiJP · · Score: 0

      I'm in the same boat, but we deployed it via WSUS. IE8 shouldn't cause us too many speedbumps anymore, but Windows 7 x64 is going to be a nightmare.

    57. Re:Or possibly... by DaVince21 · · Score: 1

      Because you could make an insightful post, get moderated up, and then edit it to be trolling. (Okay, this could be avoided by locking editing as soon as somebody votes on your post, I guess...)

      --
      I am not devoid of humor.
  2. Duh by hedwards · · Score: 5, Insightful

    Up until relatively recently you absolutely had to include whatever hacks were necessary to get IE6 running on your site because it was the default browser on Windows and had a huge market share. Netscape hasn't had that sort of status in a really long time. So of course IE6 probably looks pretty good in comparison.

    Now, look at more recent sites that don't include that kludge and see if it still looks OK.

    1. Re:Duh by Lennie · · Score: 1

      Only recently, many corps especially in the US still us it. :-(

      --
      New things are always on the horizon
    2. Re:Duh by geekoid · · Score: 1

      No you didn't. Lazy people where just that, lazy and didn't create website that can handle both.
      It's not hard, and it gives a direct upgrade. But no, webmasters whined and stewed in their ignorance instead of actual work.

      And yes, I have done just that, many times.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    3. Re:Duh by _xeno_ · · Score: 1

      Up until relatively recently you absolutely had to include whatever hacks were necessary to get IE6 running on your site

      It's still true, to some extent. The webapp I'm working on was originally supposed to support IE6 because that's what the customer was using.

      Unfortunately, infosec has declared that IE6 is a security risk and that having it installed on any machine that can connect to any network is forbidden.

      So we tried to convince the customer to upgrade to version 7 while talking with infosec about allowing us to install IE6 on a virtual machine which has limited net access. (No, we can't just install the web app on the VM and use no network access.)

      Since then, infosec has moved everyone to IE8, with the same "not on machines connected to any network" rule applying to IE7.

      Our customer, on the other hand, is still using IE6...

      I always knew those Mordac, the Preventer of Information Services cartoons from Dilbert where based in reality, but, yeesh. And I do understand why infosec forbids IE6, but sometimes, we really do need some wiggle room to work with customers.

      --
      You are in a maze of twisty little relative jumps, all alike.
    4. Re:Duh by foobsr · · Score: 1

      Now, look at more recent sites that don't include that kludge and see if it still looks OK.

      The new design here completely fails with Netscape 9 (or is it the other way round?).

      CC.

      --
      TaijiQuan (Huang, 5 loosenings)
    5. Re:Duh by hedwards · · Score: 2

      Seriously, when's the last time that anybody bothered to check Netscape compatibility? I mean Firefox has been around since I was in college, and I think by then I didn't know anybody that was using Netscape. I'd be surprised if there were many websites in use then that are still in use now that haven't gone through some pretty significant updates.

      While we're at it, why don't we check to see if Mosaic is still workable for browsing the web.

    6. Re:Duh by realityimpaired · · Score: 1

      Given the choice, I'd rather have your infosec department over what I'm saddled with...

      Our corporate overlords, in their infinite wisdom, decided to outsource our IT department to CGI years ago. Now, whenever something goes wrong, even though I have administrator access to my workstation and am perfectly capable of fixing it myself, I have to file a ticket with CGI, wait a day or two until somebody in Panama looks at the ticket and sends it to the local department in my own city, who may either come in to fix it in person, or may simply close the ticket because it's a few days old and they haven't heard from me since. And that's assuming that the guy in Panama doesn't decide to simply try to remote control into my computer to "fix" it remotely.

      And of course, any time a tool breaks, it's more of the same. *sometimes* they're insistent that the person who "owns" the tool be the one who logs the ticket, and that can be difficult when something breaks at 7pm on a Sunday, and it's something our customer support department needs to do their jobs.

      Oh yes. And the corporate overlords have declared that there is one tool that they don't want to pay to update, and because that tool *requires* IE6, IE6 shall be the browser of choice installed on all workstations throughout the company. It boggles the mind especially, because the tool itself is actually a Java application, but for some reason it will not work on Firefox, Chrome, Opera, Safari, or even IE7 or IE8 (even when the latter two are in compatibility mode for IE6). When I change the UA string to pretend to be IE6, the applet will load, but about 50% of the time causes a blue screen, again, even when using IE7 or IE8 in compatbility mode. Coincidentally, this is the *only* tool in use throughout the entire company that's unusable in Firefox (or any other standards-compliant browser, for that matter). So I, like most of the other people in my department, decided we'd rather ignore corporate "security" rules and install Firefox for everything other than this tool... they'll never notice anyway. It's been over a year since I installed it, and even though my boss sees me using it on a daily basis, I've not been talked to about it. Must have something to do with the fact that they outsourced everything to CGI.

      Cheap bastards.

    7. Re:Duh by Anonymous Coward · · Score: 0

      Only recently, many corps especially in the US still us it. :-(

      Ours still does :(

    8. Re:Duh by Anonymous Coward · · Score: 0

      It's not a matter of being lazy, it's just stupid to support something that is such a colossal piece of shit. I did it for many years, in fact, IE 5.5 hacking as well. At most when I support IE6, I just make sure the entire layout doesn't break.

      It's called browser deprecation, preach it to your clients. Websites DO NOT need to look exactly the same in every type of browser.

    9. Re:Duh by Wraithlyn · · Score: 1

      Our new standard approach is to just make sure our sites are USABLE in IE6 (which means you can read everything, and navigate).

      But that's all we guarantee now. We no longer care if it looks like crap. No more PNGfixes. No more time spent debugging CSS that works in everything except IE6.

      I know a number of other agencies that are taking this approach now too. It's about freakin time.

      --
      "Mind, as manifested by the capacity to make choices, is to some extent present in every electron." -Freeman Dyson
    10. Re:Duh by damaged_sectors · · Score: 1

      It's not a matter of being lazy, it's just stupid to support something that is such a colossal piece of shit. I did it for many years, in fact, IE 5.5 hacking as well. At most when I support IE6, I just make sure the entire layout doesn't break.

      It's called browser deprecation, preach it to your clients. Websites DO NOT need to look exactly the same in every type of browser.

      Depending on who your clients are, and where they earn their money, your view might just be business suicide... I agree about the lack of a need to make sites appear identical in different browsers though. But I've just been reminded we have clients who still run OS/2 - major clients (think nationwide chain of service stations). Though all their systems are internal, one of the reasons we hold the contract is because we're the only company that doesn't lecture them, though I do have reservations about their 1980 email system which is routed through NZ. (takes hours for email to be delivered)

      If supporting a colossal piece of shit pays a stable, hassle free, (and colossal) income, I'll do it (a good well documented plan means no headaches)- especially as these folks have a hardware and software system in place that has worked flawlessly for over twenty years - despite the fact that most of the operators are pump jockeys.

    11. Re:Duh by mcvos · · Score: 1

      While we're at it, why don't we check to see if Mosaic is still workable for browsing the web.

      I think it's still worth it to make sure websites are somewhat usable in lynx.

    12. Re:Duh by mcvos · · Score: 1

      I guess it does make sense for many companies. The problem is that we webdevelopers are in the business of fixing things that aren't really broken, and then inventing new things to fix. People using 20 year old tech without problems is bad for our world view and our ego.

    13. Re:Duh by mcvos · · Score: 1

      Why are you still working for those people?

    14. Re:Duh by realityimpaired · · Score: 1

      Long story that I'd rather not go into... short version is that the pay is respectable, and after a few major life changes, I need the stability more than anything. I'm still looking for a job elsewhere, but unless there's an offer on the table for permanent full time, I'm not taking it.

    15. Re:Duh by damaged_sectors · · Score: 1

      I guess it does make sense for many companies. The problem is that we webdevelopers are in the business of fixing things that aren't really broken, and then inventing new things to fix. People using 20 year old tech without problems is bad for our world view and our ego.

      I have no problems with people using 20 year old tech - their mistakes are my advantages. Personally I wish everyone moved to HTML5 now. First thing I do is ask the client why they want a site, second is who's the audience - the decisions as to what to support stem from there. I still come across people who want just a single stylesheet for sites that serve to mobile and screen devices. A good third of the time (I'm just plucking figures out of my arse here) what the client wants the site for is just a colossal piece of shit. :-D

      And now if you'll excuse me I'm going to see how the new kid is doing knocking up some sample templates for the client who flogs bullshit "miracle" diets... and after that I've got to quote on "a site that duplicates the functionality of r*%Tube" (sigh)

  3. Obvious by Even+on+Slashdot+FOE · · Score: 2

    The reason IE6 still works is because it HAD to work. People made web apps that only work in IE6 and then Microsoft broke the compatibility in every version after. I admit that if companies were more willing to update their apps IE6 would not still be required by some companies, but you tell them they have to spend their money porting apps.

    Didn't work, did it?

    1. Re:Obvious by maxwell+demon · · Score: 1

      Simple solution: Use IE6 for the internal apps, and another browser for the Internet. As added bonus, if you manage to technically enforce that policy (e.g through proxies which detect the used browser), you are safe from XSS attacks against your internal apps coming from the internet.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:Obvious by Machtyn · · Score: 1

      Not as simple as you'd like to think. You're asking to budget time (=money) and resources to maintaining different browsers in a corporate environment. I've never really tried, but is it possible to use both IE6 and IE7 / IE8 on the same computer without the underlying OS components losing its stomach?

    3. Re:Obvious by KingMotley · · Score: 1

      Firefox with IE Tab works well for that.

    4. Re:Obvious by Anonymous Coward · · Score: 0

      I think it's possible, though not easy. Failing that, you could always run Chrome or Firefox.

    5. Re:Obvious by Machtyn · · Score: 1

      One of the complaints I've heard about Firefox is that there is no way to do an installation similar to how msi files are setup. I don't know if Chrome suffers from the same issue.

      If I were running a business, I would have Linux desktops on all the machines. It seems to me that user security is tighter in that situation and people aren't so familiar with it so they will be less likely to screw something up. (I have heard / seen that Windows 7 is more granular with its permissions than Linux is.) If I couldn't have Linux, I would mandate Firefox on all computers with ad-block and no-script installed. To me, that seems a better security measure than running IE7+.

    6. Re:Obvious by hairyfeet · · Score: 1, Insightful

      I would say this is one time we should all be damned happy that MSFT didn't stick with its famous backwards compatibility. Why? One word: ActiveX.

      At the time ActiveX sounded like a good idea, an easy way to write code for intranets that could be easily deployed and updated from the corporate office but sadly whomever was in charge of security at MSFT was playing hooky that week and it turned out to be a malware writers wet dream. Thanks to how deeply ActiveX was allowed to hook into the underlying OS simply viewing a web page could give a well written piece of ActiveX malware complete control of the system, while even a shitty piece of ActiveX malware could hook into the browser and do all kinds of nasty things.

      So we should all be glad that someone at MSFT got the memo and realized that ActiveX was a seriously BAD idea and killed it deader than Dixie. Oh and for all the complaints of web developers about IE 6 and the shitty code you had to write for it? Remember this thing came out nearly a decade ago and those "web standards" you fellas like so much really didn't exist as anything more than proposals at the time, most of which were completely changed after IE 6 had already been released.

      Yes MSFT deserves every single bit of hatred for walking away from IE after they won the battle against Netscape, hell they probably should have been hit with a class action for the risk they put every XP user through by not upkeeping their browser while still leaving it installed and default. But let us not forget that "web standards" were more like web suggestions at that time and BOTH sides played seriously fast and loose, remember the "blink" tag in NS?

      Frankly both sides sucked the big wet titty and I'm just glad that today we have a wealth (some might even say a glut) of choices, from Firefox/Seamonkey/Kmeleon to Chrome/Chromium/Dragon/Safari to Opera all by its lonesome. Now users have so many well running choices that it is more a personal preference than anything else, and IE is increasingly becoming a footnote of history just like Netscape. Thankfully the bad old days of two shitty browsers is behind us and we can surf the web OUR way, not spend all our time dealing with the "quirks" of one of the big two.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    7. Re:Obvious by foobsr · · Score: 3, Informative

      Remember this thing came out nearly a decade ago and those "web standards" you fellas like so much really didn't exist as anything more than proposals at the time, most of which were completely changed after IE 6 had already been released.

      I disagree. http://en.wikipedia.org/wiki/HTML#HTML_version_timeline

      CC.

      --
      TaijiQuan (Huang, 5 loosenings)
    8. Re:Obvious by davidbrit2 · · Score: 1

      That's what we do for SQL Server Reporting Services around here. We don't have an official "required browser" policy - we try to make sure internal stuff works in whatever is popular, primarily IE and Firefox - and quite a lot of us use Firefox. And of course, as nice as Reporting Services is overall, it's an MS product, so it really only works properly with IE*. So those of us that run Firefox typically have IE Tab installed with a rule to automatically switch to IE for our Reporting Services URL. It's a reasonable compromise that's certainly much nicer than loading up IE every time somebody needs to run a report.

      *I hear the 2008 R2 release is much better with non-MS browsers, but I haven't had a chance to try this out yet.

    9. Re:Obvious by St.Creed · · Score: 1

      The main reason for building web-apps in the first place is that you have a central point where you roll out your applications and you don't need to touch the client. Using ActiveX client-components defeats that. It is lack of an enterprise software architecture that allows this thing to take place. I managed to get my CIO to back me up on this in our company around 2001 (we called it "webbased programming standards", nowadays I'd call it our "Enterprise architecture requirements for webbased software"), and they're still pretty happy with that decision. Happier each year, I might add.

      Allowing ActiveX apps to be deployed is a failure in your Architecture department (or in the IT department at least). If your company doesn't understand why having and enforcing software architecture policies is a necessity and not a luxury, point them to the example of being locked into IE6.

      --
      Therefore, by the (faulty) logic you're using, you're just a cow with a keyboard - osu-neko (2604)
    10. Re:Obvious by BitZtream · · Score: 1

      One of the complaints I've heard about Firefox is that there is no way to do an installation similar to how msi files are setup. I don't know if Chrome suffers from the same issue.

      You hear this from wanna be admins that don't know what they are doing.

      An MSI file easily falls into the ActiveDirectory software rollout system without little effort.

      What they don't realize is so does any half way decent installer, as the ActiveDirectory system will be happy to use a standard EXE and some command line switches to get the done. They could also, of course, take the 3 or for seconds to write an MSI wrapper if its that important too them, though it would offer no benefit.

      The downside is, by using MSI, you're stuck dealing with all the bullshit bugs in the 'Windows Installer Service' and which ever version my be installed, upgrading it if need be, dealing with absolutely retarded bugs like deadlocking due to calling an EXE setup for a MSI from within an MSI.

      Any admin with half a clue (or anyone who can use Google competently) can find the information on MSDN (public, no account or fee required) on how to make Firefox work. Its just one of those things where those of us who KNOW how to do it aren't really saying anything because its clear the people complaining about it haven't put any effort into the issue, they're just whining that someone else isn't doing their job.

      But ... the MSI issue isn't Firefox's problem, the complete lack of Group Policy support OR ANY ALTERNATIVE is what kills it in a large business environment.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    11. Re:Obvious by BitZtream · · Score: 0

      AND WHY THE FUCK DOES THIS NEW SLASHDOT BULLSHIT DOUBLE SPACE EVERY GOD DAMN POST I MAKE?

      What the fuck is wrong with you guys these days, you fucking suck now. And yes, the use of the word fuck and caps were required to get my point across.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    12. Re:Obvious by BitZtream · · Score: 1

      Your argument is broken.

      Instead of being locked into 10k workstation installs of a certain software package you are locked into a server install that is used by 10k clients. Either way, you aren't just switching it out at the flip of a switch.

      ActiveX really doesn't change anything, your central website manages what versions the client uses, so its not like you can't force/require specific client side installation rules ... and it can all be controlled by group policy.

      ActiveX's problem was that old versions of IE either never asked the user by default and/or had bugs that allowed drive by installs even if the user was supposed to be prompted. If you think ActiveX is bad, you must also think every web browser plugin is bad as well, including Mozilla plugins as today they all work pretty much the same. Do you support Flash?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    13. Re:Obvious by shutdown+-p+now · · Score: 1

      So we should all be glad that someone at MSFT got the memo and realized that ActiveX was a seriously BAD idea and killed it deader than Dixie.

      I hate to break it for you, but IE9 supports ActiveX.

    14. Re:Obvious by damaged_sectors · · Score: 1

      One of the complaints I've heard about Firefox is that there is no way to do an installation similar to how msi files are setup.

      If you mean that Firefox installs can't be "packaged" for .msi then you've been misinformed. It sounds very much like the argument trotted out by Finance for Group 8 - it is not correct, we'll happily tender for that job.

    15. Re:Obvious by Shikaku · · Score: 1

      LAUGH
      OUT
      LOUD

      Hope you can read in between the lines ;)

    16. Re:Obvious by mcvos · · Score: 1

      Does it? Last time I used it, IE Tab used the native IE, of which you can have only one, and it's either 6, or 7, or 8. You can't have several without some ugly hack that's guaranteed to work slightly different from the real thing.

      Messing with this, I did manage to get a WinXP VM to end up completely without any version of IE, yet unable to install any of them. So I use IETester, which is guaranteed to be not entirely identical to the real thing. But it's close enough.

    17. Re:Obvious by mcvos · · Score: 1

      Remember this thing came out nearly a decade ago and those "web standards" you fellas like so much really didn't exist as anything more than proposals at the time, most of which were completely changed after IE 6 had already been released.

      Quite the opposite, in fact. The (X)HTML and CSS specs are from the late '90s, and were virtually unchanged for a decade, until people finally started working on HTML5. So they were there when IE6 was released, and haven't been changed since.

    18. Re:Obvious by Kashgarinn · · Score: 1

      No.. you don't disagree, you can't disagree with false information, only opinions.

      You should rather state : "What you have said/posted is false." as you back it up with good data which proves that he was stating a falsehood.

    19. Re:Obvious by DaVince21 · · Score: 1

      Yup, there's even a special installer that lets you install IE6, 7 and 8 alongside each other.

      --
      I am not devoid of humor.
  4. Hmm... by Anonymous Coward · · Score: 0

    Could this be due to the large market share that IE6 still holds? I realize this is a much older version of the software, but many websites are still made with IE6 use in mind, are they not? I'm probably wrong, so feel free to insult me ^_^

    1. Re:Hmm... by HaZardman27 · · Score: 2

      That's the way it's been in the past, but assuming these statistics are correct, it will hopefully be left to die soon.

      --
      Apparently wizard is not a legitimate career path, so I chose programmer instead.
    2. Re:Hmm... by HaZardman27 · · Score: 1

      I apologize, I just scrolled down further on the page where there's a not stating those statistics are only relevant to those accessing W3Schools.com. Obviously, those interested in web development seem to prefer non-IE browsers.

      --
      Apparently wizard is not a legitimate career path, so I chose programmer instead.
  5. Considering IE6 is still in use today... by Craig+Maloney · · Score: 1

    Considering IE6 has had an unduly long life in today's software world, it's no surprise. There are still businesses out there that rely with almost thumb-sucking adherence to keeping their sites IE6 compatible.

    I'm firmly in the camp of letting IE6 have the browser wars, and letting it graze peacefully into the great software pasture in the sky, but alas, we're nowhere near that area yet.

    1. Re:Considering IE6 is still in use today... by Anonymous Coward · · Score: 0

      That's not a thumb they're sucking.

  6. IE6 still works? No shocker there. by Microlith · · Score: 1

    Considering how much life IE6 still has in it on the internet, and how much of the web was deliberately broken to be "best viewed in internet explorer" and the length of IE6's dominance, I'm not surprised people are creating pages that are mostly compatible with it.

    Netscape, however, was pushed out by loads of incompatible web pages and a failure to keep up. So yeah, IE6 is going to still work while Netscape is going to be broken. Thankfully, we have a much more diverse base of browsers that basically drive home the need to be standards compliant on both ends.

    1. Re:IE6 still works? No shocker there. by Machtyn · · Score: 1

      But you have to admit, it was kind of cool that he tried and reported on it.

    2. Re:IE6 still works? No shocker there. by Runaway1956 · · Score: 1

      Definitely cool. Actually, he piques my curiosity. I'm almost tempted to find a copyt of IE5 - or was it 5.5 - with the security updates. When that came out, I was all happy, thinking that the security updates would help to keep the wife out of trouble. And, it seemed to help. Soon after that, IE6 came out, and we upgraded - so I didn't spend much time on 5 or 5.5, whichever it was. Netscape? I never learned to like it. Somehow, I associated it with AOL, and I positively HATED AOL. Unfair, I know, but I just never learned to like Netscape. Only when I read about Firefox at around milestone .5 or so did I begin to get interested in the Mozilla stuff. Soon after, I banished IE from all of my desktops!

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    3. Re:IE6 still works? No shocker there. by Anonymous Coward · · Score: 0

      About two years ago I built a VM with Windows 3.11 to try and see if I could use it productively at my place of work. Software that would run on 3.11 was insanely difficult to find, but I did get IE 5.5 and some version of Netscape running. IE actually displayed Wikipedia more or less normally, but couldn't test much because I could only view one or two pages before it crashed. Netscape was more stable but didn't appear to support any CSS so while I was able to view web pages they didn't look anywhere near what they were designed to. And then it crashed too.

      Ultimately my quest failed due to lack of an SSH client and extreme instability. Apparently my brain had blocked out how terrible Windows was before XP.

    4. Re:IE6 still works? No shocker there. by WhiteDragon · · Score: 1

      About two years ago I built a VM with Windows 3.11 to try and see if I could use it productively at my place of work. Software that would run on 3.11 was insanely difficult to find, but I did get IE 5.5 and some version of Netscape running. IE actually displayed Wikipedia more or less normally, but couldn't test much because I could only view one or two pages before it crashed. Netscape was more stable but didn't appear to support any CSS so while I was able to view web pages they didn't look anywhere near what they were designed to. And then it crashed too.

      Ultimately my quest failed due to lack of an SSH client and extreme instability. Apparently my brain had blocked out how terrible Windows was before XP.

      SSHDDOS should work, but it needs a packet driver loaded. Otherwise, try these:
      http://linuxmafia.com/ssh/win16.html (almost all dead links, but they might be in archive.org)

      --
      Did you mount a military-grade, variable-focus MASER on an unlicensed artificial intelligence?
    5. Re:IE6 still works? No shocker there. by RogerWilco · · Score: 1

      Well, going back to Windows 3.11 is going back to something designed in the 1980's.

      Many things happened before Windows XP that would have given you a better experience. Heck, my dad still runs Windows 2000 without much problems.

      I'd guess that you could get quite a bit of juice out of Win95 OSR2 or Win98 SE. I had machines running Windows 98SE until 4 years ago.

      With Windows 3.11, I'd go with Trumpet Winsock, Netscape Navigator 3 Gold, Pegasus Mail, Word 6, Excel 5, WordPerfect 6.1, Myst, eXceed 4 X server.

      ssh is going to be a tough cookie. The world was still ruled by rsh and telnet in those days. Ssh wasn't invented until 1995 according to Wikipedia, it's just too new to have seen much use on Windows 3.11.

      --
      RogerWilco the Adventurous Janitor
  7. No. by Anonymous Coward · · Score: 0

    IE6 support is being kept alive due to a statistics flaw.

    If you look at your visitor stats there will be no NS6 users at all. There will be a few (but not many, I hope for you) IE6 users. Most if not all of these are actually spammers.
    Management doesn't know that distiction and decides, we'll need to keep supporting IE6. Or worse, they think that using it isn't that ancient after all and force you to use it.

    So, next time you want to know how many people *actually* use IE6 to determine resource spending, try filtering out the unwanted ones first. The same holds for those stats counters.

    1. Re:No. by freedumb2000 · · Score: 1

      This is a plausible theory, but I am curious are there any references for this?

    2. Re:No. by omfgnosis · · Score: 1

      Whut. The standard theory is that most IE 6 traffic is from corporate deployments, as corporations have the most invested in web applications targeting IE 6 as a platform, and as the traffic tends to die off pretty significantly off business hours. Does this correlation hold for spammers? What exactly do you mean by spammers?

      That said, it's still a statistic that can be molded to different policies if a web outfit chooses. There are a lot of reasons why a site may neglect its corporate users, not the least of which being that they don't necessarily generate revenues significant enough to justify the development efforts. But more than that, with good progressive enhancement techniques, it's quite reasonable to provide a working implementation to IE 6 without all the bells and whistles. And since, in my experience, a lot of IE 7 fixes trickle down to IE 6, it's not such a crazy investment in effort.

    3. Re:No. by Anonymous Coward · · Score: 0

      Only my own web site, which had

      Before spam started, below 1% of IE6 users
      During spam (wiki spam, I mean) about 90% IE6 users
      After mitigating it by modifying a bit of software (locking wiki pages) it diversified but was still 80% IE6 users
      Now, after stopping the spam (with still some leftover results from early in the month) about 29% IE6 users

      I can tell you end of march whether it's an exact correlation but I do know some 80-100% of spammers claim to be IE6 users.

  8. Re:First by Anonymous Coward · · Score: 0

    You misspelt 'Third'

  9. HERE's a new switch on correlation/causation... by jeffb+(2.718) · · Score: 1

    IE6 in all its horror is supported by most frameworks BECAUSE corporate desktops and mindless consumers stayed on it for so very long.

    1. Re:HERE's a new switch on correlation/causation... by jeffb+(2.718) · · Score: 1

      Ah, I see that mine is not a minority opinion.

  10. IE6?!?!? Amateurs by OzPeter · · Score: 2

    This week I had to do a Win 98 install to test some software. My install came with IE4 and I had some fun trying various sites to see what would and wouldn't work. It was interesting to see how well (and not well) sites degraded to an utter crap view.

    --
    I am Slashdot. Are you Slashdot as well?
    1. Re:IE6?!?!? Amateurs by CortoMaltese · · Score: 1

      This week I had to do a Win 98 install to test some software. My install came with IE4 and I had some fun trying various sites to see what would and wouldn't work. It was interesting to see how well (and not well) sites degraded to an utter crap view.

      IE4? That's nothing. In my time...

    2. Re:IE6?!?!? Amateurs by Anonymous Coward · · Score: 0

      Good grief. Who's bright idea was it to post a screenshot as an upscaled 30mb TIF?

    3. Re:IE6?!?!? Amateurs by hairyfeet · · Score: 1

      Hi OzPeter! I hope you don't mind my asking but I just got to know WTF are you testing that you needed to test for Win98 compatibility. I mean having to service some seriously ancient crap but even I haven't come across a Win9X machine in 4 years.

      In fact the last Win9X machine I came across actually being used (it was WinME eeek!) was an old graphics artist that used it for Macromedia Xres. I had to build him an NOS (new, old stock) Win2K PC with a 1.8GHz AMD Athlon along with 1Gb of RAM and a 80Gb HD, all because that old program is finicky as hell and don't like VMs, SATA, or modern DDR RAM. To be fair though the guy has serious time and money invested in Xres with a large selection of custom built plugins that allow him to do common tasks that would take 3 times the time and effort in PhotoShop thanks to knowing Xres like the back of his hand.

      So i just got to know WTH else is out there that actually needs Win9x support?

      --
      ACs don't waste your time replying, your posts are never seen by me.
    4. Re:IE6?!?!? Amateurs by operagost · · Score: 1

      Xres directly accesses hardware like disk drives and RAM? You can't be referring to Windows 2000 requirements either, as I ran a Windows 2000 server with SATA and DDR RAM, though admittedly it did not boot from an SATA disk.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    5. Re:IE6?!?!? Amateurs by hesiod · · Score: 2

      So i just got to know WTH else is out there that actually needs Win9x support?

      We have HVAC monitoring software that will not run on anything newer that W98. It was running on an old laptop in a dirty elevator machinery room, and unsuprisingly it finally died (last year). The oldest machine we had available was a Dell Optiplex 270 (made in about 2005), which was lucky, because that was probably one of the last devices w98 could possibly be installed on. After we got that in service we had to figure out what to do if that one fails (being a Dell it will, soon).

      So we now are the proud owners of a Windows 98 VMWare virtual machine. Just because management didn't want to upgrade our HVAC monitoring software (which, admittedly, is extortionately expensive).

    6. Re:IE6?!?!? Amateurs by Anonymous Coward · · Score: 0

      Keep in mind, it may not have anything to do with the code of those sites -- the old browser had a /lot/ of broken standards compliance. So sites were written with a lot of hacks to work on those browsers, and as the browsers went away, so did their supporting hacks.

      The MS browsers were always among the worst for this, excluding the IE5 for Mac written by a different team in Redmond. Which embarrassed the IE Win team.

      MS had a real opportunity to fix IE Win at this point, because those guys could look at the source code for /two/ good browsers -- IE for Mac, and Moz. But instead they threw a hissy fit and used their greater political clout to move the IE Mac guys onto other projects, to stop the embarrassment. Classic internal corporate facepalm.

      And yeah, it's been a lot of years but I'm still posting this as AC.

    7. Re:IE6?!?!? Amateurs by hairyfeet · · Score: 1

      It was a timing issue I believe. Xres uses some seriously funky "tricks" to get around memory limitations of the time and still let you manipulate seriously huge images like temp caches. I tried a VM of both Win9x and Win2K, I tried dual booting on his modern Dual core, no dice. this thing does NOT like a machine faster than 2Ghz and more RAM than around 1.25Gb and it sure as hell don't like SATA.

      So no it wasn't good old Win2K (which I still have a couple of customers that have Win2K for older programs that aren't on the net and it works just fine on late model P4s) it was just a seriously picky piece of software that a client has way too much time and money invested in to just shitcan. To be fair though the program was only released for a single year before Adobe swallowed up Macromedia and killed it dead, so it wasn't like they could predict when they released it that people would go from 400Mhz with 32Mb of RAM (its system reqs) to the multiGHz boxes and still actually be using the thing.

      That is one of the things about being a repairman, you never know what is gonna show up in your shop, like the 100MHz DOS 3 machine I had to build a few years back to run an ISA board for a $75k lathe a company couldn't afford to replace and whose manufacturer had been out of business since the late 80s. Personally that is why I'm glad XP has lasted this long, as it is easier now more than ever to get some old "must have at all costs" mission critical app to run without digging out old funky hardware.

      But in the end all that matters is the customer, and by building him that NOS box and setting up a dual port KVM with dedicated share folders connecting the two he is easily able to just drag and drop files between his new machine and the NOS and get his work done in a third of the time it would take him in Photoshop. I can see why he hangs onto Xres because with his plugins he is able to do his most common tasks (such as cutting ex wives/husbands out of photos LOL) in mere minutes with results that look perfect and watching him do the same job in PS it took three times as long and the results just weren't as good. Sometimes for a specific job the old tools just do it better.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    8. Re:IE6?!?!? Amateurs by Anonymous Coward · · Score: 0

      If I remember right, last time I used Win98 (maybe it was 95), I actually could NOT use the bundled version of IE to download the new version - I had to download Firefox, then use that to download IE. Since you did it recently, can you confirm?

  11. Not very surprising results by wompa · · Score: 2

    As the article mentions, IE6 is still used by millions of users. Website designers still try to retrofit at least some of their functionality to work w/ this ancient scourge. You don't hear anybody trying to make sure their website will work with Netscape.

  12. The horse is long dead. by Beelzebud · · Score: 1

    Really? People still have emotions about Netscape Vs. IE? Get a life! ;)

    1. Re:The horse is long dead. by phantomfive · · Score: 1

      You would too, if you'd spent miserable years of your life being forced to code for IE6, the broken mistake that should have been retired years before.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:The horse is long dead. by jellomizer · · Score: 1

      Well if Netscape won... You would still be writting non-standard stuff... Remember Layers vs. IE Css.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    3. Re:The horse is long dead. by Beelzebud · · Score: 1

      If you were miserable you should have found another profession. No one forced you to develop anything...

  13. Just got done surfing with IE6 :) by bl8n8r · · Score: 5, Funny

    No viri or malware here!  I was.... uh,popup... *click* ..I was just say... what the?..*click*...*click*... I was just going to sa... *click*..*click*... +++ ath0

    --
    boycott slashdot February 10th - 17th check out: altSlashdot.org
    1. Re:Just got done surfing with IE6 :) by Haedrian · · Score: 1

      I think I can see the actual web page. Its just there underneath the 15 toolbars which magically came out of nowhere.

    2. Re:Just got done surfing with IE6 :) by Anonymous Coward · · Score: 0

      To be fair, I have been using IE6 until Chrome came out, and it is possible to make it block popups (and was better at it than Chrome even) and ActiveX controls like Flash - I didn't realise how much I hated Flash until I switched to Chrome, which does display Flash by default (you can change that).

    3. Re:Just got done surfing with IE6 :) by Anonymous Coward · · Score: 0

      No men there? What does that have to do with browsers?

    4. Re:Just got done surfing with IE6 :) by Anonymous Coward · · Score: 0

      ath0? You shouldn't have popups on linux wireless.......

  14. not surprising given by Anonymous Coward · · Score: 0

    1) IE was the de facto standard of the Web from 1998 to 2009, give or take a year or two on each end. That's what developers used as their main reference client.

    2) Netscape ran out of cash to fund the massive development cycles it needed to compete with Microsoft at the time, around 1998 or so. Then they released the browser code as open source. Soon afterwards, AOL bought the whole company; AOL is not a company noted for software development. Then Microsoft seemed to lose interest in anything more than minimal browser development.

    3) Netscape's source code was apparently ragged, developed as it was under "Netscape Time" (their term). After their source code was released as "Mozilla", it took several years before anything came out of that project, and progress apparently began after the original source code base was set aside.

    1. Re:not surprising given by omfgnosis · · Score: 1

      Your #1 end year is way, way off. This really ended around the time the Mozilla project started releasing stable builds. The current web standards movement really gained steam around this time, and the web development culture overall had been undergoing a transformation toward what it reflects almost across the board today: standards, semantics, and progressive enhancement are of utmost importance. Interoperability comes from the latter, and IE 6 was treated as a legacy product with special needs.

      It *looked* like the de facto standard for much longer because it continued to receive grudging support in recognition of usage statistics. As we've seen its usage share plummeting, so too we've seen this support decline. But you'd scarcely hear a developer refer to IE 6 as a reference client for the better part of a decade.

  15. Standards. by PieterBr · · Score: 1

    And still after 22 years of web, webdevelopers don't give anything about standards and have to rely on javascript and flash to even be able to visit websites. I wonder what the results would have been for standard compliant web-sites.

    1. Re:Standards. by Anonymous Coward · · Score: 0

      I understand flash, as you need to have a plugin to view it, but why is javascript not considered standards-compliant?

    2. Re:Standards. by Machtyn · · Score: 1

      Even with standard compliant web-sites, the way the different browsers render those standards can be different. Take a look at html5 and how all browsers don't include the tags or handle the tags differently.

    3. Re:Standards. by hesiod · · Score: 1

      standards can be different. Take a look at html5

      HTML5 isn't standardized yet, is it? Or did I fall asleep?

  16. Long live Netscape by just_another_sean · · Score: 4, Insightful

    Posted from SeaMonkey. Personally I still like having an HTML editor, browser and email client all in one package.

    --
    Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
    1. Re:Long live Netscape by Randle_Revar · · Score: 1

      SeaMonkey is still the best browser out there, and by quite a bit.

  17. Modern browser on retro OS? by Hatta · · Score: 2

    If you had a Win98 machine that you'd like to access the web from occasionally, what would be the best browser to do so? Firefox 2.0? Are there any projects still targeting OSs this old? What about something really crazy, like Mac OS 7? Or Amiga OS?

    --
    Give me Classic Slashdot or give me death!
    1. Re:Modern browser on retro OS? by bedouin · · Score: 1

      If you're in Mac OS 9 Classilla is a relatively up to date port of Mozilla. I've used it a few times and it's quite nice.

      Until a couple years ago iCab was still supported on 68k Macs.

      Timberwolf appears to be Firefox for Amigas, granted you probably won't get it running on your 500.

      Lynx still runs on pretty much anything if you're willing to compile it, and one can argue it's kept up to date.

    2. Re:Modern browser on retro OS? by armanox · · Score: 2

      Opera 10 is probably the most recent browser for Win 98 support.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    3. Re:Modern browser on retro OS? by Scoth · · Score: 1

      If you install a little addon called KernelEx in Win98, you can use up to at least Firefox 3.x just fine on it. Haven't tried the 4.x betas as yet, but 3.x works. Thunderbird should work too

      Chrome doesn't seem to work yet in KernelEx but it tries. Maybe someday.

      I still use Mac OS 7.x on an old LC475 for fun, and tend to alternate between Netscape 4 with Stylesheets and JS turned off, and the last version of iCab that supports m68k. Netscape was actually very usable for general reading, and worked better than you'd expect (especially if I sought out mobile sites). iCab would have been nearly completely usable, except that it didn't handle multitasking very well at all. While rendering, Netscape would slow the box down but it'd keep running my other programs, allow task switching, IRC chatting, etc. iCab would just lock the box up hard for several minutes at a time while it rendered everything.

    4. Re:Modern browser on retro OS? by oldmac31310 · · Score: 1

      thanks for the tip about Classilla. I might just try it out for laughs.

      --
      http://www.acetonestudio.com
    5. Re:Modern browser on retro OS? by Stormbringer · · Score: 1

      The most recent Firefox you can use day to day on win98se is 2.0.0.19. Firefox 2.0.0.20 will install and run, but, in at least one ancient install I have to pamper, it won't run the next time you boot the machine without removal and reinstallation; you only get one good run per install (so make it good).

    6. Re:Modern browser on retro OS? by CAIMLAS · · Score: 1

      How about Chromium? I know about a year ago I was running Chrome/Chromium quite acceptably on a 600Mhz Windows 2000 laptop with 386Mb RAM. It adapts much better than firefox, by a long shot.

      As for windows 98 itself... it was rare to have a video card at that time that could support most of the resolutions necessary (horizontal) to surf the Internet these days without a degree of suffering. If you've got something that old, throw a minimalist Linux distro (eg. puppy) on it and call it done.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    7. Re:Modern browser on retro OS? by belg4mit · · Score: 1

      I use K-Meleon for this on Win98.
      The Gecko engine in a light, modular "IE-like" skin.

      --
      Were that I say, pancakes?
    8. Re:Modern browser on retro OS? by evilviper · · Score: 1
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    9. Re:Modern browser on retro OS? by halcyon1234 · · Score: 1

      Seems that there's some ways of mushing up Win98 to get FF3 working:

      Bugzilla discussion

  18. Netscape 6.1's rendering engine by VGPowerlord · · Score: 1

    So, Netscape 6.1 used the Mozilla 0.9.2.1 rendering engine.

    For reference, Firefox (nee Phoenix) 0.1 used the Mozilla 1.1 rendering engine. Firefox 3.6.13 uses the Mozilla 1.9.2.13 rendering engine.

    Needless to say, the commonly used version of Mozilla's rendering engine has been constantly updated, while IE6 still has market-share to this day.

    So, not surprisingly, web site authors don't make sites for ancient Mozilla versions, while they do for ancient IE versions.

    --
    GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  19. Post Fail by Anonymous Coward · · Score: 1

    Did OP forget that vast numbers of developers still code to IE6 standards?

    1. Re:Post Fail by Anonymous Coward · · Score: 1

      What are these IE6 "standards" of which you speak?

    2. Re:Post Fail by Anonymous Coward · · Score: 0

      That's easy. "If it don't fit, hammer it. If it still don't fit, chop it to pieces. If there are to many pieces to fit, just throw some away. Whatever hodgepodge mess you end up with, is STANDARD!"

  20. Faulty Testing by Metabolife · · Score: 1

    He's comparing a Javascript benchmark in a virtual machine to one on his Windows 7 native install.

    1. Re:Faulty Testing by ZosX · · Score: 1

      Yeah, because the 10% loss in performance would make that big of a difference.

  21. Netscape 6 not so dead... by Anonymous Coward · · Score: 0

    It's probably worth noting that Netscape 6 was just the Mozilla Suite (aka SeaMonkey) rebadged... Hard to say it really 'died' since those days. By Netscape 8 they switched to using FireFox as the base.

  22. IE 6 by dlowder · · Score: 2

    I just re-installed XP sp 2 last night on an old laptop which comes with IE 6. I didn't really think of it as old. It worked fine until I was able to update,restart,update,restart,update,restart,update,restart,update,restart and then update to IE 8.

    1. Re:IE 6 by Anonymous Coward · · Score: 0

      Maybe you should have used a slip streamed install CD with SP3, IE8, and all that other stuff already on it.

  23. O.o by Anonymous Coward · · Score: 0

    That's a strange way of having fun.

  24. Re:First by Anonymous Coward · · Score: 0

    You misspelled misspelled :P

  25. Netscape 6+ by Dracos · · Score: 3, Informative

    After AOL bought Netscape, they decided to keep the Netscape browser on life support (but strangle it anyway) by releasing versions 6.0 and later, which were cut from the maturing Mozilla 5 codebase:

    • Netscape 6.0 = Mozilla .5
    • Netscape 6.1 = Mozilla .9
    • Netscape 6.2 = Mozilla .9
    • Netscape 7.0 = Mozilla 1.1
    • Netscape 7.1 = Mozilla 1.4
    • Netscape 7.2 = Mozilla 1.7
    • Netscape 8.0 = Mozilla 1.7

    At this point (May 2005) Netscape was irrelevant, as Firefox had taken over among the tech savvy, and word was spreading beyond us. Also, AOL had seen fit to saddle Netscape with ugly, ad-infested themes.

    The 6x and 7x lines were premature at best, almost as if they were designed to nail the brand's coffin shut, which they did.

    Source: http://en.wikipedia.org/wiki/Browser_timeline, and my own memory of the time.

    1. Re:Netscape 6+ by eln · · Score: 1

      Right, which makes this a rather pointless exercise. By version 6, Netscape was not Netscape in any meaningful sense, and its market share was so small that developers barely even knew it existed.

      A much more interesting exercise would be to see how Netscape 4 and IE4 fare on today's web, since NS4 is probably the last Netscape browser to have any kind of significant market share.

    2. Re:Netscape 6+ by Anonymous Coward · · Score: 0

      I'm of the opinion that AOL kept Netscape alive long enough squeeze Microsoft for $750 million and force a sweet, royalty-free, long-term deal on IE licensing. It never cared about the browser itself.

  26. if IE6 doesn't support it by FuckingNickName · · Score: 0

    If IE6 doesn't support it, then it's probably not a useful feature for the WWW, being either eye candy or stupid "web app" crap. Fuck off with your need to make fancy drop-down menus and pixel-perfect positioning - the whole point is that you give me marked-up information and I render it how I please.

    (Of course, IE6 has some irritating crap in it too - but not even ActiveX is as annoying as HTML 5 in terms of fucking up a decent idea.)

    1. Re:if IE6 doesn't support it by Anonymous Coward · · Score: 0

      If IE6 doesn't support it, then it's probably not a useful feature for the WWW, being either eye candy or stupid "web app" crap. Fuck off with your need to make fancy drop-down menus and pixel-perfect positioning - the whole point is that you give me marked-up information and I render it how I please.

      (Of course, IE6 has some irritating crap in it too - but not even ActiveX is as annoying as HTML 5 in terms of fucking up a decent idea.)

      HTML jumped the shark with frames. It's all been downhill since then.

    2. Re:if IE6 doesn't support it by geekoid · · Score: 1

      "... but not even ActiveX is as annoying as HTML 5 in terms of fucking up a decent idea."

      you are an idiot, enjoy your cave.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    3. Re:if IE6 doesn't support it by Anonymous Coward · · Score: 0

      If IE6 doesn't support it, then it's probably not a useful feature for the WWW, being either eye candy or stupid "web app" crap. Fuck off with your need to make fancy drop-down menus and pixel-perfect positioning - the whole point is that you give me marked-up information and I render it how I please.

      (Of course, IE6 has some irritating crap in it too - but not even ActiveX is as annoying as HTML 5 in terms of fucking up a decent idea.)

      2001 called - they want their antiquated thoughts back.

    4. Re:if IE6 doesn't support it by rgviza · · Score: 1

      In theory you are correct. In reality, IE6 doesn't implement HTML, CSS or javascript properly/well. It also doesn't always handle HTTP headers according to spec.

      It's a piece of dogshit. You have to code one site for IE and one for the rest of the browsers which adhere to w3 specs more closely.

      In the real world people expect more out of html than simple text. They expect interactive applications with instant gratification. As a developer, if you want to get paid and stay employed, you do what the boss tells you to do, no matter how ridiculous you think it is.

      The collective cost of this world wide has been billions in wasted hours coding around IE6 faults. You could feed a continent with the money we've (programmers worldwide) collectively wasted on IE6 workarounds. See the w3 spec tells you exactly how to program all things www. However a significant percentage of it doesn't work in IE because Microsoft decided to do shit their own way. Then to make it work, you need to search the internet high and low for people that have run into the same problem you did, and what they did to work around it. Very little documentation on how to workaround IE issues is available. You either code for IE using Microsoft's textbook, or you code using w3 specs, or worse, in the case of a public site, you need to do both. After 10-15 years of doing this, it gets REALLY old.

      I've spent up to a week in the past trying to figure out how to work around a single issue in IE. It can be ridiculous if you find a new problem that no one has documented yet.

      I am utterly excited about the IE9 release.

      Internally in my company we decided to say fuck IE a long time ago and let our users choose whatever browser they wanted as long as it's not IE. We code to HTTP/w3 spec for our internal applications. All browsers work fine except IE6,7,8.

      I was pretty excited when I downloaded IE 9 beta and all of our stuff works.

      Some of it fails in IE8.

      Glad we did what we did instead of coding for a hopelessly broken browser. We basically cut our internal development costs in half by doing so. We also got our projects done a lot faster. Had we bothered, we'd have completely wasted our time with IE6 workarounds especially now that they finally seem to have fixed their software.

      The ONLY reason this happened is that people started using other browsers because they simply work better. That's why, they are more standards compliant. Microsoft apparently has realized that to keep their browser from being completely irrelevant, they need to fix it.

      They should have done this in 1993 and stuck with it. Then developers wouldn't hate microsoft, or hate everyone else. We'd also be a lot further along with regard to technique because of all the time wasted on workarounds instead of finding better ways to code sites.

      --
      Don't kid yourself. It's the size of the regexp AND how you use it that counts.
    5. Re:if IE6 doesn't support it by FuckingNickName · · Score: 2

      In the real world people expect more out of html than simple text.

      In the real world shitty corporations didn't know what crap to shovel on consumers next, so came up with the idea of merging the interactivity and responsiveness of an early '90s PC with the service model of a '70s mainframe.

      They expect interactive applications with instant gratification. As a developer, if you want to get paid and stay employed, you do what the boss tells you to do, no matter how ridiculous you think it is.

      If this is your career and you can't get a better job than one where you feel you have to shovel shit, you're doing your life a disservice. Find something else which you do better, enjoy more and is more in line with your beliefs. If you respond with some excuse for why you "can't do that" then you've already failed life.

    6. Re:if IE6 doesn't support it by FuckingNickName · · Score: 1

      Yes, yes, in the tens of thousands of years of human civilisation on a spinning globe over 4.5 billion years old, I am an idiot living in a cave because I don't appreciate a half-decade fad.

    7. Re:if IE6 doesn't support it by Dracos · · Score: 1

      Which antiquated thoughts? The tag soup that HTML5 is bringing back?

  27. Re:First by Anonymous Coward · · Score: 0

    You misspelled ..

  28. Because IE6 wouldn't die! by Anonymous Coward · · Score: 1

    Er... the fact that IE6 fairs well is ENTIRELY because we web developers have had to make sure the "modern" web worked in that ancient browser for the entirety of its existence. Nearly every site you look at will have special-case code to handle IE6 specifically. Only in this last year has my shop dropped automatic support for it, and we still have requests to fix issues that appear only in IE6.

    Almost by definition, the web isn't actually all that modern BECAUSE it has to work in IE6.

    That said, progressive enhancement is one of those ideas that everyone should be implementing but, in practice, almost never actually works the way it should. A truly well-crafted modern site should be able to have fancy HTML5 features but still render in a readable (if not necessarily pleasing) fashion in Mosaic.

  29. what a shock... by Anonymous Coward · · Score: 1

    as a full-time web designer, we are pretty much forced to make sure our sites are usable in IE6. I can't tell you how many times I've gotten phone calls from clients that go just like this:

    client: MY SITE ISN'T WORKING!!!!!!
    me: looks fine on my end. what's wrong?
    client: transparent images have a solid background, and elements are all over the place, I can't see the drop down menus, and the entire thing looks like crap!
    me: what browser are you using?
    client: what's a browser?
    me: what version of windows are you using?
    client: XP I think?
    me: have you ever once, considered running the updates?
    client: I'm a traditionalist! Of course not!

    Of course, they are running IE6. I spend probably 1/5 of my time a day working making sure that sites are compatible in IE6. It's a nightmare. If I could get that extra time back each day, I could get so many more useful project done instead of trying to force the modern web to work with a legacy POS browser that shouldn't still exist in 2011.

  30. IE6 was mostly corporate, not consumer by billstewart · · Score: 1

    "Mindless consumers" upgraded, either because they bought new PCs that came with IE7 or IE8, or because Windows Update would update their browser for them, or because they'd get a dialog box offering to upgrade their browser, click Yes, install some piece of malware toolbarness and have to uninstall IE entirely and upgrade to a new version to kill it off.

    Corporate desktops, yeah, because the corporations were using applications developed for IE6 (using toolsets that were specifically incompatible with Mozilla so you had to keep IE6) which didn't work any more under IE7 or IE8, and the IT department didn't want to go through the pain of replacing them, while the corporate security standards bureaucrats didn't trust IE7 (they didn't trust IE6 either, but they were stuck with it.) I finally got to upgrade to IE7 last summer, though of course I use Firefox and Chrome for anything that doesn't insist on running IE.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:IE6 was mostly corporate, not consumer by Anonymous Coward · · Score: 0

      While I'm sure there's plenty of cases of Corps having apps that require IE6, I think the reason is more simple than that (it is for my company - thus the anonymous posting)...

      Corps not wanting/needing to pay for a windows upgrade or the IT costs to deploy a browser update/change (read: lazy). Of over 40k unique users per day, we have over 50% using IE6, and no applications (that I know of) require it. 25+% are on IE7. It's a far different landscape than the average home user, and the env is completely in the hands of IT. Sad. At least windows 98 is ME are mostly nonexistent.

  31. NCSA Mosaic by Anonymous Coward · · Score: 0

    How about trying NCSA Mosaic?

    1. Re:NCSA Mosaic by lwriemen · · Score: 1

      vs. WebEx

  32. Gives me an idea for Top Gear by GameboyRMH · · Score: 1

    Similarly, Top Gear should do an episode where they try to see how practical early-1900s cars are in today's world. Think of all the manual crank-starting, rear-only belt-braking, 1WD fun to be had at speeds of up to 30mph.

    Maybe they've already done something like this and I just don't know about it.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:Gives me an idea for Top Gear by fridaynightsmoke · · Score: 1

      Similarly, Top Gear should do an episode where they try to see how practical early-1900s cars are in today's world. Think of all the manual crank-starting, rear-only belt-braking, 1WD fun to be had at speeds of up to 30mph.

      Maybe they've already done something like this and I just don't know about it.

      They've already done something like this and you just don't know about it :P

      They did a feature a while ago about "the first car to use 'modern' controls" involving lots of failing to brake and difficulty starting some very early cars. Clip here: http://www.bbc.co.uk/topgear/videos/index.shtml?cat=mucking_about&id=86

      --
      This is a substitute for a clever sig that fits within the maximum number of characters.
    2. Re:Gives me an idea for Top Gear by Anonymous Coward · · Score: 1

      They already did a race from 1947; it was pretty awesome actually.

      The Jag was fantastic >.> Featured push-button start!

    3. Re:Gives me an idea for Top Gear by Anonymous Coward · · Score: 0

      They raced the best of the cold-war era peoples cars. I think that's basically the same thing.
      But, I don't think any museum would let Top Gear borrow early 1900's cars/trucks.

    4. Re:Gives me an idea for Top Gear by Pentium100 · · Score: 1

      Crank-starting may be useful in a modern car when the battery dies. You cannot push start a car with automatic transmission (or even a car with a manual transmission if you are on flat ground and alone).

      30mph is ~48km/h, so about OK to drive in a city in my country. As for the brakes - well, they worked for the car when it was new, so they would work now for the same car too.

  33. Netscape 6 = Mozilla, and I still code for IE6! by AC-x · · Score: 1

    The Netscape name has died a death but its engine, Mozilla, is approaching 30% usage now.

    There's a very good reason you can still surf with IE6, and that's because most web devs like myself still have to bloody support it. It hung around for so long that even now I'm still having to put specific IE6 fixes into everything I do. I'm willing to bet if you took away all the IE6 specific javascript and css from every website then the results would be completely reversed. I can't remember what the Moz 0.9 engine was like to dev for but I'm pretty sure even then it was more standards compliant than IE.

    Now, if you looked at IE 5 vs Netscape 4 I'd say IE was the better browser at that time, but by around Moz 1.0 it had become the better engine (even if the Netscape interface they put on it was bloated). I reckon if you did the same test again in 10 years time once IE6 is no-longer supported (fingers crossed!) and all the IE6 fixes had slowly filtered out of use then the old Moz engine would do a better job of rendering pages.

  34. Opera Rocks, even though it got bloated by billstewart · · Score: 1

    The original Opera was wonderful - the install image only used half a floppy disk, and it was really fast! It took me a while to accept tabbed browsing (Opera's original tabbed-only was annoying, but being able to have tabs and windows both is great.)

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:Opera Rocks, even though it got bloated by mcvos · · Score: 1

      Opera was remarkable indeed. I got on board at the time of Opera 5. At home, I had Opera 5 or 6 with about 200 websites open on a Pentium 2 with 256MB. Worked more smoothly than many modern browsers. Only closing it took 15 minutes, but that's no different from Firefox 3.6.

  35. It shows by geekoid · · Score: 1

    no such thing.
    At most it shows the most 'web master' are complete idiots.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  36. Netscape 6? The AOL version? by Culture20 · · Score: 1

    At least use IE4 and Netscape 4 Gold. Netscape post 4 was the AOL crappified Netscape.

  37. All fish swim, I swim, therefore I am a fish ! by AftanGustur · · Score: 1

    It turns out IE6 is still capable of surfing much of the modern Internet, and can play Flash and Java content, but Netscape's troubles show it probably died a justified death."

    Well, if IE6 had died instead of Netscape, then the "Netscape standard" might be able to surf the modern web, did you think about that ?

    And we would all be talking about "the time when Microsoft tried to pervertise the Internet browser market."

    --
    echo '[q]sa[ln0=aln80~Psnlbx]16isb572CCB9AE9DB03273snlbxq' |dc
  38. Very funny by Anonymous Coward · · Score: 0

    Tee hee. This is very funny. IE6 is still a modern browser for millions of people. I get it, you're saying that IE6 is like Netscape or something. Oh, that is funny.

    Now go out and shovel the sidewalk.

  39. Hardly a fair comparison... by mcnazar · · Score: 1

    ... for the simple and painful reason that much of the web, even to this day, is built to account for IE6....

  40. Netscape death justified? Not the whole story. by dn15 · · Score: 1

    All this means is that an unmodified version of Netscape 6 didn't stand the test of time as well. Netscape 6 (and up) was based on the same underlying software as Mozillla/SeaMonkey and Firefox. Were Netscape still being updated today, it would be running a newer version of Gecko, making it a very capable browser.

  41. Client Support by Anonymous Coward · · Score: 0

    I only support IE6 if a client pays extra for it. FFS it's 10 years old.

  42. IE6? Netscape 6.1? Get off my lawn! by Kazymyr · · Score: 1

    I recently did the following. On an old laptop I installed Windows 95. Then IE4 and Netscape Communicator 4.08

    I couldn't browse anything. I mean, not even microsoft.com.

    --
    I hadn't known there were so many idiots in the world until I started using the Internet -Stanislaw Lem
    1. Re:IE6? Netscape 6.1? Get off my lawn! by RogerWilco · · Score: 1

      Oh, but you couln't do that with IE4 in 2000. I remember having to do a fresh install of Windows NT around that time and it came with IE4 and I couldn't upgrade to IE5 because microsoft's site didn't work in IE4.

      --
      RogerWilco the Adventurous Janitor
  43. IE is a very common disease. by Ant+P. · · Score: 1

    And like the common cold, it's not going to cause as much damage as say, smallpox - even though there's no cure for it yet.

  44. You can run IE5 on Windows for Workgroups 3.11 by Nimey · · Score: 2

    I did exactly that last year in a Virtual PC VM. ISTR I had to install IE, Win32s, and MS's 16-bit TCP/IP stack to get it all working. The result was surprisingly usable, considering the OS dates from the early '90s. Not to say that it rendered everything well, or that it didn't crash, but it was an interesting exercise in retrocomputing.

    It did a lot better than Mosaic 3 on WinXP, which would crash upon loading /any/ website, so far as I could tell.

    --
    Hail Eris, full of mischief...

    E pluribus sanguinem
  45. Retro my arse by Platinum+Dragon · · Score: 1

    Wake me when the author pits NCSA Mosaic against lynx.

    --

    Someday, you're going to die. Get over it.
  46. using old standards? by Cyko_01 · · Score: 1

    perhaps it is not a matter of websites still supporting old browsers, but old websites using old standards - like using tables for layout and font tags instead of CSS - and they still work in the new browsers because new browers still support the old standards.

  47. How about IE 2.0 by mombodog · · Score: 1

    Its light fast and does not display websites correctly, does not do HTTPS either, take a walk on the wild side with 2.0, makes for a good website text reader. ; -) I tried it in Windows 7 the other week, 725kb of pure fun, what nostalgia!

  48. Chrome Frame by tepples · · Score: 1

    We're still trying to get certain software to play nice with IE7 and IE8. Therefore, IE6 is still deployed to all computers.

    Deploy IE6 and Chrome Frame. That way, sites that opt in to Chrome will get Chrome, and all other sites will get IE6.

  49. IE6? Thats novelty! by Anonymous Coward · · Score: 0

    Some time ago I tried running todays web with IE1.5. THAT was hardcore, no frames support ftw!

  50. I just tested with Netscape 8.1 by WebManWalking · · Score: 1

    It imaged display:table/table-row/table-cell better than Firefox 3.6.13. Much better, in fact, it was downright gorgeous. It couldn't handle display:inline-block, but it handled Mozilla's "-moz" CSS for rounded rectangles just fine. jQuery 1.5 traversed its DOM perfectly, but it reported wrong sizes for block elements in .width() and .height(). (It was in QuirksMode, and by that I mean that $.support.boxModel was false. So it appears that jQuery used the MSIE 6/7 QuirksMode algorithm for height and width, when it should have used W3C box model algorithm instead.) AJAX and JSON worked fine.

    I just finished working on a CSS-manipulation jQuery plug-in, so I had a tester page handy to research this stuff. It's not like I researched it for hours or anything. I had all of this info at my fingertips pretty quickly. All in all, it appears that Netscape 8.1 was pretty amazing for its day, and well-tolerable, even now.

  51. Pixelfari by lordDallan · · Score: 1

    I couldn't stop myself from reading this post in Pixelfari.

  52. National labs by opinionbot · · Score: 1

    I work a fair bit at a US national lab which will remain nameless, but as a Foreign National I'm not allowed to use most of the machines. Instead there's a handful of *old* Sun boxes running CDE and Netscape Communicator 4.0. I shit you not. I half expect to hear the familiar warble of a modem, and browsing the half of the internet which isn't blocked by the filter becomes nearly impossible. Does mean I get a surprisingly large amount of work done though.

  53. developing is hell by __aatirs3925 · · Score: 1

    I have been developing websites commercially for about 5 years now and it sickened me when I had to add IE6 compatibility on some websites because it was requested to have that compatibility. You can get the layout to look mostly like how you want it to but the functionality is greatly degraded. You might be able to design an entire site around javascript but that would not only be hell but it would destroy the purpose of adding IE6 compatibility as those who still uses that browser (the few) won't have javascript enabled because it's all business. I'm sure there are those who don't know any better but they were usually never our target audience to begin with, at least on paper. Some clients were cool and didn't care to support IE6 and you definitively come across programmers that feel obligated to support it and that you're breaking a commandment if you don't. Honestly? It all depends on who you're target audience is. Already you have to add IE 7, 8 and 9 compatibility and they all handle things differently, and sometimes you might have to do subversion support as well, then there's firefox, opera, safari, chrome, etc... But for the most part, you can make it universally compatible if you program for firefox. You'll encounter song transparency errors and maybe things will be off by a pixel or three on occasion but thankfully it's not as bad as like IE handles things. If you program correctly, you might be able to get 4/5 browsers to work just fine, if you have to adjust things, you'll need to create a javascript file that detects the browser agent and send them to the correct css file. It's a true pain but that's what programmers have to deal with when there's not a single standard for every release. The w3c is a guide, not a standard unfortunately =/

  54. Netscape 6.0 by Anonymous Coward · · Score: 0

    The 6x and 7x lines were premature at best

    I still vividly remember trying Netscape 6.0.

    It was, and still is, the single worst piece of name-brand software I have ever tried in my life. It was clearly pre-alpha quality.

    In the space of just 15 minutes, I realized to my amazement that I had just witnessed the death of the "Netscape" brand name before my very eyes. I knew that no browser brand name could possibly survive the widespread release of pre-alpha code -- especially in light of the high expectations that everyone had after waiting for several years for Netscape to release anything new.

    I also realized that there must be terrible internal problems within Netscape to allow that code to be released. I knew there was only a tiny chance that the company could survive a management team with that magnitude of incompetence.