Mozilla Firefox Tips

1 - I can do better 2 - Jury's out 3 - Pretty darn good 4 - Splendiferous 5 - Awesometastic by 4 people | Log in to rate

Ranked #6,252 in Tech & Geek, #150,462 overall

Getting the best out of Mozilla Firefox

Collected here are my favourite tips, tricks, tweaks and hacks to really get Firefox to work magnificently. I will mention my favourite extensions and my least favourite. I will mention how to get around issues I see with some websites and problems.

I will also cover how to code using Firefox as I think combined with certain extensions it represents the best CSS, Javascript, HTML and DOM debugging tool out there.

I, like many internet users, use a web browser for many hours every day. I use it to work in, to write in and to play in. It is my view portal to the world. I mostly choose Mozilla Firefox for this as I think it is the best of breed for this task. It is not without its quirks and sometimes a bit of knowledge is needed to get the best out of it.

Firefox has great features built in like Spell checking (which you will need a local dictionary for outside the US), tabbed browsing (everybody does it now, but it was done in Firefox for a long time), saved passwords, and in Firefox 3 the coolbar - which remembers your recent URLs.

Firefox

Google maps stops working in Firefox 


I recently had an issue with a laptop, where the user could not make Firefox work at all with Google Maps - a static page would come back, the scrolling and zooming normally handy with Google maps was gone, and it would appear to just not stop loading. After much searching the web and tinkering, I found the issue is to do with the Skype Firefox extension. Another instance seen was down to the Ad-Block extension.

Ensure it is whitelisted in Noscript
This first thing is to ensure that if you are using noscript extensions that google maps is in the white list. Maps cannot work without dhtml elements.

If you are using Skype
If you have this issue and are using Skype, I recommend disabling or uninstalling the Skype Firefox addon. This is usually installed automatically when you install/update skype. To remove or disable it:

  1. click on "Tools" (in the menu at the top).

  2. Select "Add Ons"

  3. Ensure you are on the "Extensions" tab

  4. Now select the Skype extension for firefox.

  5. On the right you will see the buttons to Disable or Uninstall the Add on. I suggest to try disabling it - restarting. If the problem goes away, then uninstall it.



At some point, Skype may update their extension so it no longer causes this issue.

If you are using Ad-Block

  1. Try first disabling ad-block for the page.

    1. On the top right of firefox - you will see Either a Red light saying "ABP".

    2. To the right of this there is a small down facing arrow. Click this to see a menu.

    3. Look for the item that says "Disable maps.google.com" and tick this. You should see the light go green.

    4. Refresh the page.


  2. If that fails to work, disable the Ad-Block extension.

  3. Restart firefox - and see if this works.

  4. If this still does not work - start disabling other extensions

Going further with Firefox 

Sometimes it takes a good book to really get inside a product. While superficially Firefox is simple to use, delve under the surface and it is capable of much more.

Firefox For Dummies (For Dummies (Computer/Tech))

Amazon Price: $17.99 (as of 11/15/2009) Buy Now

Firefox Hacks: Tips & Tools for Next-Generation Web Browsing

Amazon Price: $18.21 (as of 11/15/2009) Buy Now

Firefox as a Portable Application 

Firefox can become highly customised and personalised. But then when moving from your home computer to a work computer, or to another machine, perhaps a laptop, it can be frustrating not to have all your links, extensions, saved passwords and settings with you.
By using Firefox as a portable app with the portable apps suite or standalone, you can take it with you wherever.

Block ads or not? 

The internet often comes with a lot of free content. You are reading free content right here and right now. However, this is free as in you don't pay from your wallet to read it, but somebody may incentivise me to write it with money. Generally this is in the form of ads.
Ads are a fine art. If they are very intrusive and off topic, or do nasty things like pop-up and pretend to be a windows dialog, they become offensive. However, if they are designed with the topic in mind then not only are they not annoying, but they can even enhance the article.
I don't pretend I control all the ads on this, some I do, some come from the publishing infrastructure I use, however most of them are pretty reasonable, and they provide some incentive to add into my general will to write stuff. As a content author, of course I hope visitors arrive without blocking ads, but having seen some really unpleasant things out there, I do give new sites the suspicious treatment.

