Archive for the ‘Firefox’ Category

Additional Firefox config options

Wednesday, May 9th, 2007

If you’re doing any javascript work, consider turning on the firefox options:

  • javascript.options.showInConsole
  • javascript.options.strict

Firefox will then show more detailed information.

Firefox – about:config settings I like

Monday, October 30th, 2006

browser.tabs.closeButtons [Integer] – 2 so no close buttons appear. Use middle-click on tab to close it

browser.urlbar.hideGoButton [Boolean] – true. I never use it, so why have it taking up space?

keyword.URL [String] – ‘http://www.google.com/search?&q=’ . When set to this, typing something that isn’t a URL into the address line automatically goes to google and does a search.

browser.tabs.loadFolderandReplace [Boolean] – false. When open a group of tabs, won’t replace tabs already open in browser.

TweakGuides.com – Firefox Tweak Guide

Tuesday, October 24th, 2006

Setup for Firefox 2.0 and how to completely clean it out. Also some info on using about:config to change Firefox settings.
TweakGuides.com – Firefox Tweak Guide

Firefox extensions – latest list

Wednesday, October 18th, 2006

My list of Firefox extensions as of today.

Tab Mix Plus – Gives much better control over Tab appearance and functionality, as well as including a Session Manager. Well worth the download

FireBug – For all your web page development tasks. CSS, Javascript, Ajax development. Layout problems etc. Well worth checking out and installing if you do ANY web page development with CSS or Javascript.

Download Manager Tweak Extension – Allows the download manager to be opened in a tab, and a few other minor enhancements.

Image Zoom – for zooming in and out on images.

Feed Your Reader – Will re-direct RSS feeds to your favourite reader. I use this to ‘feed’ them to Feeddemon

IETab – If you want to open a window in Firefox, but it really needs IE, then this extension is for you. Used the IE control inside a Firefox tab.

CSE HTML Validator – if you use the CSE HTML Validator, this plug-in lets you use it on a loaded page. Can have it validate all pages you load, or only when you do a View source. Note, the plug-in works with the free version too.

Old:

Web Developer Extension – Essential if you do any web development. Allows for quick selection of information, and selective control over stylesheets, cookies and other items related to web page design.

Firefox – IETab extension

Tuesday, August 29th, 2006

For opening pages in Firefox that require IE.

mozdev.org – ietab: index

Web Developer Extension

Sunday, August 27th, 2006

Looks like a great tool for web page development. Allows for instant mods to current page to test it under various conditions, or analyze information on the page.

Web Developer Extension

Image Zoom

Friday, November 19th, 2004

Allows for easy zooming of images. Firefox (and other browsers) allow ‘zooming’ on text (i.e. making the text larger) via the view menu, and this extension provides something similar for images. Now you can zoom in on an image to see it larger. Obviously if you zoom too much, the quality degrades, but I find this feature handy.

The homesite for this extension is here

Tabbrowser Preferences

Friday, November 19th, 2004

Provides even more level of control over how new windows will be created. Firefox 1.0 added some of this by allowing you to tell it to create new windows as new tabs instead, but Tabbrowser Preferences takes it to the new level. I have it set to open all new windows as tabs instead, in the background and have Firefox hopefully not take focus from the program that sent it. This allows me to click on links in email newsletters without having Firefox come to the front, but also without having to manually create a new tab for each one. I can now open all the links I’m interested in, and read them later.

And here’s the link.

Firefox Tuning and Customization

Friday, November 5th, 2004

Reading through my latest CPU magazine, and noticed some tips for Firefox. The biggest thing I miss from Mozilla is the Google search from the address line. After reading the article, I now know how to implement this feature in Firefox, and it’s even faster to use than in Mozilla.

By default, if a non-URL entry is put into the address line of Firefox, it will display the first entry from a Google ‘I Feel Lucky’ search. If you want it to do a standard Google Search, then first, put ‘about:config’ in the address line and press enter.

Scroll down until you find ‘keyword.URL’. Change the setting to ‘http://www.google.com/search?btnG=Google+Search&q=.’

Restart Firefox and enter something that doesn’t look like a URL. You should be presented with a Google search using the words you entered as the keywords.

Also in the article was a reference to this forum topic:
Firefox Tuning – MozillaZine Forums

The article discusses potential performance improvements by making changes to various other items in about:config. Also included is sample entries that can be cut-and-pasted into your prefs.js file in your profile directory. On XP, this is under Documents and Settings{user name}MozillaFirefoxProfiles{some keyname}. You will see a file called prefs.js. If you copy the suggested lines into this file, and restart Firefox, you should/may notice performance improvements.

If it doesn’t work, or it appears to be causing problems, you can always remove the lines from your prefs.js.

I’ve put them into mine, but haven’t done any testing as of yet, so please be cautious!