Download Firefox 3 Now!

Foxkeh
Spread Firefox Affiliate Button
toolbar powered by Conduit

Disable Antivirus Scanning

For Windows users when Firefox 3 finishes downloading a file it will initiate a virus scan using any antivirus application that the user has installed on the computer. If you download a lot of files (especially large files) this can become a bottleneck for you as you wait for each file to be scanned, especially when many antivirus applications will automatically scan all incoming files. That means each file you download might get scanned twice.

By jumping into the about:config you can enable or disable this setting at your leisure:

  • Name: browser.download.manager.scanWhenDone
  • Preference Needs to be Created: No
  • Preference Type: Boolean
  • Default Value: True
  • Possible values:
    • True - Scans each download with the installed antivirus application
    • False - Does not scan each download with the installed antivirus application

Firefox

Here I will list the most common "about:" pages for each browser with an explanation of what they will display.

"about:" or "about:about" - Either of these, will give you version information concerning your build of Firefox.

"about:blank" - Displays a blank page.

"about:plugins" - Displays a page listing the names and information of allinstalled plugins.

"about:cache" - Displays cache service information.

"about:cache?device=memory" - Displays information about the memory usage, with each entry listed individually.

"about:cache?device=disk" - Same as above but displays the items cached to your disk along with cache location on disk and again the listing of cached items."about:mozilla" - Displays an amusing page from a fictional book titled "The Book of Mozilla"."about:buildconfig" - Displays the build target platform, build tools (compiler), and configure arguements."about:config" - Displays an interface for setting and adjusting a number of browser configuration components."about:credits" - Lists people who contributed to Mozilla."about:logo" - Seamonkey only. Shows about:screen logo."about:licence" - Displays the EULA."about:license" - Same as above."about:neterror" - Displays the default "page can not be reached" page.

How to Easily Save All Images and Media Files


One other interesting feature I have fond in Firefox 3 is that you can easily save all media and image files. To do this first you need to click on the site identification button sitting just left to the address bar. A “Manage Information” Button will pop up. Click on it and you will see another popup with lot of options. Select the Media Option. Here you can see all the images and other media files availble in that web page. Select any or all, then click on the Save As button. This will ask you to specify a folder where it will save all the media and image files.

I am also using flash block extension which blocks all annoying video and flash contents and help the pages to load faster. Interclue is another useful add-on I have installed, which helps me see less and know more, click less and do more, and warns me of dangerous sites.


Firefox 3 Hacks And Tweaks


The following tweaks are obtained by typing about:config and then modifying the page. Make sure you take a back up copy just in case something goes wrong. Here are some of the hacks for the experimantally oriented.

Step one: Type about:config in the address bar and hit enter

Step two: Make the following modifications to the file by typing in the values on the respective fields to get the desired result (feel free to experiment)

1. To enable/disable Single Click Select URL of address bar

browser.urlbar.clickSelectsAll = True 
browser.urlbar.clickSelectsAll = False
 

2. To auto Complete URL while typing in the address Bar

browser.urlbar.autoFill=True
 

3. To set the number of auto complete URL in the address bar

 
browser.urlbar.maxRichResults = #

