Slashdot Mirror


Firefox vs. SP2's IE?

Anonymous Coward asks: "I was at my grandpa's house today, and I came across a somewhat unsettling issue. He is a user of Internet Explorer. I was talking about Firefox with him, and it turns out that he has had no trouble with popups since SP2 came out, he doesn't multitask enough to benefit from tabbed browsing, and he doesn't care about safety/privacy concerns. On top of that, I ran a test and found no difference in load/download speeds between the two browsers on his computer. This brought me to an interesting point. For someone like him, is there any benefit to be gained from using Firefox? On top of that, are there any people who are actually better off sticking with IE?"

3 of 238 comments (clear)

  1. Re:Security/Privacy issues by LordEd · · Score: 5, Informative

    I used to use IE with SP2 up until a few weeks ago. I went to the wrong website and wound up spending a day trying to remove a persistent spyware app off of my system. I had to drop down to a repair CD and physically erase specific DLLs that kept recreating themselves.

    You may not have privacy/security concerns, but you start noticing it when your CPU is running 99% on spyware.

    I haven't had any problems since switching to firefox.

  2. Re:IE XP SP2 is as safe as Firefox by Anonymous Coward · · Score: 3, Informative

    Except you can't run Windows Update anymore without ActiveX... :-P

  3. Re:The only downside by ekuns · · Score: 3, Informative

    On a Windows system, find a graphic file. Any file, like c:\winnt\pyramid.bmp Next, place this file path as an URL. Check the page. It doesn't break, but you will see a pyramid on your screen in MSIE and an ugly no-image in Firefox.

    This is a non-feature in Firefox/Mozilla/Netscape that is very unlikely to change. I opened a Bugzilla entry for this a long time ago (132479) and the decision made then was unyielding. (I'd include an actual link to the bugzilla page, but Mozilla.org rejects links to that page that come from slashdot.)

    At issue is that Internet Explorer rewrites URLs containing a backslash into using instead a normal slash. On the other hand, Firefox and all its ancestors issue the URL unmodified to the server. If you take any normal web URL and replace random forward slashes with backslashes, the pages will still work under IE, but Firefox (etc) will no longer be able to find the page.

    This is not because IE is better or because Netscape (et al) are missing that feature, but because it is inappropriate to rewrite a URL into your favorite canonical form before issuing the request. The remote system might have a very good reason to be using backslashes, and any such pages will NOT load correctly in IE.

    Note, however, that URLs that contain forward slashes for a file:// URL will work using Internet Explorer and Windows. Try the following URLs using various browsers -- on Windows -- and see what works:

    file:///c:/windows/Zapotec.bmp

    file:///c:\windows\Zapotec.bmp

    I'd make the links easy to click on, but slashcode appears to swallow all "/" characters on a file:// URL. Hmm. Anyway, cut and paste the above into your browser and you'll see both work under IE, so you can use the first form in URLs and it'll work everywhere.