<?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>Compiled Thoughts by John Ciacia &#187; firefox</title>
	<atom:link href="http://www.johnciacia.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnciacia.com</link>
	<description>Science, Technology, and Beyond</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Multiple Firefox Profiles</title>
		<link>http://www.johnciacia.com/2009/06/29/multiple-firefox-profiles/</link>
		<comments>http://www.johnciacia.com/2009/06/29/multiple-firefox-profiles/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:15:47 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.johnciacia.com/?p=185</guid>
		<description><![CDATA[Whether you are sharing a computer with a roommate or are afraid you will screw something up while developing a Firefox extension &#8211; it is a good idea to have multiple Firefox profiles. I use one profile for general browsing, another while I&#8217;m doing web development, and another while I am doing Firefox development. Each [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you are sharing a computer with a roommate or are afraid you will screw something up while developing a Firefox extension &#8211; it is a good idea to have multiple Firefox profiles. I use one profile for general browsing, another while I&#8217;m doing web development, and another while I am doing Firefox development. Each profile has a different set of favorites and extensions installed on it. Each profile is setup for it&#8217;s particular task. Creating a profile is simple.</p>
<p>1. Close out of all Firefox windows<br />
2. Open up a command prompt and type </p>
<blockquote><p>&#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; &#8211;profilemanager</p></blockquote>
<p><a href="http://www.johnciacia.com/wp-content/uploads/2009/06/1_cmd.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/1_cmd-300x100.jpg" alt="1_cmd" title="1_cmd" width="300" height="100" class="aligncenter size-medium wp-image-186" /></a><br />
3. This will start the Firefox profile manager. Click &#8220;Create Profile&#8230;&#8221;<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/2_profilemanager.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/2_profilemanager-300x215.jpg" alt="2_profilemanager" title="2_profilemanager" width="300" height="215" class="aligncenter size-medium wp-image-187" /></a><br />
4. This will start the profile wizard. Click the Next button.<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/3_profilewizard.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/3_profilewizard-300x226.jpg" alt="3_profilewizard" title="3_profilewizard" width="300" height="226" class="aligncenter size-medium wp-image-188" /></a><br />
5. Enter your profile name. I will be using &#8220;dev&#8221; for development.<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/4_profilewizard.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/4_profilewizard-300x226.jpg" alt="4_profilewizard" title="4_profilewizard" width="300" height="226" class="aligncenter size-medium wp-image-189" /></a><br />
6. Your profile has been created.<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/5_profilemanager.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/5_profilemanager-300x215.jpg" alt="5_profilemanager" title="5_profilemanager" width="300" height="215" class="aligncenter size-medium wp-image-190" /></a><br />
7. Now you can create a shortcut on your desktop that will open up Firefox using this profile. For the item location, use:<br />
<blockquote>&#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; -P &#8220;dev&#8221;</p></blockquote>
<p> The -P selects the profile &#8220;dev.&#8221; Replace dev with the value you used in step 5.</p>
<p>Note: Only one profile can be open at a time. That is, if you open Firefox using your default profile, then click on the newly created shortcut &#8211; Firefox will open using your default profile.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnciacia.com/2009/06/29/multiple-firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Useful Firefox Keyboard Shortcuts</title>
		<link>http://www.johnciacia.com/2009/04/24/5-useful-firefox-keyboard-shortcuts/</link>
		<comments>http://www.johnciacia.com/2009/04/24/5-useful-firefox-keyboard-shortcuts/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 03:37:58 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.johnciacia.com/?p=47</guid>
		<description><![CDATA[If you are like me, you avoid using your mouse. So here are a few shortcuts in Firefox I have recently discovered which have lessened my dependence on it. Ctrl + L Select location bar Ctrl + K Focus web search Ctrl + Shift + T Undo close tab Ctrl + [Shift + ] Tab [...]]]></description>
			<content:encoded><![CDATA[<p>If you are like me, you avoid using your mouse. So here are a few shortcuts in Firefox I have recently discovered which have lessened my dependence on it.</p>
<table style="height: 113px;" border="0" width="427">
<tbody>
<tr>
<td><em>Ctrl + L</em></td>
<td>Select location bar</td>
</tr>
<tr>
<td><em>Ctrl + K</em></td>
<td>Focus web search</td>
</tr>
<tr>
<td><em>Ctrl + Shift + T</em></td>
<td>Undo close tab</td>
</tr>
<tr>
<td><em>Ctrl + [Shift + ] Tab</em></td>
<td>Tab forward/backward through tabs</td>
</tr>
<tr>
<td><em>Alt + Left/Right arrow</em></td>
<td>Backward/Forward</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<p>Alt + Left arrow actually goes back in Ubuntu! Another one of my favorite shortcuts is Ctrl + D + Enter. Try it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnciacia.com/2009/04/24/5-useful-firefox-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.johnciacia.com @ 2012-02-05 10:54:00 -->
