June 17, 2008

Firefox 3 Download Day!…

I almost forgot to mention…. today is the official release of Firefox 3 and they are trying to break a world record on the number of downloads.  The release is so big that it slowed and/or brough down the Firefox servers.  Read the whole article here: Firefox 3 ‘Download Day’ Cripples Mozilla Site – Yahoo! News

I have been using the beta version of FF3 for a while.  It’s nice having similar interfaces across Linux, Mac, and Windows.  The way bookmarks are handled has improved as has memory usage.  The good list of the biggest improvements can be found at Lifehacker in their list of the Top 10 Firefox 3 Features.

Download it here: http://www.mozilla.com/en-US/products/download.html?product=firefox-2.0.0.14&os=win&lang=en-US

April 07, 2008

Nightly Tester Tools Addon for Firefox 3 Beta 5

I came across this add-on for Firefox that allows the disabling of add-on compatibility checks in Firefox.

Nightly Tester Tools :: Firefox Add-ons

March 13, 2008

Updating extensions for Firefox 3…

Firefox LogoI did it, I upgraded to the most recent Firefox beta release!  It’s faster, it’s got a lot of cool new features, but it is a beta release so there are some compatibility issues with extensions and there are some bugs.  The first of the bugs tha’t’s come up to bite me is the web based Movable Type blog posting page doesn’t work properly.  It will render fine but in the WYSIWYG posting display none of the formating or insert buttons function.  That makes quick posts to the blog a pain in the butt!  In order to format text or add links in a post I have to revert back to hand coding all of the HTML instead of clicking a button and pasting a link. That’s where one of the cool features of Firefox comes in.  Firefox has what is called extensions or plug-ins to enable additional functionality in Firefox.  One of the many extenstions I have come to love is IETabIETab allows a page to be rendered using the Internet Explorer “engine” instead of the Firefox “engine” without having to open up Internet Explorer separately.  This is a cool feature for checking to see how a web page you are working on displays in a different browser or when you are browsing and come across a site that doesn’t render properly like the one I am using to make this post.  There are a few other extensions that I just cant do without in Firefox.  They are:

Del.icio.us Toolbar:  This extension allows easy access to all of the bookmarks I keep on a social/bookmarking site called del.icio.us.

Go To Selection:  Go To Selection allows the highlighting of text on a page then right clicking to open it as website in a new tab.

Snap Links:  This one is great!  It allows you to right click and drag a square over an area on a web page.  Then it opens up all of the links within that square in new tabs.  How cool is that!

When I upgrade Firefox these extensions ceased to function due to supposed incompatibility with the newer version of Firefox.  This prompted me to do some research on a way to make them work.  The first solution I came across was found at Lifehacker which is a great site for finding how to’s and information on all kinds of stuff.  The post on enabling extensions required the tweaking of Firefox’s about:config file and disabling both a compatibility check and a secure update requirement feature.  Although this does work I wanted to keep the compatibility checks and additional security of checking for secure updates. 

Upon doing a bit more research I came up with an developers article on the Mozilla site explaining how to make an extension work with Firefox3 and it was actually pretty simple.  You open up the install.rdf file that comes in the .xpi extension file.  Edit the line that reads <em:maxVersion>2.0.*</em:maxVersion> to look like this <em:maxVersion>3.0.*</em:maxVersion>.  That sounds complicated but it’s actually not. 

To do it instead of left clicking the “Install Now” button on a extension page you right click and select “Save Link As” in the context menu.  Then you save the extension file, that ends with.xpi, to your hard drive.

Next open up the .xpi file in your favorite Zip program.  I like 7-zip, it’s free and simple to use.  Then right click and choose edit on the install.rdf file that is included in the extension package.  Find the line that contains <em:maxVersion> and change the version number to read “3.0.* instead of what ever is there.  After you have done that save the file and update the archive.  (7-zip will automatically update the archive for you.) 


The last step is to install and enable the extension.  Fire up Firefox, click on the “File” menu and select “Open File”.  Navigate to the directory where you saved your .xpi files and select the one you want to install.  Click the Install button when it becomes avaiable and go through the install process.  Last thing to do is open up the add-ons menu by going to the “Tools” menu and selecting “Add-Ons”.  When the “Add-Ons” list is displayed click “Enable” on the extensions that you have recently installed. 


So far all I have tested this method with all of the extensions listed in this post and havent had any problems.


More information about extension compatibility can be found here: http://developer.mozilla.org/en/docs/Updating_extensions_for_Firefox_3

December 18, 2007

Personas for Firefox

I came across a great new add-on for Firefox today…. Personas.  It allows “on the fly” theming of Firefox.  Very cool and now I dont have to look at the same boring them all the time!

http://labs.mozilla.com/2007/12/personas-for-firefox/

December 10, 2007

These are a few of my favorite things…

Firefox add-ons that is.  The image below is linked to an screen capture of my add-ons menu from
Firefox. It shows the add-ons or extensions that I use and a brief description of each.

firefox-addon.jpg

The extensions in my list and many, many more can be found on the Firefox Add-Ons Page

November 15, 2007

Mandatory Firefox Tweaks

This is a list of the Firefox Tweaks and Add-ons that are a must for me on all of my Firefox installs…..
Add Ons:
Ad Block Plus Plugin – Blocks Ads
del.icio.us Plugin – Save bookmarks to del.icio.us
Foxmarks – Book Marks Synchorizer
Open Book – Allows customizing your bookmarks and keywords
ReloadEvery – useful for Ebay, automatically reloads the page.
Tweaks in about:config
browser.tabs.minwidth to 10 – narrower tabs before scrolling
browser.close.button to 3 – X to close at end not on each tab
browser.urlbar.hideGobutton to true – Hide the Go button
layout.spellcheckDefault to 2 – Spell checks address bar too.
network.http.pipelining to true – allows for more requests
network.proxy.pipelining to true
Add a new integer type by right clicking anywhere….
nglayout.initialpaint.delay to 0 – sets the delay before initiating a request.
network-prefetch~next to false – disables prefetch of pages
A lot more information can be found on this post at Lifehacker:
Geek to Live: Top Firefox 2 config tweaks