<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lâmôlabs &#187; firefox</title>
	<atom:link href="http://www.lamolabs.org/blog/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lamolabs.org/blog</link>
	<description>Lame Oh Labs .... Linux &#38; Tech! Is there anything else?</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:00:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[one-liner]: Firefox Already Running Dialog Box on Fedora/CentOS/RHEL</title>
		<link>http://www.lamolabs.org/blog/3800/one-liner-firefox-already-running-dialog-box-on-fedoracentosrhel/</link>
		<comments>http://www.lamolabs.org/blog/3800/one-liner-firefox-already-running-dialog-box-on-fedoracentosrhel/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:53:30 +0000</pubDate>
		<dc:creator>slmingol</dc:creator>
				<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[one-liner]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=3800</guid>
		<description><![CDATA[Problem

<p>Sometimes you&#8217;ll get a dialog box that pops up saying that firefox is already running when you know in fact that it isn&#8217;t.</p>

<p class="wp-caption-text">Firefox Already Running Dialog Box</p>

Solution

<p>This is typically caused by the existence of 2 files in your ~/.mozilla/firefox/&#60;profile&#62; directory. For example in my case:</p>


1
2
3
% ls -la ~/.mozilla/firefox/rhwevaqa.default/&#124;egrep &#34;lock &#124;lock$&#34;
lrwxrwxrwx  1 tstacct users [...]]]></description>
			<content:encoded><![CDATA[<h3>Problem</h3>

<p>Sometimes you&#8217;ll get a dialog box that pops up saying that firefox is already running when you know in fact that it isn&#8217;t.</p>

<div id="attachment_3801" class="wp-caption aligncenter" style="width: 627px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2010/06/firefoxalreadyrunning.png" rel="lightbox[3800]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2010/06/firefoxalreadyrunning.png" alt="Firefox Already Running Dialog Box" title="Firefox Already Running Dialog Box" width="617" height="138" class="size-full wp-image-3801" /></a><p class="wp-caption-text">Firefox Already Running Dialog Box</p></div>

<h3>Solution</h3>

<p>This is typically caused by the existence of <strong>2 files</strong> in your <strong>~/.mozilla/firefox/&lt;profile&gt;</strong> directory. For example in my case:</p>


<div class="wp_codebox"><table width="100%" ><tr id="p38002"><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code" id="p3800code2"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-la</span> ~<span style="color: #000000; font-weight: bold;">/</span>.mozilla<span style="color: #000000; font-weight: bold;">/</span>firefox<span style="color: #000000; font-weight: bold;">/</span>rhwevaqa.default<span style="color: #000000; font-weight: bold;">/|</span><span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #ff0000;">&quot;lock |lock$&quot;</span>
lrwxrwxrwx  1 tstacct <span style="color: #c20cb9; font-weight: bold;">users</span>       16 2010-06-22 18:49 lock -<span style="color: #000000; font-weight: bold;">&gt;</span> 127.0.1.1:+11131
<span style="color: #660033;">-rw-r--r--</span>  1 tstacct <span style="color: #c20cb9; font-weight: bold;">users</span>        <span style="color: #000000;">0</span> <span style="color: #000000;">2010</span>-06-<span style="color: #000000;">22</span> <span style="color: #000000;">18</span>:<span style="color: #000000;">49</span> .parentlock</pre></td></tr></table></div>




<p>Just delete these 2 files and firefox should start right up.</p>

<h3>References</h3>

<p>For more info about Firefox startup issues check out this <a href="http://support.mozilla.com/en-uS/kb/firefox+is+already+running+but+is+not+responding">mozilla <span class="caps">FAQ</span></a></p>

<p><strong><span class="caps">NOTE</span>:</strong> For further details regarding my <strong>one-liner</strong> blog posts, check out my <a href="http://www.lamolabs.org/blog/2147/intro-blogs-one-liner-code-block-style-guides/">one-liner style guide primer</a>.</p><div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://www.lamolabs.org/blog/3800/one-liner-firefox-already-running-dialog-box-on-fedoracentosrhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[one-liner]: Getting Rid of Google&#8217;s Left Sidebar (2nd Attempt)</title>
		<link>http://www.lamolabs.org/blog/3656/one-liner-getting-rid-of-googles-left-sidebar-2nd-attempt/</link>
		<comments>http://www.lamolabs.org/blog/3656/one-liner-getting-rid-of-googles-left-sidebar-2nd-attempt/#comments</comments>
		<pubDate>Fri, 07 May 2010 14:54:00 +0000</pubDate>
		<dc:creator>slmingol</dc:creator>
				<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[one-liner]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=3656</guid>
		<description><![CDATA[Problem

<p>In a previous [one-liner] post I mentioned a quick way to get rid of Google&#8217;s new Left Sidebar. Here&#8217;s a screenshot from that post of the Google sidebar.</p>

<p class="wp-caption-text">Google Left Sidebar</p>

<p>Well as of May 2010 it appears that the Google sidebar is back, and my hack of just deleting the google.com cookies no longer seems [...]]]></description>
			<content:encoded><![CDATA[<h3>Problem</h3>

<p>In a previous <strong>[one-liner]</strong> post I mentioned a quick way to <a href="http://www.lamolabs.org/blog/3547/one-liner-getting-rid-of-googles-left-sidebar/">get rid of Google&#8217;s new Left Sidebar</a>. Here&#8217;s a screenshot from that post of the Google sidebar.</p>

<div id="attachment_3584" class="wp-caption aligncenter" style="width: 710px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2010/04/googleleftsidebar.jpg" rel="lightbox[3656]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2010/04/googleleftsidebar.jpg" alt="" title="Google Left Sidebar" width="700" height="501" class="size-full wp-image-3584" /></a><p class="wp-caption-text">Google Left Sidebar</p></div>

<p>Well as of May 2010 it appears that the Google sidebar is back, and my hack of just deleting the google.com cookies no longer seems to permanently get rid of the sidebar. So now it&#8217;s time to bring out a bigger stick &#8230; <a href="http://www.greasespot.net/">greasemonkey</a>.</p>

<h3>Solution</h3>

<p>If you haven&#8217;t heard of <a href="http://www.greasespot.net/">greasemonkey</a>, it&#8217;s a plugin to Firefox that allows you to control elements of a page that you are viewing, essentially overriding the design of a given page. You can do things like get rid of sidebars, add your own buttons, etc. I&#8217;m not going to get into everything it can do, we&#8217;re only interested in getting rid of Google&#8217;s sidebar, and with greasemonkey installed it becomes a simple task.</p>

<p>First click this link: <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey plugin to Firefox</a>, and click on the <strong>&#8220;Add to Firefox&#8221;</strong> button on that page. Restart Firefox to activate the greasemonkey plugin. Next you&#8217;ll want to make use of a greasemonkey &#8220;script&#8221; that is freely available over on <a href="http://userscripts.org/">userscripts.org</a>. </p>

<p><strong><span class="caps">NOTE</span>:</strong> The <a href="http://userscripts.org/">userscripts.org</a> website allows users to share useful greasemonkey scripts.</p>

<p>The greasemonkey script you&#8217;re looking for is called <a href="http://userscripts.org/scripts/show/76065">Toggle Google SideBar</a>. Each &#8220;script&#8221; on the userscripts.org website has a big install button on their respective pages, so just click that button to install it. Once you&#8217;ve done that you&#8217;re done.</p>

<p>Now Google search results pages will look like this with the sidebar visible:</p>

<div id="attachment_3661" class="wp-caption aligncenter" style="width: 660px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2010/05/google_sidebar_open.png" rel="lightbox[3656]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2010/05/google_sidebar_open-650x196.png" alt="" title="google_sidebar_open" width="650" height="196" class="size-medium wp-image-3661" /></a><p class="wp-caption-text">Google sidebar open</p></div>

<p>&#8230;and like this when the sidebar is hidden:</p>

<div id="attachment_3662" class="wp-caption aligncenter" style="width: 660px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2010/05/google_sidebar_closed.png" rel="lightbox[3656]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2010/05/google_sidebar_closed-650x179.png" alt="" title="google_sidebar_closed" width="650" height="179" class="size-medium wp-image-3662" /></a><p class="wp-caption-text">Google sidebar closed</p></div>

<p>Notice the big [+]? This allows you to toggle the Google sidebar if you want to see it.</p>

<p><strong><span class="caps">NOTE</span>:</strong> For further details regarding my <strong>one-liner</strong> blog posts, check out my <a href="http://www.lamolabs.org/blog/2147/intro-blogs-one-liner-code-block-style-guides/">one-liner style guide primer</a>.</p><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.lamolabs.org/blog/2147/intro-blogs-one-liner-code-block-style-guides/" rel="bookmark" class="wherego_title">Intro to my Blog&#8217;s [one-liner] Code Block Style Guides</a></li><li><a href="http://www.lamolabs.org/blog/3547/one-liner-getting-rid-of-googles-left-sidebar/" rel="bookmark" class="wherego_title">[one-liner]: Getting Rid of Google&#8217;s Left Sidebar (1st Attempt)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.lamolabs.org/blog/3656/one-liner-getting-rid-of-googles-left-sidebar-2nd-attempt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up Webex under Fedora 10</title>
		<link>http://www.lamolabs.org/blog/1697/setting-up-webex-under-fedora-10/</link>
		<comments>http://www.lamolabs.org/blog/1697/setting-up-webex-under-fedora-10/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 05:16:17 +0000</pubDate>
		<dc:creator>slmingol</dc:creator>
				<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=1697</guid>
		<description><![CDATA[<p>These are some notes on how I was able to get Webex to work on my Fedora 10 laptop. Webex is a java application so to start we need to install java. I usually opt to use the real thing because I&#8217;ve never been able to get Ice Tea to successfully work with the webex [...]]]></description>
			<content:encoded><![CDATA[<p>These are some notes on how I was able to get <strong>Webex</strong> to work on my <strong>Fedora 10 laptop</strong>. Webex is a <strong>java application</strong> so to start we need to install java. I usually opt to use the real thing because I&#8217;ve never been able to get Ice Tea to successfully work with the webex app.</p>

<h4>Installing Java</h4>

<p>So to start I download java from <a href="http://java.com/en/download/linux_manual.jsp?locale=en&amp;host=java.com%3A80">java.com</a>. Specifically I downloaded <a href="http://javadl.sun.com/webapps/download/AutoDL?BundleId=31610">version 1.6u14</a>. This will offer up a file, <strong>jre-6u14-linux-i586.rpm.bin</strong>. After saving that to disk you need to convert this file to it&#8217;s native <strong><span class="caps">RPM</span></strong> format. This can be accomplished with these commands.</p>


<div class="wp_codebox"><table width="100%" ><tr id="p16975"><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code" id="p1697code5"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># unpack RPM file</span>
<span style="color: #c20cb9; font-weight: bold;">sh</span> jre-6u14-linux-i586.rpm.bin
&nbsp;
<span style="color: #666666; font-style: italic;"># install RPM</span>
rpm <span style="color: #660033;">-Uvh</span> jre-6u14-linux-i586.rpm</pre></td></tr></table></div>




<h4>Firefox Java Plugin</h4>

<p>Once we have the <strong>java <span class="caps">JRE</span></strong> installed we need to get the java plugin to be picked up by firefox. This can be accomplished by creating a <strong>unix link</strong> in firefox&#8217;s plugin directory, <strong>/usr/lib/mozilla/plugins</strong>. Additionally I also usually create a link in my home directory, <strong>~/.mozilla/plugin</strong>. I occasionally run into problems where firefox seems to get confused about which plugins are available when I only install them to the firefox&#8217;s main system directory, so I&#8217;ve just gotten in the habit of installing them in both directories.</p>


<div class="wp_codebox"><table width="100%" ><tr id="p16976"><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code" id="p1697code6"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># install plugin to firefox's main plugins dir</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mozilla<span style="color: #000000; font-weight: bold;">/</span>plugins
<span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>java<span style="color: #000000; font-weight: bold;">/</span>jre1.6.0_14<span style="color: #000000; font-weight: bold;">/</span>plugin<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>ns7<span style="color: #000000; font-weight: bold;">/</span>libjavaplugin_oji.so
&nbsp;
<span style="color: #666666; font-style: italic;"># install plugin to user's firefox plugins dir</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>.mozilla<span style="color: #000000; font-weight: bold;">/</span>plugins
<span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>java<span style="color: #000000; font-weight: bold;">/</span>jre1.6.0_14<span style="color: #000000; font-weight: bold;">/</span>plugin<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>ns7<span style="color: #000000; font-weight: bold;">/</span>libjavaplugin_oji.so</pre></td></tr></table></div>




<p>At this point do a quick <strong>restart of firefox</strong> and you should see the plugin under the pull-down, <strong>Tools -&gt; Addons</strong>, under the plugins tab.</p>

<div id="attachment_1705" class="wp-caption aligncenter" style="width: 660px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex1.png" rel="lightbox[1697]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex1-650x569.png" alt="java plugin added to firefox" title="webex1" width="650" height="569" class="size-medium wp-image-1705" /></a><p class="wp-caption-text">java plugin added to firefox</p></div>

<p><span id="more-1697"></span></p>

<h4>Testing Webex</h4>

<p>Now we can run a quick test to see if the <a href="http://www.webex.com/dailydemo/index.php">webex demo</a> works. To start, first go <a href="http://www.webex.com/">www.webex.com</a> and click the <a href="http://www.webex.com/dailydemo/index.php">View Demo</a> link.</p>

<div id="attachment_1710" class="wp-caption aligncenter" style="width: 660px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex2.png" rel="lightbox[1697]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex2-650x403.png" alt="main page of webex.com" title="webex2" width="650" height="403" class="size-medium wp-image-1710" /></a><p class="wp-caption-text">main page of webex.com</p></div>

<p>Next you&#8217;re presented with a form that you need to fill out. I usually just put some bogus info into this form.</p>

<div id="attachment_1711" class="wp-caption aligncenter" style="width: 660px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex3.png" rel="lightbox[1697]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex3-650x418.png" alt="webex demo form" title="webex3" width="650" height="418" class="size-medium wp-image-1711" /></a><p class="wp-caption-text">webex demo form</p></div>

<p>After clicking the <strong>&#8220;Join Now&#8221;</strong> button the actual webex application will begin downloading. You&#8217;ll see this screen while it&#8217;s being downloaded.</p>

<div id="attachment_1712" class="wp-caption aligncenter" style="width: 660px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex4.png" rel="lightbox[1697]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex4-650x408.png" alt="webex app download" title="webex4" width="650" height="408" class="size-medium wp-image-1712" /></a><p class="wp-caption-text">webex app download</p></div>

<p>Finally the webex java app will start running and you&#8217;ll be presented with a dialog box asking if you want to trust the host which is serving the java app.</p>

<div id="attachment_1713" class="wp-caption aligncenter" style="width: 526px"><a href="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex5.png" rel="lightbox[1697]"><img src="http://www.lamolabs.org/blog/wp-content/uploads/2009/07/webex5.png" alt="webex trust dialog box" title="webex5" width="516" height="322" class="size-full wp-image-1713" /></a><p class="wp-caption-text">webex trust dialog box</p></div>

<p>This is pretty standard fare for Java&#8217;s webstart technology, which is the technology behind how java applications are served. You typically only get this dialog the first time, subsequent runnings of the webex app will go much quicker because the <strong>webex app</strong> will remain <strong>cached</strong> on your system. The only time you&#8217;ll be required to <strong>re-download</strong> it is when a <strong>newer version</strong> gets released by webex.</p>

<p><strong>One final note:</strong> from this point the webex demo will come up. The demo does appear to only be <strong>available during business hours</strong>. I&#8217;m guessing <strong>8:00AM <span class="caps">EST </span>to 5:00PM <span class="caps">EST</span></strong>. During these times you&#8217;ll be directed to an actual webex presentation where you&#8217;ll see other people that are attempting to use the demo. You can chat etc. with these other users. Outside of these times the demo is just a video demo. </p><div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://www.lamolabs.org/blog/1697/setting-up-webex-under-fedora-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Plugins &amp; Addons I use</title>
		<link>http://www.lamolabs.org/blog/1078/firefox-plugins-addons-i-use/</link>
		<comments>http://www.lamolabs.org/blog/1078/firefox-plugins-addons-i-use/#comments</comments>
		<pubDate>Thu, 07 May 2009 01:19:54 +0000</pubDate>
		<dc:creator>slmingol</dc:creator>
				<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.lamolabs.org/blog/1078/firefox-plugins-addons-i-use/</guid>
		<description><![CDATA[<p>This report was generated via the &#8220;My Config&#8221; option available from the MR Tech&#8217;s Toolkit addon.</p>

<p></p>


.ExtensionHeader {font-weight: bold; } .ExtensionDisabledHeader  {font-weight: bold; } .ThemeHeader {font-weight: bold; } .PluginHeader {font-weight: bold; }.GeneratedHeader {font-weight: bold; } .UserAgentHeader {font-weight: bold; } .BuildIDHeader {font-weight: bold; }


<p>Generated: Wed May 06 2009 23:29:02 GMT-0400 (EDT)
User Agent: Mozilla/5.0 (X11; U; Linux [...]]]></description>
			<content:encoded><![CDATA[<p>This report was generated via the &#8220;My Config&#8221; option available from the <a href="http://www.mrtech.com/extensions/">MR Tech&#8217;s Toolkit</a> addon.</p>

<p><br/><br/></p>

<style type="text/css">
.ExtensionHeader {font-weight: bold; } .ExtensionDisabledHeader  {font-weight: bold; } .ThemeHeader {font-weight: bold; } .PluginHeader {font-weight: bold; }.GeneratedHeader {font-weight: bold; } .UserAgentHeader {font-weight: bold; } .BuildIDHeader {font-weight: bold; }
</style>

<p><span class='GeneratedHeader'>Generated:</span> Wed May 06 2009 23:29:02 <span class="caps">GMT</span>-0400 (EDT)<br /><br />
<span class='UserAgentHeader'>User Agent:</span> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10<br /><br />
<span class='BuildIDHeader'>Build ID:</span> 2009042315<br /></p>

<span class='ExtensionHeader'>Enabled Extensions:</span> [21]<ul><li> <a href="http://adblockplus.org/" target="_blank">Adblock Plus</a> 1.0.2</li>
<li> <a href="http://binaryturf.com/" target="_blank">ColorfulTabs</a> 3.9.1</li>
<li> <a href="http://delicious.com" target="_blank">Delicious Bookmarks</a> 2.1.032</li>
<li> <a href="http://downloadstatusbar.mozdev.org/" target="_blank">Download Statusbar</a> 0.9.6.5</li>
<li> <a href="http://www.jaybaldwin.com/Blog.aspx?cid=4" target="_blank">ErrorZilla Mod</a> 0.34</li>
<li> <a href="http://customsoftwareconsult.com/extensions" target="_blank"><span class="caps">FEBE</span></a> 6.1</li>
<li> <a href="http://www.google.com/search?q=Firefox%20Firebug" target="_blank">Firebug</a> 1.4.0a14</li>
<li> <a href="http://users.rcn.com/shoofy/forecastfox_enhanced/" target="_blank">Forecastbar Enhanced</a> 0.9.6</li>
<li> <a href="http://gears.google.com/" target="_blank">Google Gears</a> 0.5.16.0</li>
<li> <a href="http://www.greasespot.net/" target="_blank">Greasemonkey</a> 0.8.20090123.1</li>
<li> <a href="http://billwscott.com/jiffyext/index.html" target="_blank">Jiffy</a> 1.0.20080619</li>
<li> <a href="http://www.mrtech.com/extensions/" target="_blank">MR Tech Toolkit</a> 6.0.3.3</li>
<li> <a href="http://noscript.net" target="_blank">NoScript</a> 1.9.2.6</li>
<li> <a href="http://www.google.com/search?q=Firefox%20printpdf" target="_blank">printpdf</a> 0.75</li>
<li> <a href="http://readitlaterlist.com" target="_blank">Read it Later</a> 0.9945</li>
<li> <a href="http://sessionmanager.mozdev.org/" target="_blank">Session Manager</a> 0.6.5</li>
<li> <a href="http://mozmonkey.com/" target="_blank">SwitchProxy Tool</a> 1.4.1</li>
<li> <a href="http://tmp.garyr.net" target="_blank">Tab Mix Plus</a> 0.3.7.4pre.090107</li>
<li> <a href="http://www.google.com/search?q=Firefox%20UnMHT" target="_blank">UnMHT</a> 5.2.0</li>
<li> <a href="http://www.xmarks.com/" target="_blank">Xmarks</a> 3.1.0</li>
<li> <a href="http://developer.yahoo.com/yslow" target="_blank">YSlow</a> 2.0.0b3</li>
</ul><br />
<span class='ExtensionDisabledHeader'>Disabled Extensions:</span> [8]<ul><li> <a href="http://customsoftwareconsult.com/extensions" target="_blank">Back to Top</a> 5.3.2</li>
<li> <a href="http://ginatrapani.org/workshop/firefox/bettergmail2/" target="_blank">Better Gmail 2</a> 0.8.1</li>
<li> <a href="http://ginatrapani.org/workshop/firefox/betterlifehacker/" target="_blank">Better Lifehacker</a> 0.4</li>
<li> <a href="http://www.botsko.net" target="_blank">Form Saver</a> 0.9.0</li>
<li> <a href="http://www.people.fas.harvard.edu/~dsteinbr/" target="_blank">FormFox</a> 1.6.3</li>
<li> <a href="http://skrul.com/blog/projects/greasefire" target="_blank">Greasefire</a> 1.0.3</li>
<li> <a href="http://mozilla.dorando.at/" target="_blank">keyconfig</a> 20080929</li>
<li> <a href="http://amb.vis.ne.jp/mozilla/scrapbook/" target="_blank">ScrapBook</a> 1.3.3.9</li>
</ul><br />
<span class='ExtensionHeader'>Total Extensions: 29</span><br /><br />
<br /><br />
<span class='ThemeHeader'>Installed Themes:</span> [1]<ul><li> <b><a href="http://www.mozilla.org/" target="_blank">Default</a></b></li>
</ul><br />
<span class='PluginHeader'>Installed Plugins:</span> (9)<ul><li> Default Plugin</li>
<li> DivX&Acirc;&reg; Web Player</li>
<li> IcedTea Java Web Browser Plugin</li>
<li> Picasa</li>
<li> QuickTime Plug-in 7.2.0</li>
<li> Shockwave Flash</li>
<li> Totem Web Browser Plugin 2.24.3</li>
<li> VLC Multimedia Plugin (compatible Totem 2.24.3)</li>
<li> Windows Media Player Plug-in 10 (compatible; Totem)</li>
</ul><br /><div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://www.lamolabs.org/blog/1078/firefox-plugins-addons-i-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
