<?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 migrate from Internet Explorer to Firefox</title>
	<atom:link href="http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 17:52:36 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank Huber</title>
		<link>http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-101006</link>
		<dc:creator>Frank Huber</dc:creator>
		<pubDate>Wed, 14 Mar 2007 04:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-101006</guid>
		<description>I guess I confused everyone by using 0D for CR and 0A for LF = line feed = newline code.  I should&#039;ve said that most DOS-oriented editors (like Kedit) default to terminating each line with a carriage return AND a line feed.  

After posting, I examined Firefox&#039;s cookie.txt file and saw only line feeds (newline codes to Unixheads ;) ).  Also, I saw tabs representing whitespace.

Once I told my editor to output only line feeds -- and just to be sure, I also told it to output all whitespace as tabs -- Firefox accepted my edited cookie.txt file as if it was its own child.  Success!  Thanks, Martin, for getting me started.</description>
		<content:encoded><![CDATA[<p>I guess I confused everyone by using 0D for CR and 0A for LF = line feed = newline code.  I should&#8217;ve said that most DOS-oriented editors (like Kedit) default to terminating each line with a carriage return AND a line feed.  </p>
<p>After posting, I examined Firefox&#8217;s cookie.txt file and saw only line feeds (newline codes to Unixheads ;) ).  Also, I saw tabs representing whitespace.</p>
<p>Once I told my editor to output only line feeds &#8212; and just to be sure, I also told it to output all whitespace as tabs &#8212; Firefox accepted my edited cookie.txt file as if it was its own child.  Success!  Thanks, Martin, for getting me started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-100937</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 13 Mar 2007 17:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-100937</guid>
		<description>Frank I only tested it with IE 6.0 and that browser did not add hex values to the cookies.txt file.</description>
		<content:encoded><![CDATA[<p>Frank I only tested it with IE 6.0 and that browser did not add hex values to the cookies.txt file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Huber</title>
		<link>http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-100935</link>
		<dc:creator>Frank Huber</dc:creator>
		<pubDate>Tue, 13 Mar 2007 17:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-100935</guid>
		<description></description>
		<content:encoded><![CDATA[<p>I could not migrate my cookies from IE5.5 to FF2.0, even though I did everything according to Martin&#8217;s recipe.  The cookies.txt file exported from IE contained hex 0D 0A 0D 0A (CR LF CR LF) between every pair of lines, and my text editor (Kedit) retained that structure.</p>
<p>I placed a . before each cookie description that didn&#8217;t start with www. and deleted a few descriptions for cookies that I no longer wanted.</p>
<p>I had just installed FF 2.0, and had used it only  once (to search for how to migrate my cookies), so I renamed the existing cookies.txt as cookies.jnk and copied the edited cookie file to my profile folder.</p>
<p>The upshot:  No cookies are visible to FF.</p>
<p>P.S.:   Nathan, FF 2.0 did NOT prompt me to transfer my cookies, only my bookmarks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-97603</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 28 Feb 2007 03:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-97603</guid>
		<description>Well, if you install FF for the first time, you are prompted to transfer your settings: cookies, bookmarks, etc.  So, I guess you could reinstall firefox or delete your current profile/reinstall to import everything automatically.</description>
		<content:encoded><![CDATA[<p>Well, if you install FF for the first time, you are prompted to transfer your settings: cookies, bookmarks, etc.  So, I guess you could reinstall firefox or delete your current profile/reinstall to import everything automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-97480</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 27 Feb 2007 20:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-97480</guid>
		<description>I suppose this is only working with firefox settings ? Nice idea though, will be taking a look at it soon. 

Thanks for all your tips and recommendations, they are really valuable to me..</description>
		<content:encoded><![CDATA[<p>I suppose this is only working with firefox settings ? Nice idea though, will be taking a look at it soon. </p>
<p>Thanks for all your tips and recommendations, they are really valuable to me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netking</title>
		<link>http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-97466</link>
		<dc:creator>netking</dc:creator>
		<pubDate>Tue, 27 Feb 2007 18:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/02/27/how-to-migrate-from-internet-explorer-to-firefox/#comment-97466</guid>
		<description>An other alternative would be to install google browser sync extension.

This extension stores all your firefox related stuff like cookies, saved passwords, cache, history on google servers... The only sync it doesn&#039;t store is your local settings (extensions).

This is really practical, as you just have to install the extension to &quot;feel  at home&quot; on any Firefox, just by installing the extension.

You have to have a google account to use this and if your concerned about privacy with Google storing personal data, just skip the tip !</description>
		<content:encoded><![CDATA[<p>An other alternative would be to install google browser sync extension.</p>
<p>This extension stores all your firefox related stuff like cookies, saved passwords, cache, history on google servers&#8230; The only sync it doesn&#8217;t store is your local settings (extensions).</p>
<p>This is really practical, as you just have to install the extension to &#8220;feel  at home&#8221; on any Firefox, just by installing the extension.</p>
<p>You have to have a google account to use this and if your concerned about privacy with Google storing personal data, just skip the tip !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
