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

<channel>
	<title>Ship Some Code</title>
	<atom:link href="http://www.shipsomecode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shipsomecode.com</link>
	<description></description>
	<pubDate>Tue, 28 Jul 2009 12:23:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Dropzone learned from Google Chrome</title>
		<link>http://www.shipsomecode.com/software/what-dropzone-learned-from-google-chrome/</link>
		<comments>http://www.shipsomecode.com/software/what-dropzone-learned-from-google-chrome/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:02:17 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=189</guid>
		<description><![CDATA[
Have you tried the Google Chrome for Mac developer release? It&#8217;s missing just about every major feature you might expect in a browser (bookmarking, printing and Flash to name a few) but is still plenty awesome, and mostly on account of its incredible speed. It feels even snappier than Safari 4 which is also pretty [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-75" title="chrome-dropzone" src="http://aptonic.com/blog/wp-content/uploads/2009/07/chrome-dropzone3.png" alt="chrome-dropzone" width="115" height="129" /></p>
<p>Have you tried the <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac">Google Chrome for Mac</a> developer release? It&#8217;s missing just about every major feature you might expect in a browser (bookmarking, printing and Flash to name a few) but is still plenty awesome, and mostly on account of its incredible speed. It feels even snappier than Safari 4 which is also pretty quick.</p>
<p>As well as being fast at rendering pages, it also appears to start very quickly. When you first launch it, you&#8217;ll see what I mean. Many people have commented that the dock icon doesn&#8217;t even bounce once during launch. Here&#8217;s Kevin Rose and Leo Laporte discussing this unusual behavior on last weeks <a href="http://twit.tv/twit">TWiT</a> episode:</p>
<p><object style="height: 16px; width: 220px;" autoplay="true" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"><param name="src" value="http://aptonic.com/blog/wp-content/uploads/2009/07/Chrome-launch.mp3"></param><param name="autoplay" value="false"><embed style="height: 16px; width: 220px;"  src="http://aptonic.com/blog/wp-content/uploads/2009/07/Chrome-launch.mp3" autoplay="false" pluginspage="http://www.apple.com/quicktime/download/"></embed></param></object></p>
<p>This behavior of zero dock icon bounces intrigued me as well, so I did some digging, and Kevin&#8217;s right, they did a hack. If we look in Chromes Info.plist we find the following: </p>
<p><img src="http://aptonic.com/blog/wp-content/uploads/2009/07/Info.plist.png" alt="Info.plist" title="Info.plist" width="486" height="97" class="alignnone size-full wp-image-105" /></p>
<p>The key I&#8217;ve highlighted tells OS X that Chrome is an agent application, that is, a background application that should not appear in the Dock or Force Quit window. That seems strange, as we know Chrome does appear in both.</p>
<p>Some more digging led me to <a href="http://codereview.chromium.org/27108/patch/1/3">this patch</a> which tells us exactly what&#8217;s going on here. </p>
<p><img src="http://aptonic.com/blog/wp-content/uploads/2009/07/chrome_browser_browser_main_mac.mm-Issue-27108_-Temporary-fix-for-the-Cocoa-in-renderer-problem.-Code-Review.png" alt="chrome_browser_browser_main_mac.mm - Issue 27108_ Temporary fix for the Cocoa-in-renderer problem. - Code Review" title="chrome_browser_browser_main_mac.mm - Issue 27108_ Temporary fix for the Cocoa-in-renderer problem. - Code Review" width="600" height="230" class="alignnone size-full wp-image-111" /> </p>
<p>So. Chrome is initially launched as a background app and then transformed into a foreground app using the Carbon API call TransformProcessType. This means that when Chrome starts, the dock icon doesn&#8217;t bounce because OS X doesn&#8217;t think it should have a dock icon. When TransformProcessType is called to give it back its dock icon Chrome is already fully loaded, the net result being that we never see the dock icon bounce.</p>
<p>What&#8217;s interesting is that the Chrome developers are actually doing this to workaround a completely unrelated issue involving the WebKit UI and it has even been <a href="http://code.google.com/p/chromium/issues/detail?id=8044">filed as a bug.</a> And to think we all thought they had done it deliberately to give the impression of a faster launch. Shame on us all.</p>
<p>Anyhow, I was interested in adding this behavior to <a href="http://aptonic.com">Dropzone</a>, as the Dropzone dock icon should ideally not bounce either as this is more in line with the behavior of the built in dock grids that Dropzone tries to mimic, also, the dock icon bounces would occasionally interfere with the positioning and display of the grid directly above it. Therefore, I have added this same code to Dropzone and made another improvement - if you click on the Dropzone dock icon when it&#8217;s closed, the grid is displayed immediately after launch. There is also another neat feature in Dropzone that you may not be aware of - if you drag something onto the dock icon when Dropzone is closed, it automatically launches and opens the grid. I have done a quick screencast that demos both of these behaviors:</p>
<p><object width="425" height="324"><param name="movie" value="http://www.youtube.com/v/wTCHHAckQWI&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wTCHHAckQWI&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="324"></embed></object></p>
<p>As you can see, Dropzone launches so quickly you barely even notice that it was closed to begin with. Without this code, the Dropzone dock icon would always bounce once even though before it finished its first bounce, Dropzone was already launched. </p>
<p>So, while I&#8217;m certainly not recommending people start adding this code to their apps to provide the illusion of a faster launch, in the special case of Dropzone this is a nice touch. </p>
<p>It will also be interesting to see whether Google ends up sticking with this behavior in future releases of Chrome. I think since Chrome launches so quickly anyway they are best just to leave it as is. Also, I bet people will complain it now seems to start &#8217;slower&#8217; if they make it start bouncing again. Perception is everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/what-dropzone-learned-from-google-chrome/feed/</wfw:commentRss>
<enclosure url="http://aptonic.com/blog/wp-content/uploads/2009/07/Chrome-launch.mp3" length="551705" type="audio/mpeg" />
		</item>
		<item>
		<title>Dropzone is Launched</title>
		<link>http://www.shipsomecode.com/software/dropzone-launched/</link>
		<comments>http://www.shipsomecode.com/software/dropzone-launched/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 03:17:07 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=180</guid>
		<description><![CDATA[
I just released Dropzone over at Aptonic.
Go download it if you haven&#8217;t already, and if you like it, support the project by buying a copy - As promised, it&#8217;s only $10. 
I&#8217;m really very proud of it, and have come to depend on it in my day to day work. Although it can take a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.shipsomecode.com/wp-content/uploads/2009/07/icon.png" alt="icon" title="icon" width="130" height="135" class="alignnone size-full wp-image-183" /></p>
<p>I just released Dropzone over at <a href="http://aptonic.com">Aptonic</a>.</p>
<p>Go download it if you haven&#8217;t already, and if you like it, support the project by buying a copy - As promised, it&#8217;s only $10. </p>
<p>I&#8217;m really very proud of it, and have come to depend on it in my day to day work. Although it can take a while before it feels a natural part of your OS X workflow, once you &#8216;get it&#8217; it becomes an indispensable utility, a lot like Quicksilver or TextExpander.</p>
<p>I see this as just a beginning, and I hope you&#8217;ll help me build on it using the <a href="http://aptonic.com/dropzone/documentation/">Dropzone scripting API.</a> Some pretty <a href="http://aptonic.com/extend.php">neat stuff</a> has already been built. I also need your feedback on how to evolve the API to make it even more useful.</p>
<p>There are many more features I am working on for future releases, such as SFTP, WebDAV and MobileMe support. So if you need these, rest assured they are coming soon.</p>
<p>Meanwhile, I hope you enjoy using the app and let me know what you think of it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/dropzone-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dropzone Icon Refresh</title>
		<link>http://www.shipsomecode.com/software/dropzone-icon-refresh/</link>
		<comments>http://www.shipsomecode.com/software/dropzone-icon-refresh/#comments</comments>
		<pubDate>Thu, 21 May 2009 03:31:43 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=167</guid>
		<description><![CDATA[A friend of a friend on twitter did this gorgeous new application icon. What&#8217;s really cool is that the icon has two different states, one for when the portal is inactive and another ON state for when you&#8217;re teleporting things.


Let me know what you think in the comments or on twitter. And then cake will [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of a friend on twitter did this gorgeous new application icon. What&#8217;s really cool is that the icon has two different states, one for when the portal is inactive and another ON state for when you&#8217;re teleporting things.</p>
<p><img src="http://www.shipsomecode.com/wp-content/uploads/2009/05/dropzone-closed-1.png" alt="dropzone-closed-1" title="dropzone-closed-1" width="504" height="144" class="alignnone size-full wp-image-174" /></p>
<p><img src="http://www.shipsomecode.com/wp-content/uploads/2009/05/dropzone-open-1-1.png" alt="Dropzone Open" title="Dropzone Open" width="504" height="507" class="alignnone size-full wp-image-168" /></p>
<p>Let me know what you think in the comments or <a href="http://twitter.com/johnwinter">on twitter</a>. And then cake will be served.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/dropzone-icon-refresh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dropzone Progress</title>
		<link>http://www.shipsomecode.com/software/dropzone-progress/</link>
		<comments>http://www.shipsomecode.com/software/dropzone-progress/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 05:21:12 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=155</guid>
		<description><![CDATA[Its been a while since I&#8217;ve said anything about Dropzone progress. 
Rest assured, the app is coming along extremely well and will now launch in late May.
The feedback I&#8217;ve had from the beta testers has been overwhelmingly positive, and I&#8217;ve been working through their bugs.
As so often happens with software, the scope of the project [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a while since I&#8217;ve said anything about Dropzone progress. </p>
<p>Rest assured, the app is coming along extremely well and will now launch in late May.<br />
The feedback I&#8217;ve had from the beta testers has been overwhelmingly positive, and I&#8217;ve been <a href="https://dropzone.lighthouseapp.com/tickets">working through</a> their bugs.</p>
<p>As so often happens with software, the scope of the project has expanded somewhat. </p>
<p>As well as being the &#8217;swiss army knife of drag &#038; drop for the Mac&#8217; as one beta tester dubbed the app, I&#8217;m also adding the ability to use the grid as a launcher for your scripts or applications. </p>
<p>I&#8217;ve posted a screencast over at <a href="http://aptonic.com/">http://aptonic.com/</a> to demo some of the uses for the app. <a href="http://aptonic.com/">Check it out.</a></p>
<p><strong>Update:</strong> Thanks to <a href="http://www.tuaw.com/tag/Aptonic/">TUAW</a> I now have enough beta testers to invade a small country with. Thanks everyone. Looking forward to getting some more feedback!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/dropzone-progress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dockdrop 1.5 Released</title>
		<link>http://www.shipsomecode.com/software/dockdrop-15-released/</link>
		<comments>http://www.shipsomecode.com/software/dockdrop-15-released/#comments</comments>
		<pubDate>Sat, 31 May 2008 03:51:46 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

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

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

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=48</guid>
		<description><![CDATA[
It&#8217;s finally here. This version features:

A much nicer icon
Sparkle automatic updating
A dock menu with the 10 most recently uploaded items so you can re-copy URLS to the clipboard
Auto-close after an upload finishes, so Dockdrop is only open when it&#8217;s actually doing something
Hot key uploading - this lets you choose a shortcut to use to trigger [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dockdropx.com"><img src='http://www.shipsomecode.com/wp-content/uploads/2008/05/dockdrop-152.png' alt='Dockdrop 1.5' /></a></p>
<p>It&#8217;s finally here. This version features:</p>
<ul>
<li>A much nicer icon</li>
<li>Sparkle automatic updating</li>
<li>A dock menu with the 10 most recently uploaded items so you can re-copy URLS to the clipboard</li>
<li>Auto-close after an upload finishes, so Dockdrop is only open when it&#8217;s actually doing something</li>
<li>Hot key uploading - this lets you choose a shortcut to use to trigger an upload of the selected item from the Finder, iTunes or iPhoto</li>
<li>SCP public key support</li>
<li>The upload progress window can now be moved anywhere on the screen and its position is saved</li>
<li>Various other bug fixes and improvements</li>
</ul>
<p>You can download a copy <a href="http://dockdropx.com/releases/Dockdrop-1.5.1.dmg">here</a> or from <a href="http://dockdropx.com">the Dockdrop website</a></p>
<p>Enjoy the new release and let me know how you like it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/dockdrop-15-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A less broken GrowlTunes</title>
		<link>http://www.shipsomecode.com/software/a-less-broken-growltunes/</link>
		<comments>http://www.shipsomecode.com/software/a-less-broken-growltunes/#comments</comments>
		<pubDate>Tue, 20 May 2008 10:00:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=42</guid>
		<description><![CDATA[I am so sick of GrowlTunes. When it tries to find album art for a song that doesn&#8217;t have an &#8216;Album&#8217; tag set it goes ahead and queries Amazon for the album art anyway, this results in a terribly ugly looking &#8216;Unter Null&#8217; picture displaying in the Growl notification, presumably because it is querying Amazon [...]]]></description>
			<content:encoded><![CDATA[<p>I am so sick of GrowlTunes. When it tries to find album art for a song that doesn&#8217;t have an &#8216;Album&#8217; tag set it goes ahead and queries Amazon for the album art anyway, this results in a terribly ugly looking &#8216;Unter Null&#8217; picture displaying in the Growl notification, presumably because it is querying Amazon for &#8216;Null&#8217;.</p>
<p><img src='http://www.shipsomecode.com/wp-content/uploads/2008/05/unternull.jpg' alt='Ugly Unter Null' /> <img src='http://www.shipsomecode.com/wp-content/uploads/2008/05/itunes1.png' alt='iTunes' /></p>
<p>I tried downloading a fresh version from <a href="http://growl.info/index.php">the Growl site</a> and the version available currently (1.1.2) doesn&#8217;t seem to suffer the ugliness and instead displays a much more sensible iTunes icon. </p>
<p>Great, I thought. That&#8217;s the end of my troubles with GrowlTunes. </p>
<p>Not so. </p>
<p>It seems that this version has a new problem - if a song is played that has no &#8216;Track Number&#8217; field set then GrowlTunes displays an ugly (null). where the track name should appear.</p>
<p><img src='http://www.shipsomecode.com/wp-content/uploads/2008/05/null.png' alt='Null' /></p>
<p>At this point I&#8217;m more than a little peeved. Would it really have killed them to add a simple check to see if the Track Number is null and if so, don&#8217;t try and display it. This is an application used by hundreds of thousands of people, I just can&#8217;t understand it. Mac software is meant to be built better than this. </p>
<p>A quick Google search shows I am not the only one complaining about this problem and the standard reply seems to be that a replacement version of GrowlTunes is currently being developed and we are meant to wait for that to fix the stupidness. </p>
<p>Since the source for GrowlTunes is freely available I figured I&#8217;d download it and fix it. It only took me 10 minutes and 2 lines of code to make it only try and display the track number if a track number is actually set. You can download the version I have fixed <a href='http://www.shipsomecode.com/wp-content/uploads/2008/05/growltunes.zip' title='GrowlTunes'>here.</a> </p>
<p>Close your current version of GrowlTunes, unzip my one, drag it to your applications folder and replace the existing version. From now on GrowlTunes will only try and display a track number if there is one available to display.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/a-less-broken-growltunes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dockdrop Stuff</title>
		<link>http://www.shipsomecode.com/software/dockdrop-stuff/</link>
		<comments>http://www.shipsomecode.com/software/dockdrop-stuff/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 04:12:44 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

		<category><![CDATA[Dockdrop coding features]]></category>

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=38</guid>
		<description><![CDATA[First of all, Matthew Harper has posted a blog entry on configuring Dockdrop to work with .Mac. 
Secondly, I&#8217;ve received a lot of positive feedback and feature requests on this version of Dockdrop. I&#8217;m still figuring out which features I&#8217;d like to include in the next release, but so far it&#8217;s looking like:

The ability to [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, Matthew Harper has posted a <a href="http://homepage.mac.com/mjharper/home/files/b9f9ccb8f1271c980bb389b80e253794-436.html">blog entry</a> on configuring Dockdrop to work with .Mac. </p>
<p>Secondly, I&#8217;ve received a lot of positive feedback and feature requests on this version of Dockdrop. I&#8217;m still figuring out which features I&#8217;d like to include in the next release, but so far it&#8217;s looking like:</p>
<ul>
<li>The ability to upload an entire folder of pictures to Flickr</li>
<li>Add an option somewhere to close Dockdrop after an upload completes</li>
<li>Needs to prompt before overwriting already existing files or mark subsequent file uploads with a time stamp</li>
<li>Possibly the ability to setup multiple FTP or SCP sites, although this will require some significant changes to the configuration panel</li>
<li>Some basic Applescript support for specifying an upload method etc.</li>
<li>The ability to assign a hot key to trigger an upload on a file selected in the Finder</li>
<li>Several minor bug fixes</li>
</ul>
<p>Thanks for all the comments and feedback. I will post to the blog when I release the next version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/dockdrop-stuff/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dockdrop Released</title>
		<link>http://www.shipsomecode.com/software/dockdrop-released/</link>
		<comments>http://www.shipsomecode.com/software/dockdrop-released/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 10:55:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

		<guid isPermaLink="false">http://www.shipsomecode.com/?p=35</guid>
		<description><![CDATA[After several months of hard development, I&#8217;ve finally released Dockdrop. You can find out more about it and grab a copy at http://dockdropx.com
There are many more features I plan on adding including support for even more protocols, Quicksilver integration, Adium/iChat/Mail integration and a whole bunch of other stuff that will have to wait for future [...]]]></description>
			<content:encoded><![CDATA[<p>After several months of hard development, I&#8217;ve finally released Dockdrop. You can find out more about it and grab a copy at <a href="http://dockdropx.com">http://dockdropx.com</a></p>
<p>There are many more features I plan on adding including support for even more protocols, Quicksilver integration, Adium/iChat/Mail integration and a whole bunch of other stuff that will have to wait for future releases. </p>
<p>Meanwhile, enjoy version 1 and let me know what you think of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/dockdrop-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iTunes Last.fm Plugin</title>
		<link>http://www.shipsomecode.com/software/itunes-lastfm-plugin/</link>
		<comments>http://www.shipsomecode.com/software/itunes-lastfm-plugin/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 10:51:21 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.freethinking.textdriven.com/?p=30</guid>
		<description><![CDATA[I&#8217;ve just written a contextual menu plugin for iTunes that adds a &#8216;Play Similar Artist Radio in Last.fm&#8217; item to the menu when you right click on any song - it even works when you right click on albums in cover flow.
First it pauses iTunes if you happen to already be listening to something and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just written a contextual menu plugin for iTunes that adds a &#8216;Play Similar Artist Radio in Last.fm&#8217; item to the menu when you right click on any song - it even works when you right click on albums in cover flow.</p>
<p>First it pauses iTunes if you happen to already be listening to something and then it launches the Last.fm client and automatically tunes into the similar artist station for the artist of the song you right clicked on. </p>
<p>This is an excellent way of discovering new artists similar to ones already in your iTunes library.</p>
<p><img src="/wp-content/itunes-plugin/itunes-last.fm.png" alt="iTunes Last.fm plugin demo" /></p>
<p>You can download a .dmg containing the plugin below, to install it simply drag the &#8216;iTunes Last.fm Plugin.plugin&#8217; file contained in the disk image to your &#8216;/Library/Contextual Menu Items&#8217; folder. Then relaunch iTunes and the plugin is installed. </p>
<table border="0" cellpadding="0">
<tr>
<td width="70"><a href="/wp-content/itunes-plugin/iTunes Last.fm Plugin 2.dmg"><img src="/wp-content/itunes-plugin/arrowdisk.png" alt="" /></a></td>
<td><b><a href="/wp-content/itunes-plugin/iTunes Last.fm Plugin 2.dmg">Download now</a></b></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<p><strong>Update - I just added Growl support, so when you change stations it also sends a notification</strong></p>
<p>The plugin has been tested on both PPC and Intel.</p>
<p>You must have the Last.fm client installed for the plugin to work. If you don&#8217;t already have it you can download it <a href="http://www.last.fm/tools/downloads/">here</a></p>
<p>Complete source code for the plugin is available <a href="/wp-content/itunes-plugin/iTunes Last.fm Plugin Source 2.zip">here</a><br />
Licensed under the GPL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/itunes-lastfm-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MythGrowl 0.4.2 Supports PPC</title>
		<link>http://www.shipsomecode.com/software/mythgrowl-042-supports-ppc/</link>
		<comments>http://www.shipsomecode.com/software/mythgrowl-042-supports-ppc/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 22:41:40 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Projects]]></category>

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

		<guid isPermaLink="false">http://www.freethinking.textdriven.com/?p=29</guid>
		<description><![CDATA[I just released MythGrowl 0.4.2. Those who downloaded what turned out to be Intel only 0.4.1 can do a Check for updates&#8230; and will be updated via Sparkle. 
This version now properly supports PPC machines, but will not run on any OS X versions earlier than 10.4 and there are no plans at this stage [...]]]></description>
			<content:encoded><![CDATA[<p>I just released MythGrowl 0.4.2. Those who downloaded what turned out to be Intel only 0.4.1 can do a Check for updates&#8230; and will be updated via Sparkle. </p>
<p>This version now properly supports PPC machines, but will not run on any OS X versions earlier than 10.4 and there are no plans at this stage to support earlier versions.</p>
<p>If you haven&#8217;t downloaded MythGrowl yet, or are a PPC user then go grab the shiny new universal binary <a href="http://mythgrowl.sourceforge.net/">here</a></p>
<p>For non PPC users, the update won&#8217;t mean a whole lot, it does update the icon and enabling some build optimization options has slightly reduced the size of the binary though.</p>
<p>Many thanks to Mike Daley for his help building making this release work under PPC as well as Intel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shipsomecode.com/software/mythgrowl-042-supports-ppc/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
