<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Stray Link</title>
	<atom:link href="http://straylink.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://straylink.wordpress.com</link>
	<description>Ad-free development journal</description>
	<lastBuildDate>Thu, 29 Sep 2011 20:54:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='straylink.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Stray Link</title>
		<link>http://straylink.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://straylink.wordpress.com/osd.xml" title="Stray Link" />
	<atom:link rel='hub' href='http://straylink.wordpress.com/?pushpress=hub'/>
		<item>
		<title>GeekTool and Twitter = Desktop Bliss</title>
		<link>http://straylink.wordpress.com/2010/05/05/geektool-and-twitter-desktop-bliss/</link>
		<comments>http://straylink.wordpress.com/2010/05/05/geektool-and-twitter-desktop-bliss/#comments</comments>
		<pubDate>Thu, 06 May 2010 05:42:40 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=354</guid>
		<description><![CDATA[Duhhhh&#8230; That&#8217;s the sound of realizing that I&#8217;ve been missing out on the most obvious use of GeekTool, one of my favorite OS X applications. So now that I&#8217;ve caught up to where the cool kids were last year, here&#8217;s &#8230; <a href="http://straylink.wordpress.com/2010/05/05/geektool-and-twitter-desktop-bliss/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=354&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Duhhhh&#8230;</p>
<p>That&#8217;s the sound of realizing that I&#8217;ve been missing out on the most obvious use of <a href="http://projects.tynsoe.org/en/geektool/">GeekTool</a>, one of my favorite OS X applications.</p>
<p>So now that I&#8217;ve caught up to where the cool kids were last year, here&#8217;s the result:</p>
<p><a href="http://straylink.files.wordpress.com/2010/05/geektool-and-twitter.png"><img src="http://straylink.files.wordpress.com/2010/05/geektool-and-twitter.png?w=450&#038;h=281" alt="" title="geektool-and-twitter" width="450" height="281" class="alignleft size-full wp-image-355" /></a></p>
<p>How&#8217;s it done?</p>
<p>Setting up a twitter shell script is pretty well documented and there are plenty of posts on it.  I started with an article by <a href="http://diminishedeffect.wordpress.com/2009/03/07/geektool-and-twitter-ftw/">Diminished Effect</a> and changed it slightly to meet my formatting needs:</p>
<p><code>#!/bin/bash<br />
curl -s -u USER:PASSWORD http://twitter.com/statuses/friends_timeline.rss | egrep "&lt;title&gt;" | sed -e 's/&lt;title&gt;\(.*\)&lt;/title&gt;/\1/g' | sed G</a></code></p>
<p>To wrap this up:</p>
<ol>
<li>Save that code snippet as a script, like &#8216;mytweets.sh&#8217;
<li>Put the full path to the script in the command input in a new Command Geeklet. For example /Users/yourname/bin/mytweets.sh.
<li>Set the font face, color and size to your liking!
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=354&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2010/05/05/geektool-and-twitter-desktop-bliss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>

		<media:content url="http://straylink.files.wordpress.com/2010/05/geektool-and-twitter.png" medium="image">
			<media:title type="html">geektool-and-twitter</media:title>
		</media:content>
	</item>
		<item>
		<title>TextMate Setup for Web Development</title>
		<link>http://straylink.wordpress.com/2010/04/14/textmate-setup-for-web-development/</link>
		<comments>http://straylink.wordpress.com/2010/04/14/textmate-setup-for-web-development/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:52:03 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=348</guid>
		<description><![CDATA[A quick post to cover my TextMate setup for web development: Basic Toolset TextMate 1.5.8 jQuery 1.3+ Subversion 1.6+ TextMate Additions Project Plus &#8211; Integrated project sidebar and SCM badge overlays for Subversion, git, mercurial, bazaar and more. TextMate Code &#8230; <a href="http://straylink.wordpress.com/2010/04/14/textmate-setup-for-web-development/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=348&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A quick post to cover my TextMate setup for web development:</p>
<h3>Basic Toolset</h3>
<ul>
<li>TextMate 1.5.8
<li>jQuery 1.3+
<li>Subversion 1.6+
</ul>
<h3>TextMate Additions</h3>
<ul>
<li><a href="http://github.com/markhuot/projectplus/downloads">Project Plus</a> &#8211; Integrated project sidebar and SCM badge overlays for Subversion, git, mercurial, bazaar and more.
<li><a href="http://www.cocoabits.com/TmCodeBrowser/">TextMate Code Browser</a> &#8211; Adds variable and function outlines based on ctag definitions.
<li><a href="http://imulus.com/blog/bruce/javascript/how-to-set-up-a-sexy-jquery-textmate-bundle/">jQuery Bundle with HTML document support</a>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=348&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2010/04/14/textmate-setup-for-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>
	</item>
		<item>
		<title>Daring Fireball Interested in CrashPlan</title>
		<link>http://straylink.wordpress.com/2010/03/25/daring-fireball-interested-in-crashplan/</link>
		<comments>http://straylink.wordpress.com/2010/03/25/daring-fireball-interested-in-crashplan/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 04:41:08 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[backup crashplan]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=343</guid>
		<description><![CDATA[I have to say &#8211; this is pretty impressive. John Gruber, a.k.a Daring Fireball, commented on Nathaniel Iron&#8217;s review of CrashPlan Regular off-site backup is the biggest hole in my current system. CrashPlan sounds great. http://daringfireball.net/linked/2010/03/22/irons-crashplan<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=343&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have to say &#8211; this is pretty impressive.  John Gruber, a.k.a <a href="http://daringfireball.net">Daring Fireball</a>, commented on <a href="http://www.kk.org/cooltools/archives/004264.php">Nathaniel Iron&#8217;s review</a> of <a href="http://crashplan.com">CrashPlan</a></p>
<blockquote><p>Regular off-site backup is the biggest hole in my current system. CrashPlan sounds great.</p></blockquote>
<p><a href="http://daringfireball.net/linked/2010/03/22/irons-crashplan">http://daringfireball.net/linked/2010/03/22/irons-crashplan</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=343&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2010/03/25/daring-fireball-interested-in-crashplan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse: Class filename must end with .class</title>
		<link>http://straylink.wordpress.com/2009/09/08/eclipse-class-filename-must-end-with-class/</link>
		<comments>http://straylink.wordpress.com/2009/09/08/eclipse-class-filename-must-end-with-class/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:31:12 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=335</guid>
		<description><![CDATA[Just recently upgraded to Eclipse 3.5.1 RC1 and started getting this error in the console when trying to search for classes: I tried cleaning, closing projects and even downgrading to Eclipse 3.5. No luck. Found this post on stackoverflow.com with &#8230; <a href="http://straylink.wordpress.com/2009/09/08/eclipse-class-filename-must-end-with-class/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=335&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just recently upgraded to Eclipse 3.5.1 RC1 and started getting this error in the console when trying to search for classes:</p>
<p><img src="http://straylink.files.wordpress.com/2009/09/eclipse-index-error.png?w=296&#038;h=71" alt="eclipse-index-error" title="eclipse-index-error" width="296" height="71" class="aligncenter size-full wp-image-336" /></p>
<p>I tried cleaning, closing projects and even downgrading to Eclipse 3.5.  No luck.  Found <a href="http://stackoverflow.com/questions/6816/eclipse-class-file-name-must-end-with-class-exception-in-java-search">this post on stackoverflow.com</a> with the solution:</p>
<ol>
<li>Close Eclipse
<li>Open/cd into workspace folder
<li>Delete .metadata/.plugins/org.eclipse.jdt.core/*.index
<li>Delete .metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt
<li>Start Eclipse again
</ol>
</blockquote>
<p>Followed those instructions and eclipse is happy to search for classes again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=335&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2009/09/08/eclipse-class-filename-must-end-with-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>

		<media:content url="http://straylink.files.wordpress.com/2009/09/eclipse-index-error.png" medium="image">
			<media:title type="html">eclipse-index-error</media:title>
		</media:content>
	</item>
		<item>
		<title>GeekTool &#8211; How did I not know?</title>
		<link>http://straylink.wordpress.com/2009/09/05/geektool-how-did-i-not-know/</link>
		<comments>http://straylink.wordpress.com/2009/09/05/geektool-how-did-i-not-know/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 18:42:34 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=323</guid>
		<description><![CDATA[One of the coolest apps I&#8217;ve found recently is Geektool. Its been around awhile and I&#8217;m ashamed to admit I just found out about it. That said, a number of my uber-geek friends didn&#8217;t know about it either so I&#8217;m &#8230; <a href="http://straylink.wordpress.com/2009/09/05/geektool-how-did-i-not-know/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=323&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the coolest apps I&#8217;ve found recently is <a href="http://projects.tynsoe.org/en/geektool/">Geektool</a>.  Its been around awhile and I&#8217;m ashamed to admit I just found out about it.</p>
<p>That said, a number of my uber-geek friends didn&#8217;t know about it either so I&#8217;m not sure what to make of that.  Either Geektool is a gem hidden in the weeds or my circle of nerds is seriously out of touch&#8230;</p>
<p>Moving forward!  Geektool lets you watch a log file, image or the output of a shell command on your desktop background like so:</p>
<p style="text-align:center;"><a href="http://projects.tynsoe.org/en/geektool/shots/shot12.jpg" target="_blank"><img class="aligncenter" src="http://projects.tynsoe.org/en/geektool/shots/shot12_t.jpg" alt="geektool image" width="200" /></a></p>
<p style="text-align:center;"><a href="http://projects.tynsoe.org/en/geektool/shots/shot2.jpg" target="_blank"><img src="http://projects.tynsoe.org/en/geektool/shots/shot2_t.jpg" alt="geektool image" width="200" /></a></p>
<p>NOTE &#8211; Make sure to read the <a href="http://projects.tynsoe.org/en/geektool/faq.php">FAQ</a> if you want to run &#8216;top&#8217; in GeekTool.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=323&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2009/09/05/geektool-how-did-i-not-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>

		<media:content url="http://projects.tynsoe.org/en/geektool/shots/shot12_t.jpg" medium="image">
			<media:title type="html">geektool image</media:title>
		</media:content>

		<media:content url="http://projects.tynsoe.org/en/geektool/shots/shot2_t.jpg" medium="image">
			<media:title type="html">geektool image</media:title>
		</media:content>
	</item>
		<item>
		<title>Snow Leopard Terminal Split Window Feature</title>
		<link>http://straylink.wordpress.com/2009/09/05/snow-leopard-terminal-split-window-feature/</link>
		<comments>http://straylink.wordpress.com/2009/09/05/snow-leopard-terminal-split-window-feature/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 18:30:08 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS-X]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=318</guid>
		<description><![CDATA[Ok &#8211; this was a nice surprise while mucking around with Snow Leopard&#8217;s Terminal. Check out the split/collapse window buttons here above the scroll bar: Click the top &#8220;split&#8221; button and now you&#8217;ve got your window split into two usable &#8230; <a href="http://straylink.wordpress.com/2009/09/05/snow-leopard-terminal-split-window-feature/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=318&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok &#8211; this was a nice surprise while mucking around with Snow Leopard&#8217;s Terminal.  Check out the split/collapse window buttons here above the scroll bar:</p>
<p><img src="http://straylink.files.wordpress.com/2009/09/split-terminal-closeup.png?w=363&#038;h=234" alt="split-terminal-closeup" title="split-terminal-closeup" width="363" height="234" class="aligncenter size-full wp-image-319" /></p>
<p>Click the top &#8220;split&#8221; button and now you&#8217;ve got your window split into two usable panes like so:</p>
<p><img src="http://straylink.files.wordpress.com/2009/09/splitwindow.png?w=450&#038;h=388" alt="splitwindow" title="splitwindow" width="450" height="388" class="aligncenter size-full wp-image-320" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=318&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2009/09/05/snow-leopard-terminal-split-window-feature/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>

		<media:content url="http://straylink.files.wordpress.com/2009/09/split-terminal-closeup.png" medium="image">
			<media:title type="html">split-terminal-closeup</media:title>
		</media:content>

		<media:content url="http://straylink.files.wordpress.com/2009/09/splitwindow.png" medium="image">
			<media:title type="html">splitwindow</media:title>
		</media:content>
	</item>
		<item>
		<title>Macbook PRO 17&#8243; and OCZ Vertex SSD</title>
		<link>http://straylink.wordpress.com/2009/09/04/macbook-pro-17-and-ocz-vertex-ssd/</link>
		<comments>http://straylink.wordpress.com/2009/09/04/macbook-pro-17-and-ocz-vertex-ssd/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:07:17 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS-X]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=312</guid>
		<description><![CDATA[This article is meant to share the great work my business partner Matthew did to make this process as easy as can be. I take no credit for figuring this stuff out. I just upgraded to the 2.8 ghz Core &#8230; <a href="http://straylink.wordpress.com/2009/09/04/macbook-pro-17-and-ocz-vertex-ssd/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=312&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>This article is meant to share the great work my business partner Matthew did to make this process as easy as can be.  I take no credit for figuring this stuff out.</p></blockquote>
<p>I just upgraded to the 2.8 ghz Core 2 Duo Macbook PRO 17&#8243; with one special enhancement &#8211; an OCZ Vertex 120GB SSD swapped in place of the stock 500GB 5400RPM drive. </p>
<p><img src="http://straylink.files.wordpress.com/2009/09/abbout-this-mac.png?w=321&#038;h=365" alt="abbout this mac" title="abbout this mac" width="321" height="365" class="aligncenter size-full wp-image-313" /><br />
<img src="http://straylink.files.wordpress.com/2009/09/ocz-vertex.png?w=450&#038;h=479" alt="OCZ vertex" title="OCZ vertex" width="450" height="479" class="aligncenter size-full wp-image-314" /></p>
<p>There are plenty of articles on the net showing <a href="http://forums.macrumors.com/showthread.php?t=664252">how to do this</a>.  That said, these are the steps I went through to get it all working:</p>
<ul>
<li>First buy an <a href="http://www.microcenter.com/single_product_results.phtml?product_id=0304106">OCZ Vertex SSD</a>.  Don&#8217;t get the Mac specific version as it costs more and you don&#8217;t need it!
<li>Use Disk Utility to burn an image of the OCZ Vertex firmware update to CD.  Get the <a href="http://www.ocztechnology.com/ssd_tools/files/Vertex_ISO_Update.zip">Mac compatible ISO image</a> from http://ocztechnology.com.
<li><a href="http://support.apple.com/kb/HT3419">Replace the stock drive with your nice OCZ Vertex drive</a>.
<li>Put in your ISO CD and reboot.  Hold the &#8216;C&#8217; key during boot.
<li>Type FWUPDATE at the prompt and type &#8216;Y&#8217; for all subsequent questions &#8211; be patient it takes a few moments for the FWUPDATE to recognize the drive.
<li>Reboot with an OS X Snow Leopard Installation Disc and follow install.
<li>IMPORTANT!  Once you get to the &#8216;Select where to install&#8230;&#8221; step, use Disk Utility to partition the drive so you have a volume to install Snow Leopard on.  Disk Utility is available in the Menubar.  Use HFS+ with a GUID Partition table.
</ul>
<p>OK &#8211; After all of this is done, be prepared for the fastest machine you have ever used, unless you have already used a machine built on SSDs before.</p>
<p>This thing screams.  iPhoto, Illustrator, Eclipse &#8211; they load INSTANTLY.  My initial reaction was that something was wrong because these windows just appeared.  It took me a second to realize the application was already UP.</p>
<p>For $359 after rebate, I now have a machine that feels, and literally is, 3x times faster for operations that really count &#8211; disk I/O.   </p>
<p>Matthew insisted that upgrading to a 3.06 GHz CPU ($300) is a total waste when you can spend an additional $60 for an INSANE performance improvement.  </p>
<p>I couldn&#8217;t agree more.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=312&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2009/09/04/macbook-pro-17-and-ocz-vertex-ssd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>

		<media:content url="http://straylink.files.wordpress.com/2009/09/abbout-this-mac.png" medium="image">
			<media:title type="html">abbout this mac</media:title>
		</media:content>

		<media:content url="http://straylink.files.wordpress.com/2009/09/ocz-vertex.png" medium="image">
			<media:title type="html">OCZ vertex</media:title>
		</media:content>
	</item>
		<item>
		<title>HexColorPicker + Pixelmator</title>
		<link>http://straylink.wordpress.com/2009/05/12/hexcolorpicker-pixelmator/</link>
		<comments>http://straylink.wordpress.com/2009/05/12/hexcolorpicker-pixelmator/#comments</comments>
		<pubDate>Wed, 13 May 2009 00:18:17 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hexcolorpicker]]></category>
		<category><![CDATA[pixelmator]]></category>
		<category><![CDATA[rgb values]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=299</guid>
		<description><![CDATA[I&#8217;ve been going without Photoshop for about a month now and I have to say, I don&#8217;t miss it. I did have the issue of getting hex color codes from a color picker in Pixelmator. A quick google revealed that &#8230; <a href="http://straylink.wordpress.com/2009/05/12/hexcolorpicker-pixelmator/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=299&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been going without Photoshop for about a month now and I have to say, I don&#8217;t miss it.</p>
<p>I did have the issue of getting hex color codes from a color picker in <a href="http://www.pixelmator.com/">Pixelmator</a>.  A quick google revealed that the OS X community had a solution.  It&#8217;s called <a href="http://wafflesoftware.net/hexpicker/">HexColorPicker</a> and it upgrades the standard color picker in OS X with hex color code support.  </p>
<p>Once installed, all applications that use the standard color picker get this nice feature.</p>
<p><img src="http://straylink.files.wordpress.com/2009/05/hexcolorpicker.jpg?w=300&#038;h=199" alt="hexcolorpicker" title="hexcolorpicker" width="300" height="199" class="aligncenter size-medium wp-image-300" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=299&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2009/05/12/hexcolorpicker-pixelmator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>

		<media:content url="http://straylink.files.wordpress.com/2009/05/hexcolorpicker.jpg?w=300" medium="image">
			<media:title type="html">hexcolorpicker</media:title>
		</media:content>
	</item>
		<item>
		<title>OS X Leopard &#8211; command line fun with voices!</title>
		<link>http://straylink.wordpress.com/2009/05/04/os-x-leopard-command-line-fun-with-voices/</link>
		<comments>http://straylink.wordpress.com/2009/05/04/os-x-leopard-command-line-fun-with-voices/#comments</comments>
		<pubDate>Mon, 04 May 2009 22:48:41 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=297</guid>
		<description><![CDATA[Open up terminal and type say -v "Bad News" Your mother in-law is moving in with you See a list of available voices here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=297&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Open up terminal and type</p>
<pre>say -v "Bad News" Your mother in-law is moving in with you</pre>
<p>See a list of available voices <a href="http://www.gabrielserafini.com/archives/2008/08/19/mac-os-x-voices-for-using-with-the-say-command/">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=297&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2009/05/04/os-x-leopard-command-line-fun-with-voices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse 3.5M7 &#8211; SWeeT Sheet!</title>
		<link>http://straylink.wordpress.com/2009/05/04/eclipse-35m7-sweet-sheet/</link>
		<comments>http://straylink.wordpress.com/2009/05/04/eclipse-35m7-sweet-sheet/#comments</comments>
		<pubDate>Mon, 04 May 2009 17:52:16 +0000</pubDate>
		<dc:creator>mcoopet</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[OS-X]]></category>
		<category><![CDATA[SWT]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://straylink.wordpress.com/?p=274</guid>
		<description><![CDATA[I have long awaited for sheet dialog support on OS X in SWT and 3.5M7 delivers! Read more about what is New and Noteworthy in Eclipse 3.5M7.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=274&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have long awaited for sheet dialog support on OS X in SWT and 3.5M7 delivers!</p>
<p><img title="SWT Sheet Dialog" src="http://download.eclipse.org/eclipse/downloads/drops/S-3.5M7-200904302300/images/sheet-prompt.png"></p>
<p>Read more about what is <a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.5M7-200904302300/eclipse-news-M7.html">New and Noteworthy in Eclipse 3.5M7</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/straylink.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/straylink.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/straylink.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/straylink.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/straylink.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/straylink.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/straylink.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/straylink.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/straylink.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/straylink.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/straylink.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/straylink.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/straylink.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/straylink.wordpress.com/274/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=straylink.wordpress.com&amp;blog=364202&amp;post=274&amp;subd=straylink&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://straylink.wordpress.com/2009/05/04/eclipse-35m7-sweet-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/81207728dd8dfac2f64de1a8eab6e835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mcoopet</media:title>
		</media:content>

		<media:content url="http://download.eclipse.org/eclipse/downloads/drops/S-3.5M7-200904302300/images/sheet-prompt.png" medium="image">
			<media:title type="html">SWT Sheet Dialog</media:title>
		</media:content>
	</item>
	</channel>
</rss>
