<?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> &#187; Firefox</title>
	<atom:link href="http://www.oojahtech.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Java Firefox IPv6 Problems in Debian: Switching to IcedTea</title>
		<link>http://www.oojahtech.com/2010/04/17/java-icedtea/</link>
		<comments>http://www.oojahtech.com/2010/04/17/java-icedtea/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:41:23 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IcedTea]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.oojahtech.com/?p=491</guid>
		<description><![CDATA[I have been having problems with Firefox/Swiftfox/Iceweasel and java on my Debian Squeeze box. There are a couple of issues at hand. The first is that the plugin package for java simply creates the appropriate simlink to the plugin provided by the parent java package and is dependent upon Iceweasel. This is a problem for [...]]]></description>
			<content:encoded><![CDATA[<p>I have been having problems with Firefox/Swiftfox/Iceweasel and java on my Debian Squeeze box. There are a couple of issues at hand. The first is that the plugin package for java simply creates the appropriate simlink to the plugin provided by the parent java package and is dependent upon Iceweasel. This is a problem for me because I prefer the more streamlined and up to date packages available for <a href="http://getswiftfox.com/" target="_blank">Swiftfox</a> and really do not want to have to have both on my system. the second problem is when I created the simlink manually and point to a <a href="http://www.javatester.org/" target="_blank">java test page</a> I get an error loading java. I did some reading and found out there are network issues with ipv6 and java which seems to be a common problem. I found <a href="http://forums.debian.net/viewtopic.php?f=10&amp;t=50063&amp;start=0" target="_blank">this post</a> and followed its suggestion. Everything seemed to look okay at the test page. When i tried to login to this WordPress blog (which uses <a href="http://deanjrobinson.com/projects/fluency-admin/" target="_blank">WordPress Fluency</a>) the browser crashes with a segmentation fault. At that point I am absolutely frustrated with the whole nonsenses and simply remove java from my system and install the open source <a title="http://icedtea.classpath.org/wiki/Main_Page" href="http://" target="_blank">IcedTea</a> by installing it with apt:</p>
<blockquote><p>sudo aptitude install icedtea6-plugin</p></blockquote>
<p>which will remove Sun Java 6 and install the appropriate IcedTea packages. Now that is done Java applets and Java powered web applications seem to work just fine.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2010/04/17/java-icedtea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking Thunderbird to Firefox</title>
		<link>http://www.oojahtech.com/2009/08/08/linking-thunderbird-to-firefox/</link>
		<comments>http://www.oojahtech.com/2009/08/08/linking-thunderbird-to-firefox/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 21:20:29 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I use the official binaries of Firefox and Thunderbird from Mozilla. With this arrangement, hyperlinks in Thunderbird do not open into Firefox (the only browser on my system). It is inconvenience to copy each URL I receive in an email and paste it into Firefox. To solve this problem I exited out of Thunderbird and [...]]]></description>
			<content:encoded><![CDATA[<p>I use the official binaries of Firefox and Thunderbird from Mozilla. With this arrangement, hyperlinks in Thunderbird do not open into Firefox (the only browser on my system). It is inconvenience to copy each URL I receive in an email and paste it into Firefox. To solve this problem I exited out of Thunderbird and created the user.js file in my ~/.thunderbird directory (this file is found in a directory with a random string of numbers followed by .default). I edited user.js to look like this:</p>
<blockquote><p>user_pref(&#8220;network.protocol-handler.app.http&#8221;, &#8220;/opt/firefox/firefox&#8221;);<br />
user_pref(&#8220;network.protocol-handler.app.https&#8221;, &#8220;/opt/firefox/firefox&#8221;);<br />
user_pref(&#8220;network.protocol-handler.app.ftp&#8221;, &#8220;/opt/firefox/firefox&#8221;);</p></blockquote>
<p>Now I opened up Thunderbird and clicked on a Hyperlink in one of my eMails and Firefox promptly opened up and sent me to the URL. It seems that this behavior is default in Windows, but us Linux Users, who may not use the official packages provided by our distribution might have to make this adjustment. Alternatively you can use the <a href="https://addons.mozilla.org/en-US/thunderbird/addon/5373" target="_blank">ThunderBrowse</a> plugin which will embed a simple browser within Thunderbird, or can be configured to specify an external browser.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/08/08/linking-thunderbird-to-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamline Firefox</title>
		<link>http://www.oojahtech.com/2009/07/25/streamline-firefox/</link>
		<comments>http://www.oojahtech.com/2009/07/25/streamline-firefox/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 20:18:20 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[extentions]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I like to have a fairly clean and uncluttered desktop. There is no exception when it comes to my web browser. I have found the following Firefox Extensions and theme to provide me a sleek customized interface which stays out of my way. Add Bookmark Here2 Add a menuitem &#8220;Add Bookmark Here&#8230;&#8221; to Bookmarks&#8230; Fission [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I like to have a fairly clean and uncluttered desktop. There is no exception when it comes to my web browser. I have found the following Firefox Extensions and theme to provide me a sleek customized interface which stays out of my way.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3880" target="_blank"><strong>Add Bookmark Here2</strong></a></p>
<blockquote><p>Add a menuitem &#8220;Add Bookmark Here&#8230;&#8221; to Bookmarks&#8230;</p></blockquote>
<p><a href="http://mozilla.zeniko.ch/fission.html" target="_blank"><strong>Fission</strong></a></p>
<blockquote><p>Fission combines address bar and progress bar (Safari style). This makes the progress bar more visible and allows for a nice visual effect.</p></blockquote>
<p><a href="http://en.design-noir.de/mozilla/stop-reload/" target="_blank"><strong>Smart Stop/Reload</strong></a></p>
<blockquote><p>Combines/merges the Stop and Reload toolbar buttons.</p></blockquote>
<p><a href="http://speeddial.uworks.net/" target="_blank"><strong>Speed Dial</strong></a></p>
<blockquote><p>Direct access to your most visited websites</p></blockquote>
<p><a href="http://trac.arantius.com/wiki/Extensions/TinyMenu" target="_blank"><strong>Tiny Menu</strong></a></p>
<blockquote><p>Replace the standard menu bar with a tiny menu popup.</p></blockquote>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/11435" target="_blank">These icons</a> are designed around the simplified Stop, Reload, Back and Forward icons of Strata&#8230; expanding those basic elements across the entire interface. My goal is to create a compact alternative default theme&#8230; something that&#8217;s not just a special effect, but a fun and functional interface.</p>
<p>In addition to these extentions and theme I enter <em>about:config</em> in the address bar and change the value <em>keyword.URL</em> to <em>http://www.google.com/webhp?hl=en#hl=en&amp;q= </em>(allowing me to type in a search string in the address bar that presents me with the Google results, letting me remove the search bar from firefox entirely if so felt).</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/25/streamline-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cutting Out Google</title>
		<link>http://www.oojahtech.com/2009/07/21/cutting_out_googl/</link>
		<comments>http://www.oojahtech.com/2009/07/21/cutting_out_googl/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 23:51:26 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Google makes me nevus. Any monopoly makes me nervous. But Google especially. With absence collecting data from the majority of websites I visit, to their privacy policies, relations with China, Gmail, and Mozilla Partnership, it has become THE portal for the internet. I don&#8217;t trust them. I bailed out of any web application once acquired [...]]]></description>
			<content:encoded><![CDATA[<p>Google makes me nevus. Any monopoly makes me nervous. But Google especially. With absence collecting data from the majority of websites I visit, to their privacy policies, relations with China, Gmail, and Mozilla Partnership, it has become THE portal for the internet. I don&#8217;t trust them. I bailed out of any web application once acquired by Google, and thinking of moving my blogspot blog to a self hosted one. Perhaps I am a parinoid conspiricy type, but I am no the only one (read <a href="http://www.google-watch.org/" target="_blank">Google Watch</a> or better, this <a href="http://www.motherjones.com/politics/2006/10/google-evil" target="_blank">Mother Jones article</a>). With that said its an unavoidable evil empire.</p>
<p>However, you don&#8217;t have to use Google for ALL your searching needs.</p>
<p>First let me allow <a href="http://clusty.com/" target="_blank">Clusty</a> to introduce itself;</p>
<blockquote><p>Clusty queries several top search engines, combines the results, and generates an ordered list based on comparative ranking. This &#8220;metasearch&#8221; approach helps raise the best results to the top and push search engine spam to the bottom.</p>
<p>But what really makes Clusty unique is what happens after you search. Instead of delivering millions of search results in one long list, our search engine groups similar results together into clusters. Clusters help you see your search results by topic so you can zero in on exactly what you’re looking for or discover unexpected relationships between items. When was the last time you went to the third or fourth page of the search results? Rather than scrolling through page after page, the clusters help you find results you may have missed or that were buried deep in the ranked list.</p>
<p>And with a name like Clusty, it’s gotta be good!</p>
<p><a href="http://clusty.com/about" target="_blank">From the Clusty webiste</a></p></blockquote>
<p>Next, say hellow to <a href="http://www.ask.com/" target="_blank">Ask.com</a></p>
<blockquote><p>Our <strong>ExpertRank</strong> algorithm provides relevant search results by identifying the most authoritative sites on the Web. With Ask search technology, it&#8217;s not just about who&#8217;s biggest: it&#8217;s about who&#8217;s best. Our ExpertRank algorithm goes beyond mere link popularity (which ranks pages based on the sheer volume of links pointing to a particular page) to determine popularity among pages considered to be experts on the topic of your search. This is known as subject-specific popularity. Identifying topics (also known as &#8220;clusters&#8221;), the experts on those topics, and the popularity of millions of pages amongst those experts &#8212; at the exact moment your search query is conducted &#8212; requires many additional calculations that other search engines do not perform. The result is world-class relevance that often offers a unique editorial flavor compared to other search engines.</p>
<p><a href="http://about.ask.com/en/docs/about/index.shtml" target="_blank">From Ask.com website</a></p></blockquote>
<p>Last, but not least is <a href="http://www.dogpile.com" target="_blank">Dogpile.</a></p>
<blockquote><p>If you had a choice between a single-person search party, or a search team of  				    half-a-dozen, which would you choose? Yep, us too. Why not put six search engines  				    to work on something in the same time it takes to use one? This is what we call  					<a href="http://www.dogpile.com/rescuefctb/ws/metasearch/_iceUrlFlag=11?_IceUrl=true">metasearch</a>.  					Dogpile puts the power all the leading search engines – Google, Yahoo!, Live Search,  					and Ask – together in one search box to deliver the best combined results. The process  					is more efficient and yields more relevant results.</p>
<p>Aren&#8217;t all search engines pretty much the same? Funny, we thought that too, but they  					aren&#8217;t. In fact, different search engines often return different search results for  					the same query. Based on everything from how information is arranged on a web page,  					to what each search engine pinpoints as most relevant, search results can vary widely  					across each search provider.</p>
<p>Our time is important to us too. So, we had an idea to bring together the Web&#8217;s best  					search engines in one place and deliver the most comprehensive and relevant results,  					and metasearch was born. The solution is an efficient, single-search-box engine that  					makes things easier for all of us. Especially when you learn that our special  					technology removes duplicates and analyzes the results to ensure the best results are  					always on top of the pile.</p>
<p><a href="http://www.dogpile.com/dogpile/ws/about/rfcid=1245/rfcp=footer-left/_iceUrlFlag=11?_IceUrl=true" target="_blank">From the Dogpile website</a></p></blockquote>
<p>In Firefox you can replace the Google search tools with <a href="https://addons.mozilla.org/en-US/firefox/browse/type:4" target="_blank">other options.</a> I even go as far as to replace the <em>keyword.URL </em>function in <em>about:config</em> (typed into the address bar).</p>
<blockquote><p>For Clusty: http://clusty.com/search?input-form=clusty-simple&amp;v%3Asources=webplus&amp;query=</p>
<p>For Ask.com: http://www.ask.com/web?q=</p>
<p>For Dogpile: http://www.dogpile.com/info.dogpl/search/web/</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/21/cutting_out_googl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 deb packages</title>
		<link>http://www.oojahtech.com/2009/07/17/firefox-3-5-deb-packages/</link>
		<comments>http://www.oojahtech.com/2009/07/17/firefox-3-5-deb-packages/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:15:43 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[UPDATE: these packages have been replaced by Firefox 3.6 (32bit only). To install use the Oojah!Repo. The 32bit package was built using the binaries available from Mozilla. The plugins directory is symlinked to /usr/lib/mozilla/plugins so that you can simply install the flashplugin and javaplugin from the main repository.  The 64bit was created by compiling from [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>UPDATE:</strong> these packages have been replaced by Firefox 3.6 (32bit only). To install use the <a href="repo/">Oojah!Repo</a>.<br />
</em></p>
<p>The 32bit package was built using the binaries available from Mozilla. The plugins directory is symlinked to /usr/lib/mozilla/plugins so that you can simply install the flashplugin and javaplugin from the main repository.  The 64bit was created by compiling from source as discussed in <a href="http://fishbowl42.com/blog/2009/07/03/firefox-3-5-64bit-on-debian-lenny/">this post</a> and is rather bulky weighing in at 25mb (the 32bit is only 10mb). These where the first two packages I have every built for Debian, and I am by no means a pro at the processes, however, I thought I would provide them for whomever may wish to use them.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/17/firefox-3-5-deb-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iceweasel 3.5 on Debian Lenny</title>
		<link>http://www.oojahtech.com/2009/07/13/iceweasel-3-5-on-debian-lenny/</link>
		<comments>http://www.oojahtech.com/2009/07/13/iceweasel-3-5-on-debian-lenny/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:29:56 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[iceweasel]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Since initially attempting to install Firefox 3.5 on Debian Lenny, I found the package I had made from compiled source was rather blouted, and the processes itself was rather tedious and harry and have been looking for other alternatives. First I tried Swiftfox, but was frustrated by trying to get flash to work. In the [...]]]></description>
			<content:encoded><![CDATA[<p>Since initially attempting to install Firefox 3.5 on Debian Lenny, I found the package I had made from compiled source was rather blouted, and the processes itself was rather tedious and harry and have been looking for other alternatives. First I tried <a href="http://www.getswiftfox.com/" target="_blank">Swiftfox</a>, but was frustrated by trying to get flash to work. In the past I have used <a href="http://swiftweasel.tuxfamily.org/" target="_blank">Swiftweasel</a>, but a 3.5 current has not been released yet.  Finaly I found <a href="http://glandium.org/blog/?p=406" target="_blank">glandium&#8217;s blog entry for installing Iceweasel 3.5 from experimental</a>. I found I had to midify his instruction just slightly.</p>
<p>First is I added the testing and experimental repositories to /etc/apt/sources.list</p>
<blockquote><p>#TESTING AND EXPERIMENTAL<br />
deb http://ftp.fr.debian.org/debian testing main<br />
deb http://ftp.fr.debian.org/debian experimental main</p></blockquote>
<p>then I preformed these commands in terminal:</p>
<blockquote><p>sudo apt-get update<br />
sudo apt-get install -t testing libstartup-notification0 libsqlite3-0 libnss3-1d libhunspell-1.2-0 libasound2 libxcb1<br />
apt-get install iceweasel/experimental</p></blockquote>
<p>Then I commented out the testing and experimental entries in /etc/apt/sources.list and performed an upgrade. To get java and flash to work I simply had to install them as usual.</p>
<blockquote><p>sudo apt-get install flashplugin-nonfree sun-java6-plugin</p></blockquote>
<p>Thus far I have found this the easiest way to get a Firefox 3.5 based build running on Debian Lenny. However, I am no longer running a strictly stable release of Debian, but with the other third party and backport repositories I use I don&#8217;t feel bad about this. For security issues Firefox/Iceweasel/Swiftfox is one of the few programs I actually desire to have the latest release and that it is the most used program on my desktop.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/13/iceweasel-3-5-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Prefered Firefox Extensions</title>
		<link>http://www.oojahtech.com/2009/07/11/prefered-firefox-extensions/</link>
		<comments>http://www.oojahtech.com/2009/07/11/prefered-firefox-extensions/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 20:02:45 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[extentions]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[One of the great benefits of running Firefox is the multitude of third party extensions available. In any way you can imagine to alter or enhance the features of Firefox there is possibly an extension for it, and if not you can make one (given you have the expertise.)  Here is a list of the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great benefits of running Firefox is the multitude of third party extensions available. In any way you can imagine to alter or enhance the features of Firefox there is possibly an extension for it, and if not you can make one (given you have the expertise.)  Here is a list of the extensions I use regularly on Firefox and have found to be either fun or useful.</p>
<p><a href="http://adblockplus.org/en/" target="_blank"><strong>Adblock Plus</strong></a></p>
<blockquote><p>Ever been annoyed by all those ads and banners on the internet that often take longer to download than everything else on the page? Install Adblock Plus now and get rid of them.</p></blockquote>
<p><a href="http://netticat.ath.cx/extensions.html" target="_blank"><strong>BetterPrivacy</strong></a></p>
<blockquote><p>Ever wondered why you are still tracked though you tried everything to prevent it?<br />
BetterPrivacy is a Super Cookie Safeguard which protects from usually not deletable LSO&#8217;s. It blocks longterm tracking on Google, YouTube Ebay and many other domains.</p></blockquote>
<p><a href="http://www.downloadhelper.net/" target="_blank"><strong>Video DownloadHelper</strong></a></p>
<blockquote><p>The easy way to download and convert Web videos from hundreds of YouTube-like sites.<br />
This works also for audio and picture galleries.</p></blockquote>
<p><a href="http://downloadstatusbar.mozdev.org/" target="_blank"><strong>Download Statusbar</strong></a></p>
<blockquote><p>View and manage downloads from a tidy statusbar &#8211; without the download window getting in the way of your web browsing.</p></blockquote>
<p><a href="http://www.downthemall.net/" target="_blank"><strong>DownThemAll!</strong></a></p>
<blockquote><p>The first and only download manager/accelerator built inside Firefox!</p></blockquote>
<p><a href="http://customsoftwareconsult.com/extensions/febe/febe.html" target="_blank"><strong>FEBE</strong></a></p>
<blockquote><p>FEBE (Firefox Environment Backup Extension) allows you to quickly and easily backup your Firefox extensions. In fact, it goes beyond just backing up &#8212; It will actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office and home browsers.</p></blockquote>
<p><a href="http://www.xuldev.org/firegestures/" target="_blank"><strong>FireGestures</strong></a></p>
<blockquote><p>A customizable mouse gestures extension which enables you to execute various commands and user scripts with five types of gestures.</p></blockquote>
<p><a href="http://flagfox.net/" target="_blank"><strong>Flagfox</strong></a></p>
<blockquote><p>Displays a country flag depicting the location of the current website&#8217;s server and provides quick access to detailed location and webserver information.</p></blockquote>
<p><a href="http://lazarus.interclue.com/" target="_blank"><strong>Lazarus: Form Recovery</strong></a></p>
<blockquote><p>Never lose anything you type into a web form again! Lazarus securely auto-saves all forms as you type, so after a crash, server timeout, or whatever, you can go back to the form, right click, &#8220;recover form&#8221;, and breath a sigh of relief.</p></blockquote>
<p><a href="http://noscript.net/" target="_blank"><strong>NoScript</strong></a></p>
<blockquote><p>The best security you can get in a web browser! Allow active content to run only from sites you trust, and protect yourself against XSS and Clickjacking attacks.</p></blockquote>
<p><a href="http://readitlaterlist.com/" target="_blank"><strong>Read it Later</strong></a></p>
<blockquote><p>Read It Later allows you to save pages of interest to read later. It eliminates cluttering of bookmarks with sites that are merely of a one-time interest.</p></blockquote>
<p><a href="http://customsoftwareconsult.com/extensions/opie/opie.html"><strong>OPIE</strong></a></p>
<blockquote><p>Import/Export extension preferences</p></blockquote>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1146" target="_blank"><strong>Screengrab</strong></a></p>
<blockquote><p>Screengrab! saves webpages as images&#8230; It will capture what you can see in the window, the entire page, just a selection, a particular frame&#8230; basically it saves webpages as images &#8211; either to a file, or to the clipboard.</p></blockquote>
<p><a href="http://www.scribefire.com/" target="_blank"><strong>ScribFire</strong></a></p>
<blockquote><p>ScribeFire is a full-featured blog editor that integrates with your browser and lets you easily post to your blog.</p></blockquote>
<p><a href="http://www.stumbleupon.com/" target="_blank"><strong>StumbleUpon</strong></a></p>
<blockquote><p>StumbleUpon discovers web sites based on your interests, learns what you like and brings you more.</p></blockquote>
<p><a href="http://www.dubfire.net/opt-out/" target="_blank"><strong>TACO</strong></a></p>
<blockquote><p>Sets permanent opt-out cookies to stop behavioral advertising by 84 different advertising networks, including Google, Yahoo, Microsoft, all members of the Network Advertising Initiative, and many other companies.</p></blockquote>
<p><a href="http://www.xmarks.com/" target="_blank"><strong>Xmarks</strong></a></p>
<blockquote><p>Xmarks is the #1 bookmarking add-on. Install it on all your computers to keep your bookmarks and (optionally) passwords backed up and synchronized. Xmarks also helps you uncover the best of the web based on what millions of people are bookmarking.</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/11/prefered-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video with Firefox on Debian</title>
		<link>http://www.oojahtech.com/2009/07/10/video-with-firefox-on-debian/</link>
		<comments>http://www.oojahtech.com/2009/07/10/video-with-firefox-on-debian/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:54:46 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[if using the defualt iceweasle build , just install xine-totem and video will embed within the browser. However,  I use a browser package other then what Debian provides so I have to copy mozplugger from Ubuntu becouse the debian repo wants to install iceweasle with it. sudo dpkg -i mozplugger_1.10.2-2ubuntu1_amd64.deb cd /usr/lib/firefox-3.5/plugins/ sudo ln -s [...]]]></description>
			<content:encoded><![CDATA[<p>if using the defualt iceweasle build , just install xine-totem and video will embed within the browser. However,  I use a browser package other then what Debian provides so I have to <a href="http://packages.ubuntu.com/intrepid/mozplugger" target="_blank">copy mozplugger from Ubuntu</a> becouse the debian repo wants to install iceweasle with it.</p>
<blockquote><p>sudo dpkg -i mozplugger_1.10.2-2ubuntu1_amd64.deb<br />
cd /usr/lib/firefox-3.5/plugins/<br />
sudo ln -s /etc/lib/mozilla/mozplugger.so</p></blockquote>
<p>alternatively I instal mplayer-nogui to use the mplayer engine with mozplugger from Ubuntu (does not have player controls).</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/10/video-with-firefox-on-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 64bit on Debian Lenny</title>
		<link>http://www.oojahtech.com/2009/07/03/firefox-3-5-64bit-on-debian-lenny/</link>
		<comments>http://www.oojahtech.com/2009/07/03/firefox-3-5-64bit-on-debian-lenny/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 20:10:16 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[[NOTE: in an incredible act of blunder I accidentally deleted the 64 bit package from my server. I no longer run a 64bit version of Linux; however, Swiftfox has a 64bit variation. Sadly, this is not the stock code for Firefox, but has some nice performance tweaks. I apologize for any inconvenience. The new Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>[<strong>NOTE:</strong> <em>in an incredible act of blunder I accidentally deleted the 64 bit package from my server. I no longer run a 64bit version of Linux; however, <a href="http://getswiftfox.com/builds/debian/dists/unstable/non-free/binary-amd64/swiftfox_3.5.3-1_athlon64.deb">Swiftfox has a 64bit variation</a>. Sadly, this is not the stock code for Firefox, but has some nice performance tweaks. I apologize for any inconvenience.</em></p>
<p>The new Firefox 3.5 stable dropped and I have spent the afternoon compiling it for my new Debian Lenny 64bit desktop. I fallowed the  <a href="http://markshroyer.com/blog/2009/07/firefox-35-debian-amd64.html" target="_blank">instructions from Mark Shroyer&#8217;s blog</a>. In addition to his instruction I had to also install these packages;</p>
<blockquote><p>sudo apt-get install libdbus-glib-1-dev libcairo2 libcairo2-dev libasound2-dev libcurl4-openssl-dev libnotify-dev.</p></blockquote>
<p>I had some problems with not having access to bookmarks at first. I fixed this problem by running in terminal:</p>
<blockquote><p>firefox -profilemanger</p></blockquote>
<p>I removed the default user and created a new default user. Afterward I reloaded Firefox and it seemed to fix my problem. To get flash working I had to type in terminal:</p>
<blockquote><p>wget <a href="http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz">http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz</a></p>
<p>tar -xvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz</p>
<p>cp libflashplyaer.so /usr/lib/firefox-3.5/plugins/</p></blockquote>
<p>I deleted the tarball and the plugin flile from my home directory and continued to install the java plugin.</p>
<blockquote><p>sudo apt-get sun-java6-plugin<br />
sudo ln /usr/lib/mozilla/plugins/libjavaplugin.so /usr/lib/firefox-3.5/plugins/</p></blockquote>
<p>I closed down any running instances of Firefox and then opened it again and Java and Flash worked. I have not had much time to explore what is new about Firefox yet, however I plan on tweaking Firefox to my liking soon, and will read reviews and release notes to see what new innovations I might like.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/03/firefox-3-5-64bit-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
