<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to make your Firefox load faster at startup</title>
	<atom:link href="http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/</link>
	<description>Concise and Accurate News Every Day</description>
	<lastBuildDate>Mon, 13 Feb 2012 05:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kujtim</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-11748</link>
		<dc:creator>Kujtim</dc:creator>
		<pubDate>Sun, 22 Jan 2012 18:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-11748</guid>
		<description>It didnt work on windows 7 ultimate</description>
		<content:encoded><![CDATA[<p>It didnt work on windows 7 ultimate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin may</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-6377</link>
		<dc:creator>kevin may</dc:creator>
		<pubDate>Mon, 05 Jul 2010 10:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-6377</guid>
		<description>it works on windows 7</description>
		<content:encoded><![CDATA[<p>it works on windows 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin M</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-6364</link>
		<dc:creator>Martin M</dc:creator>
		<pubDate>Fri, 02 Jul 2010 21:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-6364</guid>
		<description>As @s3m4ph0r3 points out, you&#039;ll get FileNotFound exceptions from UPX if you cut and paste the the command shown in step 10.  The problem is the quotes are not the ASCII &quot; character, but rather are the Unicode UTF character codes for “ and ” which are quotation-mark-left-double-reversed comma and quotation-mark-right-double comma respectively.  The correct command is:

&lt;strong&gt;&lt;code&gt;
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx &quot;C:\Program Files\Mozilla Firefox\%v&quot;
&lt;/code&gt;&lt;/strong&gt;

Using this got rid of all but one UPX error. The remain one was that it couldn&#039;t compress one file.  I thought that would be OK, but Firefox 3.6.6 would crash when starting afterwards.

I&#039;m not going to purse this any further, but would suggest that you back up your &quot;C:\Program Files\Mozilla Firefox&quot; folder before trying this tip to make it easy to restore things if it doesn&#039;t work for you...</description>
		<content:encoded><![CDATA[<p>As @s3m4ph0r3 points out, you&#8217;ll get FileNotFound exceptions from UPX if you cut and paste the the command shown in step 10.  The problem is the quotes are not the ASCII &#8221; character, but rather are the Unicode UTF character codes for “ and ” which are quotation-mark-left-double-reversed comma and quotation-mark-right-double comma respectively.  The correct command is:</p>
<p><strong><code><br />
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx "C:\Program Files\Mozilla Firefox\%v"<br />
</code></strong></p>
<p>Using this got rid of all but one UPX error. The remain one was that it couldn&#8217;t compress one file.  I thought that would be OK, but Firefox 3.6.6 would crash when starting afterwards.</p>
<p>I&#8217;m not going to purse this any further, but would suggest that you back up your &#8220;C:\Program Files\Mozilla Firefox&#8221; folder before trying this tip to make it easy to restore things if it doesn&#8217;t work for you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin M</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-6363</link>
		<dc:creator>Martin M</dc:creator>
		<pubDate>Fri, 02 Jul 2010 19:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-6363</guid>
		<description>@jad:  In a nutshell, the command compresses the Windows executables and Dynamic Link Libraries in the current and listed subfolders using the UPX utility.

I believe the idea is that they will then all load faster because of their new smaller compressed file sizes.</description>
		<content:encoded><![CDATA[<p>@jad:  In a nutshell, the command compresses the Windows executables and Dynamic Link Libraries in the current and listed subfolders using the UPX utility.</p>
<p>I believe the idea is that they will then all load faster because of their new smaller compressed file sizes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-4694</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-4694</guid>
		<description>Here is another performance tip for Firefox.

http://chrisbarba.wordpress.com/2009/03/25/optimize-firefox-speed-it-up/
.-= Chris´s last blog ..&lt;a href=&quot;http://chrisbarba.wordpress.com/2010/01/06/windows-7-godmode-or-32bit-vista/&quot; rel=&quot;nofollow&quot;&gt;Windows 7 GodMode (or 32bit Vista)&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Here is another performance tip for Firefox.</p>
<p><a href="http://chrisbarba.wordpress.com/2009/03/25/optimize-firefox-speed-it-up/" rel="nofollow">http://chrisbarba.wordpress.com/2009/03/25/optimize-firefox-speed-it-up/</a><br />
.-= Chris´s last blog ..<a href="http://chrisbarba.wordpress.com/2010/01/06/windows-7-godmode-or-32bit-vista/" rel="nofollow">Windows 7 GodMode (or 32bit Vista)</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delly</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-4484</link>
		<dc:creator>Delly</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-4484</guid>
		<description>It is supposed to be a command...I guess there is nothing to understand!</description>
		<content:encoded><![CDATA[<p>It is supposed to be a command&#8230;I guess there is nothing to understand!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jad</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-4483</link>
		<dc:creator>jad</dc:creator>
		<pubDate>Sat, 12 Dec 2009 10:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-4483</guid>
		<description>i did not understand the meaning of                &quot; for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v” and hit Enter.     &quot;
what do you mean by this?</description>
		<content:encoded><![CDATA[<p>i did not understand the meaning of                &#8221; for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v” and hit Enter.     &#8221;<br />
what do you mean by this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s3m4ph0r3</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-4444</link>
		<dc:creator>s3m4ph0r3</dc:creator>
		<pubDate>Thu, 03 Dec 2009 23:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-4444</guid>
		<description>I kept getting FileNotFoundExceptions.

I had to use the following command for it to work.

for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx C:\Progra~1\Mozill~1\%v</description>
		<content:encoded><![CDATA[<p>I kept getting FileNotFoundExceptions.</p>
<p>I had to use the following command for it to work.</p>
<p>for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx C:\Progra~1\Mozill~1\%v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-3923</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Sat, 10 Oct 2009 01:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-3923</guid>
		<description>Thanks so much for the instructions. Excellent! It does work on Windows XP SP3.</description>
		<content:encoded><![CDATA[<p>Thanks so much for the instructions. Excellent! It does work on Windows XP SP3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blah</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-3743</link>
		<dc:creator>blah</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-3743</guid>
		<description>Does this work for windows XP? The instructions seem to be a little confusing:(...Please clarify!</description>
		<content:encoded><![CDATA[<p>Does this work for windows XP? The instructions seem to be a little confusing:(&#8230;Please clarify!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://www.webtlk.com/2009/04/25/how-to-make-your-firefox-load-faster-at-startup/comment-page-1/#comment-3595</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Sun, 02 Aug 2009 15:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtlk.com/?p=5489#comment-3595</guid>
		<description>Does this work on mac os x?</description>
		<content:encoded><![CDATA[<p>Does this work on mac os x?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/14 queries in 0.011 seconds using disk: basic
Object Caching 338/339 objects using disk: basic

Served from: www.webtlk.com @ 2012-02-13 07:25:34 -->
