<?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"
	>

<channel>
	<title>TechTips..</title>
	<atom:link href="http://techtips.shankyonline.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtips.shankyonline.com</link>
	<description>Some neat tips &#38; tricks..</description>
	<pubDate>Thu, 12 Jun 2008 01:25:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>The Power of Firefox Profiles</title>
		<link>http://techtips.shankyonline.com/2008/06/the-power-of-firefox-profiles/</link>
		<comments>http://techtips.shankyonline.com/2008/06/the-power-of-firefox-profiles/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 22:11:56 +0000</pubDate>
		<dc:creator>Shanky</dc:creator>
		
		<category><![CDATA[Tips &amp; tricks]]></category>

		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://techtips.shankyonline.com/?p=3</guid>
		<description><![CDATA[The poster child of the OSS comunity and everybody&#8217;s favorite browser Firefox has a powerful weapon in its arsenal against internet explorer, namely the extensibility provided by &#8220;Addons&#8221;. Using addons, firefox can take any Avatar, from being &#8220;just a good browser&#8221; to being a &#8220;complete social browser (flock)&#8221; to being a &#8220;fully customizable web development [...]]]></description>
			<content:encoded><![CDATA[<p>The poster child of the OSS comunity and everybody&#8217;s favorite browser Firefox has a powerful weapon in its arsenal against internet explorer, namely the extensibility provided by &#8220;Addons&#8221;. Using addons, firefox can take any Avatar, from being &#8220;just a good browser&#8221; to being a &#8220;complete social browser (flock)&#8221; to being a &#8220;fully customizable web development IDE&#8221; to being a &#8220;fully featured productivity and communication tool&#8221; and so on&#8230; I personally use a lot of addons related to web development and social bookmarking.</p>
<p>But with great power comes greater problems. The use of a lot of addons leads to clutter resulting in reduced viewspace&#8230; which sucks. Also lots of addons running in background reduces the performance. Is there a solution to this seemingly unavoidable problem?</p>
<p>The solution comes in the form of a hidden feature of Firefox called &#8220;Profiles&#8221;. It comes to bear on the fact that we don&#8217;t always want all the addons all the time. Like, we don&#8217;t need the web developer addon when we are browsing normally. Using the &#8220;Profiles&#8221; feature of firefox, we can create multiple profiles each with its own set of extensions, themes, bookmarks, history, password, options etc,. Shown below is an example of two different profiles in my computer.</p>
<p><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_default.jpg"><img class="alignleft size-medium wp-image-4" style="float: left;" title="FF Default Profile example" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_default-300x187.jpg" alt="Default Profile" width="330" height="187" /></a><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_devfox.jpg"><img class="alignright size-medium wp-image-5" style="float: right;" title="FF DevFox profile example" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_devfox-300x187.jpg" alt="Web Development Profile" width="330" height="187" /></a></p>
<p style="clear:both">
<h2><strong>What&#8217;s possible &#8230;.</strong></h2>
<ul>
<li>Create different profiles for different uses like web developement, browsing, etc,.</li>
<li>Create secure profile without any addons exclusively for financial transactions, banking, etc,.</li>
<li>Create hidden profiles with hidden profile folder locations for other nefarious activities you dont want others to find out.</li>
</ul>
<h2><strong>What not possible &#8230;</strong></h2>
<ul>
<li>Running multiple profiles simultaneously. You need to close all firefox windows to start another profile. Otherwise, even if you try to start a different profile, only a new window in the currently running profile opens.</li>
</ul>
<h2><strong>How to create&#8230;</strong></h2>
<p>So enough of the talk. Now that I&#8217;ve told what you can and cannot do with this feature, let me go ahead and give you a short walkthru on how to create and use profiles.</p>
<p>In this example, I am going to create a seperate profile for web development.</p>
<p><span style="color: #3366ff;"><strong>STEP 1: Open Firefox Profile Manager</strong></span></p>
<p>The Firefox Profile Manager is used to manage all profiles. To open the profile manager, click Start&gt;Run and in the Run Window type &#8220;<strong>Firefox.exe -P</strong>&#8221; as shown.</p>
<p><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/start_run.jpg"><img class="alignleft size-medium wp-image-15" style="float: left;" title="start_run" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/start_run-300x181.jpg" alt="Start Run" width="300" height="181" /></a><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_00.jpg"><img class="alignright size-medium wp-image-6" style="float: right;" title="ff_profile_00" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_00-300x153.jpg" alt="Open Profile manager" width="330" height="153" /></a></p>
<p style="clear:both">
<p>The Profile manager opens.</p>
<p><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_01.jpg"><img class="size-medium wp-image-7" style="vertical-align: middle;" title="ff_profile_01" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_01-300x216.jpg" alt="Firefox Profile manager" width="300" height="216" /></a></p>
<p>The Profile manager can be used to create, delete, rename and start profiles. When <strong>&#8220;don&#8217;t ask at startup</strong>&#8221; option is selected, then clicking on a normal firefox icon will start the profile that is highlighted in the manager.</p>
<p><span style="color: #0000ff;"><strong>STEP 2: Create a new Profile</strong></span></p>
<p>Click on the <strong>&#8220;Create Profile&#8221;</strong> button to start <strong>&#8220;Create Profile Wizard&#8221;</strong>. Click next.</p>
<p><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_02.jpg"><img class="aligncenter size-medium wp-image-8" title="ff_profile_02" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_02-300x228.jpg" alt="Create Profile Wizard" width="300" height="228" /></a></p>
<p>Enter a name for the profile. In the example I&#8217;ve used the name &#8220;DevFox&#8221;. Below you can choose your Profile folder location. You can either use the default location indicated or choose your own secret location. Click Finish.</p>
<p><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_03.jpg"><img class="aligncenter size-medium wp-image-9" title="ff_profile_03" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_03-300x227.jpg" alt="Create Profile Wizard (Profile Name)" width="300" height="227" /></a></p>
<p>Now you can see the new profile in the Profile Manager window. Now you can start the new profile by selecting it and clicking &#8220;Start Firefox&#8221;. Now you can customize the new profile from scratch.</p>
<p><a href="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_04.jpg"><img class="aligncenter size-medium wp-image-10" title="ff_profile_04" src="http://techtips.shankyonline.com/wp-content/uploads/2008/06/ff_profile_04-300x217.jpg" alt="Profile Manager with new Profile" width="300" height="217" /></a></p>
<h2><strong>How to start &#8230;</strong><strong><br />
</strong></h2>
<p>There are a lot of ways to start a profile.</p>
]]></content:encoded>
			<wfw:commentRss>http://techtips.shankyonline.com/2008/06/the-power-of-firefox-profiles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get set gO!</title>
		<link>http://techtips.shankyonline.com/2008/06/get-set-go/</link>
		<comments>http://techtips.shankyonline.com/2008/06/get-set-go/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 02:53:45 +0000</pubDate>
		<dc:creator>Shanky</dc:creator>
		
		<category><![CDATA[general]]></category>

		<category><![CDATA[intro]]></category>

		<guid isPermaLink="false">http://techtips.shankyonline.com/?p=1</guid>
		<description><![CDATA[The very first TechTips post.
]]></description>
			<content:encoded><![CDATA[<p>The very first TechTips post.</p>
]]></content:encoded>
			<wfw:commentRss>http://techtips.shankyonline.com/2008/06/get-set-go/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
