Announcement
Collapse
No announcement yet.
Firefox 0.9 out
Collapse
X
-
Apparently it won't work if installed/unzipped on top of an earlier version. Probably not a good idea to use the uninstaller for v0.8 as I hear it could remove not only the Firefox installation but also the parent directory!! Just manually delete all the files in the directory and if needed, the installation key from the following registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall
Profiles need not be removed.There's no place like 127.0.0.1
-
Hmm, I just installed it on top of 0.8 (the installer version) and there are no problems here, it just asked me if I wanted to import the settings and bookmarks from IE or Firefox 0.8.
Only "inconvenient" is that I have both 0.8 and 0.9 in 'Add or Remove Programs'.
Comment
-
Originally posted by Lucid
Apparently it won't work if installed/unzipped on top of an earlier version. Probably not a good idea to use the uninstaller for v0.8 as I hear it could remove not only the Firefox installation but also the parent directory!! Just manually delete all the files in the directory and if needed, the installation key from the following registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall
Profiles need not be removed.
Wow, I wish I knew the risk when I uninstalled it. I made of point of reading the installation instructions and saw how it said to not install on top of a previous version but missed any reference to the risks of using the uninstaller. I guess I was lucky because I didn't notice any ill effects, but I would have been right pissed off if I had to reinstall all my apps.
I only keep a version of firefox installed so I can occasionaly check if something I'm doing in ASP.Net for IE still looks ok for others.P.S. You've been Spanked!
Comment
-
Originally posted by Admiral
Hmm, I just installed it on top of 0.8 (the installer version) and there are no problems here, it just asked me if I wanted to import the settings and bookmarks from IE or Firefox 0.8.
Only "inconvenient" is that I have both 0.8 and 0.9 in 'Add or Remove Programs'.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall]Last edited by High_Jumbllama; 15 June 2004, 11:51.
Comment
-
Has anyone made spellchecker to install.
It's a bit unofficial:
This worked on 0.8 but doesn't work on 0.9. The spellchecker installs, but it doesn't see any dictionaries.
Also:
Winstripe = yuck. I installed Qute theme.Last edited by UtwigMU; 15 June 2004, 21:17.
Comment
-
The way FF handles extensions has been rewritten in v0.9 and doesn't allow use of < v0.8 style xpi extensions. Now they use certificates to increase security to prevent hackers and malware fron encroaching into your system.
Just give them sometime to be updated"Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss
"Always do good. It will gratify some and astonish the rest." ~Mark Twain
Comment
-
How complicated. Glad I don't have to go through this everytime a new version is released
AZ
Comment
-
I like Wombat are waiting on the extensions to be updated before using"Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind." -- Dr. Seuss
"Always do good. It will gratify some and astonish the rest." ~Mark Twain
Comment
-
You can tweak Firefox even more if you're running on broadband. Pipelining, and reduced painting time, among other things.
Speed up page rendering
By default, Firefox doesn't try to render a web page for 250 milliseconds, because it's waiting for data. If you add the code below to your user.js file, Firefox immediately tries to render the page, even without complete data. The drawback is on slower machines where doing a "reflow" may actually cause the total page load time to be longer.
// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);
Enable Pipelining
Pipelining is an experimental feature, designed to improve page-load performance, that is unfortunately not well supported by some web servers and proxies. To try it out, add the following code to your user.js file:
// Enable pipelining:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
Specify where to store the cache
To specify in which folder the cache is stored, add the following code to your user.js file:
// Path to Cache folder:
user_pref("browser.cache.disk.parent_directory","C :\\Path To Cache");
Remember to use two backslashes for the path separators if you're using Windows, e.g. C:\\Path\\Path To Cache instead of C:\Path\Path To Cache.Gigabyte P35-DS3L with a Q6600, 2GB Kingston HyperX (after *3* bad pairs of Crucial Ballistix 1066), Galaxy 8800GT 512MB, SB X-Fi, some drives, and a Dell 2005fpw. Running WinXP.
Comment
-
Originally posted by Lucid
Apparently it won't work if installed/unzipped on top of an earlier version. Probably not a good idea to use the uninstaller for v0.8 as I hear it could remove not only the Firefox installation but also the parent directory!! Just manually delete all the files in the directory and if needed, the installation key from the following registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall
Profiles need not be removed.
LeechWah! Wah!
In a perfect world... spammers would get caught, go to jail, and share a cell with many men who have enlarged their penises, taken Viagra and are looking for a new relationship.
Comment
Comment