FIREFOX is a classic overnight success, many years in the making.

Published by the Mozilla Foundation, a nonprofit group supporting open-source software that draws upon the skills of hundreds of volunteer programmers, Firefox is a Web browser that is fast and filled with features that Microsoft's stodgy Internet Explorer lacks. Firefox installs in a snap, and it's free.

Firefox 1.0 was released on Nov. 9. Just over a month later, the foundation celebrated a remarkable milestone: 10 million downloads. Donations from Firefox's appreciative fans paid for a two-page advertisement in The New York Times on Thursday.

Until now, the Linux operating system was the best-known success among the hundreds of open-source projects that challenge Microsoft with technically strong, free software that improves as the population of bug-reporting and bug-fixing users grows. But unless you oversee purchases for a corporate data center, it's unlikely that you've felt the need to try Linux yourself.

With Firefox, open-source software moves from back-office obscurity to your home, and to your parents', too. (Your children in college are already using it.) It is polished, as easy to use as Internet Explorer and, most compelling, much better defended against viruses, worms and snoops.

**************************************************************** 
For the first time, Internet Explorer has been losing market share. According to a worldwide survey conducted in late November by OneStat.com, a company in Amsterdam that analyzes the Web, Internet Explorer's share dropped to less than 89 percent, 5 percentage points less than in May. Firefox now has almost 5 percent of the market, and it is growing.


Read detailed article from New York Times at Link

Comments (Page 4)
5 PagesFirst 2 3 4 5 
on Dec 20, 2004
Speaking of extensions, they finally have a Firefox Alexa and Google ranking extension and it completely rocks.. Now you can get Google Toolbar, and Alexa Toolbar in one nice little package, and the meter graphics are great at the bottom of your browser.

Link

Check it out.. That was my last and final complaint about Firefox, and its been addressed.
on Dec 21, 2004
Way back, when Netscape and Microsoft released their first 32bit browsers, I downloaded and tried both. Netscape wouldn't run on my equipment. And since then, no matter what version of Netscape I have tried to install on the eqiiupment I was running at the time, it wouldn't work. Internet Explorer has never failed to function completely for me. Every version has run on the equipment I put it on.

I tried firefox but it doesn't fit my needs. There are no more security leaks in IE than any other browser. The others just haven't been exploited yet. Linux is beginning to see more attacks, as will all other open source products as they become more popular with the public.
on Dec 21, 2004
I just installed Firefox and tried it out... and my web pages were bouncing around like kangaroos... I don't have time to figure out why I have graphical screw ups 5 seconds after I open it for the first time. Back to good ol reliable IE.
on Dec 21, 2004
my web pages were bouncing around like kangaroos


You probably have chosen to view the bookmarks toolbar with no bookmarks showing on it.
Try putting some bookmarks that you often use on it and the 'bouncing' should stop.


Posted via WinCustomize Browser/Stardock Central
on Dec 21, 2004
IE has some features that may be better than Firefox ( it loads faster due to parts of it always running as part of the Windows OS),


This is because IE is preloaded as part of the OS. You can recreate this behavior and make FF load faster, by setting it to preload as well.

Change the properties of your shortcut which lauches FF to the following (changing the app path if applicable: "C:\Program Files\Mozilla Firefox\firefox.exe" /Prefetch:1

The addition of the prefetch will cause the application to get cached, and consequently will load faster in the future.

-D
on Dec 21, 2004
Mouse over Iben for my reply


Why do you need a spell checker in a browser? I don't think we're discussing the same application here. FWIW, there's not a spell checker in IE either. You don't need it. You need spell checkers in applications for composition such as your mail program. You don't need it for a browser which is rendering for display.

-D
on Dec 21, 2004
The problem is that once you find a way to exploit these technologies in IE, you can get complete access to an IE user's computer, and do some real damage. If IE was tied in the system so much, it wouldn't be a problem.



That's it folks... at least for me.

All the other stuff might be debatable to a degree, but IE's intergration with the OS is not debatable. You get through IE, you get the computer (not all the time, but there is more of a chance).
on Dec 21, 2004
oh and I need spell checker because I am always on message board forums and blog posting.

LOL

anyway... I'm sure FireFox will get it share of exploits once it becomes more popular, I just do not think it will be as bad as IE
on Dec 21, 2004
no gfidias, that's not the case. I have bookmarks there....
on Dec 21, 2004
I just installed Firefox and tried it out... and my web pages were bouncing around like kangaroos... I don't have time to figure out why I have graphical screw ups 5 seconds after I open it for the first time. Back to good ol reliable IE.


and with that kind of patience with "User Error" you probably should just go back to burying your head in the sand.
on Dec 21, 2004
firefox is a pain for web developers....
on Dec 21, 2004
Actually, it's not. If you do your code right, it shouldn't be a problem.
Test your code with Firefox first, and then check if it works with IE, instead of the other way around. IE forgives bad coding, while Firefox is a little less forgiving. Furthermore, Firefox supports alpha blended PNG's, which IE doesn't, and that's one huge cool feature. I wish everybody would use Firefox, or that Microsoft finally start emplementing it in IE. At last we can start putting buttons on textured or multicolor backgrounds without using crappy GIF transparency.
on Dec 22, 2004

All the other stuff might be debatable to a degree, but IE's intergration with the OS is not debatable. You get through IE, you get the computer (not all the time, but there is more of a chance).




What are you talking about?

If you can get code to execute in Firefox, it has the same access to the system as anything that gets executed through IE. And that is user-level access. So if you, the user, are running as a member of the Administrators group, then so are your programs. That includes IE and Firefox.

Most people don't understand how the "IE integration" works. Basically, the Windows shell uses Internet Explorer's interface components... to give you a consistent experience everywhere. Countless third-party applications use parts of IE as well.

But IE doesn't run as a system service, it has no special access to the system. It's entirely an user space application.

If you want to be secure, don't run as an Administrator. Unfortunately, too much software is written based on the assumption that you will. And that's something we need to change in the Windows world.

Microsoft also needs to make it easier to elevate privileges when needed. Right now you can right-click on a program in XP and see the "Run as..." option. But there are many times when an installer or update program will just give you an error instead of asking for administrator credentials.

That's something that OS X and *nix variants are better at. Hopefully, Microsoft will change that in Longhorn (or sooner).font>
on Dec 22, 2004
Actually, it's not. If you do your code right, it shouldn't be a problem.
Test your code with Firefox first, and then check if it works with IE, instead of the other way around. IE forgives bad coding, while Firefox is a little less forgiving. Furthermore, Firefox supports alpha blended PNG's, which IE doesn't, and that's one huge cool feature. I wish everybody would use Firefox, or that Microsoft finally start emplementing it in IE. At last we can start putting buttons on textured or multicolor backgrounds without using crappy GIF transparency.



What do you mean, "do your code right?"

Do you mean by following the W3C standards that FireFox implements?

"Correct" code is code that works for most users. Not what the W3C and Mozilla Foundation decides is correct.

Browsers like Konqueror and Safari do a good job of properly rendering most anything that IE will render.

Mozilla (and thus Firefox) is far too arrogant in that regard. If a web page looks right in IE, but doesn't look right in Firefox... and you ask the user what's wrong... they won't blame the web site. They'll blame Firefox.
on Dec 22, 2004
If you're truly concerned about strict CSS implementations... why don't you run IE in strict mode?

Oh... because then half of the web pages you visit wouldn't display properly. Kind of like using Firefox.

And whose fault is it that IE is so forgiving? You do know that it was made that way because that's how Netscape did it, back when Netscape ruled the web?
5 PagesFirst 2 3 4 5