<?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>PhilFreo.com &#187; Apple</title>
	<atom:link href="http://philfreo.com/blog/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://philfreo.com/blog</link>
	<description>The portfolio and blog of Phil Freo, on web design, development, and entrepreneurship.</description>
	<lastBuildDate>Mon, 18 Jan 2010 07:33:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Standalone icons for Prism &amp; Fluid: Gmail, GCal, &amp; Wave</title>
		<link>http://philfreo.com/blog/standalone-icons-for-prism-fluid-gmail-gcal-wave/</link>
		<comments>http://philfreo.com/blog/standalone-icons-for-prism-fluid-gmail-gcal-wave/#comments</comments>
		<pubDate>Tue, 12 May 2009 04:44:39 +0000</pubDate>
		<dc:creator>Phil Freo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>

		<guid isPermaLink="false">http://philfreo.com/blog/?p=67</guid>
		<description><![CDATA[Today I tried Mozilla Prism (cross platform) and Fluid (mac only), both of which are used to create single-site browsers (SSBs).  I especially wanted to use them for GMail and Google Calendar since those are the two web apps I consistently have open in a tab at all times.

I&#8217;m still playing with them both but the first [...]]]></description>
			<content:encoded><![CDATA[<p>Today I tried <a href="http://prism.mozilla.com">Mozilla Prism</a> (cross platform) and <a href="http://fluidapp.com/">Fluid</a> (mac only), both of which are used to create single-site browsers (SSBs).  I especially wanted to use them for GMail and Google Calendar since those are the two web apps I consistently have open in a tab at all times.</p>
<p><span id="more-67"></span></p>
<p>I&#8217;m still playing with them both but the first thing I realized was that they would have to do better than use the 16&#215;16 favicons.  I was able to extract the official high resolution Google icons from the Google Gears desktop shortcuts for GMail and GCal, so they are attached.  These will work for Fluid.  For Prism, you&#8217;ll have to use the PNGs attached.</p>
<p>Later I found <a href="http://csi.nfshost.com/goodies/">Chris Ivarson&#8217;s page</a> with some great icons, but my first couple Google searches didn&#8217;t lead me there, and he doesn&#8217;t have the standard icons that come from Google.</p>
<p><strong>Edit 1: </strong>By the way, I have chosen Fluid because its icon shows me my number of unread messages so I can keep it hidden when I don&#8217;t have new mail&#8230; very helpful.</p>
<p><strong>Edit 2: </strong>By popular request, I just added a Fluid icon for Google Wave also</p>
<p>Attachments: <a href="http://philfreo.com/blog/wp-content/uploads/2009/05/gcal.icns">gcal.icns</a> <a href="http://philfreo.com/blog/wp-content/uploads/2009/05/gmail.icns">gmail.icns</a> <a href="http://philfreo.com/blog/wp-content/uploads/2009/05/google_wave.icns">google_wave.icns</a></p>
<p><img title="gcal.png" src="http://philfreo.com/blog/wp-content/uploads/2009/05/gcal.png" alt="gcal.png" width="128" height="128" /> <img title="gmail.png" src="http://philfreo.com/blog/wp-content/uploads/2009/05/gmail.png" alt="gmail.png" width="128" height="128" /><img title="google wave fluid prism icon" src="http://philfreo.com/blog/wp-content/uploads/2009/05/wave_icon.png" alt="google wave fluid prism icon" width="128" height="128" /></p>
]]></content:encoded>
			<wfw:commentRss>http://philfreo.com/blog/standalone-icons-for-prism-fluid-gmail-gcal-wave/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>On OSX, svn: This client is too old to work with working copy &#8216;.&#8217;; please get a newer Subversion client</title>
		<link>http://philfreo.com/blog/svn-this-client-is-too-old-to-work-with-working-copy-please-get-a-newer-subversion-client/</link>
		<comments>http://philfreo.com/blog/svn-this-client-is-too-old-to-work-with-working-copy-please-get-a-newer-subversion-client/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 17:08:16 +0000</pubDate>
		<dc:creator>Phil Freo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.philfreo.com/blog/?p=51</guid>
		<description><![CDATA[I got this message when trying to use Subversion on OS X through Terminal.
I checked out my svn version using &#8220;svn &#8211;version&#8221; and it said I was using 1.4.4 &#8211; so I decided to update.  Here&#8217;s how&#8230;

Download the latest SVN binaries for OS X and install them just like any other program:
http://svnbinaries.open.collab.net/
Update your system [...]]]></description>
			<content:encoded><![CDATA[<p>I got this message when trying to use Subversion on OS X through Terminal.</p>
<p>I checked out my svn version using &#8220;svn &#8211;version&#8221; and it said I was using 1.4.4 &#8211; so I decided to update.  Here&#8217;s how&#8230;<br />
<span id="more-51"></span></p>
<p>Download the latest SVN binaries for OS X and install them just like any other program:<br />
<a href="http://svnbinaries.open.collab.net/">http://svnbinaries.open.collab.net/</a></p>
<p>Update your system wide path settings by editing /etc/profile through the Terminal:</p>
<pre>$ cd /etc/
$ sudo vi profile</pre>
<p>At the top of the file, add the following line of text, then save and quit vi.</p>
<pre>export PATH=/opt/subversion:$PATH</pre>
<p>Then rename the old binary:</p>
<pre>$ cd /usr/bin
$ sudo mv svn svn.old
$ cd ~
$ svn --version</pre>
<p>And you should see the later version (mine is 1.5.5) and all is good.</p>
<p>Thanks to <a href="http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/">http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://philfreo.com/blog/svn-this-client-is-too-old-to-work-with-working-copy-please-get-a-newer-subversion-client/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Switch to MacBook Pro and OS X</title>
		<link>http://philfreo.com/blog/switch-to-macbook-pro-and-os-x/</link>
		<comments>http://philfreo.com/blog/switch-to-macbook-pro-and-os-x/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 22:24:05 +0000</pubDate>
		<dc:creator>Phil Freo</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.philfreo.com/blog/?p=35</guid>
		<description><![CDATA[A couple months ago I bought my first Mac computer with the release of the new MacBook Pros. The new machine is beautiful and the switch to OS X from Windows has been primarily positive overall.
There were a few things from Windows that I greatly missed, but I found solutions which worked:

Make Safari open new [...]]]></description>
			<content:encoded><![CDATA[<p>A couple months ago I bought my first Mac computer with the release of the new MacBook Pros. The new machine is beautiful and the switch to OS X from Windows has been primarily positive overall.</p>
<p>There were a few things from Windows that I greatly missed, but I found solutions which worked:<br />
<span id="more-35"></span></p>
<p><strong>Make Safari open new windows in new tabs</strong> (especially links in Gmail messages), just like Firefox: <a href="http://hetima.com/safari/stand-e.html" target="_blank">http://hetima.com/safari/stand-e.html</a></p>
<p>My Bluetooth Mouse was extremely difficult to use with the <strong>OS X mouse acceleration settings</strong>.  Fortunately after trying several options I found a program that fixed the problem for me: <a href="http://www.usboverdrive.com/" target="_blank">http://www.usboverdrive.com/</a></p>
<p><strong>Create &#8220;new document&#8221; context menu option in Finder</strong> to create a quick way to make a new Word document or Text document in a specific folder: <a href="http://www.growlichat.com/NuFile.php" target="_blank">http://www.growlichat.com/NuFile.php</a></p>
<p><strong>Combine multiple buddy lists into one in iChat</strong>: <a href="http://www.ksuther.com/chax/" target="_blank">http://www.ksuther.com/chax/</a></p>
<p><strong>Quickly lock your computer like Windows Key + L</strong>: <a href="http://www.gkoya.com/2006/11/23/locktight-for-mac-os-x-intel/">http://www.gkoya.com/2006/11/23/locktight-for-mac-os-x-intel/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://philfreo.com/blog/switch-to-macbook-pro-and-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
