<?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>EM &#187; profiles</title>
	<atom:link href="http://www.ericm.ca/tag/profiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericm.ca</link>
	<description>Here lies random</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Browsing a single website with multiple logins</title>
		<link>http://www.ericm.ca/2009/09/18/browsing-a-single-website-with-multiple-logins/</link>
		<comments>http://www.ericm.ca/2009/09/18/browsing-a-single-website-with-multiple-logins/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:51:14 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[logins]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[profiles]]></category>

		<guid isPermaLink="false">http://ericm.ca/?p=78</guid>
		<description><![CDATA[Ever wanted to browse a website with multiple logins simultaneously? Perhaps you have two Gmail accounts whose inboxes you&#8217;d like to monitor at the same time. Or maybe you want to surf several Facebook accounts without having to log off one before being able to sign in another. Here&#8217;s a simple 2-step tutorial on how [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ericm.ca%2F2009%2F09%2F18%2Fbrowsing-a-single-website-with-multiple-logins%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ericm.ca%2F2009%2F09%2F18%2Fbrowsing-a-single-website-with-multiple-logins%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Ever wanted to browse a website with multiple logins <em>simultaneously</em>? Perhaps you have two Gmail accounts whose inboxes you&#8217;d like to monitor at the same time. Or maybe you want to surf several Facebook accounts without having to log off one before being able to sign in another. </p>
<p>Here&#8217;s a simple 2-step tutorial on how to use multiple accounts for a single website using the <a href="http://www.mozilla.com/firefox/">Firefox</a> web browser. <span id="more-78"></span></p>
<h2>Opening multiple Firefox browsers</h2>
<p>When you&#8217;re using Firefox, or any other internet browser for that matter, it is executed from a <em>single process</em> no matter how many new windows you open. So if you&#8217;re logged into Gmail with <em>joe@gmail.com</em> and then you open a new Firefox window (<strong class="code">Ctrl+N</strong>) pointed to Gmail.com, it will still display Joe&#8217;s inbox. You won&#8217;t be able to sign in to another Gmail without first signing out of Joe. That&#8217;s where multiple Firefox processes comes into play. However, we&#8217;re first going to take a look at <em>Firefox profiles</em> and how it will help solve our problem.</p>
<h3>What is a Firefox profile?</h3>
<p>Here is Firefox&#8217;s take on <a href="http://support.mozilla.com/en-US/kb/Profiles">profiles</a>:</p>
<blockquote><p> Any changes you make while using Firefox are stored in files so that they can be used the next time you run Firefox. These changes can be obvious, like your home page, or changes you&#8217;ve made to the toolbar, but also include things like your history, what sites you&#8217;ve visited, and text you&#8217;ve entered into forms like search fields. They&#8217;re all stored in the same location, called a profile folder.</p></blockquote>
<p>From what I have learned, each Firefox profile is executed from its own process. Therefore, the question now is: how do I open multiple Firefox profiles? I&#8217;ll answer this in 2 simple steps.</p>
<h2>The 2-step method</h2>
<h3>1. Create a Firefox profile</h3>
<div id="attachment_104" class="wp-caption aligncenter" style="width: 385px"><img src="http://ericm.ca/wp-content/uploads/2009/09/firefox_profile_manager1.png" alt="Firefox profile manager displaying 3 profiles." title="Firefox Profile Manager" width="375" height="269" class="size-full wp-image-104" /><p class="wp-caption-text">Firefox profile manager displaying 3 profiles.</p></div>To create a Firefox profile, you will need to run the profile manager. Close Firefox and click <strong class="location">Start > Run</strong>. Type <strong class="location">firefox.exe -p</strong> and open it up. By default, the profile you are currently using is called just that &#8211; default. Go ahead and create some new profiles. In this example, I have created two additional profiles called <em>1</em> and <em>2</em>.</p>
<h3>2. Open the profiles</h3>
<p>When you first launch your Firefox browser, it will automatically load your default profile. To open your other profiles, again click <strong class="location">Start > Run</strong> and type:</p>
<blockquote><p><strong class="location">firefox.exe -p <strong>PROFILENAME</strong> -no-remote</strong></p></blockquote>
<p>Be sure to change <em>PROFILENAME</em> to whatever you named your profile. You can repeat this step again to open any other profiles you may have created. To continue on with my example, I executed both: <strong class="location">firefox.exe -p 1 -no-remote</strong> and <strong class="location">firefox.exe -p 2 -no-remote</strong></p>
<p><div id="attachment_110" class="wp-caption aligncenter" style="width: 520px"><img src="http://ericm.ca/wp-content/uploads/2009/09/windows_task_manager.png" alt="Windows Task Manager (launched with Ctrl+Alt+Delete) displaying multiple Firefox processes" title="Windows Task Manager" width="510" height="455" class="size-full wp-image-110" /><p class="wp-caption-text">Windows Task Manager (Ctrl+Alt+Del) displaying multiple Firefox processes</p></div>
<p>The last thing I&#8217;d like to mention is that whichever profile you executed last will be the first to launch the next time you open Firefox.</p>
<p>Have fun browsing your multiple accounts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericm.ca/2009/09/18/browsing-a-single-website-with-multiple-logins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
