<?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>Ubuntu Sharing &#187; firefox</title>
	<atom:link href="http://ubuntuguide.net/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Tue, 22 May 2012 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Speed up Firefox by moving cache into RAM in Ubuntu</title>
		<link>http://ubuntuguide.net/speed-up-firefox-by-moving-cache-into-ram-in-ubuntu</link>
		<comments>http://ubuntuguide.net/speed-up-firefox-by-moving-cache-into-ram-in-ubuntu#comments</comments>
		<pubDate>Wed, 09 Dec 2009 11:27:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2245</guid>
		<description><![CDATA[By default Firefox puts its cache in your home partition.You can speed up Firefox and reduce disk writes by moving this cache into RAM if you have 1GB RAM or more. 1.Edit /etc/fstab,open terminal from Applications-&#62;Accessories menu and type: sudo gedit /etc/fstab Add following into this file and close it. tmpfs /tmp tmpfs noexec,defaults,noatime 0 [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/optimize-the-usage-of-swap-to-speed-up-response-for-ubuntu' rel='bookmark' title='Optimize the Usage of Swap to Speed up Response for Ubuntu'>Optimize the Usage of Swap to Speed up Response for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/speed-up-web-browsing-in-firefoxopera-using-local-dns' rel='bookmark' title='Speed up web browsing in Firefox/Opera using Local DNS'>Speed up web browsing in Firefox/Opera using Local DNS</a></li>
<li><a href='http://ubuntuguide.net/ubuntu-using-ramdisk-for-better-performance-and-fast-response' rel='bookmark' title='Ubuntu using Ramdisk for better performance and fast response'>Ubuntu using Ramdisk for better performance and fast response</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By default <em>Firefox</em> puts its cache in your home partition.You can speed up Firefox and reduce disk writes by moving this cache into RAM if you have 1GB RAM or more.</p>
<p><strong>1.</strong>Edit /etc/fstab,open terminal from Applications-&gt;Accessories menu and type:</p>
<blockquote><p>sudo gedit /etc/fstab</p></blockquote>
<p>Add following into this file and close it.</p>
<blockquote><p>tmpfs /tmp tmpfs noexec,defaults,noatime 0 0<br />
tmpfs /var/tmp tmpfs noexec,defaults,noatime 0 0</p></blockquote>
<p><strong>2.</strong>Edit /etc/sysctl.conf:</p>
<blockquote><p>sudo gedit /etc/sysctl.conf</p></blockquote>
<p>add this line and save it:</p>
<blockquote><p>vm.swappiness=1</p></blockquote>
<p><strong>3.</strong><br />
Type <code>about:config</code> in firefox address bar and click <code>I'll be careful,I promise!</code>.Right click on blank area and create a new string value called <strong>browser.cache.disk.parent_directory</strong>,set its value to <strong>/tmp</strong></p>
<p>Now,reboot your system and experience the performance.<br />
<strong>Original text:</strong><a href="http://samiux.wordpress.com/2009/06/09/howto-ubuntu-9-04-desktop-on-solid-state-disk-ssd/" target="_blank">HOWTO : Ubuntu 9.04 Desktop on Solid State Disk (SSD)</a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/optimize-the-usage-of-swap-to-speed-up-response-for-ubuntu' rel='bookmark' title='Optimize the Usage of Swap to Speed up Response for Ubuntu'>Optimize the Usage of Swap to Speed up Response for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/speed-up-web-browsing-in-firefoxopera-using-local-dns' rel='bookmark' title='Speed up web browsing in Firefox/Opera using Local DNS'>Speed up web browsing in Firefox/Opera using Local DNS</a></li>
<li><a href='http://ubuntuguide.net/ubuntu-using-ramdisk-for-better-performance-and-fast-response' rel='bookmark' title='Ubuntu using Ramdisk for better performance and fast response'>Ubuntu using Ramdisk for better performance and fast response</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/speed-up-firefox-by-moving-cache-into-ram-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Share Firefox bookmarks/history/tabs between Ubuntu,Windows 7/Vista/XP</title>
		<link>http://ubuntuguide.net/share-firefox-bookmarkshistorytabs-between-ubuntuwindows-7vistaxp</link>
		<comments>http://ubuntuguide.net/share-firefox-bookmarkshistorytabs-between-ubuntuwindows-7vistaxp#comments</comments>
		<pubDate>Sat, 28 Nov 2009 13:00:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2140</guid>
		<description><![CDATA[If you installed dual boot systems in your machine,you may want to share firefox web browser bookarks,histories,tabs and other configuration files between the OSs in your machine. Note:Firefox add-ons maybe incompatible in different system. First of all,you need to know where is the firefox configuration file in ubuntu,Vista,XP and Windows 7: Windows Vista:Users\&#60;UserName&#62;\AppData\Roaming\Mozilla\Firefox Windows XP/2000/2003 [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/weave-firefox-add-onsynchronize-historysbookmarkstabs-between-desktop-laptop-and-mobile' rel='bookmark' title='Weave-Firefox add-on,synchronize historys/bookmarks/tabs between desktop, laptop and mobile'>Weave-Firefox add-on,synchronize historys/bookmarks/tabs between desktop, laptop and mobile</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
<li><a href='http://ubuntuguide.net/always-make-linksbookmarks-open-in-new-tabs' rel='bookmark' title='Always make links/bookmarks open in new tabs'>Always make links/bookmarks open in new tabs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you installed dual boot systems in your machine,you may want to share firefox web browser bookarks,histories,tabs and other configuration files between the OSs in your machine.</p>
<p><strong>Note:</strong>Firefox add-ons maybe incompatible  in different system.<br />
First of all,you need to know where is the firefox configuration file in ubuntu,Vista,XP and Windows 7:</p>
<p><em>Windows Vista</em>:Users\&lt;UserName&gt;\AppData\Roaming\Mozilla\Firefox</p>
<p><em>Windows XP/2000/2003</em> <img src='http://ubuntuguide.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ocuments and Settings\&lt;UserName&gt;\Application Data\Mozilla\Firefox<br />
<em>Windows 7:</em>Users/&lt;UserName&gt;/AppDate/Local/Mozilla/Firefox/Profiles<br />
<em>Ubuntu Linux</em>:~/.mozilla/firefox</p>
<p>Following shows how to share firefox configuration file from Windows XP to Ubuntu.</p>
<p><strong>Step1</strong>:In ubuntu system open up terminal from &#8220;Applications/Accessories/Terminal&#8221;,type following to open firefox configuration interface:</p>
<pre lang="bash">firefox -profilemanager</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/firefox_configuration1.png"><img class="alignnone size-full wp-image-2143" title="firefox_configuration1" src="http://ubuntuguide.net/wp-content/uploads/2009/11/firefox_configuration1.png" alt="firefox_configuration1" width="408" height="280" /></a></p>
<p><strong>Step2:</strong>In previous screenshot click on &#8220;Create Profile&#8230;&#8221; to creat a new profile,then type a name and click on &#8220;Choose Folder&#8221; to select to Windows XP firefox configuration file(the file with .default extension).My XP partition is mounted on /mnt,so it&#8217;s&#8221;/mnt/Documents and settings/Administrator/Application Date/Mozilla/Firefox/Profiles/&#8230;&#8221;</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/firefox_configuration13.png"><img class="alignnone size-medium wp-image-2146" title="firefox_configuration13" src="http://ubuntuguide.net/wp-content/uploads/2009/11/firefox_configuration13-481x360.png" alt="firefox_configuration13" width="481" height="360" /></a></p>
<p><strong>Step3:</strong>Once finish,choose this profile(&#8220;Windows XP&#8221; in my case) and click &#8220;Start Firefox&#8221;.You can check &#8220;Don&#8217;t ask at startup&#8221; to keep this settings whenever your startup firefox web browser.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/firefox_configuration2.png"><img class="alignnone size-full wp-image-2147" title="firefox_configuration2" src="http://ubuntuguide.net/wp-content/uploads/2009/11/firefox_configuration2.png" alt="firefox_configuration2" width="403" height="272" /></a></p>
<p>Tips:<br />
Step 1 in Windows:Navigate to <code>Start-&gt;Run</code>,and type &#8220;firefox.exe -profilemanager&#8221;(without quotes)</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/weave-firefox-add-onsynchronize-historysbookmarkstabs-between-desktop-laptop-and-mobile' rel='bookmark' title='Weave-Firefox add-on,synchronize historys/bookmarks/tabs between desktop, laptop and mobile'>Weave-Firefox add-on,synchronize historys/bookmarks/tabs between desktop, laptop and mobile</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
<li><a href='http://ubuntuguide.net/always-make-linksbookmarks-open-in-new-tabs' rel='bookmark' title='Always make links/bookmarks open in new tabs'>Always make links/bookmarks open in new tabs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/share-firefox-bookmarkshistorytabs-between-ubuntuwindows-7vistaxp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weave-Firefox add-on,synchronize historys/bookmarks/tabs between desktop, laptop and mobile</title>
		<link>http://ubuntuguide.net/weave-firefox-add-onsynchronize-historysbookmarkstabs-between-desktop-laptop-and-mobile</link>
		<comments>http://ubuntuguide.net/weave-firefox-add-onsynchronize-historysbookmarkstabs-between-desktop-laptop-and-mobile#comments</comments>
		<pubDate>Tue, 24 Nov 2009 12:20:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2091</guid>
		<description><![CDATA[The Weave Sync add-on lets you securely take your Firefox experience with you to all your Firefox browsers. You can now surf the Web on your PC, get up and go, and have everything waiting for you on your phone: your history, open tabs, bookmarks, the Awesome Bar – just as you had left it. [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/share-firefox-bookmarkshistorytabs-between-ubuntuwindows-7vistaxp' rel='bookmark' title='Share Firefox bookmarks/history/tabs between Ubuntu,Windows 7/Vista/XP'>Share Firefox bookmarks/history/tabs between Ubuntu,Windows 7/Vista/XP</a></li>
<li><a href='http://ubuntuguide.net/always-make-linksbookmarks-open-in-new-tabs' rel='bookmark' title='Always make links/bookmarks open in new tabs'>Always make links/bookmarks open in new tabs</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<blockquote><p>The Weave Sync add-on lets you securely take your Firefox experience with you to all your Firefox browsers. You can now surf the Web on your PC, get up and go, and have everything waiting for you on your phone: your history, open tabs, bookmarks, the Awesome Bar – just as you had left it.</p>
<p>Weave Sync currently supports continuous synchronization of your bookmarks, browsing history, saved passwords and tabs.</p>
<p>* Get the same results on the Smart Location Bar on each of your Firefox browsers, so you can get to your favorite sites with just a few keystrokes<br />
* Continue what you were doing: have the ability to open any tab you have open on any of your Firefox browsers<br />
* Keep the same list of bookmarks on all of your Firefox browsers<br />
* Easily sign in to all your favorite sites using your saved passwords (this is especially handy on mobile phones, where it’s hard to type in complex passwords)<br />
* Do it all securely: Weave Sync encrypts user data before uploading it to Mozilla’s servers, so that only you can access your data<br />
This add-on is a part of the Mozilla Labs Weave project which aims to integrate services more closely with the browser</p></blockquote>
<p>(original from <a href="http://mozillalabs.com/weave/what-are-the-main-features-of-weave/" target="_blank">mozillalabs</a>)<br />
<strong>Install weave</strong></p>
<p>Weave works for Firefox 3.5 or higher versions,and now is a beta version.<br />
Get this add-on from:<a href="https://addons.mozilla.org/en-US/firefox/addon/10868" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/10868</a><br />
<strong>Get start using weave</strong></p>
<p>After installation,restart firefox and you will get this screen in first use.Click &#8220;Create Mozilla Weave Account&#8221; and login use this account.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weave.png"><img class="alignnone size-full wp-image-2096" title="weave" src="http://ubuntuguide.net/wp-content/uploads/2009/11/weave.png" alt="weave" /></a></p>
<p>In <code>Tools->Weave</code> menu,click on &#8220;Sync Now&#8221;.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weave3.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/weave3.png" alt="weave3" title="weave3" width="492" height="280" class="alignnone size-full wp-image-2099" /></a></p>
<p>Weave starts synchronizing historys,bookmars,opened tabs and so forth.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weave1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/weave1.png" alt="weave1" title="weave1" width="347" height="81" class="alignnone size-full wp-image-2098" /></a></p>
<p>Now,in your other firefox web browsers login weave use this account.Select an way in following screen and weave start syncing at right-bottom of window <strong>(</strong>just as you see in previous screenshot<strong>)</strong>.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/weave5.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/weave5-450x360.png" alt="weave5" title="weave5" width="450" height="360" class="alignnone size-medium wp-image-2104" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/share-firefox-bookmarkshistorytabs-between-ubuntuwindows-7vistaxp' rel='bookmark' title='Share Firefox bookmarks/history/tabs between Ubuntu,Windows 7/Vista/XP'>Share Firefox bookmarks/history/tabs between Ubuntu,Windows 7/Vista/XP</a></li>
<li><a href='http://ubuntuguide.net/always-make-linksbookmarks-open-in-new-tabs' rel='bookmark' title='Always make links/bookmarks open in new tabs'>Always make links/bookmarks open in new tabs</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/weave-firefox-add-onsynchronize-historysbookmarkstabs-between-desktop-laptop-and-mobile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Configure proxy settings for Opera/Firefox web browser</title>
		<link>http://ubuntuguide.net/how-to-configure-proxy-settings-for-operafirefox-web-browser</link>
		<comments>http://ubuntuguide.net/how-to-configure-proxy-settings-for-operafirefox-web-browser#comments</comments>
		<pubDate>Mon, 23 Nov 2009 02:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=2078</guid>
		<description><![CDATA[For visiting some special web sites or setting local DNS,you may need to use a proxy server in your web browser.This tutorial shows how to add proxy settings  for Opera and Firefox. 1.In firefox window,go to Edit-&#62;Preferences(or Tools-&#62;Options).Select Advanced->Network tab,click on Settings then,configure proxy settings in this window: 2.For opera,go to Tools->Preferences.Advanced->Network tab,click on Proxy [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/speed-up-web-browsing-in-firefoxopera-using-local-dns' rel='bookmark' title='Speed up web browsing in Firefox/Opera using Local DNS'>Speed up web browsing in Firefox/Opera using Local DNS</a></li>
<li><a href='http://ubuntuguide.net/install-opera-10-web-browser-in-ubuntu-linux' rel='bookmark' title='Install Opera 10 Web Browser in Ubuntu Linux'>Install Opera 10 Web Browser in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/set-opera-as-default-web-browser-and-mail-reader' rel='bookmark' title='Set Opera as default web browser and Mail Reader'>Set Opera as default web browser and Mail Reader</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For visiting some special web sites or setting local DNS,you may need to use a proxy server in your web browser.This tutorial shows how to add proxy settings  for Opera and Firefox.</p>
<p>1.In firefox window,go to <code>Edit-&gt;Preferences</code>(or <code>Tools-&gt;Options</code>).Select <code>Advanced->Network</code> tab,click on <code>Settings</code><br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/11/proxy1.png"><img class="alignnone size-medium wp-image-2080" title="proxy1" src="http://ubuntuguide.net/wp-content/uploads/2009/11/proxy1-388x360.png" alt="proxy1" width="388" height="360" /></a><br />
<P><br />
then,configure proxy settings in this window:<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/11/proxy11.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/proxy11-354x360.png" alt="proxy11" title="proxy11" width="354" height="360" class="alignnone size-medium wp-image-2081" /></a><br />
<P><br />
2.For opera,go to <code>Tools->Preferences</code>.<code>Advanced->Network</code> tab,click on <code>Proxy Settings</code><br />
<P><br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/11/proxy2.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/proxy2-438x360.png" alt="proxy2" title="proxy2" width="438" height="360" class="alignnone size-medium wp-image-2082" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/speed-up-web-browsing-in-firefoxopera-using-local-dns' rel='bookmark' title='Speed up web browsing in Firefox/Opera using Local DNS'>Speed up web browsing in Firefox/Opera using Local DNS</a></li>
<li><a href='http://ubuntuguide.net/install-opera-10-web-browser-in-ubuntu-linux' rel='bookmark' title='Install Opera 10 Web Browser in Ubuntu Linux'>Install Opera 10 Web Browser in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/set-opera-as-default-web-browser-and-mail-reader' rel='bookmark' title='Set Opera as default web browser and Mail Reader'>Set Opera as default web browser and Mail Reader</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-configure-proxy-settings-for-operafirefox-web-browser/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View PDFs and save web pages as PDF files in Firefox</title>
		<link>http://ubuntuguide.net/view-pdfs-and-save-web-pages-as-pdf-files-in-firefox</link>
		<comments>http://ubuntuguide.net/view-pdfs-and-save-web-pages-as-pdf-files-in-firefox#comments</comments>
		<pubDate>Wed, 11 Nov 2009 01:26:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1962</guid>
		<description><![CDATA[PDF Download is an add-on for Firefox that you can view PDFs directly in Firefox as HTML, and use the all-new Web-to-PDF toolbar to save and share Web pages as high-quality PDF files. Install this add-on from this page Restart Firefox,and at top-right window you will get a PDF button that you can save/view/share web [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-view-pdf-files-online-in-firefox-on-ubuntu-9-10karmic' rel='bookmark' title='How to view PDF files online in Firefox on Ubuntu 9.10(Karmic)'>How to view PDF files online in Firefox on Ubuntu 9.10(Karmic)</a></li>
<li><a href='http://ubuntuguide.net/how-to-view-chm-files-in-ubuntu' rel='bookmark' title='How to view CHM files in Ubuntu'>How to view CHM files in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>PDF Download </em> is an add-on for Firefox that you can view PDFs directly in Firefox as HTML, and use the all-new Web-to-PDF toolbar to save and share Web pages as high-quality PDF files.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/636" target="_blank">Install this add-on from this page</a></p>
<p>Restart Firefox,and at top-right window you will get a <em>PDF</em> button that you can save/view/share web page as PDF.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/11/pdf_download.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/pdf_download.png" alt="pdf_download" title="pdf_download" width="287" height="284" class="alignnone size-full wp-image-1964" /></a></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/11/pdf_download1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/11/pdf_download1-500x322.png" alt="pdf_download1" title="pdf_download1" width="500" height="322" class="alignnone size-medium wp-image-1965" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-view-pdf-files-online-in-firefox-on-ubuntu-9-10karmic' rel='bookmark' title='How to view PDF files online in Firefox on Ubuntu 9.10(Karmic)'>How to view PDF files online in Firefox on Ubuntu 9.10(Karmic)</a></li>
<li><a href='http://ubuntuguide.net/how-to-view-chm-files-in-ubuntu' rel='bookmark' title='How to view CHM files in Ubuntu'>How to view CHM files in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/save-current-windows-and-tabs-when-restarting-firefox' rel='bookmark' title='Save current Windows and Tabs when restarting Firefox'>Save current Windows and Tabs when restarting Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/view-pdfs-and-save-web-pages-as-pdf-files-in-firefox/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ChatZilla-Chat client add-on for Mozilla Firefox</title>
		<link>http://ubuntuguide.net/chatzilla-chat-client-add-on-for-mozilla-firefox</link>
		<comments>http://ubuntuguide.net/chatzilla-chat-client-add-on-for-mozilla-firefox#comments</comments>
		<pubDate>Sun, 25 Oct 2009 02:16:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1804</guid>
		<description><![CDATA[ChatZilla is a clean, easy to use and highly extensible Internet Relay Chat (IRC) client, built on the Mozilla platform, which provides all the usual features: multiple servers, a built-in list of standard networks, easy searching and sorting of available channels, logging, and DCC chat and file transfers, plus easy customization with JavaScript plug-ins and [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/voice-and-video-chat-plugin-for-google-gmail-user-in-ubuntu-linux' rel='bookmark' title='Voice and video chat plugin for Google Gmail user in Ubuntu Linux'>Voice and video chat plugin for Google Gmail user in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/install-facebook-chat-plugin-for-pidgin-in-ubuntu' rel='bookmark' title='Install Facebook Chat plugin for Pidgin in Ubuntu'>Install Facebook Chat plugin for Pidgin in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/foff-a-lightweight-graphical-ftp-client' rel='bookmark' title='FOFF &#8211; a lightweight graphical FTP client'>FOFF &#8211; a lightweight graphical FTP client</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>ChatZilla is a clean, easy to use and highly extensible Internet Relay Chat (IRC) client, built on the Mozilla platform, which provides all the usual features: multiple servers, a built-in list of standard networks, easy searching and sorting of available channels, logging, and DCC chat and file transfers, plus easy customization with JavaScript plug-ins and CSS styling.<br />
ChatZilla is also available in Catalan, French, German, Italian, Polish, Portuguese, Russian and Spanish.<br />
<em>Install:</em></p>
<p>Go to <a href="http://chatzilla.hacksrus.com/" target="_blank">this page</a> and click to install this add-on.<br />
Restart firefox,launch this from <em>Tools->ChatZilla</em>.You&#8217;ll get this help about how to use this chat client.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/10/chatzilla.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/10/chatzilla-462x360.png" alt="chatzilla" title="chatzilla" width="462" height="360" class="alignnone size-medium wp-image-1805" /></a></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/10/chatzilla1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/10/chatzilla1.png" alt="chatzilla1" title="chatzilla1" width="404" height="328" class="alignnone size-full wp-image-1808" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/voice-and-video-chat-plugin-for-google-gmail-user-in-ubuntu-linux' rel='bookmark' title='Voice and video chat plugin for Google Gmail user in Ubuntu Linux'>Voice and video chat plugin for Google Gmail user in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/install-facebook-chat-plugin-for-pidgin-in-ubuntu' rel='bookmark' title='Install Facebook Chat plugin for Pidgin in Ubuntu'>Install Facebook Chat plugin for Pidgin in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/foff-a-lightweight-graphical-ftp-client' rel='bookmark' title='FOFF &#8211; a lightweight graphical FTP client'>FOFF &#8211; a lightweight graphical FTP client</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/chatzilla-chat-client-add-on-for-mozilla-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize Firefox 3.5 shortcut keys with keyconfig</title>
		<link>http://ubuntuguide.net/customize-firefox-35-shortcut-keys-with-keyconfig</link>
		<comments>http://ubuntuguide.net/customize-firefox-35-shortcut-keys-with-keyconfig#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:34:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1768</guid>
		<description><![CDATA[keyconfig allows you to change keyboard shortcuts in Firefox.keyconfig adds the ability to create new or modify existing shortcuts defined by a element, but only changing those which itself call a function has an effect. For firefox 3.5,download the latest version from: http://mozilla.dorando.at/keyconfig.xpi Edit &#8220;install.rdf&#8221; file in XPI and make a change like this: change: [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/firefox-4-final-coming-soondownload-already-available' rel='bookmark' title='Firefox 4 final coming soon(Download already available)'>Firefox 4 final coming soon(Download already available)</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-firefox-35-on-ubuntu' rel='bookmark' title='How to install Firefox 3.5 on ubuntu'>How to install Firefox 3.5 on ubuntu</a></li>
<li><a href='http://ubuntuguide.net/tomfox-firefox-addon-to-create-tomboy-notes-from-firefox' rel='bookmark' title='Tomfox-firefox addon to Create Tomboy notes from Firefox'>Tomfox-firefox addon to Create Tomboy notes from Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>keyconfig</em> allows you to change keyboard shortcuts in Firefox.keyconfig adds the ability to create new or modify existing shortcuts defined by a  element, but only changing those which itself call a function has an effect.<br />
For firefox 3.5,download the latest version from:<br />
<a href="http://mozilla.dorando.at/keyconfig.xpi" target="_blank">http://mozilla.dorando.at/keyconfig.xpi</a><br />
Edit &#8220;<em>install.rdf</em>&#8221; file in XPI and make a change like this:<br />
change:</p>
<pre lang="bash"><updateURL>http://mozilla.dorando.at/keyconfig/update.rdf</updateURL> </pre>
<p>into:</p>
<pre lang="bash"><updateURL>https://mozilla.dorando.at/keyconfig/update.rdf</updateURL></pre>
<p>and change:</p>
<pre lang="bash">
<targetApplication><rdf:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>2.0.0.17</minVersion>
<maxVersion>3.1.0</maxVersion>
</rdf:Description></targetApplication></pre>
<p>into：</p>
<pre lang="bash">
<targetApplication><rdf:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>2.0.0.17</minVersion>
<maxVersion>3.*</maxVersion>
</rdf:Description></targetApplication></pre>
<p>Now,install this extension and restart firefox.Click to <em>Tools->Keyconfig</em>,customize shortcut keys in this screen:<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/10/keyconfig.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/10/keyconfig-347x360.png" alt="keyconfig" title="keyconfig" width="347" height="360" class="alignnone size-medium wp-image-1773" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/firefox-4-final-coming-soondownload-already-available' rel='bookmark' title='Firefox 4 final coming soon(Download already available)'>Firefox 4 final coming soon(Download already available)</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-firefox-35-on-ubuntu' rel='bookmark' title='How to install Firefox 3.5 on ubuntu'>How to install Firefox 3.5 on ubuntu</a></li>
<li><a href='http://ubuntuguide.net/tomfox-firefox-addon-to-create-tomboy-notes-from-firefox' rel='bookmark' title='Tomfox-firefox addon to Create Tomboy notes from Firefox'>Tomfox-firefox addon to Create Tomboy notes from Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/customize-firefox-35-shortcut-keys-with-keyconfig/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Optimize and make FireFox running faster than Google Chrome</title>
		<link>http://ubuntuguide.net/optimize-and-make-firefox-running-faster-than-google-chrome</link>
		<comments>http://ubuntuguide.net/optimize-and-make-firefox-running-faster-than-google-chrome#comments</comments>
		<pubDate>Sat, 10 Oct 2009 12:34:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1609</guid>
		<description><![CDATA[Firefox is always the faster browser than IE.Since Google Chrome released,Mozilla Firefox became the tortoise in The Hare and The Tortoise rather than &#8220;fire fox&#8221;.This tutorial shows to how to optimize Firefox and make this faster than Google Chrome. 1.Install BleachBit which is an open-source program can be used to free disk space.You can install [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/make-your-firefox-running-faster' rel='bookmark' title='Make your Firefox running faster'>Make your Firefox running faster</a></li>
<li><a href='http://ubuntuguide.net/install-google-chrome-web-browser-in-ubuntu' rel='bookmark' title='Install Google chrome web browser in Ubuntu'>Install Google chrome web browser in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-google-chrome-chromium-browser-in-ubuntu-10-10-maverick' rel='bookmark' title='Install Google Chrome (Chromium) browser in Ubuntu 10.10 Maverick'>Install Google Chrome (Chromium) browser in Ubuntu 10.10 Maverick</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>Firefox</em> is always the faster browser than IE.Since Google Chrome released,Mozilla Firefox became the tortoise in <em>The Hare and The Tortoise</em> rather than &#8220;fire fox&#8221;.This tutorial shows to how to optimize<a title="install Firefox 3.5 in Ubuntu Linux" href="http://ubuntuguide.net/how-to-install-firefox-35-on-ubuntu"> Firefox </a>and make this faster than <a href="http://ubuntuguide.net/install-google-chrome-web-browser-in-ubuntu">Google Chrome</a>.</p>
<p>1.Install <em>BleachBit</em> which is an open-source program can be used to free disk space.You can install this from Synaptic(<em>System/Administration/Synaptic</em>).<br />
2.In address bar type &#8220;about:config&#8221;(with no quotes),click on <em>&#8220;I&#8217;ll be careful,I promise!&#8221;</em>.Create an <em>Integer</em> by right clicking on anywhere of the window,and select <em>New/Integer</em>.The name is&#8221;content.notify.backoffcount&#8221; (no quotes)and value is <strong>5</strong>.<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/10/optimize_firefox.png"><img class="alignnone size-medium wp-image-1610" title="optimize_firefox" src="http://ubuntuguide.net/wp-content/uploads/2009/10/optimize_firefox-500x278.png" alt="optimize_firefox" width="500" height="278" /></a></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/10/optimize_firefox1.png"><img class="alignnone size-full wp-image-1611" title="optimize_firefox1" src="http://ubuntuguide.net/wp-content/uploads/2009/10/optimize_firefox1.png" alt="optimize_firefox1" width="395" height="167" /></a></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/10/optimize_firefox2.png"><img class="alignnone size-full wp-image-1612" title="optimize_firefox2" src="http://ubuntuguide.net/wp-content/uploads/2009/10/optimize_firefox2.png" alt="optimize_firefox2" width="390" height="163" /></a></p>
<p>Create another <em>Integer</em>:<br />
<em>Name:</em> nglayout.initialpaint.delay<br />
<em>Value: </em> 0<br />
3. <em>Optimize history.</em> Also in &#8220;about:config&#8221; window,search &#8220;browser.history_expire_days&#8221; in <strong>Filter</strong> area.Change its value to 7.This will change how many days history will be stored.<br />
search &#8220;browser.history_expire_days_min&#8221;,change its value to 7(or an other number).<br />
search &#8220;browser.history_expire_sites&#8221; ,change its value so the max number of sites stored in history will be changed.<br />
4.<em>Speed menus.</em> Create <em>new Interger</em>(in &#8220;about:config&#8221; window):<br />
<em>Name:</em> ui.submenuDelay<br />
<em>value:</em> 0<br />
5.<em>Disable IPv6:</em> In &#8220;about:config&#8221; window,search &#8220;network.dns.disableIPv6&#8243; in <strong> Filter</strong> and change its value to <em>True</em>.<br />
6.<em>Enlarge cache space.</em> Assuming you have a 2GB RAM,you can enlarge your cache.In &#8220;about:config&#8221; window,right click on anywhere of the window,navigate to <em>New/Integer</em>.Type in name :<em>browser.cache.memory.capacity</em>,value:<em>32768</em>.<br />
7.<em>Use TraceMonkey JavaScript engine.</em> In &#8220;about:config&#8221; window,search &#8220;javascript.options.jit.chrome&#8221; and &#8220;javascript.options.jit.content&#8221;,change their values to <em>True.</em><br />
8<em>.Optimize TCP.</em> (not support in some servers)<br />
In &#8220;about:config&#8221; window,create following keys:</p>
<p><em>browser.tabs.showSingleWindowModePrefs – true<br />
network.http.max-connections – 48<br />
network.http.max-connections-per-server – 16<br />
network.http.max-persistent-connections-per-proxy – 8<br />
network.http.max-persistent-connections-per-server – 4<br />
network.http.pipelining – true<br />
network.http.pipelining.maxrequests – 8<br />
network.http.proxy.pipelining – true<br />
network.http.request.timeout – 300<br />
content.notify.ontimer &#8211; true<br />
trim_on_minimize &#8211; true (Windows only)<br />
content.interrupt.parsing &#8211; true<br />
content.max.tokenizing.time &#8211; 2250000<br />
content.maxtextrun &#8211; 8191<br />
content.notify.interval &#8211; 750000<br />
content.switch.threshold &#8211; 750000 </em></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/make-your-firefox-running-faster' rel='bookmark' title='Make your Firefox running faster'>Make your Firefox running faster</a></li>
<li><a href='http://ubuntuguide.net/install-google-chrome-web-browser-in-ubuntu' rel='bookmark' title='Install Google chrome web browser in Ubuntu'>Install Google chrome web browser in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-google-chrome-chromium-browser-in-ubuntu-10-10-maverick' rel='bookmark' title='Install Google Chrome (Chromium) browser in Ubuntu 10.10 Maverick'>Install Google Chrome (Chromium) browser in Ubuntu 10.10 Maverick</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/optimize-and-make-firefox-running-faster-than-google-chrome/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remove advertisements and banners from Firefox with Adblock Plus</title>
		<link>http://ubuntuguide.net/remove-advertisements-and-banners-from-firefox-with-adblock-plus</link>
		<comments>http://ubuntuguide.net/remove-advertisements-and-banners-from-firefox-with-adblock-plus#comments</comments>
		<pubDate>Wed, 07 Oct 2009 05:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1558</guid>
		<description><![CDATA[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. Install Adblock Plus add-on from here When you have this installed,right-click on a banner and choose &#8220;Adblock&#8221; from the context menu &#8211; [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/remove-the-history-for-website-just-visited-in-firefox' rel='bookmark' title='Remove the History for website just visited in Firefox'>Remove the History for website just visited in Firefox</a></li>
<li><a href='http://ubuntuguide.net/make-your-firefox-running-faster' rel='bookmark' title='Make your Firefox running faster'>Make your Firefox running faster</a></li>
<li><a href='http://ubuntuguide.net/one-click-to-select-all-in-ubuntu-firefox-address-bar' rel='bookmark' title='One Click to Select all in Ubuntu Firefox address bar'>One Click to Select all in Ubuntu Firefox address bar</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<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.<br />
Install Adblock Plus add-on from <a href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">here</a></p>
<p>When you have this installed,right-click on a banner and choose &#8220;Adblock&#8221; from the context menu &#8211; the banner won&#8217;t be downloaded again. Maybe even replace parts of the banner address with star symbols to block similar banners as well. Or you select a filter subscription when Adblock Plus starts up the first time, then even this simple task will usually be unnecessary: the filter subscription will block most advertisements fully automatically.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/10/adblock.png"><img class="alignnone size-full wp-image-1559" title="adblock" src="http://ubuntuguide.net/wp-content/uploads/2009/10/adblock.png" alt="adblock" width="362" height="182" /></a><br />
<br />
<a href="http://ubuntuguide.net/wp-content/uploads/2009/10/adblock1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2009/10/adblock1.png" alt="adblock1" title="adblock1" width="316" height="197" class="alignnone size-full wp-image-1560" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/remove-the-history-for-website-just-visited-in-firefox' rel='bookmark' title='Remove the History for website just visited in Firefox'>Remove the History for website just visited in Firefox</a></li>
<li><a href='http://ubuntuguide.net/make-your-firefox-running-faster' rel='bookmark' title='Make your Firefox running faster'>Make your Firefox running faster</a></li>
<li><a href='http://ubuntuguide.net/one-click-to-select-all-in-ubuntu-firefox-address-bar' rel='bookmark' title='One Click to Select all in Ubuntu Firefox address bar'>One Click to Select all in Ubuntu Firefox address bar</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/remove-advertisements-and-banners-from-firefox-with-adblock-plus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DownThemAll-A Download Manager extension for Mozilla Firefox</title>
		<link>http://ubuntuguide.net/downthemall-a-download-manager-extension-for-mozilla-firefox</link>
		<comments>http://ubuntuguide.net/downthemall-a-download-manager-extension-for-mozilla-firefox#comments</comments>
		<pubDate>Sun, 04 Oct 2009 01:30:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1524</guid>
		<description><![CDATA[DownThemAll (or just dTa) is a powerful yet easy-to-use Mozilla Firefox extension that adds new advanced download capabilities to your browser. DownThemAll lets you download all the links or images contained in a webpage and much more: you can refine your downloads by fully customizable criteria to get only what you really want. DownThemAll is [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-tab-sidebar-extension-for-mozilla-firefox' rel='bookmark' title='Install Tab Sidebar extension for Mozilla Firefox'>Install Tab Sidebar extension for Mozilla Firefox</a></li>
<li><a href='http://ubuntuguide.net/upgrade-mozilla-firefox-to-the-latest-in-ubuntu-using-ubuntuzilla' rel='bookmark' title='Upgrade Mozilla Firefox to the latest in Ubuntu using Ubuntuzilla'>Upgrade Mozilla Firefox to the latest in Ubuntu using Ubuntuzilla</a></li>
<li><a href='http://ubuntuguide.net/firefox-4-final-coming-soondownload-already-available' rel='bookmark' title='Firefox 4 final coming soon(Download already available)'>Firefox 4 final coming soon(Download already available)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>DownThemAll (or just dTa) is a powerful yet easy-to-use Mozilla Firefox extension that adds new advanced download capabilities to your browser.<br />
DownThemAll lets you download all the links or images contained in a webpage and much more: you can refine your downloads by fully customizable criteria to get only what you really want.<br />
DownThemAll is all you can desire from a download manager: it features an advanced accelerator that increases speed up to 400%, it allows you to pause and resume downloads at any time and, last but not least, it&#8217;s fully integrated into your favorite browser!</p>
<p>Install this extension,just click install in<a href="https://addons.mozilla.org/en-US/firefox/addon/201" target="_blank"> this page</a> and restart your firefox.</p>
<p>Right click on firefox page,and there will be the two options:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/10/downthemall.png"><img class="alignnone size-medium wp-image-1525" title="downthemall" src="http://ubuntuguide.net/wp-content/uploads/2009/10/downthemall-181x360.png" alt="downthemall" width="181" height="360" /></a></p>
<p>Click<a href="http://www.downthemall.net/"> here </a>for more details</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-tab-sidebar-extension-for-mozilla-firefox' rel='bookmark' title='Install Tab Sidebar extension for Mozilla Firefox'>Install Tab Sidebar extension for Mozilla Firefox</a></li>
<li><a href='http://ubuntuguide.net/upgrade-mozilla-firefox-to-the-latest-in-ubuntu-using-ubuntuzilla' rel='bookmark' title='Upgrade Mozilla Firefox to the latest in Ubuntu using Ubuntuzilla'>Upgrade Mozilla Firefox to the latest in Ubuntu using Ubuntuzilla</a></li>
<li><a href='http://ubuntuguide.net/firefox-4-final-coming-soondownload-already-available' rel='bookmark' title='Firefox 4 final coming soon(Download already available)'>Firefox 4 final coming soon(Download already available)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/downthemall-a-download-manager-extension-for-mozilla-firefox/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

