<?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>blog.watashii &#187; firefox</title>
	<atom:link href="http://blog.watashii.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Nov 2011 02:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Firefox Reserved Ports Restricted For Security Reasons</title>
		<link>http://blog.watashii.com/2010/05/firefox-reserved-ports-restricted-for-security-reasons/</link>
		<comments>http://blog.watashii.com/2010/05/firefox-reserved-ports-restricted-for-security-reasons/#comments</comments>
		<pubDate>Wed, 12 May 2010 03:22:44 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=346</guid>
		<description><![CDATA[When browsing to web sites based on non standard HTTP ports, such as port 636 for LDAP SSL, Firefox bans access with the above message.  By default, a number of ports are blocked from access due to a number of potential security vulnerabilities.  These banned ports are usually reserved for specific services and are not [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted01.png"><img class="alignnone size-full wp-image-348" title="firefox_port_restricted01" src="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted01.png" alt="" width="554" height="449" /></a></p>
<p>When browsing to web sites based on non standard HTTP ports, such as port 636 for LDAP SSL, Firefox bans access with the above message.  By default, a number of ports are blocked from access due to a number of potential <a href="http://www.mozilla.org/projects/netlib/PortBanning.html" target="_blank">security vulnerabilities</a>.  These banned ports are usually reserved for specific services and are not ideal for web browsing.</p>
<p><span id="more-346"></span>To unblock these ports, we can specify the <a href="network.security.ports.banned.override preference" target="_blank"><em>network.security.ports.banned.override</em></a> preference in <em>about:config</em>. This is a new preference inside about:config, so right-click on the screen and create a new <em>String </em>preference to the port you want to allow access.  You can also specify a range instead of a single port number, such as <em>1-1024</em>.   Just a word of warning, unblocking ports will pose a security risk.</p>
<p><a href="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted02.png"><img class="alignnone size-full wp-image-347" title="firefox_port_restricted02" src="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted02.png" alt="" width="555" height="178" /></a></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/05/firefox-reserved-ports-restricted-for-security-reasons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vacuum Database to Speedup Firefox</title>
		<link>http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/</link>
		<comments>http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:37:15 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vacuum]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=225</guid>
		<description><![CDATA[Firefox performance can be improved by defragmenting the internal SQLite database.  This can be done by running a vacuum command within Firefox, as explained in Mozilla Links.   The process are as follows: 1) Open Tools &#62; Error Console (or Press Ctrl + Shift + J) 2) In the Code text box, paste the following (in [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-226" title="vacuum_firefox" src="http://blog.watashii.com/wp-content/uploads/2009/08/vacuum_firefox.png" alt="vacuum_firefox" width="499" height="194" /></p>
<p>Firefox performance can be improved by defragmenting the internal SQLite database.  This can be done by running a vacuum command within Firefox, as explained in <a href="http://mozillalinks.org/wp/2009/08/vacuum-firefox-databases-for-better-performance-now-with-no-restart/" target="_blank">Mozilla Links</a>.   The process are as follows:</p>
<p>1) Open <strong>Tools </strong>&gt; <strong>Error Console </strong>(or Press Ctrl + Shift + J)</p>
<p>2) In the <strong>Code </strong>text box, paste the following (in one single line)</p>
<pre><code>Components.classes["@mozilla.org/browser/nav-history-service;1"].
getService(Components.interfaces.nsPIPlacesDatabase).
DBConnection.executeSimpleSQL("VACUUM"); </code></pre>
<p><em>Note:  Make sure the double-quotes are normal quotes and not slanted quotes</em></p>
<p>3) Press <strong>Evaluate</strong>.  Firefox will freeze for a few seconds while the database is being defragmented.</p>
<p>A handier <a title="Vacuum Places" href="https://addons.mozilla.org/en-US/firefox/addon/13878" target="_blank">add-on extension</a> is also available to perform this action.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Disable Flashing Cursor</title>
		<link>http://blog.watashii.com/2008/09/firefox-disable-flashing-cursor/</link>
		<comments>http://blog.watashii.com/2008/09/firefox-disable-flashing-cursor/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 10:54:47 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[blinking]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=64</guid>
		<description><![CDATA[Something annoying just sprung up, a flashing cursor appears whenever I click on any part of a webpage. The solution? Firefox 3 &#62; Tools &#62; Options &#62; Advanced &#62; General &#62; Accessibility &#62; UnTick &#8220;Always use the cursor keys to navigate within pages&#8221; Related Posts:Viewing Firefox Cache Files Add Search Engines to Firefox Vacuum Database [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="float-left size-full wp-image-63" title="firefox_cursor" src="http://blog.watashii.com/wp-content/uploads/2008/09/firefox_cursor.png" alt="" width="300" height="175" /> Something annoying just sprung up, a flashing cursor appears whenever I click on any part of a webpage.</p>
<p>The solution?  <span id="more-64"></span></p>
<p>Firefox 3 &gt; Tools &gt; Options &gt; Advanced &gt; General &gt; Accessibility &gt;</p>
<p>UnTick &#8220;Always use the cursor keys to navigate within pages&#8221;</p>
<p><img class="alignnone size-full wp-image-65" title="firefox_cursor2" src="http://blog.watashii.com/wp-content/uploads/2008/09/firefox_cursor2.png" alt="" width="469" height="461" /></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/09/firefox-disable-flashing-cursor/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Viewing Firefox Cache Files</title>
		<link>http://blog.watashii.com/2008/08/viewing-firefox-cache-files/</link>
		<comments>http://blog.watashii.com/2008/08/viewing-firefox-cache-files/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 08:55:42 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[about:cache]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[disk cache]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[memory cache]]></category>
		<category><![CDATA[offline cache]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=44</guid>
		<description><![CDATA[The browser cache stores all the web pages and images downloaded on to the computer to allow faster access and reduce the downloading bandwidth when revisiting a website. Type &#8220;about:cache&#8221; on your Firefox address bar to view the cached files.  There are 3 types of cache for allocating the files&#8230; 1) Memory cache device, stores [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2008/08/ffcache.png"><img class="alignnone size-full wp-image-45" title="Firefox cache" src="http://blog.watashii.com/wp-content/uploads/2008/08/ffcache.png" alt="" width="374" height="75" /></a></p>
<p>The browser cache stores all the web pages and images downloaded on to the computer to allow faster access and reduce the downloading bandwidth when revisiting a website.</p>
<p>Type <strong>&#8220;about:cache&#8221;</strong> on your Firefox address bar to view the cached files.  There are 3 types of cache for allocating the files&#8230;</p>
<p><span id="more-44"></span></p>
<p>1) <strong>Memory cache device</strong>, stores all the files which are downloaded per session into your computers RAM (or temporary memory).  This means after you restart your Firefox, the files will be cleared out.</p>
<p>2) <strong>Disk cache device</strong>, stores all the files into your hard disk drive.  This is some file location in your computer, for example within your Windows C:\ drive.  These are available after restarting the Firefox and accessible without an internet connection.</p>
<p>3) <strong>Offline cache device</strong>, stores all the files which can be used for offline browsing.  Typically it is empty, but is targeted for upcoming offline applications.  Watch this space.</p>
<p>One useful tip to improve FIrefox performance is to disable disk cache (or set <em>Tools &gt; Options &gt; Advanced &gt; Network &gt; Offline Storage: Use 0Mb</em>).  What this means to to purely rely on the RAM memory for cached data, and not read from the disk.  A simple concept: memory read speed is faster than disk read speed.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/08/viewing-firefox-cache-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Search Engines to Firefox</title>
		<link>http://blog.watashii.com/2008/07/add-search-engines-to-firefox/</link>
		<comments>http://blog.watashii.com/2008/07/add-search-engines-to-firefox/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 08:19:49 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=23</guid>
		<description><![CDATA[Most Firefox users should know about the search engine lists, which makes life easier by searching directly on Firefox instead of going to the search homepage.  But what if you want to add more? To add new search engines: Click the search icon &#62; Click &#8220;Manage Search Engines&#8221; &#62; Click &#8220;Get more search engines&#8230;&#8221; This [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2008/07/ffsearch.png"><img class="float-left size-full wp-image-24" title="FF Search List" src="http://blog.watashii.com/wp-content/uploads/2008/07/ffsearch.png" alt="" width="208" height="210" /></a>Most Firefox users should know about the search engine lists, which makes life easier by searching directly on Firefox instead of going to the search homepage.  But what if you want to add more?</p>
<p>To add new search engines: Click the search icon &gt; Click &#8220;Manage Search Engines&#8221; &gt; Click &#8220;Get more search engines&#8230;&#8221;</p>
<p>This will bring up the <a href="https://addons.mozilla.org/firefox/browse/type:4/cat:all?sort=name" target="_blank">Firefox search tool addon</a> page for commonly used search engines.</p>
<p>A more comprehensive list is available at  <span class="external text"><a href="http://mycroft.mozdev.org/">mycroft.mozdev.org</a> which I noticed its missing on the Firefox addon site, so here it is for convenience.  These are FF2+ and IE7+ compatible.<br />
</span></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/07/add-search-engines-to-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 Upgraded</title>
		<link>http://blog.watashii.com/2008/06/firefox-30/</link>
		<comments>http://blog.watashii.com/2008/06/firefox-30/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 08:28:16 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[awesome bar]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox3]]></category>
		<category><![CDATA[url color]]></category>
		<category><![CDATA[userchrome]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=19</guid>
		<description><![CDATA[Just upgraded my Firefox from FF2.0 to FF3.0 today.  Here are my initial findings: 1) Browsing feels more snappier than FF2.0, definitely has improved memory handling.  Especially websites with flash content. 2) The most noticeable new feature was the &#8216;Awesome Bar&#8217;, which provides suggestions when entering the URL.  It takes time to get used to [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2008/06/firefox3.png"><img class="alignnone size-full wp-image-20" title="firefox3" src="http://blog.watashii.com/wp-content/uploads/2008/06/firefox3.png" alt="" width="500" height="300" /></a></p>
<p>Just upgraded my Firefox from FF2.0 to FF3.0 today.  Here are my initial findings:</p>
<p>1) Browsing feels more snappier than FF2.0, definitely has improved memory handling.  Especially websites with flash content.</p>
<p>2) The most noticeable new feature was the &#8216;Awesome Bar&#8217;, which provides suggestions when entering the URL.  It takes time to get used to it, since it acts like a search box of your favorites/rss feeds rather than the most typed URL.  See <a href="http://mozillalinks.org/wp/2008/06/9-tweaks-for-firefox-3s-location-bar/">here</a> for tweaks of this.  Or revert back to FF2.0&#8242;s &#8216;Old Bar&#8217; with this <a href="https://addons.mozilla.org/en-US/firefox/addon/6227">extension</a>.</p>
<p>3) One minor issue, it doesn&#8217;t migrate my FF2.0 setting for &#8220;Keep history for the past x days&#8221;.  Lets hope all my other settings were migrated!</p>
<p>4) My URL bar doesn&#8217;t color yellow on HTTPS secure site.</p>
<p><span id="more-19"></span></p>
<p>To solve HTTPS bar coloring issue, <a href="http://forums.mozillazine.org/viewtopic.php?f=23&amp;t=656581&amp;st=0&amp;sk=t&amp;sd=a&amp;start=15">see this</a>, or if you&#8217;re on XP just add the following code in userChrome.css in your profile file, via <em>C:\Documents and Settings\User\Application Data\Mozilla\Firefox\Profiles\chrome\</em></p>
<pre><code>
/* Secure site coloring */
#urlbar[level="high"][pageproxystate="valid"] &gt; .autocomplete-textbox-container ,
#urlbar[level="high"][pageproxystate="valid"] &gt; .autocomplete-history-dropmarker ,
#urlbar[level="low"][pageproxystate="valid"] &gt; .autocomplete-textbox-container ,
#urlbar[level="low"][pageproxystate="valid"] &gt; .autocomplete-history-dropmarker {
background-color: #F5F6BE !important;
color: #000000 !important;
}
</code></pre>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/' rel='bookmark' title='Permanent Link: Vacuum Database to Speedup Firefox'>Vacuum Database to Speedup Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/06/firefox-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

