<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Bill Burcham's memeRocket</title>
	<link>http://meme-rocket.com</link>
	<description>Bill Burcham's Launch Platform</description>
	<pubDate>Sat, 19 Jul 2008 18:39:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>A Gmail Devotee Experiments With Apple Mail and iPhone Mail App</title>
		<link>http://meme-rocket.com/2008/07/19/a-gmail-devotee-experiments-with-apple-mail-and-iphone-mail-app/</link>
		<comments>http://meme-rocket.com/2008/07/19/a-gmail-devotee-experiments-with-apple-mail-and-iphone-mail-app/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 18:37:21 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[OS X]]></category>

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

		<guid isPermaLink="false">http://meme-rocket.com/2008/07/19/a-gmail-devotee-experiments-with-apple-mail-and-iphone-mail-app/</guid>
		<description><![CDATA[I&#8217;ve been using Gmail since its inception and I&#8217;ve used it (the web interface) as pretty much my sole email interface for the past 18 months. During that same time I&#8217;ve been pretty much solely a Mac user and when I recently bought an iPhone 3G I thought it would be an opportune time to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Gmail since its inception and I&#8217;ve used it (the web interface) as pretty much my sole email interface for the past 18 months. During that same time I&#8217;ve been pretty much solely a Mac user and when I recently bought an iPhone 3G I thought it would be an opportune time to revisit the possibility of Apple Mail, Address Book, iCal since those integrate with their iPhone counterparts and synchronize with MobileMe (née .Mac).</p>
<p>Punchline is: a few days into the process I have decided not to use Mail App nor the iPhone counterpart. I am using Apple&#8217;s Address Book (with MobileMe synching). As for Calendar App vs. Google Calendar I&#8217;d say the jury is still out. Here&#8217;s what I&#8217;ve found…<br />
 <a href="http://meme-rocket.com/2008/07/19/a-gmail-devotee-experiments-with-apple-mail-and-iphone-mail-app/#more-107" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/07/19/a-gmail-devotee-experiments-with-apple-mail-and-iphone-mail-app/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rails Vendor Branch Limbo</title>
		<link>http://meme-rocket.com/2008/06/20/rails-vendor-branch-limbo/</link>
		<comments>http://meme-rocket.com/2008/06/20/rails-vendor-branch-limbo/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 20:28:33 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[One Step Forward]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://meme-rocket.com/2008/06/20/rails-vendor-branch-limbo/</guid>
		<description><![CDATA[I&#8217;m upgrading a project from Rails 2.0.2 to Rails 2.1. 
This thing uses Comatose 0.8.1. Unfortunately, Comatose 0.8.1 isn&#8217;t compatible with Rails 2.1. Fine, I&#8217;ll just upgrade to Comatose 2.0 (uber-alpha) and that&#8217;ll work. Oops, Comatose 2.0 uber-alpha breaks Rails migrations. Fixing that breakage requires a patch to Rails itself.
Oh and did I mention that [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;"><span class="photo_container pc_m"><a href="http://www.flickr.com/photos/cwalker71/2482546331/" title="Stick Figure (6)"><img style="float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://farm3.static.flickr.com/2307/2482546331_130e605362_m.jpg" alt="Stick Figure (6)" class="pc_img" width="240" height="160" /></a></span>I&#8217;m upgrading a project from Rails 2.0.2 to Rails 2.1. </div>
<p>This thing uses Comatose 0.8.1. Unfortunately, Comatose 0.8.1 isn&#8217;t compatible with Rails 2.1. Fine, I&#8217;ll just upgrade to <a href="http://github.com/darthapo/comatose/tree/master">Comatose 2.0 (uber-alpha)</a> and that&#8217;ll work. Oops, Comatose 2.0 uber-alpha <a href="http://groups.google.com/group/comatose-plugin/browse_thread/thread/e6402c29de92edc7">breaks Rails migrations</a>. Fixing that breakage requires a <a href="http://pastie.textmate.org/181667">patch to Rails itself</a>.</p>
<p>Oh and did I mention that this project of mine also requires a <a href="http://code.google.com/p/comatose-plugin/issues/detail?id=20&amp;q=before_filters#makechanges">patch to Comatose</a> proper (adds before_filters to the Comatose configuration object).</p>
<p>So I need a patched version of Comatose and a patched version of Rails. “OK” you say, just use <a href="http://piston.rubyforge.org/">Piston</a> to manage those vendor branches. Not so fast. Piston only works with Subversion and the Rails project is no longer hosted on a Subversion repository. The <a href="http://dev.rubyonrails.org/svn/rails/tags/">old repository</a> was <a href="http://dev.rubyonrails.org/svn/rails/tags/">deprecated</a> after Rails 2.0.2. Rails is now hosted on Github. Oh and so is Comatose.</p>
<p>Never fear, Github support for Piston is coming <a href="http://blog.teksol.info/2008/3/15/piston-2-0-progress-piston-can-import-all-four-cases">Real Soon Now</a>™. Until then I&#8217;m stuck in limbo. I suppose I&#8217;ll do the <a href="http://lookfirst.com/2007/11/subversion-vendor-branches-howto.html">manual vendor branch</a> thing—essentially manage my own private Subversion repositories for Rails and Comatose.</p>
<p>The fact that <a href="http://blog.teksol.info/">François Beausoleil</a> is implementing Piston support for all-Git projects leads me to believe that there is no convenient alternative (to Piston) for vendor branches in Git. Hum, that&#8217;s hard to believe. Anyhow, I can&#8217;t migrate this project to Git yet so all-Git alternatives are sort of moot.</p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/06/20/rails-vendor-branch-limbo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Usable Gmail Thread URL Arrives</title>
		<link>http://meme-rocket.com/2008/06/06/usable-gmail-thread-url-arrives/</link>
		<comments>http://meme-rocket.com/2008/06/06/usable-gmail-thread-url-arrives/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 17:10:11 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://meme-rocket.com/2008/06/06/usable-gmail-thread-url-arrives/</guid>
		<description><![CDATA[I was optimistic that the Quick Links feature just released with the new Gmail Labs would scratch my itch for the ability to link to Gmail threads. Well Quick Links itself is pretty raw but I was able to use it to figure out the URL format for a thread to wit:https://mail.google.com/mail/?zx=mca2fxr2r24c#inbox/11a5bb2474f4842dI hadn&#8217;t seen that [...]]]></description>
			<content:encoded><![CDATA[<p>I was optimistic that the Quick Links feature just released with the new Gmail Labs would <a href="2007/11/09/still-waiting-for-gmail-thread-url/">scratch my itch</a> for the ability to link to Gmail threads. Well Quick Links itself is pretty raw but I was able to use it to figure out the URL format for a thread to wit:https://mail.google.com/mail/?zx=mca2fxr2r24c#inbox/11a5bb2474f4842dI hadn&#8217;t seen that &#8216;zx&#8217; query parameter before and it appears to be not strictly necessary (may be a <a href="http://johnvey.com/features/gmailapi/">proxy cache defeater</a>—I removed it and found the URL still worked fine).What is new to me is that whereas last time I tried to revisit such an URL I was taken not to the thread, but to my Inbox, now when I replay this URL I am taken to the thread (as expected!)Now if Gmail <a href="http://groups.google.com/group/gmail-labs-help-quick-links/browse_thread/thread/78869e6e91c3c12c#">would only provide</a> a “Link to this page” control à la Google Maps my life would be complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/06/06/usable-gmail-thread-url-arrives/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Processing with Squirrelfish</title>
		<link>http://meme-rocket.com/2008/06/03/processing-with-squirrelfish/</link>
		<comments>http://meme-rocket.com/2008/06/03/processing-with-squirrelfish/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 21:18:13 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://meme-rocket.com/2008/06/03/processing-with-squirrelfish/</guid>
		<description><![CDATA[If you&#8217;re looking for some worthy code to run under your shiny new fast JavaScript register-based bytecode interpreter you might want to go play processing.js. Smoove.
]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="http://webkit.org/blog-files/squirrelfish.png" alt="SquirrelFish Mascot" width="30%" /><a href="http://ejohn.org/apps/processing.js/examples/basic/distance2d.html"><img src="http://ejohn.org/apps/processing.js/screens/Picture%2018.png" style="border: 0px none ; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" /></a>If you&#8217;re looking for some worthy code to run under your shiny new <a href="http://webkit.org/blog/189/announcing-squirrelfish/">fast JavaScript register-based bytecode interpreter</a> you might want to go play <a href="http://ejohn.org/blog/processingjs/">processing.js</a>. Smoove.</p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/06/03/processing-with-squirrelfish/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OS X Quality Problems</title>
		<link>http://meme-rocket.com/2008/02/29/os-x-quality-problems/</link>
		<comments>http://meme-rocket.com/2008/02/29/os-x-quality-problems/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 00:47:56 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[OS X]]></category>

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

		<guid isPermaLink="false">http://meme-rocket.com/2008/02/29/os-x-quality-problems/</guid>
		<description><![CDATA[
 by Enzo D.   (Zoen)
I love my Macs. But dang it, I&#8217;ve encountered a couple annoying Leopard problems that have significantly impacted their value.
First, my old iMac won&#8217;t connect via WPA2 to my Airport Extreme since upgrading to Leopard. What am I gonna do—run an ethernet cable across my living room floor. Or [...]]]></description>
			<content:encoded><![CDATA[<p style="float: left; margin-right: 16px; margin-bottom: 10px"><a href="http://www.flickr.com/photos/13898469@N00/2235810937/" title="Roman Empire"><img src="http://farm3.static.flickr.com/2253/2235810937_517ba7b8de_m.jpg" alt="Roman Empire" /></a><br />
<small><a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" title="Attribution-NonCommercial-NoDerivs License" rel="license"><img src="http://meme-rocket.com/wp-content/plugins/wordpress-flickr-manager/images/creative_commons_bw.gif" alt="Attribution-NonCommercial-NoDerivs License" /></a> by <a href="http://www.flickr.com/people/13898469@N00/">Enzo D.   (Zoen)</a></small></p>
<p>I love my Macs. But dang it, I&#8217;ve encountered a couple annoying Leopard problems that have significantly impacted their value.</p>
<p>First, my old iMac <a href="http://discussions.apple.com/thread.jspa?messageID=6213751?" title="Problem Description on Apple Support">won&#8217;t connect</a> via WPA2 to my Airport Extreme since upgrading to Leopard. What am I gonna do—run an ethernet cable across my living room floor. Or should I say: across my wife&#8217;s living room floor?!?</p>
<p>Second, this week, my MacBook Pro <a href="http://www.macfixit.com/article.php?story=20080227122124501" title="Problem Description on MacFixit">stopped waking</a> from sleep mode. The solution is simple but devastating - simply turn off Bluetooth…um, and then you don&#8217;t have Bluetooth.</p>
<p>What is going on here? I&#8217;ve had years of happiness with my OS X Macs. And now I&#8217;ve got two men down (out of three). Only the trusty PowerBook is unaffected by any of this.</p>
<p>&#8217;sup Apple? Did you get ahead of yourselves with the sheer pace of coolness?</p>
<p><strong>update </strong>June 6, 2008: The good guys at <a href="http://www.macforce.com/">MacForce</a> helped me out w/ the sleep/wake problem on the MBP. The fix was simple: <a href="http://support.apple.com/kb/HT1431?viewlocale=en_US">reset the PMU</a>. A no-brainer (but only if you think of it). WPA still broken on the iMac as of OS X 10.5.3.</p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/02/29/os-x-quality-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xerox, The Re-Branding</title>
		<link>http://meme-rocket.com/2008/01/09/xerox-the-re-branding/</link>
		<comments>http://meme-rocket.com/2008/01/09/xerox-the-re-branding/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 17:06:18 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://meme-rocket.com/2008/01/09/xerox-the-re-branding/</guid>
		<description><![CDATA[ Chris Griego got it right when he said:

Before, I would hear Xerox and think of copiers. Now, I hear Xerox and think of copiers and awful logos.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://meme-rocket.com/wp-content/uploads/2008/01/200801090903.jpg" width="73" height="73" style="float:left; margin-right:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px;"/> Chris Griego <a href="http://twitter.com/cgriego" title="Chris Griego on Twitter">got it right</a> when he said:</p>
<blockquote>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">Before, I would hear Xerox and think of copiers. Now, I hear Xerox and think of copiers and awful logos.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/01/09/xerox-the-re-branding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.3 Messes Up Your OpenID Delegation</title>
		<link>http://meme-rocket.com/2008/01/07/wordpress-23-messes-up-your-openid-delegation/</link>
		<comments>http://meme-rocket.com/2008/01/07/wordpress-23-messes-up-your-openid-delegation/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 16:11:03 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[Identity]]></category>

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

		<guid isPermaLink="false">http://www.meme-rocket.com/2008/01/07/wordpress-23-messes-up-your-openid-delegation/</guid>
		<description><![CDATA[
 by akashgoyal
If you use your WordPress blog as an OpenID (as I do) via a link rel=&#8217;openid.delegate&#8217; tag (that delegates to an external OpenID service) then you may be locked out of your accounts after upgrading to WordPress 2.3.x.
Wordpress 2.3 introduced a new feature called URL canonicalization that turns requests to foo.com into www.foo.com. [...]]]></description>
			<content:encoded><![CDATA[<p style="float: left"><a href="http://www.flickr.com/photos/70837248@N00/2169624754/" title="No way home"><img src="http://farm3.static.flickr.com/2003/2169624754_742036fd14_m.jpg" alt="No way home" /></a><br />
<small><a href="http://creativecommons.org/licenses/by-nc-sa/2.0/" title="Attribution-NonCommercial-ShareAlike License" rel="license"><img src="http://www.meme-rocket.com/wp-content/plugins/wordpress-flickr-manager/images/creative_commons_bw.gif" alt="Attribution-NonCommercial-ShareAlike License" /></a> by <a href="http://www.flickr.com/people/70837248@N00/">akashgoyal</a></small></p>
<p>If you use your WordPress blog as an OpenID (as I do) via a link rel=&#8217;openid.delegate&#8217; tag (that delegates to an external OpenID service) then you may be locked out of your accounts after upgrading to WordPress 2.3.x.</p>
<p>Wordpress 2.3 introduced a new feature called URL canonicalization that turns requests to foo.com into www.foo.com. The justification is that it helps normalize statistics gathering in some cases (though in my experience, Google Analytics needed no such help).</p>
<p>But what happens if you were using an OpenID like foo.com on a (OpenID &#8216;consumer&#8217;) site like pibb.com is that after the WP 2.3.2 upgrade you actually end up authenticating the id www.foo.com (not foo.com). So you can never get back into your foo.com account at pibb.com. Got that?</p>
<p><strong>Update 4:49pm</strong>:</p>
<p>My <em>initial </em>solution was this nifty one-line <a href="http://txfx.net/files/wordpress/disable-canonical-redirects.phps" title="disable canonical redirects plugin">disable canonical redirects plugin</a> from <a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/">Mark Jaquith</a>. Simply drop that in your WP plugins and enable it and you&#8217;ll no longer suffer URL canonicalization. But a simpler approach was to simply set the blog URL to http://meme-rocket.com in general options. Now I&#8217;m redirecting www.meme-rocket.com to meme-rocket.com and all&#8217;s well.</p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/01/07/wordpress-23-messes-up-your-openid-delegation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Portland On Fire</title>
		<link>http://meme-rocket.com/2008/01/03/portland-on-fire/</link>
		<comments>http://meme-rocket.com/2008/01/03/portland-on-fire/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 16:40:19 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[Portland Community]]></category>

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

		<guid isPermaLink="false">http://www.meme-rocket.com/2008/01/03/portland-on-fire/</guid>
		<description><![CDATA[
Raven Zachary, über-connector, has launched a nifty new site: portlandonfire.com that is profiling one Portlander a day. I&#8217;d like to know what his secret energy source is.
If you&#8217;d like to know my secret foibles, check it out — I&#8217;m featured today.
]]></description>
			<content:encoded><![CDATA[<p style="float: left"><img src="http://farm3.static.flickr.com/2127/2076426753_f4a404c155_m.jpg" style="cursor: pointer" class="yfsc_image" id="yfsc_1_8607774@N05" align="undefined" /></p>
<p>Raven Zachary, über-connector, has launched a nifty new site: <a href="http://portlandonfire.com" target="_blank"><span class="yshortcuts" id="lw_1199378121_0">portlandonfire.com</span></a> that is profiling one Portlander a day. I&#8217;d like to know what his <span class="yshortcuts" id="lw_1199378121_1">secret energy</span> source is.</p>
<p>If you&#8217;d like to know my secret foibles, check it out — <a href="http://www.portlandonfire.com/billburcham/" title="Bill Burcham Profile on Portland on Fire">I&#8217;m featured today</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/01/03/portland-on-fire/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NYT Multimedia Presentation Viewer</title>
		<link>http://meme-rocket.com/2008/01/02/nyt-multimedia-viewer/</link>
		<comments>http://meme-rocket.com/2008/01/02/nyt-multimedia-viewer/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 20:37:16 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[design]]></category>

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

		<guid isPermaLink="false">http://www.meme-rocket.com/2008/01/02/nyt-multimedia-viewer/</guid>
		<description><![CDATA[ The New York Times&#8217; multimedia presentation viewer is a thing of beauty. The example below is taken from a story on Benazir Bhutto.

Flash wins again. Notice how hovering over the thumb yields a time-indexed image popup. Very fluid, very useful.

]]></description>
			<content:encoded><![CDATA[<p> The New York Times&#8217; multimedia presentation viewer is a thing of beauty. The example below is taken from a <a href="http://www.nytimes.com/packages/html/world/20071227_BHUTTO_FEATURE/index.html#section1">story on Benazir Bhutto</a>.</p>
<p><a href="http://www.flickr.com/photos/36934950@N00/2155973820/" title="NYT Multimedia Presentation Viewer"><img src="http://farm3.static.flickr.com/2023/2155973820_aace611169.jpg" alt="NYT Multimedia Presentation Viewer" /></a></p>
<p>Flash wins again. Notice how hovering over the thumb yields a time-indexed image popup. Very fluid, very useful.</p>
<p><a href="http://www.flickr.com/photos/36934950@N00/2155973820/" title="NYT Multimedia Presentation Viewer"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2008/01/02/nyt-multimedia-viewer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flickr Attributions in WordPress</title>
		<link>http://meme-rocket.com/2007/12/31/flickr-attributions-in-wordpress/</link>
		<comments>http://meme-rocket.com/2007/12/31/flickr-attributions-in-wordpress/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 05:55:13 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
		
		<category><![CDATA[diversion]]></category>

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

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

		<guid isPermaLink="false">http://www.meme-rocket.com/2007/12/31/flickr-attributions-in-wordpress/</guid>
		<description><![CDATA[

I&#8217;m tired of creating HTML attribution markup and style by hand every time I drop a Flickr photo into a post. I noticed the Yahoo Shortcut Plugin purports to address this issue. So I ended my procrastination and upgraded to WordPress 2.3.2 and installed the plugin. And here we are (see the image to the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="cursor: pointer;" class="yfsc_image" id="yfsc_1_72265651@N00" src="http://farm1.static.flickr.com/1/791388_8b89845fea_m.jpg" align="left">
</p>
<p>I&#8217;m tired of creating HTML attribution markup and style by hand every time I drop a <span class="yshortcuts" id="lw_1199166761_0">Flickr</span> photo into a post. I noticed the <a href="http://www.searchenginejournal.com/yahoo-shortcuts-wordpress-plugin/6102/">Yahoo Shortcut Plugin</a> purports to address this issue. So I ended my procrastination and upgraded to WordPress 2.3.2 and installed the plugin. And here we are (see the image to the left)</p>
<p>Convincing the <span class="yshortcuts" id="lw_1199166761_1">Yahoo Shortcuts</span> Plugin to fetch the actual image of interest wasn&#8217;t as easy as I&#8217;d like but it&#8217;s clearly doable. I found the image using <a href="http://www.krazydad.com/colrpickr/">colrpickr</a>, then navigated to the image and then entered the title of the image in the Yahoo Shortcut Plugin&#8217;s &#8220;Review This Post&#8221; view. The plugin found the image and allowed me to then add the image to my post.</p>
<p>Now wouldn&#8217;t it be the bomb if <a href="http://www.krazydad.com">krazydad</a> could integrate his colrpickr directly with the Yahoo thingie and save us all the steps?</p>
]]></content:encoded>
			<wfw:commentRss>http://meme-rocket.com/2007/12/31/flickr-attributions-in-wordpress/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
