Firefox 2 Downloads Top 2 million in 24 Hours
linuxci writes "Firefox 2.0 has had over two million downloads in 24 hours with a peak rate of over 30 downloads a second. This means Firefox is well on track to beat IE7's three million in four days. Of course stats don't equal users but it's interesting to see that the demand for Firefox is currently outstripping IE."
For those that didn't know Firefox 2 RC3 was the same release as the final 2.0 so people who had already downloaded the release candidate didn't need to download the final (Help > About shows the build number and they're identical). This is usual with Mozilla releases, the release candidates are actual candidates for release (unlike MS) so the final RC usually becomes the real release.
So people with RC3 don't count in these stats unless they didn't realise and downloaded 2.0 again.
I downloaded IE7 on one of my school's computers. It took a little while to download, took a long time to install, required a reboot of the computer, and I've used it twice so far. To be fair, I wasn't an IE user before IE7 and don't have a lot of interest in using it now. I downloaded it out of curiosity.
I downloaded Firefox 2.0 on two machines at home and eighteen machines at work. It downloaded very quickly, installed even faster, and did not require a reboot. It also installed over my old version, asked if I wanted to check for updates to extensions, and moved all my bookmarks over. (IE7 might have done this too, but I didn't check.)
All in all, Firefox is easier, has a cleaner layout, and just plain works. Way to go Firefox. What a great program.
Yeah, I'm as old as my UID would suggest.
Here are some of the settings that I've gathered so far to get Firefox 2.0 to my liking:
/* Disable Container box for "List all Tabs" Button */
.tabs-alltabs-stack {
In about:config
* browser.tabs.closeButtons to 3 for one close tab button
* browser.tabs.selectOwnerOnClose to false for successive reading and closing
* browser.tabs.tabminwidth to 20 for displaying tab scrolling in extreme cases only
* browser.urlbar.hideGoButton no use for the Go button
* dom.disable_window to true, fix various window annoyances
* network.prefetch-next to false for not wasting my bandwidth
In userChrome.css for disabling the List all tabs which annoys me when using the close button:
display: none !important;
}
Feel free to add your own to the thread.