Must-Have FireFox Plugins

Anyone that browses the web on Windows should have years ago kicked Internet Explorer to the curb in place of other options. The web browser that I recommend is called FireFox and is a fantastic improvement over IE. One of the features that I love in FireFox is the ability to add plugins to give extra functionality to the browser. The short list of plugins that I use are detailed below. I highly suggest you check them out if you are a user of FireFox. Of course if you aren’t using FireFox, you really should check it out as well.

Adblock Plus
http://adblockplus.org/en/
This plugin strips out ads from web pages. It is the only way to browse the web these days with the ad-overload present on most sites. You will wonder how you every browsed without it.

Firebug
http://getfirebug.com/
If you are a Web Developer you must try out FireBug. It allows you to view and modify the HTML, CSS, and JavaScript of pages you load in your browser. An indispensable tool for anyone that writes web pages.

IE Tab
https://addons.mozilla.org/en-US/firefox/addon/1419
Even though I love FireFox, there are many web pages that still require Internet Explorer only. Instead of having to actually open IE, this plugin allows you to re-render the web page using the IE engine from within FireFox.

Links & Forms
http://mozilla.queze.net/
This one probably only applies to web developers, but it adds back functionality that was removed in FireFox version 2 that let you view Links and Forms info when looking at a page’s info via the Page Info menu item.

RefControl
http://www.stardrifter.org/refcontrol/
When browsing to web pages, one of the values that a site can log is the web page that you came from to get to that page. This means that a site can record whether you came to their site from a Google search or any other page that led you there.

Of course the downside is that if you were sitting on your bank’s web page and then typed in the name of a new web page, that new site could log the URL of your bank in their web logs. The RefControl plugin solves this problem by allowing you to prevent the referring URL from being logged by those sites. It allows you to block the referring URL entirely, set it to something you want to display (like www.noneOfYourBusiness.com), or have it return the name of the site you are heading to. A good addition to FireFox to help protect your privacy.

*Note though that some sites use the Referring URL as part of their login validation so sometimes you may have to disable it to make some sites work.

Tab Clicking Options
http://twanno.mozdev.org/
The tabbed browsing available in FireFox is a great improvement over the old one window per browsing session that used to be the norm. This plugin allows you to close tabs by double-clicking on the tab. This is something I find easier than trying to click the X on the edge of each open tab in FireFox.

Web Developer Plugin
http://chrispederick.com/work/web-developer/
Another must have plugin for Web Developers. This plugin adds a toolbar of amazing features targeted at those that write web pages.

PDF Download
http://www.pdfdownload.org/
I love the PDF format, but I hate Adobe Acrobat’s PDF Reader. I use the FoxIt PDF Reader instead of Adobe’s when I view PDF’s on my computer. I never like when PDF’s open inside my browser window either. This plugin gives you a pop-up when clicking on a PDF that gives you the option to open it in an external program (like FoxIt).

If there are any must have plugins that you use within FireFox that I haven’t listed, please let me know about them in the comments. I’m always on the lookout for new plugins to make FireFox more useful to me.

Posted in Technology | Tagged , , | Leave a comment

TurnKey Linux Software Appliances

When testing out new software packages or development environments, part of the hassle tends to be downloading the package, finding a spare machine, installing it on that machine, and then getting it configured and ready to go. A great site called TurnKey Linux has come up with a solution that perfectly solves these problems.

They provide based software appliances that are pre-configured and installed with various software packages. The appliances are created with a small footprint and are packages as Live CD’s (bootable ISO’s) that can be run via CD-Rom or loaded into any of the virtual machine environments.

They have appliances for many of the most popular open-source software packages including:

Google App Engine
Tomcat
phpBB
WordPress
LAMP
Ruby on Rails
MediaWiki
Django
and many more

At work we wanted to set up a Wiki to track our development documentation. Using the MediaWiki appliance we had a complete running VM of MediaWiki within 6 minutes of downloading it. If you are interested in experimenting with any of these software packages, you must check TurnKey Linux out.

Posted in Technology | Tagged , , , | 1 Comment

EasyVMX Empowers the VMWare Player

At work we use the VMWare product suite extensively. We have the luxury of having licenses to almost all of their products. At home though I do not have personal licenses to many of these products but still want to be able to take advantage of the power of virtualization for experimentation in a development environment.

VMWare offers for free their VMWare player product which allows you to run existing VM’s. This product, though, does not allow you to create new VM’s, just run existing ones. Enter a great site called EasyVMX.com. This site allows you to create a blank shell VM into which you can load OS’s or software.

In its most basic form, a VM is just a .VMX text file that contains a description of the system specs of the VM. Using EasyVMX you can define the system specs you want to use (typically linking the CD-Rom drive to an ISO file to use for installation), download the .VMX file and start it up using the VMWare Player.

A great site when working with VM’s that I will write about more next week is www.turnkeylinux.org/. They have preinstalled ISO’s of many application platforms.

Posted in Technology, VMWare | Tagged , , | Leave a comment

PushPin Keeps Windows Always On Top

I have started using Hulu Desktop at home and ran into the annoying problem that I wanted to keep the Hulu Desktop window always on top of all other windows. I looked for something built-in to Windows Vista but did not find anything.

After looking for various third party applications which all seemed a bit too heavy and intrusive, I finally ran across this post talking about an application named PushPin. It is a small 22kb freeware application that when launched runs in your system tray and adds an “Always On Top” option when right-clicking the title bar of any window. Once you are done with the application, you just remove it from the system tray by right clicking on it. It is light, unobtrusive, and fits the bill perfectly.

Unfortunately the author Chris Rosa’s site is no longer up but you can download the app from here: PushPin Download

Posted in Technology | Tagged , , | Leave a comment

Upgrade to WordPress 2.8.4 ASAP

Since apparently there is a wicked vulnerability in earlier versions of WordPress, I have upgraded this poor neglected blog (which probably is good, since its small amount of traffic kept it off the radar for hacking) before some hacker decided to have its way with it.

The upgrade was super-painless. Details of the vulnerability are here:

http://www.techcrunch.com/2009/09/05/security-threat-wordpress-under-attack

Posted in Technology | Tagged | 2 Comments