Annoying ads are a bane though, and there are plenty of technologies to control them. Ad Block Plus in Firefox is one of the best. It is quite intelligent, has lists that are centrally uploaded, and you can tune it to allow ads on sites you like. I generally turn it off on communities I know, and leave it on for new sites I have not visited yet.

Ad Block Plus however can interfere with any sites which have flash as a core technology, including (occasionally) google maps and Youtube. Sicne it can be enabled for individual sites, this is not terminal.

Firefox already has an integral popup blocker (as do most modern bowsers) which catch the most annoying kinds of ad. NoScript and NoFlash extensions eliminate these on all but trusted sites, however, with so much content now using Flash or DHTML, it makes the web a bit of a bland experience.

Advertisers are learning, and ads become more directed at real target audience as opposed to blanket bombing, as this becomes more established, the ad blockers will become less necessary.

The worst types of ads:

  • Auto-reopen type popup ads - now only seen on the direst of sites, nothing reputable

  • Pop ups that pop up another browser window- seen on a few not reputable sites

  • Pop unders - seen on some more reputable sites, even corporate or utility sites

  • Ads which use enough javascript or flash to hog your CPU - yes squidoo has sometimes shown these

  • Ads that play music when not interacted with

  • Ads that cover the content

  • Ads that move and animate distracting from the content

  • Ads that are totally irrelevant or worse inappropriate for the content



An ad that does not hog the CPU, does not take over the content panel or distract, but is relevant and woven into the content are the kind that a user is more likely to click and nto be annoyed with.

The Squidutils Browser Toolbar 

This extension is a must have for me when using Squidoo. It simplifies many tasks and has links to my favourite lens materials. TheFluffaNutta has really made a great tool.

The Best Firefox Addons 

Another lensmaster has collected many of the Firefox Addons and created a best ever list. IF you need Firefox addon ideas- this would be a good place to start.

Firebug for Firefox 

Firebug is an amazing tool for web development.
I use it mostly for CSS debugging, as you can quickly show properties for any HTML element, what CSS properties affect it, which file and what line in that file they are coming from, what it is inherited from.

You can then temporarily disable CSS properties, quickedit them or even do quick edits on the HTML.

This means you can quickly figure out the styles on something, and if you see something you like on the web, you can use this to understand how it was done.

The editing and disabling feature is powerful, and can also cause harm - a huge mistake I have made more than once is disabling or quick editing the CSS stylesheets for the browser itself - html.css and quirks.css. This may render your browser session unusable in some aspects- ie seeing lists missing or edit boxes broken. It may even cause Firefox to become unstable. If you have many tabs open - that will be frustrating. So be a little careful which CSS you are changing. You will only see those CSS files for the browser if you enable "show user agent CSS" - so disable it unless you are sure it is a problem.

Firebug also offers load graphing. This allows you to see how many requests a page is making, how many are taking time for the server to service, how many are slowing it through being large, and how many are waiting for other requests due to maximum request limits. This means you can see targets to optimise your site loading times.

Firebug can debug javascript, and can log javascript, as well as allow you to interact with the script and DOM on the page with a direct mode command line. You can browse the whole DOM tree and understand how a page is constructed.

Firebug can be downloaded at Get Firebug for Firefox.

Firefox Devices 

If you use the internet a lot, you might want to be able to browse on the go. However, if you are like me, you would hate to have to use some horrible cut down browser that barely supports any of the technology and web standards you are used to. There is nothing worse than some "mobile internet" device that feels like a late 90's clunky throwback.

In my opinion, The Asus EEE PC, with either Linux or Windows, represents the very best way to use the internet on the go.

What's more, you can use it to draft lenses on the go. I use it - if I have connectivity I make them directly on Squidoo, otherwise I just use a simple text editor.

Loading Fetching new data from eBay now... please stand by
eBay

Firefox Links and tips on the web 

12 Tricks To Increase Your Firefox Speed By A Noticeable Amount - TZ
Interesting article with tweaks and hacks to make Firefox load pages and become interactive sooner. I use a couple of them myself. Warning - if you find the word "hacks" uncomfortable, then these speed tweaks are probably not for you.
Force Firefox to Offer to Save or Remember Password for Yahoo!, Windows Live (MSN Passport), PayPal and Other Secure Websites %uFFFD My Digital Life
Ever have those sites that refuse to autocomplete passwords?
Try this fix to force it to remember them.

