Download Firefox 3 Now!

Foxkeh
Spread Firefox Affiliate Button
toolbar powered by Conduit

How To Find Updates for all your Firefox Plug - ins

Find Updates for all your Firefox Plug-ins

Firstly, you select Tools -> Add-ons from the Firefox menu bar, you’ll get a list of all extensions, themes and plug-ins that are currently installed in your copy of Firefox.

The same add-ons dialog has a “Find Updates” feature to help you figure out if you are running any out-dated extensions but that doesn’t work with your plug-ins. How do you then find out that you are running the latest versions of all plug-ins?

It’s simple now. You can open the Firefox browser and visit the Plugins Check page hosted on mozilla.org. This will create a list of all plug-ins that are installed on your system and will match that data with its own list to determine if you are running an older version that has been marked out-of-date.

In case this online check fails for a particular plugin, you can click the “Research” button to perform a search on Google using the plug-in name as the search query. This is not always accurate but you’ll at least reach the vendor’s website that is officially hosting the plug-in.

It makes sense to visit the plug-ins checker page occasionally because older plug-ins not just make your browser insecure but they also make it more unstable. Mozilla says 30% of the reported crashes are caused by old plugins.

Bookmark Previews: Cover Flow for your Bookmarks

Bookmark Previews is a Firefox extension, which generates thumbnail previews for all your Firefox bookmarks and lets you browse through your bookmarks in Apple-ish Cover Flow interface.

Basically, this extension adds two views to your bookmark manager: Thumbnail view (Cover Flow style) and Album view. Whenever you add a bookmark or visit any of your bookmarked pages, it snaps a screenshot and preserve it. When you first install this extension, it’ll create thumbnails for your bookmarks in background.
It’s pretty cool, if not very usable.

Improved Version of Read it Later for Firefox 3

Read it Later is a handy Firefox add-on, which we’ve covered earlier. Basically, it’s pretty similar to the bookmarking feature, but it’s meant only for those one-time interesting pages. You can save pages of interest to read it later. The developer has released a new version of the add-on, which makes it compatible with Firefox 3 and adds several new features as well.

Read it Later for Firefox 3 tightly integrates with Firefox 3’s address bar. Just next to the ‘one-click bookmarking’ star in the address bar, Read it Later adds a checkmark. Clicking on the checkmark will save or remove the page from your reading list.

Another nifty feature to be included in this version of Read It Later is the ability to sync your list with multiple computers. For instance, you can sync your office reading list with your home computer using the unique feed ID and password given to your list. This way, your read list is no more tied down to your home or office computer. What’s more? Read below the fold:
  • Offline Reading: If you want to access your reading list, while you are away from active internet connection, Read It Later can prefetch those pages and save it for offline reading.
  • RSS Feed: Your reading list is accessible from any RSS reader (like Google Reader, FeedDemon or even a mobile phone). You can also use your personalized RSS feed to share your reading list with others.
  • Click to Save Mode: While running through tons of links in delicious, digg or any other social media site, you can toggle the ‘click to save’ mode by pressing Alt + M (customizable). Any link clicked, while this mode is active, will be straight away added to your reading list.
You can install Read It Later from Firefox 3 from here.

8 hacks to make Firefox ridiculously fast

Double your browser's speed in just five minutes

  

1. Enable pipelining

Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. To enable it, type about:config in the address bar, double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true, then double-click network.http.pipelining.maxrequests and set this to 8.
Keep in mind that some servers don't support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.
2. Render quickly
Large, complex web pages can take a while to download. Firefox doesn't want to keep you waiting, so by default will display what it's received so far every 0.12 seconds (the "content notify interval"). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.
Type about:config and press [Enter], then right-click (Apple users ctrl-click) somewhere in the window and select New > Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that's five hundred thousand, not fifty thousand) and click OK again.
Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.
3. Faster loading
If you haven't moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.
Type about:config and press [Enter], right-click in the window and select New > Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.
4. No interruptions
You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.
Type about:config, press [Enter], right-click in the window and select New > Boolean. Type content.interrupt.parsing, click OK, set the value to False and click OK.
5. Block Flash
Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there's a very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and it'll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn't entirely useless, just click its placeholder to download and view the applet as normal.
6. Increase the cache size
As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config and press [Enter], then right-click anywhere in the window and select New > Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.
7. Enable TraceMonkey
TraceMonkey is a new Firefox feature that converts slow Javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It's still buggy so isn't available in the regular Firefox download yet, but if you're willing to risk the odd crash or two then there's an easy way to try it out.
Install the latest nightly build (ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/), launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click javascript.options.jit.chrome and javascript.options.jit.content to change their values to true, and that's it - you're running the fastest Firefox Javascript engine ever.
8. Compress data
If you've a slow internet connection then it may feel like you'll never get Firefox to perform properly, but that's not necessarily true. Install toonel.net (toonel.net) and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there's much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you're on a limited 1 GB-per-month account, and can at best double your browsing performance.

© 2008-2009 Maniafirefox. The content is copyrighted to Maniafirefox and may not be reproduced on other websites.