<?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>Big Bad Code &#187; firefox</title>
	<atom:link href="http://bigbadcode.com/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbadcode.com</link>
	<description>Don't blame me, I voted for Kodos</description>
	<lastBuildDate>Wed, 19 Aug 2009 21:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running multiple Firefoxi</title>
		<link>http://bigbadcode.com/2007/04/26/running-multiple-firefoxi/</link>
		<comments>http://bigbadcode.com/2007/04/26/running-multiple-firefoxi/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 23:59:44 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/2007/04/26/running-multiple-firefoxi/</guid>
		<description><![CDATA[I&#8217;ve been getting intermittent slowdowns and occasional lockups of my firefox browser. I suspect it&#8217;s from JS heavy pages/applications leaking memory somewhere but I wasn&#8217;t sure which pages to blame, and didn&#8217;t want to spend alot of time investigating.
Typically I have 3 different browser windows open each with their own batch of tabs:

Personal browser including [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting intermittent slowdowns and occasional lockups of my firefox browser. I suspect it&#8217;s from JS heavy pages/applications leaking memory somewhere but I wasn&#8217;t sure which pages to blame, and didn&#8217;t want to spend alot of time investigating.</p>
<p>Typically I have 3 different browser windows open each with their own batch of tabs:</p>
<ol>
<li>Personal browser including mail, calendar, rss feeds etc.</li>
<li>Work Browser including work wiki&#8217;s, blogs, project management tools, documentation, java applets, applications, etc</li>
<li>Utility browser which has blog posts to read, videos to watch, links emailed to me etc. Basically anything that doesn&#8217;t belong to the other two.</li>
</ol>
<p>The problem with this setup is that instability on any of the browser windows affects them all, causing lost work or time reloading the relevant pages.</p>
<p>Luckily there&#8217;s a solution to this. Firefox has the concept of user <a href="http://www.mozilla.org/support/firefox/profile" target="_blank">profiles</a> which were designed for multiple users on the same machine (family/shared computers etc).  You need to create multiple profiles. To get the profile manager running run this from a command line:</p>
<pre>
"C:Program FilesMozilla Firefoxfirefox.exe" --profilemanager</pre>
<p>Once the manager starts up you can create yourself a couple of different profiles.<br />
Then create shortcuts for each of your profiles on your desktop that look like this:</p>
<pre>
Target = "C:Program FilesMozilla Firefoxfirefox.exe" --P Google -no-remote
Target = "C:Program FilesMozilla Firefoxfirefox.exe" --P Default -no-remote</pre>
<p>Start FF with those shortcuts and you&#8217;ll have two completely separate windows. Now if one of the Windows is misbehaving you can kill it and not worry about the other one. Cool.</p>
<p>More info about the FF command line params can be found <a href="http://kb.mozillazine.org/Command_line_arguments">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2007/04/26/running-multiple-firefoxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
