Considering how regularly new versions of Firefox now come along, that's quite some bug fix list in version 10! http://t.co/K3I2vLpW 1 week ago


1st
Mar 10

Xmarks and star ratings!



The latest version of Xmarks for Firefox has added a new feature where, in the status bar at the bottom of the browser window, there are 5 stars, allowing you to easily rate websites that you visit. Unfortunately, they’re a bit of an “estate” hog and can only be turned off along with the Xmarks icon (which is useful for quick synchronisation). However, there is a way to turn off just the rating stars…

  1. Enter about:config in the Firefox address bar
  2. Right click in the main screen area
  3. Select New -> Boolean
  4. Type extensions.xmarks.hideStatusBarStars and press Enter
  5. Select the value true

This will forever banish the stars. If you want to bring them back…

  1. Enter about:config in the Firefox address bar
  2. Find the value extensions.xmarks.hideStatusBarStars
  3. Set it to false

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



22nd
Jan 10

How to get incompatible Firefox add-ons to work


Firefox 3.6 has been released and that means, once again, that you might find some of your add-ons don’t work. Now, this isn’t Firefox just wanting to cause problems for us all, but for genuine security and stability reasons.

None-the-less, if you need to get an add-on working, then there is a (relatively) simple way to do it.

  • Download the .XPI add-on file
  • Change the file extension from .XPI to .ZIP (because that is what they really are)
  • Double click the .ZIP and you should see a file called install.rdf
  • Drag this file out of the zip, to your folder or desktop
  • Open the .RDF file with Notepad
  • Find the line that contains maxVersion and change the 3.5 to the current version of Firefox
  • Save and close the .RDF
  • Drag the edited file back into the .ZIP
  • Close the .ZIP and rename it back to .XPI
  • Double click the .XPI and it should offer to install to Firefox

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly



16th
Nov 09

Vacuum Firefox for improved performance


Since Firefox 3.0 bookmarks, history and most storage is kept in SQLite databases and, ass with any other database, SQLite databases become fragmented over time. But, since there are no managing processes checking and optimizing the database, these eventually result in a performance hit.

So, a good way to improve startup and some other bookmarks and history related tasks is to defragment and trim unused space from these databases.

  • Open the Error Console: Tools menu/Error Console
  • In the Code text box paste this (it’s a single line):
    Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
  • Press Evaluate. Firefox will freeze for a few seconds while the databases are “VACUUMed”.

Thanks to PC Pro and Mozilla Links for this information.

Alternatively there are a couple of Firefox plugins available to do just this – Vacuum Places and PlacesCleaner.

Delicious Digg Facebook LinkedIn Read It Later reddit StumbleUpon Twitter SeparatorEmail Google Translate PDF Online Print Friendly