<?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>Juggling Eggs &#187; Mac</title>
	<atom:link href="http://sonnygill.net/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Sat, 17 Apr 2010 17:28:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Run multiple Firefox profiles as separate Applications on Mac</title>
		<link>http://sonnygill.net/mac/mac-multiple-firefox-profiles/</link>
		<comments>http://sonnygill.net/mac/mac-multiple-firefox-profiles/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:24:09 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=232</guid>
		<description><![CDATA[A visual guide to running multiple Firefox profiles as separate applications on Snow Leopard.]]></description>
			<content:encoded><![CDATA[<p>Here is a visual guide to creating multiple <strong>Firefox profiles</strong> and set them up to run like separate applications on Snow Leopard.</p>
<h3>Creating a new Firefox profile</h3>
<p>Open terminal and execute the following command:</p>
<pre class="brush: plain;">
/Applications/Firefox.app/Contents/MacOS/firefox-bin --ProfileManager
</pre>
<p>This should bring up the Firefox Profile Manager -</p>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/firefox-profile-manager.png" border="0" alt="Firefox_Profile_manager.png" width="610" height="432" /></div>
<p>Go ahead and create a brand new profile.</p>
<h3>Using Automator to run the new Firefox profile as an application</h3>
<p>Now, on to creating a proper Mac application to run Firefox with your chosen profile.<span id="more-232"></span></p>
<ol>
<li> Open Automator</li>
<li> Choose File -&gt; New -&gt; Application
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/automator.png" border="0" alt="Automator.png" width="700" height="468" /></div>
</li>
<li> Choose Utilities group under Library</li>
<li> Drag Run Shell Script to the workflow pane on the right</li>
<li> Paste the following script:
<pre class="brush: plain;">
/Applications/Firefox.app/Contents/MacOS/firefox-bin -P MyProfile -no-remote &amp;amp;amp;amp;&amp;amp;amp;gt; /dev/null &amp;amp;amp;amp;
</pre>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/utilities-run-shell-script-1.png" border="0" alt="Utilities_run_shell_script-1.png" width="700" height="240" /></div>
<p><em>Replace MyProfile with the name of the profile you created earlier</em></li>
<li> Choose File &#8211; Save As, and save it wherever you want to keep it. Leave the File Format as Application in the Save dialog.</li>
</ol>
<h3>Making it pretty &#8211; Changing the Application icon</h3>
<ul>
<li> Right click on the saved file and choose Get Info ( or use Cmd + I ) to bring up the Info window.<br />
Make sure that it is not locked (bottom right corner) -</p>
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/firefox-get-info.png" border="0" alt="Firefox_get_info.png" width="237" height="654" /></div>
</li>
<li> Open Finder and go to /Applications/Firefox.app/Contents/Resources directory.
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/mac-firefox-icon.png" border="0" alt="mac_firefox_icon.png" width="600" height="190" /></div>
</li>
<li> Open firefox.icns file in Preview (just double click it).</li>
<li> Click on the image shown in the main Preview pane, copy it using Ctrl &#8211; C, click on the icon in the top of Info window and paste it using Ctrl &#8211; V.
<div style="text-align:center"><img src="http://sonnygill.net/wp_content/files/2009/12/copy-firefox-icon.png" border="0" alt="Copy_firefox_icon.png" width="600" height="296" /></div>
</li>
</ul>
<p>And that is it, your new Firefox <em>Application</em> is ready to go. You can open this even when you have the default Firefox running. And, of course, you can create as many such application as you like.</p>
<p>If you&#8217;d like to give different icons to different profiles, just download an icon set and use that with the above steps. One of my favourites is <a href="http://leo6247.deviantart.com/art/Carbon-Firefox-109314348">Carbon Firefox</a>, or try a <a href="http://images.google.com/images?as_q=firefox&amp;imgsz=i">Google search for icons</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/mac/mac-multiple-firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually resuming a download in Safari</title>
		<link>http://sonnygill.net/mac/manually-resume-download-isafari/</link>
		<comments>http://sonnygill.net/mac/manually-resume-download-isafari/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 16:36:17 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[safari macos]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=222</guid>
		<description><![CDATA[Sometimes you need to manually resume a download in Safari, but you can&#8217;t, because the download url was part of a session that has expired.
Mac OS X hints has a handy tip on how to resume a download after Safari crashes &#8211; Resuming a download after Safari crashes.
With a slight modification to that process, you [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you need to manually resume a download in Safari, but you can&#8217;t, because the download url was part of a session that has expired.<br />
Mac OS X hints has a handy tip on how to resume a download after Safari crashes &#8211; <a title="Resuming a download after Safari crashes" href="http://www.macosxhints.com/article.php?story=20040227044324958">Resuming a download after Safari crashes</a>.</p>
<p>With a slight modification to that process, you can manually resume a download that requires a session, for example by requiring you to log in to a website.</p>
<p>Follow the same steps as in the hint above, and after starting and stopping the download, copy the following two items (substitute the urls from the info.plist in the new download file) to the info.plist in the old download that you want to resume -</p>
<blockquote><p>&lt;key&gt;NSURLDownloadURL&lt;/key&gt;<br />
&lt;string&gt;http://www.mypatchsite.com/patch.sit&lt;/string&gt;</p>
<p>&lt;key&gt;DownloadEntryURL&lt;/key&gt;<br />
&lt;string&gt;http://www.mypatchsite.com/patch.sit&lt;/string&gt;</p></blockquote>
<p>Now open the old download package in Safari, and it should be able to continue the download from where you left it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/mac/manually-resume-download-isafari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
