As many of you probably already know, Firefox 3 changed the way that bookmarks are handled. I discovered this when I noticed that my bookmarks.html file date never changed after upgrading to version 3. Instead, bookmarks are now saved to a file called "places.sqlite".
According to this site:
http://www.lytebyte.com/2008/06/19/underst...arks-are-saved/
the best way to handle Firefox bookmarks is to install the Sqlite Manager:
https://addons.mozilla.org/en-US/firefox/addon/5817
Another alternative is found here:
http://www.lytebyte.com/2008/06/19/how-to-...-bookmarkshtml/
You can sync places.sqlite and bookmarks.html by typing "about:config", search for "browser.bookmarks.autoExportHTML", change its value to "true"
The only reason I can see the use of the latter method is if you want to import or export your bookmarks from bookmarks.html rather than places.sqlite or
you want to be able to open the bookmarks.html file in a browser or other reader.
I'm not sure why they changed their method. One poster's comments on the first link above gave me a good chuckle when he stated that:
It’s obvious that the real reason that Mozilla put in a database engine to handle the bookmarks is because some nerd at Mozilla was either taking a SQL class or needed to add SQL to his resume.