Buried in the comments is further genius to make the change permanent - open C:\Program Files\Mozilla Firefox\components\nsLoginManager.js and comment out these lines:


// if (element && element.hasAttribute("autocomplete") &&
// element.getAttribute("autocomplete").toLowerCase() == "off")
// return true;

Is Firefox your favourite browser? 

As a person who writes on the web, reads some emails on the web, see my news via the web and interacts with work systems with a browser, I find that Firefox is the most comfortable.

It is familiar to me across many computers, including those that are not running Windows. It is hugely extendable. I could go on about its benefits. Do you think it is the best of the browsers out there?

Is Firefox the best browser?

Loading Fetching blurbs now... please stand by

Yes - It is great

Lev says:

Yes, I cannot possibly live without all the plugins (adblock, flashblock, tabmixplus, twitterfox and many more). If Chrome had all of those available, I would probably use it.

cappuccino136 says:

Firefox is my favorite! I hate to use anything else. It is highly customizable, reliable and easy to use.

dannystaple says:

I think so - I rarely use another. Even if I find a site that only renders with an IE browser, I can use IE tab to render it inside my nice Firefox comfort zone.

No - I prefer another

 

Other Computer Tips 

Take a look at my other computer tips.

Love Firefox? 

If you regularly use Firefox, as I do, then why not wear it? There are some superbly designed T-shirts.
powered by Zazzle.com

Bookmark This Lens 

If you enjoyed reading this lens, or found it useful, then why not share it with your friends.

Add this to your lens »

Bookmark and Share

Love This Lens? 

If you would like to favourite and rate this lens, then you can do so here (Squidoo members only). Not a member? Join Squidoo now!

Add this to your lens »

What do you think of this Firefox page? 

Do you use Firefox?
Have you found these tips helpful?
Is there a Firefox problem you are having (perhaps I can offer a tip)?
Do you have a tip to share?
Perhaps I have got something wrong or could improve this page. I would love to know.

submit

About Me 

Lensmaster dannystaple, aka Danny Staple, has been a member since July 5 2008, has rated 416 lenses, favorited 128, and has created 37 lenses from scratch. This member's top-ranked page is "OpenTTD vs Simutrans | The Linux Transport Simulation Showdown". See all my lenses

My Bio

I build stuff, grow stuff, read stuff and like to write about it. I like to philosophise, research and learn, and then go the next step and apply, do and build. I love reading How-to's and will experiment with things to see what else I can learn. Read more about me and my lenses here.
My Zimbio
KudoSurf Me!

Technorati Code: a87wcbydzp

Check out these great lenses...

lens image
HOWTO: Fix Broken Christmas Lights Quickly
Broken fairy lights are frustrating and it can take hours to fix them. This year, when about to put up the Christmas lights, I spotted that one set would not turn on and had a brainwave for fixing them. Have a look below for a poor chap faced with t... view lens
lens image
How to make a propagator to start your seeds
A seed propagator can give seeds a really good strong start and allow you to grow them out of season. Using one will speed up germination and increase germination success. Full step-by-step illustrated instructions for building your own propagator... view lens
lens image
HOWTO: Transport Your Tools with PortableApps
Being able to take your browser, music player or other software and its configuration with you when you go to other places with computers will save you time and frustration setting up and personalising. At home, you probably have your browser (and o... view lens
lens image
Danny Staple's Bio
First and foremost, I am now a very proud father to be, which means my life is undergoing all kinds of changes and priority shifts right now. Far from squidoo going out, getting into writing on squidoo was one of those shifts, as it is far less space... view lens
lens image
Windows XP, Vista, Linux and Ubuntu computer PC software hardware tips
I have written a few pages with tips on computers. I have worked with computers for many years, so many that it would be silly for me to deny being a complete computer geek. However, although I am geeky, I try to explain things in simple terms so an... view lens

Try some other great lenses 

If you enjoyed reading this, there are many other great lenses on Squidoo.
AllTop: Top Lenses from Squidoo.

Image Sources 

by dannystaple

I have been using computers since the early 80's as a kid. I started browsing the net in '95 and have used IE, Netscape, Mozilla and Mozilla Firefox a... (more)

Explore related pages

dannystaple Recommends...

Create a Lens!