Microsoft Says Firefox Not a Threat to IE
KillaKen187 writes "A CNET article claims that 'just days after the launch of open-source browser Firefox 1.0, Microsoft executives defended Internet Explorer, saying it is no less secure than any other browser and doesn't lack any important features.' It's also interesting to note that these statements made by Steve Vamos, Microsoft Australia's managing director, come with no knowledge of what Firefox has to offer as he admits not even installing or using Firefox."
Back when I actually needed to use IE to access certain websites, I would always use the free AvantBrowser mod. IIRC, AvantBrowser simply sits on top of IE, so it is actually IE at the core. Regardless, it's got lots of features - tabbed browsing, pop-up blocker, flash filter, key bindings and a bunch of other stuff. Pretty nifty if you _must_ use IE.
"You and your third dimension."
People are dumb, but in a different way that you're thinking -- people are dumb because they don't really know what they want until you give it to them.
Microsoft itself, for instance, became a success by giving people what they didn't know they needed, or by filling a void that no one realised was there.
The fact that they're now playing the "our customers don't want it" card is proof how much their corporate culture has stagnated: people don't want things like tabbed browsing, because they don't know they can have them.
I just find it strange that almost every person I've ever introduced tabbed browsing to has loved the feature, even those that still prefer to us IE.
[ think ]
Where I most recently worked, XP-SP2 broke several important custom applications and there was no easy fix or work-around. So, it's not always possible to jump when Microsoft says jump. The IT folks are working on re-writing the apps, but that takes time.
How come the tabs don't respond to the Tab key?
In Windows, Ctrl+Tab will cycle through taps from left to right, whilst Ctrl+Shift+Tab will cycle the opposite direction. Standard Windows behavior.
Why do I want downloaded files to automatically saved to my desktop - what's wrong with "My Documents/Fire Fox/Downloads" so I don't get clutter all over my desktop?
Go to Tools, Options, Downloads, and change the default download directory if you'd like it somewhere else. Alternately, you can have it ask where to download every time.
I do not load "harmful ActiveX controls" but I want to load "useful" ones. In fact as a smart user I wonder how to make them work in FF? If a client of mine tries to use my web form (activex) doesn't see it he will get the shits with me - not his browser.
There are third-party ActiveX plugins if you really want them, but remember not everyone uses Internet Explorer or Windows - if I want to use my Risc PC to browse an ActiveX-based website, I'm out of luck. Beware of alienating a potential audience.
Google is part of my toolbar.
Firefox comes with a search bar built in, not tacked-on as a third party add-on, and supports plugins for virtually any other search engine you could think of. From my browser, I can instantly search Google, Amazon, the IMDB, Wikipedia...
I have the "Features you are used to" because I got used to them in IE.
Virtually every feature you'll use commonly in IE is present in Firefox, many done in a superior way. Granted, some pages fail to render properly in Firefox at the moment, but for the vast majority there are no problems.
Meanwhile, 'Fox has many features that are a godsend in day-to-day browsing. Pop-up blocking? I've found many manage to sneak through in IE 6 SP2, whilst Firefox not only can block popups more consistantly, but also supports blocking images through a simple right-click.
Tabbed browsing is something you have to experience to realise why you need it - if you're browsing along and find something you want to read later, just middle-click to open it in a new tab, still browsing in the same window. It just works.
And tomorrow the stock exchange will be the human race
The best idea is to fool the users. Keep the E icon for Internet Explorer, but have it point to the Firefox executable. That's idiot-proofing.
You may want to look into typing the url about:config in Firefox. Some of the settings that don't have user interface elements can be adjusted in that page. I don't know if all your concerns are addressed, but some of them (ex. cache path, turn off animations) definitely are covered in that.
As for the benefit of tab browsing... What I find useful is that when you open links in a new tab, the page is loaded in the tab while you can still work on the current page. If you try to emulate that with IE by opening new IE windows, the original page's window becomes the furthest back window. Actually, more annoying is that to open up a series of links, you have to keep going back to the original window. In the case of tabbed browsing, you're in the original tab until you decide to switch off of it.
* Changing the temporary cache path?
Uses a random folder name in your settings path for security. Though I believe you can change it in about:config
* No option to clear cache when done?
Privacy->Cache->Clear
* Inability to prompt me if I want scripts to run?
Uh it doesn't have Active X. Under Web Features->Advanced there are several things you can disallow or allow Javascript to do. about:config may have some more settings.
* Prompted cookie setting control?
Privacy->Cookies->Ask For Each Cookie. It even remembers what you said for each cookie so you don't have to tell it again for the same site. And there is an exceptions menu in the same place that allows you to go back and change what you said.
* Inline images are either on or off. Eg, no ability to prevent animations (gif or otherwise) from running.
(This is frustrating. I want to see the original images, but I absolutely hate animations of any sort.)
Its in about:config, and in regular Mozilla the setting is there. I agree this was a stupid one to leave out of the main menus.
* No Zones feature so that I can configure certain security options for certain sites.
Only Windows has the concept of "Zones" and its a stupid idea anyway. The browser should not be able to run code on your machine. You can configure Popup Windows, Images and Cookies per site though.
* Installed security is to save passwords, allow web sites to install software, save form information, and Java is enabled?
(Of course IE is probably even more open, but the point is that FireFox is supposed to be secure right?)
Firefox is trying to appeal to main stream users. Thus there is a trade-off. There are several prompts on the installing software stuff. Besides you can't install new programs with it, just add-ons and themes for your browser. And, as of yet no security problems have been discovered where someone can get around the prompts (unlike Active X)
* Many other configuration options are missing that would allow me to be prompted if I want to execute or do something.
Like what?
No offense but for most of these, it doesn't appear you looked all that hard before you gave up on it.
The Anti-Blog
I bet our admins WISH they could script the uninstalling of IE. Remember, if you "uninstall" IE, you really just remove the front-end iexplorer.exe program and not the REAL IE (all the DLL's that really make up IE and that is "integrated" into MS Windows). So MS Windows desktops are still at risk to IE vulnerabilities even if you "uninstall" IE.
If Tyranny and Oppression come to this land,
it will be in the guise of fighting a foreign enemy. -James Madison
You could go one step further and get the IE theme as well.
Info and download here.
The real path to male liberation
Changing the temporary cache path?
:)
I like storing anything temporary on another drive, not my system drive. That way I can erase the whole thing at the end of my windows session if necessary.
Yes, I can see, this does not exist exactly as this in firefox. You can set browser.cache.disk.enable to false and browser.cache.memory.enable to true. Firefox will not ever make a disk cache, and insted will cache in memory (which it already does during the session) In this way, you lose your cache when you close firefox.
Inline images are either on or off. Eg, no ability to prevent animations (gif or otherwise) from running.
(This is frustrating. I want to see the original images, but I absolutely hate animations of any sort.)
Its the option image.animation_mode, set it to "none" (minus quotes of course) Animated images will appear but not animate, you can also set it to "once" to cause a single animation. "normal" is default animated mode.
Alternate cache storage location I may be able to get for you, it appears it may be an option thats not listed, so I'll need to try testing it abit, but if you leave on only memory cache, there won't be an offline cache to worry about!