(# indicates the number of auto complete URLs shown. The default is 12)

4. To disabler Browser Toolbar Tip

browser.chrome.toolbar_tips = False
 

5. To paste copied content by clicking the center button on the mouse

middlemouse.paste = True
 

6. To disable blinking text

browser.blink_allowed = False
 

7. To create a single close button to for all Firefox Opened Tabs.

browser.tabs.closeButtons = 3
 

8. To increase number of recently closed tabs.

browser.sessionstore.max_tabs_undo=15
 

9. Right click view source in your editor

view_source.editor.external=True
view_source.editor.path= Path of Editor 
 

10. To enable fast scrolling across tabs

toolkit.scrollbox.scrollIncrement =75

11. To stop displaying website icon in address bar and on the tabs

browser.chrome.site_icons = False
 

12. To enable spell check in text fields

layout.spellcheckDefault = 2
 

13. To speed up the browser

network.http.max-connections 30 to 96
network.http.max-connections-per-server 15 to 32
network.http.max-persistent-connections-per-server 6 to 8
network.http.pipelining false to true
network.http.proxy.pipelining false to true
network.http.pipelining.maxrequests 30 to 8
network.http.pipelining.ssl false to true
network.http.proxy.pipelining false to true
 

14. To disable annoying browser behavior

Change the followowing values to 'false'

dom.disable_window_open_feature.titlebar
 
dom.disable_window_open_feature.menubar
 
 
dom.disable_window_move_resize
dom.disable_window_open_feature.toolbar
 

15. To show more tabs on single window

browser.tabs.tabMinWidth = 75
 

16. To display search results in new tab

browser.search.openintab=True.

Fast Dial For Firefox

Firefox only (Windows/Mac/Linux): Firefox extension Fast Dial replaces blank, empty tabs with thumbnails of your favorite sites. Fast Dial may look a lot like like its previous version, but it also has several cool features of its own that set it apart. For example, you can set custom keyboard shortcuts for any of your Fast Dial thumbnails, create Fast Dial folders that you drill into for more thumbnail bookmarks, drag and drop items to reorder them, and customize the look and feel of every aspect of the Fast Dial page.

Fast Dial also integrates with your Firefox bookmarks, so adding a thumbnail to your Fast Dial page is as simple as bookmarking it and filing it in the Fast Dial folder. (That also means that if you're syncing bookmarks with Foxmarks, for example, Fast Dial favorites will sync, too.) Fast Dial is available from the Firefox Add-ons site, but they're a couple of versions behind, so make sure you get it from the link below.

Firefox extension Timelope

All platforms with Firefox: Firefox extension Timelope helps you keep track of web sites you've visited, when you've visited them, and how long you spent on each site. Sign up for an account, install the extension, authorize yourself, and you're ready to roll. Timelope works in the background and keeps track of the number of pages you visit: as you visit more pages, the number of Timelope "hops" is increased. Additionally, Timelope features a separate but useful social networking function where you can follow friends and see exactly where they've been online. By default, your visited web sites are private; you can make your stream public if you are interested in the social features of Timelope. For a similar application that keeps track of all computer-related activities to improve productivity, is free, works wherever Firefox does.

Make your Extensions Work With Firefox 3

Firefox 3 Beta only: If you've taken the plunge into testing the new Firefox 3 beta your favorite extensions are disabled, that's because developers haven't updated them and may not be providing secure updates yet. If you're an impatient risk-taker who needs your extensions back NOW, here's a cheat that may get them to work. Big Honking Warning: Only do this if you're willing to deal with possible bleeding edge extension bugs and security risks!
  • Type about:config into Firefox's address bar and click the "I'll be careful, I promise!" button.
  • Right-click anywhere. Choose New>Boolean. Make the name of your new config value extensions.checkCompatibility and set it to false.
  • Make another new boolean pair called extensions.checkUpdateSecurity and set the value to false.
  • Restart Firefox.
All goes well, and any extensions that aren't yet officially Firefox 3 Beta 3 compatible and don't have secure updates will be enabled. Final warning: These changes may lead to unexpected wacky behavior. Proceed at your own risk!

Windows: Play It Safe with Self-Contained Portable Firefox 3

If you want to use Firefox 3 without losing Firefox 2 or touching its settings, you want the portable Firefox 3 beta application. This standalone, self-contained version of Firefox isn't just for thumb drives. Save it to any folder on your computer (I prefer one called Firefox 3b5 on my desktop) and it creates a whole new user profile and runs completely separate from Firefox 2. One catch: you can't run Firefox 2 and portable Firefox 3 at the same time.


Download the portable Firefox 3 Beta 5 for Windows

When you run Firefox 3 portable you'll start out with a fresh profile that doesn't have your extensions, bookmarks, and homepage set. Instead of going through all the work of setting those up again, you can copy your Firefox 2 user settings to Firefox 3 portable. Here's how.

  1. First, make sure NO versions of Firefox are running at all, but that you've run Firefox 3 portable at least once.
  2. Navigate to the Firefox 2 profile folder you want to copy to Firefox 3. ( most likely it will have the word "default" in the folder name.)
  3. Copy that entire folder and paste it into the Your-Firefox3-Folder/Data/ folder.
  4. Rename the existing profile folder in Your-Firefox3-Folder/Data/ to something else (like profile.bak).
  5. Finally, rename the profile folder that you just copied (something like nsm1chqs.default) to profile.
Now, launch Firefox 3 portable, and you should see all your Firefox 2 customizations there.

Top 10 Firefox 3 Features

The newest version of our favorite open source web browser, Mozilla Firefox 3, offers dozens of new features and fixes, but only a handful will make the most dramatic difference in your everyday browsing.

10. Souped-up Add-ons manager

A big part of what makes Firefox so special to power users is its extensibility with extensions, add-ons, plug-ins and themes, and Firefox 3's Add-ons dialog got the attention it deserved. The Fox's Add-Ons menu is more robust and intuitive on at least two fronts. You can search and install extensions and themes right from the pop-up box, no browsing required. Also, a new plug-in manager you enable and disable third-party helpers like Flash, QuickTime, and anything else that makes content work (and causes you grief).


9. More intuitive interface overall

Mozilla tweaked and updated a whole lot of little things here and there throughout Firefox 3, which amounts to a big overall boost in usability. Most noticeably when you first switch, the Back button only appears on the address bar if there is a page to go back to, and when it does, it's bigger and easier to click. Users who want to make sites with small text more readable permanently are in luck; Firefox 3 can increase the size of images and text, or just the text, on hard-to-read sites. In addition, Firefox 3 applies favicons more consistently to bookmarks, you can click a site's favicon to get extended site identification information, you can resize the search box to hold more than two words, and the find-on-page search box automatically grabs the currently selected word, just to name a few new UI improvements.


In the long term, once webapps catch up, Firefox 3 will let you do really neat stuff in your browser, like register your favorite webapps to open certain file types, and access your online data even when you're not connected to the 'net. To get a taste, see how you can configure Firefox 3 to launch Gmail for mailto links.


8. Stronger phishing and malware protection

Firefox 3 has stronger filters and protection against malware, phishing sites, cookies, and other tools that compromise privacy and security. A malware warning shows up when you visit sites known to install malicious software, Firefox 3 doesn't show the content of knock-off sites (like PayPal "Update Your Account" phishing scams) by default, and Firefox 3 checks against Google's ever-growing blacklist of phishing sites. Now you can feel even better switching your less tech-aware relatives over to the open-source browser.


7. Improved download manager

Never wonder where a download came from, or went to, again. Gran Paradiso's download manager lets you search through recent files, resume big downloads after a crash or restart, and lets you keep an eye on your transfers in the status bar.


6. Native looks for every system

Your browser is a serious part of your computer time, so having it look like nothing else on your system can be seriously annoying. Firefox's designers made system integration a priority with this release, and it shows—even Windows XP's and Vista's button layouts have subtle differences in color and shading. There's differences at deeper levels, too, with Cover Flow-type styling in the add-ons manager for OS X, transparencies in key places in Vista and OS X, and other tweaks that make your browser feel like a natural extension of your system.


5. Streamlined "Remember password" handling

No more guessing whether you're saving the right password or clicking "Cancel" on unnecessary pop-up requests. Gran Paradiso only asks you to utilize its password-saving function once you're already in and sure everything worked, and it won't block you from seeing the logged-out version of a page if you don't want to sign in.


4. Smart bookmarks

Much like iTunes' Smart Playlists, Firefox 3's new Smart Bookmarks function can analyze your browsing habits and create lists of links based on it. The default bookmark toolbar only comes with three standards, "Most Visited," "Recently Bookmarked," and "Recent Tags" (more on that later), but it's none too hard to make your own


3. Places Organizer replaces the Bookmark Manager

Previous versions of Firefox's bookmark organizer have been pretty utilitarian affairs that make you drag and drop your links around nested folders. With Firefox 3's new Places Organizer, those with reams of URLs can find them using boolean rule searches and multi-column results, as well as keep them better organized with a tagging system. Better still, you can save those smart searches for when you next need them.


2. Smart Location Bar learns how you browse

Like a personal assistant who telepathically knows when you're going to need just the right phone number (or Starbucks fix), Firefox 3's address bar, now dubbed the Smart Location Bar, helps you get to your frequently visited, or recently discovered, sites in super-quick fashion. That application you just read about on Lifehacker, but can't remember the name? Type "li" into your address bar, and Firefox instantly pulls the relevant sites from your history. The bar also learns through repetition, so the next time you start searching with "li," it knows you're looking for Lifehacker, not Linux.


1. Insanely improved performance


It's not flashy, and it doesn't have any social networking features, but Firefox 3's actual performance is the best reason anyone should consider upgrading, or making the switch to the 'fox. Firefox's engineers claim that their third major release is 9.3 times faster than Internet Explorer 7 in JavaScript performance, and 2.7 times faster than Firefox 2. This means snappier browser performance when you're using webapps like Gmail, Remember the Milk, and more. Even more important, especially for Mac users, is the improved memory usage and more than 15,000 improvements that make for a less crash-prone browser. I've seen noticeable speed-ups in page loading in Linux, XP, and Vista, but the real reason I've switched over to using Release Candidate 1 is that I haven't had to cross my fingers every time a Flash-based video loads. Graphed comparison of memory use amongst browsers in Vista courtesy of John resig
© 2008-2009 Maniafirefox. The content is copyrighted to Maniafirefox and may not be reproduced on other websites.