<?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>I'm a Richardson, RU? &#187; Apple/Macintosh</title>
	<atom:link href="http://www.imarichardson.com/cat/applemacintosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imarichardson.com</link>
	<description>(ugh...really cool tagline goes here)</description>
	<lastBuildDate>Sat, 21 Aug 2010 16:36:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OSX SVN woes: client is too old to work with working copy</title>
		<link>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/</link>
		<comments>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 15:07:24 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[Programming &#038; Development]]></category>
		<category><![CDATA[osx leopard troubleshooting subversion svn]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/?p=216</guid>
		<description><![CDATA[If you are caught somewhere between subversion 1.4  and 1.5 then you&#8217;ll suddenly find yourself one day presented with the message: 
svn: This client is too old to work with working copy; please get a newer Subversion client
I originally found myself here while beta testing a new subversion client and inadvertently clicking &#8220;yes&#8221; I want to upgrade my working [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://subversion.tigris.org"><img class="alignleft size-full wp-image-217" title="subversion" align="left" src="http://www.imarichardson.com/wp-content/uploads/subversion.png" alt="" width="84" height="59" /></a>If you are caught somewhere between subversion 1.4  and 1.5 then you&#8217;ll suddenly find yourself one day presented with the message: <br/><br/></p>
<div class="codecolorer-container ruby vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="ruby codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">svn: This client is too old to work with working copy; please get a newer Subversion client</div></div>
<p>I originally found myself here while beta testing a new subversion client and inadvertently clicking &#8220;yes&#8221; I want to upgrade my working directory. But that&#8217;s another story. Here&#8217;s what I did (I&#8217;m running Mac OSX 10.5 Leopard):</p>
<p> </p>
<ol>
<li><strong>Download and install the Subversion 1.5 binaries</strong> from <a title="OpenCollabNet" href="http://downloads.open.collab.net/binaries.html" target="_blank">OpenCollabNet</a> (via http://subversion.tigris.org/getting.html#osx). Once you download the .dmg, simply run the installer like you&#8217;d normally do any installer. You&#8217;d imagine that this would be all but it&#8217;s not because the new subversion installs to /opt/subversion/bin rather than /usr/bin.</li>
<li><strong>Update your path</strong> by either editing the &#8220;~/.profile&#8221; (for your individual user profile) or &#8220;/etc/profile&#8221; (for all system users). I chose to do this for my system as I used several accounts for different purposes. If the file doesn&#8217;t exist you need to create it. Then add the following line to the top of the file: 
<div class="codecolorer-container ruby vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="ruby codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">export PATH=<span style="color:#006600; font-weight:bold;">/</span>opt<span style="color:#006600; font-weight:bold;">/</span>subversion:$PATH</div></div>
</li>
<li>Finally, <strong>rename the previous svn executable</strong>. You may find that you still cannot access subversion 1.5 if the 1.4 file is still available. Navigate to your /usr/bin folder and rename the old svn located there:
<ul>
<div class="codecolorer-container ruby vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="ruby codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color:#ff6633; font-weight:bold;">$sudo</span> mv svn svn.<span style="color:#9900CC;">old</span></div></div>
<li>Thanks much <a title="Coals [2] Newcastle" href="http://blog.coals2newcastle.com/2008/08/subversion-151-in-osx.html" target="_blank">Coals [2] Newcastle</a> for helping me with this one. </li>
</ul>
</li>
<li>Now when running svn &#8211;version you should see the 1.5 client referenced.</li>
</ol>
<div class="codecolorer-container ruby vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="ruby codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ svn <span style="color:#006600; font-weight:bold;">--</span>version svn, version 1.5.2 <span style="color:#006600; font-weight:bold;">&#40;</span>r32768<span style="color:#006600; font-weight:bold;">&#41;</span><br />
&nbsp; compiled Sep 19 2008, 14:38:15<br />
&nbsp; Copyright <span style="color:#006600; font-weight:bold;">&#40;</span>C<span style="color:#006600; font-weight:bold;">&#41;</span> 2000<span style="color:#006600; font-weight:bold;">-</span>2008 CollabNet.<br />
&nbsp; <span style="color:#9900CC;">Subversion</span> is <span style="color:#CC0066; font-weight:bold;">open</span> source software, see http:<span style="color:#006600; font-weight:bold;">//</span>subversion.<span style="color:#9900CC;">tigris</span>.<span style="color:#9900CC;">org</span><span style="color:#006600; font-weight:bold;">/</span><br />
&nbsp;This product includes software developed by CollabNet <span style="color:#006600; font-weight:bold;">&#40;</span>http:<span style="color:#006600; font-weight:bold;">//</span>www.<span style="color:#9900CC;">Collab</span>.<span style="color:#9900CC;">Net</span><span style="color:#006600; font-weight:bold;">/</span><span style="color:#006600; font-weight:bold;">&#41;</span>.<br />
 </div></div>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2008/10/06/osx-svn-woes-client-is-too-old-to-work-with-working-copy/feed/</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
		<item>
		<title>iPhone Guided Tour</title>
		<link>http://www.imarichardson.com/2007/06/22/iphone-guided-tour/</link>
		<comments>http://www.imarichardson.com/2007/06/22/iphone-guided-tour/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 20:43:05 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[Cool Stuff]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2007/06/22/iphone-guided-tour/</guid>
		<description><![CDATA[I&#8217;m amazed at the amount of people giving Apple flac for the Apple iPhone adds. You hear stories about the deceptivenes of Apple not showing the delay time between switching from the different applications and accessing the internet. Please &#8230; so the videos are perfect &#8211; so what! I&#8217;ve seen the same kind of ads [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m amazed at the amount of people giving Apple flac for the Apple iPhone adds. You hear stories about the deceptivenes of Apple not showing the delay time between switching from the different applications and accessing the internet. Please &#8230; so the videos are perfect &#8211; so what! I&#8217;ve seen the same kind of ads with other cell phones and providers, just as well; not to mention the wireless &#8220;anywhere&#8221; solutions for your laptop. Marketing and advertising is always about showing the absolute best.</p>
<div align="center">
<a href="http://www.apple.com/iphone/usingiphone/guidedtour.html"><img border="0" width="400" src="http://images.apple.com/iphone/usingiphone/images/guidedtour_hero20070622.png"/></a>
</div>
<p>Wel, all the skeptics can check out the <a href="http://www.apple.com/iphone/usingiphone/guidedtour.html">new iPhone Guided Tour</a> for 20 minutes of iPhone love &#8230; but then again, someone will have issues with these videos, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2007/06/22/iphone-guided-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verizon rising up against the iPhone</title>
		<link>http://www.imarichardson.com/2007/05/28/verizon-rising-up-against-the-iphone/</link>
		<comments>http://www.imarichardson.com/2007/05/28/verizon-rising-up-against-the-iphone/#comments</comments>
		<pubDate>Tue, 29 May 2007 02:04:51 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2007/05/28/verizon-rising-up-against-the-iphone/</guid>
		<description><![CDATA[
Evidently Verizon is working on releasing a competitor to the iPhone this summer called the LG Prada. I&#8217;m a big mac fan but a dedicated Verizoneer &#8230; it&#8217;ll be nice to see how it pans up. And hopefully it&#8217;ll support syncing with a Mac!!!!!! (from Macworld via News4mac.)
]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.pradaphonebylg.com/"><img src="http://www.imarichardson.com/wp-content/uploads/prada.jpg" height="243" width="325" border="1" align="middle" hspace="4" vspace="4" alt="prada" title="prada" /></a></p>
<p>Evidently Verizon is working on releasing a competitor to the iPhone this summer called the <a href="http://www.pradaphonebylg.com/">LG Prada</a>. I&#8217;m a big mac fan but a dedicated Verizoneer &#8230; it&#8217;ll be nice to see how it pans up. And hopefully it&#8217;ll support syncing with a Mac!!!!!! (from <a href="http://www.macworld.com/news/2007/05/25/verizon/index.php?lsrc=mcrss">Macworld</a> via <a href="http://www.news4mac.com/index.php">News4mac</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2007/05/28/verizon-rising-up-against-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peepcode Test First Development: &#8220;meta_tags&#8221; and &#8220;memory_test_fix&#8221; plugin installations</title>
		<link>http://www.imarichardson.com/2006/11/30/peepcode-test-first-development-meta_tags-and-menory_test_fix-plugin-installations/</link>
		<comments>http://www.imarichardson.com/2006/11/30/peepcode-test-first-development-meta_tags-and-menory_test_fix-plugin-installations/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 21:46:10 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming &#038; Development]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/11/30/peepcode-test-first-development-meta_tags-plugin-installation/</guid>
		<description><![CDATA[Continuing on with the PeepCode Movie I wrote about last night, here are the installation scripts for the remaining RaPT installations (remeber that you have to be in the &#8220;journa_app&#8221; directory to run these):
&#8220;meta_tags&#8221; plugin:


123456789:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/meta_tags/
+ ./meta_tags/CHANGELOG
+ ./meta_tags/MIT-LICENSE
+ ./meta_tags/README
+ ./meta_tags/Rakefile
+ ./meta_tags/about.yml
+ ./meta_tags/init.rb
+ ./meta_tags/lib/meta_tag_helper.rb
+ ./meta_tags/test/meta_tag_test.rb

&#8220;memory_test_fix&#8221; plugin:

123456:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/memory_test_fix
+ ./memory_test_fix/README
+ ./memory_test_fix/Rakefile
+ ./memory_test_fix/about.yml
+ [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing on with the PeepCode Movie I wrote about <a href="http://www.imarichardson.com/2006/11/30/test-first-development-rapt-error/">last night</a>, here are the installation scripts for the remaining RaPT installations (remeber that you have to be in the &#8220;journa_app&#8221; directory to run these):<br />
<strong>&#8220;meta_tags&#8221; plugin:<br />
</strong></p>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/meta_tags/<br />
+ ./meta_tags/CHANGELOG<br />
+ ./meta_tags/MIT-LICENSE<br />
+ ./meta_tags/README<br />
+ ./meta_tags/Rakefile<br />
+ ./meta_tags/about.yml<br />
+ ./meta_tags/init.rb<br />
+ ./meta_tags/lib/meta_tag_helper.rb<br />
+ ./meta_tags/test/meta_tag_test.rb</div></td></tr></tbody></table></div>
</pre>
<p><strong>&#8220;memory_test_fix&#8221; plugin:</strong></p>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/memory_test_fix<br />
+ ./memory_test_fix/README<br />
+ ./memory_test_fix/Rakefile<br />
+ ./memory_test_fix/about.yml<br />
+ ./memory_test_fix/init.rb<br />
+ ./memory_test_fix/lib/memory_test_fix.rb</div></td></tr></tbody></table></div>
</pre>
<p><em>For the record, I tried all my might but I could not find any references to the &#8220;meta_tags&#8221; plugin in the plugin archive at all, until I came across <a href="http://nubyonrails.com/articles/2006/05/09/the-complete-guide-to-rails-plugins-part-ii" title="Nuby On Rails' Article on The Complete Guide to Rails Plugins: Part II">Nuby On Rails&#8217; Article on The Complete Guide to Rails Plugins: Part II</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/11/30/peepcode-test-first-development-meta_tags-and-menory_test_fix-plugin-installations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test First Development RaPT Error</title>
		<link>http://www.imarichardson.com/2006/11/30/test-first-development-rapt-error/</link>
		<comments>http://www.imarichardson.com/2006/11/30/test-first-development-rapt-error/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 04:42:54 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[Programming &#038; Development]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/11/30/test-first-development-rapt-error/</guid>
		<description><![CDATA[SEE IMPORTANT UPDATE ABOUT USING RAPT AT THE BOTTOM!
So I&#8217;m really liking the Peepcode.com tutorials available for Rails development. I just purchased the &#8220;Test-First Development&#8221; tutorial from the site and was cranking through until I got to the 14 minute mark where you use RaPT (a replacement for the Rails plugin script) to install the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SEE IMPORTANT UPDATE ABOUT USING RAPT AT THE BOTTOM!</strong></p>
<p>So I&#8217;m really liking the <a href="http://peepcode.com">Peepcode.com</a> tutorials available for Rails development. I just purchased the &#8220;<a href="http://peepcode.com/articles/2006/11/26/test-first-development">Test-First Development</a>&#8221; tutorial from the site and was cranking through until I got to the 14 minute mark where you use <a href="http://rapt.rubyforge.org/">RaPT</a> (a replacement for the Rails plugin script) to install the calendar_helper plugin and received the error</p>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/calendar_helper<br />
Error: RaPT currently does not work outside of a Rails application directory. &nbsp;Please change to the top level of a Rails application and try again.</div></td></tr></tbody></table></div>
</pre>
<p>when trying to install the &#8220;<a href="http://agilewebdevelopment.com/plugins/calendar_helper">calendar_helper</a>&#8221; plugin via RaPT. Apparently this is an error popping up for <a href="http://www.imarichardson.com/wp-admin/" index.php?func="detail&amp;aid=6611&amp;group_id=1889&amp;atid=7384">several folks</a>. Here&#8217;s what I did to get by:</p>
<ul>
<li>I downloaded the <a href="http://mycroft.mozdev.org/download.html?name=agilewebdevelopment&amp;skipcache=yes">Firefox Rails Plugin Search Extension</a> and searched for the &#8220;calendar_helper&#8221; plugin and got <a href="http://agilewebdevelopment.com/plugins/calendar_helper">this page</a>.</li>
<li>Instead of using the RaPT installer, I just used the basic rails plugin script below, providing the location I saw on the page listed in the previous step:</li>
</ul>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">:/journal_app imarichardson$ script/plugin install http://topfunky.net/svn/plugins/calendar_helper<br />
+ ./calendar_helper/MIT-LICENSE<br />
+ ./calendar_helper/README<br />
+ ./calendar_helper/Rakefile<br />
+ ./calendar_helper/about.yml<br />
+ ./calendar_helper/generators/calendar_styles/calendar_styles_generator.rb<br />
+ ./calendar_helper/generators/calendar_styles/templates/blue/style.css<br />
+ ./calendar_helper/generators/calendar_styles/templates/grey/style.css<br />
+ ./calendar_helper/generators/calendar_styles/templates/red/style.css<br />
+ ./calendar_helper/init.rb<br />
+ ./calendar_helper/lib/calendar_helper.rb<br />
+ ./calendar_helper/test/stylesheet_tester.html<br />
+ ./calendar_helper/test/test_calendar_helper.rb</div></td></tr></tbody></table></div>
</pre>
<p>Beautiful &#8230; installation success!</p>
<p><strong>UPDATE: Thanks from <a href="http://www.asdetec.com/">Manuel</a> in the comments:</strong></p>
<blockquote><p> To be able to use rapt for these plugins you should first register the new sources as:</p>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rapt source http://topfunky.net/svn/plugins</div></td></tr></tbody></table></div>
</pre>
<p>After this is done you should be able to install the plugin using:</p>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rapt install calendar_helper</div></td></tr></tbody></table></div>
</pre>
<p>This apply to every new source repository for plugins.<br />
I hope this will clarify why you were unable to install this.</p></blockquote>
<p style="text-align: right; font-size: 10px">Technorati Tags: <a href="http://www.technorati.com/tag/RaPT" rel="tag">RaPT</a>, <a href="http://www.technorati.com/tag/RubyOnRails" rel="tag">RubyOnRails</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/11/30/test-first-development-rapt-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>YES!!!! Slingplayer for Mac is here.</title>
		<link>http://www.imarichardson.com/2006/10/31/yes-slingplayer-for-mac-is-here/</link>
		<comments>http://www.imarichardson.com/2006/10/31/yes-slingplayer-for-mac-is-here/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 13:02:41 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/10/31/yes-slingplayer-for-mac-is-here/</guid>
		<description><![CDATA[ Finally after what seems like forever, the SlingPlayer for Macintosh is now here for public beta. The player provides a Mac based software connection to your SlingBox. To access the beta go here to download. Yippy!!!

Technorati Tags: slingbox, slingplayer

]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.imarichardson.com/wp-content/uploads/img76.gif" height="54" width="141" border="0" align="left" hspace="4" vspace="4" alt="slingplayer" title="slingplayer" /> Finally after what seems like forever, the SlingPlayer for Macintosh is now here for public beta. The player provides a Mac based software connection to your <a href="http://www.slingmedia.com">SlingBox</a>. To access the beta <a href="http://us.slingmedia.com/page/downloads.html">go here to download</a>. Yippy!!!<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/slingbox" rel="tag">slingbox</a>, <a href="http://www.technorati.com/tag/slingplayer" rel="tag">slingplayer</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/10/31/yes-slingplayer-for-mac-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod Goes Red&#8230;</title>
		<link>http://www.imarichardson.com/2006/10/13/ipod-goes-red/</link>
		<comments>http://www.imarichardson.com/2006/10/13/ipod-goes-red/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 13:14:09 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/10/13/ipod-goes-red/</guid>
		<description><![CDATA[
There&#8217;s been much chatter building about some &#8220;red&#8221; project going on with Apple. Well, now it looks official. Apple will now be sporting a red iPod Nano in support of the HIV/Aids program Project Red.
The &#8220;Product&#8221; RED features collaboration with U2 man Bono and Oprah Winfrey. The iPods are going for $199 with $10 of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imarichardson.com/wp-content/uploads/rediPod_real.jpg" onclick="window.open('http://www.imarichardson.com/wp-content/uploads/rediPod_real.jpg','popup','width=240,height=320,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.imarichardson.com/wp-content/uploads/rediPod_real-tm.jpg" height="100" width="75" border="0" align="left" hspace="4" vspace="4" alt="rediPod_real" title="rediPod_real" /></a><br />
There&#8217;s been much chatter building about some &#8220;red&#8221; project going on with Apple. Well, now it looks <a href="http://www.tuaw.com/2006/10/12/whats-shiny-and-red-and-hanging-over-fifth-ave-tonight/">official</a>. Apple will now be sporting a red iPod Nano in support of the HIV/Aids program <a href="http://www.joinred.com/">Project Red</a>.</p>
<p>The &#8220;Product&#8221; RED features collaboration with U2 man <a href="http://www.tuaw.com/2006/10/12/apple-bono-oprah-set-to-announce-red-ipod-nano/">Bono and Oprah Winfrey.</a> The iPods are going for $199 with $10 of each purchase going to the <a href="http://www.joinred.com/">Project Red.</a>  It&#8217;s a little nice to se Apple jumping in something like this.</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/iPod" rel="tag">iPod</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/10/13/ipod-goes-red/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Mail Essentials</title>
		<link>http://www.imarichardson.com/2006/10/11/apple-mail-essentials/</link>
		<comments>http://www.imarichardson.com/2006/10/11/apple-mail-essentials/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 20:50:28 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[Free Stuff]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/10/11/apple-mail-essentials/</guid>
		<description><![CDATA[So my good friend Map just happened to be using my computer and was amazed at this nice little application that displays your mail messages in a translucent overlay on your computer. The name is Mail Appetizer from Bronson Beta and it&#8217;s a definite &#8220;must-have&#8221; for life on a mac (if you&#8217;re using Mail.app, that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.imarichardson.com/wp-content/uploads/mailApetizer-tm.jpg" height="100" width="100" border="0" hspace="4" vspace="4" alt="mailApetizer" title="mailApetizer" align="right" />So my good friend Map just happened to be using my computer and was amazed at this nice little application that displays your mail messages in a translucent overlay on your computer. The name is <a href="http://www.bronsonbeta.com/mailappetizer/beta/">Mail Appetizer from Bronson Beta</a> and it&#8217;s a definite &#8220;must-have&#8221; for life on a mac (if you&#8217;re using Mail.app, that is). Mail Appetizer allows me to quickly  delete, read, or pop up a message and reply at a moment&#8217;s notice; really helping to increase life in the realm of e-mail.</p>
<p>While I&#8217;m at, here&#8217;s a list of the other important plugins for Apple Mail that I use on a regular basis:</p>
<ul>
<li><a href="http://www.indev.ca/MT2Beta.html">MailTags</a>: allows you to &#8220;tag&#8221; and categorize your e-mail just like del.icio.us bookmarks.</li>
<li><a href="http://www.indev.ca/MailActOn.html">MailActOn</a>: allows you to run little scripts to archive  and extend your the rules you use for managing your e-mail.</li>
<li>And here&#8217;s an article for using the <a href="http://www.hawkwings.net/2005/11/18/got-some-things-done-with-apple-mail-pt-i/">GTD (Getting Things Done) menthodology with Apple Mail</a>.  I personally use the Apple Mail Tickler in my productivity life. </li>
</ul>
<p><em>PS: and the video app I mentioned was <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a></em><br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/puppy" rel="tag">puppy</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/10/11/apple-mail-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve Crossed&#8217;over &#8230; kinda &#8230;</title>
		<link>http://www.imarichardson.com/2006/10/02/ive-crossedover-kinda/</link>
		<comments>http://www.imarichardson.com/2006/10/02/ive-crossedover-kinda/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 17:26:11 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[Programming &#038; Development]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/10/02/ive-crossedover-kinda/</guid>
		<description><![CDATA[<p>
So I've got Crossover loaded up on my Mac and sure enough, I fired up the install of IE and I about pee'd my pants because it loaded without hitch....  OK, so I had big hopes that the service would actually work through crossover since there's some licensing problem with Apple, but I guess they were still able to drill down to my OS ......  On top of that since OSX "system-age" is mapped from the application to Crossover, the crossover db of resources and files has to be updated so that the windows app you want to use can in fact be run by Crossover - in short, every application will not work with Crossover....  So, my final thoughts: I like the app and am sure it will continue to support more and more apps in the future.
</p>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve got <a href="http://www.codeweavers.com/products/cxmac/">Crossover</a> loaded up on my Mac and sure enough, I fired up the install of IE and I about pee&#8217;d my pants because it loaded without hitch. Now even though it loads the bottle win 98 &#8230; and does seem to look a little off, it&#8217;s pretty nice to see it run.<br />
</p>
<p>
First thing I did was go to <a href="http://www.vongo.com" title="Vongo">vongo.com</a> (the service that gets you unlimited movies for $10 a month). OK, so I had big hopes that the service would actually work through crossover since there&#8217;s some licensing problem with Apple, but I guess they were still able to drill down to my OS &#8230; so that was a no go.<br />
</p>
<p>
Next, and honestly this is why I need to have PC&#8217;able access, I want to run <a href="http://www.adobe.com/flex" title="Flex Builder">Flex Builder</a> to build Flex apps. Well, the installer was recognized and ran through the initial extract, but wouldn&#8217;t queue up to the remainder of the installation. So a no go there, too.<br />
</p>
<p>
On top of that since OSX &#8220;system-age&#8221; is mapped from the application to Crossover, the crossover db of resources and files has to be updated so that the windows app you want to use can in fact be run by Crossover &#8211; in short, every application will not work with Crossover. (Yea, yea, it&#8217;s still in beta&#8230;)<br />
</p>
<p>
So, my final thoughts: I like the app and am sure it will continue to support more and more apps in the future. So I&#8217;ll go ahead and get Crossover (because of the cost discount right now), but I can&#8217;t live without <a href="http://www.parallels.com">Parallels</a> either.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/10/02/ive-crossedover-kinda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Web Development with Rails Code Fix</title>
		<link>http://www.imarichardson.com/2006/10/01/agile-web-development-with-rails-code-fix/</link>
		<comments>http://www.imarichardson.com/2006/10/01/agile-web-development-with-rails-code-fix/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 01:29:02 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[Books &#038; Publications]]></category>
		<category><![CDATA[Programming &#038; Development]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/10/01/agile-web-development-with-rails-code-fix/</guid>
		<description><![CDATA[If anyone is going along through the Agile Web Development with Rails book and gets to page 66 where you are using the migration &#8220;alter table products &#8230;&#8221; you&#8217;ll indubitably come across the error where Rails doesn&#8217;t seem to like what you&#8217;ve put in the migration file. You may receive an error like:

1234567891011AddPrice: migrating =====================================================

—add_column(:products, [...]]]></description>
			<content:encoded><![CDATA[<p>If anyone is going along through the Agile Web Development with Rails book and gets to page 66 where you are using the migration &#8220;alter table products &#8230;&#8221; you&#8217;ll indubitably come across the error where Rails doesn&#8217;t seem to like what you&#8217;ve put in the migration file. <span id="more-92"></span>You may receive an error like:</p>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">AddPrice: migrating =====================================================<br />
<br />
—add_column(:products, :price, :decimal, {:precision=&amp;gt;8, :default=&amp;gt;0, :scale=&amp;gt;2})<br />
<br />
rake aborted!<br />
<br />
You have a nil object when you didn’t expect it! You might have <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\expected an instance of Array. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\The error occured while evaluating nil.<br />
<br />
(See full trace by running task with—trace)</div></td></tr></tbody></table></div>
</pre>
<p>I found <a href="http://fora.pragprog.com/rails-recipes/discuss-the-book/post/498">this post</a> which helps out. It looks like the problem is with the decimal type specified so instead of what the book gives, type this as you&#8217;re migration and everything should work without a hitch:</p>
<pre>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">class AddPrice &lt; ActiveRecord::Migration<br />
&nbsp; def self.up<br />
&nbsp; &nbsp; &nbsp; add_column :products,:price,:integer,:precision =&gt; 8,:scale =&gt; 2,:default =&gt; 0<br />
&nbsp; end<br />
<br />
&nbsp; def self.down<br />
&nbsp; &nbsp; remove_column :products, :price<br />
&nbsp; end<br />
end</div></td></tr></tbody></table></div>
</pre>
<p>
So it&#8217;s not really a fix and t doesn&#8217;t solve the fact that you don&#8217;t have a decimal, but at least it will let you move on through the book (and I still can&#8217;t figure out why it won&#8217;t work, even with rails &#8220;on the edge&#8221; working)&#8230;
</p>
<p><!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Books" rel="tag">Books</a>, <a href="http://www.technorati.com/tag/Tutorials" rel="tag">Tutorials</a>, <a href="http://www.technorati.com/tag/Fixes" rel="tag">Fixes</a>, <a href="http://www.technorati.com/tag/RubyOnRails" rel="tag">RubyOnRails</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/10/01/agile-web-development-with-rails-code-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails Apple Install Script</title>
		<link>http://www.imarichardson.com/2006/09/27/ruby-on-rails-apple-install-script/</link>
		<comments>http://www.imarichardson.com/2006/09/27/ruby-on-rails-apple-install-script/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 03:31:38 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>
		<category><![CDATA[Programming &#038; Development]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/09/27/ruby-on-rails-apple-install-script/</guid>
		<description><![CDATA[Here&#8217;s a nice script from Blog Siegel for installing RoR on Intel based Macs (based off the HiveLogic Blog posting). The script will install Darwin ports, Ruby, Rails, LightTPD, MySQL 5, Fast CGI, RubyGems, Readline, PCRE, and the FastCGI &#38; MySQL bindings.

Technorati Tags: Ruby on Rails

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a <a href="http://blogsiegel.blogspot.com/2006/08/osx-ruby-on-rails-install-script-for.html">nice script from Blog Siegel</a> for installing RoR on Intel based Macs (based off the <a href="http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger">HiveLogic Blog posting</a>). The script will install Darwin ports, Ruby, Rails, LightTPD, MySQL 5, Fast CGI, RubyGems, Readline, PCRE, and the FastCGI &#38; MySQL bindings.<br />
<!-- technorati tags start -->
<p style="text-align:right;font-size:10px;">Technorati Tags: <a href="http://www.technorati.com/tag/Ruby on Rails" rel="tag">Ruby on Rails</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/09/27/ruby-on-rails-apple-install-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Crossover&#8221;  and run Window&#8217;s Apps on Mac!</title>
		<link>http://www.imarichardson.com/2006/09/27/crossover-and-run-windows-app-on-mac/</link>
		<comments>http://www.imarichardson.com/2006/09/27/crossover-and-run-windows-app-on-mac/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 15:16:26 +0000</pubDate>
		<dc:creator>imarichardson</dc:creator>
				<category><![CDATA[Apple/Macintosh]]></category>

		<guid isPermaLink="false">http://www.imarichardson.com/2006/09/27/crossover-and-run-windows-app-on-mac/</guid>
		<description><![CDATA[<p>
I came across this article from http://blogsiegel.blogspot.com/ and got REALLY excited!...  What's really exciting is that Crossover allows you to run windows apps natively in OSX without any emulation, third party VMs, or through a different partition ...  you just open the app and run it inside of OSX!  Check out these pics of Money and IE running from inside of OSX: Codeweavers is providing Crossover for Mac at a pre-release price of $39.95.
</p>]]></description>
			<content:encoded><![CDATA[<p>
I came across this article from <a href="http://blogsiegel.blogspot.com/2006/08/codeweavers-works-magic-in-osx.html" target="_blank">http://blogsiegel.blogspot.com/</a> and got REALLY excited!
</p>
<p>
So there is <a href="http://www.apple.com/macosx/bootcamp/">BootCamp</a>, then <a href="http://www.parallels.com/">Parallels</a> and now there is  <a href="http://www.codeweavers.com/products/cxmac/">CrossOver for Mac</a>. What&#8217;s really exciting is that Crossover allows you to run windows apps natively in OSX without any emulation, third party VMs, or through a different partition &#8230; you just open the app and run it inside  of OSX!
</p>
<p align="center">
<a href="http://www.imarichardson.com/wp-content/uploads/crossover_money.png" onclick="window.open('http://www.imarichardson.com/wp-content/uploads/crossover_money.png','popup','width=1024,height=640,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.imarichardson.com/wp-content/uploads/crossover_money.png" height="100" width="160" border="0" hspace="4" vspace="4" alt="Crossover running MS Money" title="crossover_money" /></a><br />
<a href="http://www.imarichardson.com/wp-content/uploads/crossover_ie.png" onclick="window.open('http://www.imarichardson.com/wp-content/uploads/crossover_ie.png','popup','width=1024,height=640,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.imarichardson.com/wp-content/uploads/crossover_ie.png" height="100" width="160" border="0" hspace="4" vspace="4" alt="crossover_ie" title="Crossover with IE7 Beta" /></a>
</p>
<p>
<a href="http://www.codeweavers.com">Codeweavers</a> is providing Crossover for Mac at a <a href="http://www.codeweavers.com/products/cxmac/macdeal/">pre-release price of $39.95</a>. I was really all about Parallels until about 20 minutes ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imarichardson.com/2006/09/27/crossover-and-run-windows-app-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
