<?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>John Herren's Blog</title>
	<atom:link href="http://jhherren.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jhherren.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Aug 2011 20:54:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jhherren.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>John Herren's Blog</title>
		<link>http://jhherren.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jhherren.wordpress.com/osd.xml" title="John Herren&#039;s Blog" />
	<atom:link rel='hub' href='http://jhherren.wordpress.com/?pushpress=hub'/>
		<item>
		<title>jQuery gotcha with &#8216;class&#8217;</title>
		<link>http://jhherren.wordpress.com/2011/05/16/jquery-gotcha-with-class/</link>
		<comments>http://jhherren.wordpress.com/2011/05/16/jquery-gotcha-with-class/#comments</comments>
		<pubDate>Mon, 16 May 2011 17:53:08 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[Geeking Out]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=213</guid>
		<description><![CDATA[Not jQuery specific, but ran into a cross browser issue today with the following snippet: $('&#60;span/&#62;',{class: 'check', text: 'Checking'}).insertAfter('#checker'); This will work fine in Firefox, but in Safari it throws a parse error. Evidently &#8216;class&#8217; is a reserved word in webkit. The solution is to quote it: $('&#60;span/&#62;',{'class': 'check', text: 'Checking'}).insertAfter('#checker'); The documentation even shows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=213&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not jQuery specific, but ran into a cross browser issue today with the following snippet:</p>
<pre>$('&lt;span/&gt;',{class: 'check', text: 'Checking'}).insertAfter('#checker');</pre>
<p>This will work fine in Firefox, but in Safari it throws a parse error. Evidently &#8216;class&#8217; is a reserved word in webkit. The solution is to quote it:</p>
<pre>$('&lt;span/&gt;',{'class': 'check', text: 'Checking'}).insertAfter('#checker');</pre>
<p>The <a title="jQuery()" href="http://api.jquery.com/jQuery/">documentation</a> even shows an example of this exact thing, but doesn&#8217;t point it out explicitly.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/213/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/213/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/213/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=213&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2011/05/16/jquery-gotcha-with-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>
	</item>
		<item>
		<title>Beer and Loafing in Austin: finding the free stuff at SXSW</title>
		<link>http://jhherren.wordpress.com/2010/03/13/beer-and-loafing-in-austin-finding-the-free-stuff-at-sxsw/</link>
		<comments>http://jhherren.wordpress.com/2010/03/13/beer-and-loafing-in-austin-finding-the-free-stuff-at-sxsw/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 03:43:30 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=206</guid>
		<description><![CDATA[Once again I find myself not at SXSW, but participating vicariously though the tweets and posts of friends and colleagues. However, I can&#8217;t help but feel I&#8217;ve made my own little contribution to the levity though my recent work with the guys at SCHED*. I&#8217;ve known SCHED*&#8217;s creator, Taylor McKnight, for several years now, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=206&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Once again I find myself not at SXSW, but participating vicariously though the tweets and posts of friends and colleagues. However, I can&#8217;t help but feel I&#8217;ve made my own little contribution to the levity though my recent work with the guys at <a href="http://sched.org">SCHED*</a>. I&#8217;ve known SCHED*&#8217;s creator, Taylor McKnight, for several years now, and  I&#8217;m so happy to finally get the chance to work with him on a project. And while sure, I&#8217;m a little biased, <a href="http://sxsw2010.sched.org/">SCHED*&#8217;s SXSW online schedule</a> is the best one you&#8217;ll find on the web.</p>
<p>Not only can you browse all the official SXSW activities and parties by any facet imaginable, SCHED* brings together all the unofficial events surrounding the conference/festival/whateverthisthingis.</p>
<p>SCHED* makes it easy to see what events are most popular, as well as hook up with your Twitter, Facebook, and LinkedIn connections to see what they&#8217;re excited about. You can also use the search and tagging functions to find the hidden gems such as:</p>
<p><a href="http://sxsw2010.sched.org/tag/free+food">Free Food at SXSW</a></p>
<p><a href="http://sxsw2010.sched.org/tag/Free+Alcohol">Free Alcohol at SXSW </a></p>
<p>or..</p>
<p><a href="http://sxsw2010.sched.org/?searchword=free">Every damn free thing in Austin!</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=206&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2010/03/13/beer-and-loafing-in-austin-finding-the-free-stuff-at-sxsw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>
	</item>
		<item>
		<title>GamePro burns developers on $5000 programming contest</title>
		<link>http://jhherren.wordpress.com/2009/12/03/gamepro-burns-developers-on-5000-programming-contest/</link>
		<comments>http://jhherren.wordpress.com/2009/12/03/gamepro-burns-developers-on-5000-programming-contest/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 00:32:04 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[mashups]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=191</guid>
		<description><![CDATA[[UPDATE 12/17/09] I was contacted by phone by GamePro President Marci Hughes on December 4th. She explained to me that there was a slip up within the company where it was believed there had been no submissions to the contest. She was very polite and apologetic and assured me the contest entries would still be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=191&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>[UPDATE 12/17/09] I was contacted by phone by GamePro President Marci Hughes on December 4th. She explained to me that there was a slip up within the company where it was believed there had been no submissions to the contest. She was very polite and apologetic and assured me the contest entries would still be judged. I assured her I would be happy to update this post if GamePro could clarify the situation on their developer blog. As of today, they have done <a href="http://api.gamepro.com/support/docs/developer-blog/update-on-the-api-contest/">just that</a>. I understand that communication mistakes happen within companies, and I&#8217;m happy to see GamePro correct the situation.</strong></p>
<p>I was very disappointed today to learn that GamePro.com has canceled its API programming contest after the entry deadline. I submitted an entry to the contest, and since the judging results were due, I reached out to the API guys via Twitter. Here&#8217;s what I learned:</p>
<div id="attachment_197" class="wp-caption alignnone" style="width: 510px"><a href="http://jhherren.files.wordpress.com/2009/12/gameprodmtweet.jpg"><img class="size-full wp-image-197" title="gameprodmtweet" src="http://jhherren.files.wordpress.com/2009/12/gameprodmtweet.jpg?w=500&#038;h=62" alt="John - We've discontinued the API contest - there wasn't enough interest." width="500" height="62" /></a><p class="wp-caption-text">Direct message via Twitter</p></div>
<p>I can&#8217;t be any more clear when I say this: I and any other developer putting time and energy to create an entry for your contest were <strong>very </strong>interested.</p>
<p>I think GamePro should be reminded of  the first rule of <a href="http://en.wikipedia.org/wiki/Open_Space_Technology">Open Space</a>:</p>
<p style="text-align:center;"><em><strong>&#8220;Whoever shows up is the right group&#8221;</strong></em></p>
<p style="text-align:left;">This is a fabulous example of an API vendor doing it wrong. <em><strong><br />
</strong></em></p>
<p>I love making mashups. Experimenting with APIs is my favorite thing to do as a programmer. They&#8217;re like geek Lego.  One of the most exciting parts of <a href="http://mashupcamp.com">Mashup Camp</a> is the speed geeking contest, where developers pitch their mashup to a couple dozen small groups in hopes of winning recognition and some great prizes. The speed geeking contest is something I look forward to participating in every time, and over the years I&#8217;ve done well getting votes and winning prizes. I&#8217;ve won awards from IBM, Thomson-Reuters, Dapper, and others. In Dublin I even managed to win the Best Mashup grand prize. A couple times I&#8217;ve come prepared with a mashup, but as my friend <a href="http://www.mapbuilder.net/">Andrew Bidochko</a> can tell you, half of the fun is spending a sleepless night hacking away.</p>
<p>For API providers, sponsoring a mashup contest is a great way to stir interest in their services. Not only do contests attract developers to using their APIs, but it helps vendors discover valuable use cases for their data. The kind of creative use cases that clever mashup developers uncover can be invaluable to vendors. Even simple mashups can evolve to new revenue models and uncover vertical niches not thought of by the vendor. I would think the return on investment for running a contest, including prizes would be high. If nothing else, you&#8217;ll get bug reports, feedback, and dozens to hundreds of developer hours in testing your API.</p>
<p>For the developer, mashup contests provide a great incentive to try out an API. If I had a choice, the only coding I would do would be mashups. But since I was laid off in September and freelancing once again, time for the fun stuff is scarce. That&#8217;s why I was excited to read about the GamePro.com API contest on the best mashup news site in the world, <a href="http://programmableweb.com">programmableweb.com</a>. Programmable web has a special page for <a href="http://www.programmableweb.com/contests">mashup contests</a>, and I perked up a bit when I noticed GamePro was offering $5000 for theirs.</p>
<div id="attachment_192" class="wp-caption alignnone" style="width: 497px"><a href="http://www.programmableweb.com/contests"><img class="size-full wp-image-192" title="contest" src="http://jhherren.files.wordpress.com/2009/12/contest.jpg?w=487&#038;h=157" alt="" width="487" height="157" /></a><p class="wp-caption-text">GamePro contest on Programmable Web. The link is a 404 now.</p></div>
<p>Now for the lowly freelancer, five grand is a nice chunk of change. I figured there would be a decent amount of competition in this contest, but I already had a good idea for it and thought I&#8217;d take a stab. So, with some great help from my wife Liz and our good friend Emily with the artwork, over the course of several weeks I created <a href="http://pewpewzap.com">Pew Pew Zap!</a></p>
<p>Pew Pew Zap! is a devilishly cute and simple mashup using the GamePro API. It&#8217;s basically a &#8216;hot or not&#8217; style site where the user is presented two games and votes on their favorite. The games are organized by platform and genre, the end goal being that the human-powered bubble sort will eventually reveal the best game for each platform and genre as indicated by the leaderboards.</p>
<p><a href="http://pewpewzap.com"><img class="alignnone size-medium wp-image-194" title="pewpewzap" src="http://jhherren.files.wordpress.com/2009/12/pewpewzap.jpg?w=300&#038;h=238" alt="" width="300" height="238" /></a></p>
<p>This site by no means is a great engineering feat, but I think it&#8217;s a clever use of the GamePro API. Additionally, I wanted to test this interaction model, as I had previously spent some time on a similar but yet <a href="http://twitter.com/fightsy">unreleased mashup</a> for <a href="http://etsy.com">Etsy</a>. My hypothesis being that the average page views per visitor would be high due to the simple nature of the site. So far, I&#8217;ve found that is the case according to my stats.</p>
<p>Working with the GamePro API was straight forward, although I did run into some errors with the service. The guys at GamePro were helpful and <a href="http://api.gamepro.com/support/forums/discussion/26/invalid-characters-in-xml-and-json/#Item_0">responsive</a> on the forum, and even answered some questions I asked via Twitter direct messages.</p>
<p>So a couple days before the contest deadline I submitted my mashup to GamePro, and as the now non-existent contest rules page stated, I waited 30 days to hear the results. Suspiciously, a day or so after the November 1st entry deadline, GamePro removed all the information about the contest from their site. Here&#8217;s Google&#8217;s cached version of the <a href="http://74.125.47.132/search?q=cache:1yFNPQM3ss4J:www.facebook.com/note_redirect.php%3Fnote_id%3D143264957106%26h%3D117851e5732ff9d9ff7a596b21d4a196%26url%3Dhttp%253A%252F%252Fapi.gamepro.com%252Fsupport%252Fdocs%252Fapi-contest%252F+gamepro+api+contest&amp;cd=7&amp;hl=en&amp;ct=clnk&amp;gl=us&amp;client=firefox-a">contest announcement</a>. The GamePro Terms of Service page, nor its cached version, contain the contest rules any longer. In fact, the only mention I can find of the contest is <a href="http://api.gamepro.com/support/forums/discussion/20/questions-regarding-api-contest/">this forum post</a>. I did not contact GamePro about any of this until today, trusting that there would be no issue. I guess that&#8217;s a lesson learned.</p>
<p>Regardless, I&#8217;m glad I created the mashup. It ended up winning Programmable Web&#8217;s <a href="http://www.programmableweb.com/mashup/pew-pew-zap">&#8220;mashup of the day&#8221;</a> on November 19th. The actions by GamePro will not discourage me from entering programming contests in the future. I have to wonder though, how many other developers got let down on this one. I hope the folks participating in <a href="http://www.gamepro.com/article/features/213096/gamepros-xbox-live-giveaway/">GamePro&#8217;s comment drawing</a> don&#8217;t get burned, too. I&#8217;m not bitter&#8211;I got to spend some time doing what I love, and was able to submit some bug reports to help GamePro improve their API. I just don&#8217;t think it&#8217;s right for them to dangle a carrot.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=191&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2009/12/03/gamepro-burns-developers-on-5000-programming-contest/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>

		<media:content url="http://jhherren.files.wordpress.com/2009/12/gameprodmtweet.jpg" medium="image">
			<media:title type="html">gameprodmtweet</media:title>
		</media:content>

		<media:content url="http://jhherren.files.wordpress.com/2009/12/contest.jpg" medium="image">
			<media:title type="html">contest</media:title>
		</media:content>

		<media:content url="http://jhherren.files.wordpress.com/2009/12/pewpewzap.jpg?w=300" medium="image">
			<media:title type="html">pewpewzap</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading Radar featured on Boing Boing</title>
		<link>http://jhherren.wordpress.com/2009/10/14/reading-radar-featured-on-boing-boing/</link>
		<comments>http://jhherren.wordpress.com/2009/10/14/reading-radar-featured-on-boing-boing/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:25:01 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[mashups]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=189</guid>
		<description><![CDATA[A guest blogger, Connie Choe, has posted a profile of Reading Radar on my all-time favorite blog Boing Boing. I can&#8217;t believe that this simple little mashup has received so much attention. Would anyone be interested in a video tutorial or something to learn how to build mashup sites like this?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=189&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A guest blogger, <a href="http://www.boingboing.net/2009/10/12/boing-boing-guest-bl-2.html">Connie Choe</a>, has posted a <a href="http://www.boingboing.net/2009/10/13/reading-radar-api-ma.html">profile of Reading Radar</a> on my all-time favorite blog Boing Boing. I can&#8217;t believe that this <a href="http://readingradar.com">simple little mashup</a> has received so much attention. Would anyone be interested in a video tutorial or something to learn how to build mashup sites like this?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=189&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2009/10/14/reading-radar-featured-on-boing-boing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>
	</item>
		<item>
		<title>Liz&#8217;s Photography Site is Live</title>
		<link>http://jhherren.wordpress.com/2009/04/08/lizs-photography-site-is-live/</link>
		<comments>http://jhherren.wordpress.com/2009/04/08/lizs-photography-site-is-live/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:47:01 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[mashups]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=129</guid>
		<description><![CDATA[Liz has been asking me for some time now for a website to show off her photography. She&#8217;s been quite the shutterbug these last several years, consuming gigabytes upon gigabytes of disk space. I&#8217;ve had a lot of fun watching her try new things and watching her confidence build as what was one was a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=129&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/lizney78">Liz</a> has been asking me for some time now for a website to show off her photography. She&#8217;s been quite the shutterbug these last several years, consuming gigabytes upon gigabytes of disk space. I&#8217;ve had a lot of fun watching her try new things and watching her confidence build as what was one was a hobby has become much more. She has taken quite an interest in photographing local musicians, made some good contacts, and has begun selling prints. I feel really grateful to her that we have such and awesome time machine to look back on past memories in all of their splendor.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/jhherren/3422777249/"><img title="Elizabeth Herren Photography" src="http://farm4.static.flickr.com/3616/3422777249_03aa9ae4dd.jpg?v=0" alt="elhphotos.com - Elizabeth Herren Photography" width="500" height="365" /></a><p class="wp-caption-text">elhphotos.com - Elizabeth Herren Photography</p></div>
<p>I finally sat down this evening and put together a simple site.  Her site, <a title="Elizabeth Herren Photography" href="http://elhphotos.com">elhphotos.com</a> pulls in an album from her <a href="http://www.flickr.com/photos/elhphotos">&#8220;professional&#8221; Flickr account</a> (as opposed to her <a href="http://www.flickr.com/photos/lizney78">personal one</a>), so she&#8217;ll be able to manage the slideshow without needing to edit the site at all.</p>
<p>Technically you could call this site a mashup. It&#8217;s all client side, using some <a title="jquery flickr plugin" href="http://www.projectatomic.com/2008/04/jquery-flickr/">jquery plugins to access her Flickr feed</a>, and the <a title="jquery slimbox2 plugin" href="http://www.digitalia.be/software/slimbox2">slimbox2 plugin</a> to power the lightbox effect.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=129&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2009/04/08/lizs-photography-site-is-live/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3616/3422777249_03aa9ae4dd.jpg?v=0" medium="image">
			<media:title type="html">Elizabeth Herren Photography</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter and the Case for Web Hooks</title>
		<link>http://jhherren.wordpress.com/2009/03/05/twitter-and-the-case-for-web-hooks/</link>
		<comments>http://jhherren.wordpress.com/2009/03/05/twitter-and-the-case-for-web-hooks/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 09:27:22 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[web hooks]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=125</guid>
		<description><![CDATA[My, my, we do love our Twitter. Tiny messages in a list. A global chatroom really, but just the messages you want to see. What an elegant system. But it&#8217;s hard to track conversations. But 140 characters isn&#8217;t enough for some dude who has trouble making his thoughts a wee bit more concise and is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=125&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My, my, we do love our <a title="follow me, everything is alright" href="http://twitter.com/johnherren">Twitter</a>. Tiny messages in a list. A global chatroom really, but just the messages you want to see. What an elegant system.</p>
<ul>
<li>But it&#8217;s hard to track conversations.</li>
<li>But 140 characters isn&#8217;t enough for some dude who has trouble making his thoughts a wee bit more concise and is accustomed to using long, redundant, extra words.</li>
<li>But it doesn&#8217;t automatically link up my stock symbols in my tweets.</li>
</ul>
<p>But, but, but.</p>
<h2>Enter the API</h2>
<p>Everyone who&#8217;s used Twitter for a significant amount of time has concocted a list of features that Twitter lacks and desperately needs. Fortunately, Twitter has a given us a nice API to let geeks fill in the gaps somewhat. Without Googling around to find the most recent stat, I&#8217;ve read that the majority of tweets are placed through the API instead of the Twitter site, through mobile and desktop apps. That&#8217;s a good indication.</p>
<p>Besides API based clients&#8211;alternate software that does what the Twitter site does, there has been a surge in Twitter powered bots. These bots read and write to Twitter using some kind of logic in between. I&#8217;ve seen autonomous chat bots and autoresponders.</p>
<h2>Who Are My Twitter Followers?</h2>
<p>A pattern I&#8217;ve seen a lot lately with Twitterized apps is &#8220;all you have to do to join my app is follow @sometwittername&#8221;. @sometwittername then uses the API to find his followers, and then sends the user tweets, or, links via direct message with special links just for that user.  It&#8217;s a MLM&#8217;ers dream. The top essential tactic of these web marketing guys is to BUILD YOUR LIST, and there&#8217;s no friendlier way than Twitter, right?</p>
<p>If you want to see an example of this pattern in action, <a href="http://www.guruofsales.com/general/695/win-100-just-follow-my-twitter">here&#8217;s one</a>, which I reluctantly link to for demonstration purposes only.</p>
<p>Yes, apparently we have &#8220;Twitter marketing gurus&#8221; now.</p>
<p>So now the developer needs to know who his followers are, so he can spam or provide $ValueAddedService. Currently, the Twitter API gives developers two ways of finding out who is following you. The first one requires polling, which means you have to call the API at regular intervals.</p>
<p>Polling sucks. If you request too often, it&#8217;s wasteful. If you don&#8217;t request often enough, you miss the opportunity to do cool stuff with new followers in a timely fashion.</p>
<p>A better way to detect new followers is to tap into your email stream. When Twitter emails you with a new follower notification, it tucks away some extra headers into your message. This is <a href="http://apiwiki.twitter.com/FAQ?SearchFor=X-Twittersenderscreenname&amp;sp=1#Howshouldmybotfollowusersthatfollowitorinspectdirectmessages">documented for some reason in the FAQ</a>. The headers look something like this:</p>
<ul style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0 0 0 3em;padding:0;">
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterEmailType</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- will be &#8216;is_following&#8217; or &#8216;direct_message&#8217;</span></span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterCreatedAt</span></span> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- ex: Thu Aug 07 15:17:15 -0700 2008</span></span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterSenderScreenName</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- ex: &#8216;bob&#8217;</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> </span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterSenderName</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- ex: &#8216;Bob Smith&#8217;</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> </span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterSenderID</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- ex: 12345</span></span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterRecipientScreenName</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- ex: &#8216;john&#8217;</span></span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterRecipientName</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- ex: &#8216;John Doe&#8217;</span></span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterRecipientID</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">- ex: 67890</span></span></li>
<li><span style="font-family:'Courier New';"><span style="font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;border-width:0;margin:0;padding:0;">X-TwitterDirectMessageID</span></span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"> </span><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">-</span> <span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;"><span style="font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border-width:0;margin:0;padding:0;">ex: 2346346</span></span></li>
</ul>
<p>So all you have to do to maintain an instantly up-to-date list of your followers is to send your email notifications through a script (most any SMTP server can do this) and check for messages with the X-TwitterEmailType set to &#8216;is_following&#8217;, and then grab the SenderID or SenderScreenName and you&#8217;re all set.</p>
<p>This is a wannabe web hook in action.</p>
<h2>WTF is a Web Hook?</h2>
<p>If this is the first time you&#8217;re hearing the term &#8220;web hook&#8221;, pay attention. It&#8217;s the next step in this whole read-write web thing.</p>
<p>In short, a web hook, or &#8220;http callback&#8221; allows you to subscribe to another website&#8217;s <em>events</em> with a URL. You tell a website, &#8220;Hey, when some event happens, send some information about it to this URL&#8221;. Why? It doesn&#8217;t matter, it&#8217;s up to the developer to decide what to do with that information.</p>
<p>An excellent example of a web hook is <a href="https://www.paypal.com/ipn">Paypal&#8217;s Instant Payment Notification</a>. It works like this:</p>
<ol>
<li>You come to my store, fill up your cart, and hit the checkout button.</li>
<li>My site sends you and your order info to Paypal, and you pay up.</li>
<li>In my Paypal account, I&#8217;ve set up my IPN (web hook!) URL.</li>
<li>Paypal POSTs the order information to the hook URL letting me know that you&#8217;ve paid</li>
<li>I record the sale, do whatever business logic I need to do so my Oompa Loompas can ship your stuff to you.</li>
</ol>
<p>There&#8217;s a little more to it, but that&#8217;s the basics. I can choose to do whatever I want with that data from Paypal.</p>
<p>The key part is step 5. I do whatever logic I need to do with my own code.</p>
<p>Web hooks are APIs knowing to call other API endpoints. That&#8217;s it.</p>
<ul>
<li>Homework: flip through this <a href="http://blog.webhooks.org/2008/11/02/web-hooks-and-the-programmable-world-of-tomorrow/">presentation by Jeff Lindsay about web hooks</a>. He&#8217;s a fucking NASA web astronaut and lives and breathes web hooks.</li>
<li>Extra Credit: subscribe to <a href="http://blog.webhooks.org/">Jeff&#8217;s blog about web hooks</a>. It&#8217;s quality.</li>
</ul>
<p>Now back to the Twitter. Why should you have to hook into your email stream to get those &#8220;is_following&#8221; notifications?  In the same way Twitter sends you an email, it could just as easily send an HTTP POST with that same data to a script you control. Would it not be much simpler to specify a callback URL in your Twitter settings?</p>
<p>Your site would become integrated with Twitter itself. That word <em>integrated</em> is key. Instead a basic request-response API <strong>message</strong>, now our websites are having a <strong>conversation</strong>.</p>
<h2>I Understand Now! What Possibilities! Web Hooks Rock My Casbah!</h2>
<p>Now imagine what would be possible if Twitter allowed hooks for <strong>all</strong> the different events that happen on the platform.</p>
<ul>
<li>Twitter, ping this URL of mine when someone I follow tweets or DM&#8217;s or replies to me.</li>
<li>Twitter, ping a different URL of mine when someone unfollows me.</li>
<li>Twitter, ping yet another URL when someone I follow updates her profile. She&#8217;s cute, and I need to stay on top of those thumbnail changes.</li>
</ul>
<p>Twitter, just ping my scripts when stuff happens.</p>
<h2>Now Make Hooks Programmable</h2>
<p>Maybe I&#8217;m not interested in every single hookable event. How cool would it be if I could get a list of all my subscribed events through an API call?</p>
<ul>
<li>Me: Yo Twitter, what do I care about? What am I subscribed to?</li>
<li>Twitter: Sup dawg, I heard you like profile changes and unfollows, so I send twirps to your tweets so you can twit when I twat.</li>
</ul>
<p>But instead of jive talk you&#8217;d get back XML or JSON with event names and your hook URLs.</p>
<p>Take it one step further and suppose you only want your hook called when only certain people perform certain actions. Why not make setting and unsetting the hooks themselves programmable via the API?</p>
<p>Example: Call my URL http://myawesometwittersite.com/myhooks/profile/update when @cutetwitterchick updates her profile.</p>
<p>I could easily perform that logic in my own code, but telling Twitter to do it is that much cooler:</p>
<pre style="padding-left:30px;">set_hook ( hook_name, hook_URL [, screename | ID | email ]  )</pre>
<pre style="padding-left:30px;">unset_hook ( hook_name, hook_URL [, screename | ID | email ]  )</pre>
<pre style="padding-left:30px;">list_hooks()</pre>
<h2>The Hooked Web</h2>
<p>Jump to the future when all of your favorite sites implement programmable hooks. The pipedream, holy grail, end result is that you no longer even need Twitter, because it&#8217;s become a protocol. Just like blogs happily send pingbacks, you can install a Twitter-speaking, open sourced package on a Slicehost account that is your own personal Twitter. The protocol is extensible, so you can do things like:</p>
<ul>
<li>display replied messages in threads as conversations</li>
<li>allow longer than 140 character messages</li>
<li>automatically hyperlink those stock symbols</li>
</ul>
<p>And, unlike email, newsgroups,  and chatrooms, it doesn&#8217;t turn into a jacked-up, spammed to hell system, because you&#8217;re still only following what you want to follow. It&#8217;s a decentralized, pluggable architecture, and it integrates with any site using web hooks. At your service.</p>
<p>Take this platform one step further and visualize a user interface layer. You have a nice, decentralized activity stream&#8211;an open FriendFeed platform with all of your <em>stuff</em>. Maybe it&#8217;s organized by the source, or grouped by service type or however you want it organized. Messages can carry their own css styling, but only if you allow it. Messages can have interactive elements, but only if you allow them. And, holy crap, messages can come packaged with next actions! Twitter messages allow you to reply, calling a hook specified in the message. Flickr messages allow you to comment directly from this &#8216;StreamReader&#8217; software. You subscribe to Mechanical Turk hits, and receive a new hit whenever you complete one.</p>
<p>One more step further. Not only do messages have next actions, but I can write plugins to attach next actions to any message, and I can do it conditionally. This would be like being able to write filters for Google Reader. For example, filter out all the messages from my group of PHP programming buddies when a message is about photography. I&#8217;m not interested, but those guys LOVE fucking cameras for some reason.</p>
<p>I&#8217;ve very conveniently ignored the implementation details of such an animal. Twitter could quickly become a push architecture with all of these hooks in place, and that turns quickly into n-squared network traffic patterns. Luckily we have some heavy brains working on xmpp and pubsub and the like, and maybe the end solution would be half push, half poll.</p>
<p>At this point it&#8217;s just really fun to imagine the possibilities of a read-write-read-write-read-write web.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=125&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2009/03/05/twitter-and-the-case-for-web-hooks/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>
	</item>
		<item>
		<title>Mashing up the New York Times Best Sellers: ReadingRadar.com</title>
		<link>http://jhherren.wordpress.com/2009/02/03/mashing-up-the-new-york-times-best-sellers-readingradarcom/</link>
		<comments>http://jhherren.wordpress.com/2009/02/03/mashing-up-the-new-york-times-best-sellers-readingradarcom/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 07:00:04 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[mashups]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=113</guid>
		<description><![CDATA[I&#8217;m a fan of APIs, Web Services, and Mashups, and it&#8217;s no secret. One of my New Year&#8217;s resolutions is to create and publish more mashups, instead of simply lengthening my ever-growing ideas.txt file. A couple of weeks ago I relaunched, with little fanfare, DRM News, a domain I&#8217;ve owned for several years now. It&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=113&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://readingradar.com"><img class="size-medium wp-image-115 alignleft" title="readingradar" src="http://jhherren.files.wordpress.com/2009/02/readingradar.png?w=300&#038;h=235" alt="readingradar" width="300" height="235" /></a>I&#8217;m a fan of APIs, Web Services, and Mashups, and it&#8217;s no secret. One of my New Year&#8217;s resolutions is to create and publish more mashups, instead of simply lengthening my ever-growing ideas.txt file. A couple of weeks ago I relaunched, <a href="http://twitter.com/johnherren/status/1150317208">with little fanfare</a>, <a href="http://drmnews.com">DRM News</a>, a domain I&#8217;ve owned for several years now. It&#8217;s simply an RSS aggregator from several sources revolving around digital rights management. It was trivial to slap together, to the point where I&#8217;d hardly consider it programming. But hey, at least I deployed something.</p>
<p>When I saw the Reddit post about the <a href="http://developer.nytimes.com/docs/best_sellers_api">New York Times Best Seller API</a>, I thought it would be a good opportunity to do a mashup for popular books. My hope was to create a site that could be on &#8220;auto-pilot&#8221; and maybe even send me a Amazon Associate check every now and then. I designed the site to use extensive caching of the NYT and Amazon APIs to minimize remote calls, but update the data often enough so that the information would be fresh. A few nights of hacking later and we have:</p>
<p><a href="http://readingradar.com">Reading Radar &#8211; From the New York Times Bestseller Lists</a></p>
<p>The NYT API was simple enough to use. The REST API offers three response formats, XML, JSON, or serialized PHP. I did <a href="http://developer.nytimes.com/forum/read/37425">find a bug in the API</a>, and was very pleased how reactive the NYT API team was to resolve the problem. Kudos!</p>
<p>The guts of the mashup are simple. I&#8217;m using <a href="http://developer.yahoo.com/yui/">YUI</a> for the layout and initial CSS, and JQuery for some visual effects on the list pages. On the server side, I&#8217;m using my current favorite thing ever, the <a href="http://framework.maintainable.com/">Maintainable Framework</a>. I was made aware of the framework by Mike Naberezny, one of the two main authors. Mike and I are ex-Zenders, and Mike was responsible for much of the code early on with the Zend Framework. The Maintainable Framework is very Rails-like, and because I&#8217;m familiar with some of the conventions in Rails, getting going with Maintainable was a cinch. Mike&#8217;s documentation is well-done, and I&#8217;m looking forward to using this framework for all things PHP for the foreseeable future, and hope to help out with bugs and maybe even some code.</p>
<p><a href="http://readingradar.com">Reading Radar</a> is simple enough that I decided to forgo a database and just use a file based cache, powered by the Zend_Cache component of the Zend Framework. I&#8217;m using two caches, one that does not expire, and one that expired every several hours so that my data is fresh. I&#8217;m caching just a few API calls: the list of lists from the NYT API, which powers the left navigation; the actual lists themselves, which also provide book data; and the individual book histories. The NYT API offers a few other bits of information I&#8217;m not using, such as links to the first chapters and editorial reviews. The reason I don&#8217;t is because when I spot-checked several books, most of them did not have these links. My hope is that as the API matures, more of the data will find its way in.</p>
<p>To pull the Amazon information, I turn to the easy to use Zend_Service_Amazon component from Zend Framework. It provides me the ratings data, reviews, related products, images, number of pages, and so forth. So using the ISBN numbers from the NYT API, I&#8217;m able to query for the Amazon products, and spew those gratuitous affiliate links everywhere using the Amazon ASIN IDs.</p>
<p>So the end result, ideally, is that I have an automatically up-to-date site that I&#8217;ll never have to touch, is relevant to the search engines,  and will generate passive income. Realistically, it was a fun way to spend a few evenings doing what I love: making mashups. The site is far from perfect, and I&#8217;m sure there will be bugs to squash.</p>
<p>I&#8217;m love to hear opinions and ways to make this little site better. I know my designer buddies could offer suggestions, and I&#8217;d be interested to hear from the affiliate marketing gurus about better ways to integrate the Amazon links better than I have.  My real question is, how would you drive traffic to something like this, and would it even be worthwhile?</p>
<p>Jimmy Palmer and I have been thinking of some interesting ideas to extend sites like Reading Radar.. more on that as it develops.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=113&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2009/02/03/mashing-up-the-new-york-times-best-sellers-readingradarcom/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>

		<media:content url="http://jhherren.files.wordpress.com/2009/02/readingradar.png?w=300" medium="image">
			<media:title type="html">readingradar</media:title>
		</media:content>
	</item>
		<item>
		<title>Liz at the Inauguration</title>
		<link>http://jhherren.wordpress.com/2009/01/21/liz-at-the-inauguration/</link>
		<comments>http://jhherren.wordpress.com/2009/01/21/liz-at-the-inauguration/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 04:59:47 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[politik]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=106</guid>
		<description><![CDATA[Liz and her mom Audrey made the long haul to D.C. for the swearing in, leaving me at home for a week of bachelorhood/debauchery/lonelyness. They decided to go for the cheap seats and watch from the Lincoln Memorial, and grabbed a nice spot on the steps. When we spoke yesterday through the saturated cellphone tubes, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=106&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Liz and her mom Audrey made the long haul to D.C. for the swearing in, leaving me at home for a week of bachelorhood/debauchery/lonelyness.</p>
<p>They decided to go for the cheap seats and watch from the Lincoln Memorial, and grabbed a nice spot on the steps. When we spoke yesterday through the saturated cellphone tubes, she told me she had done an interview with the Washington Post. While her interview was not published (that we know of), she and Audrey, and Audrey&#8217;s friend Dixie can be spotted in the background. Liz is the upper left in the blue coat, <a href="http://twitter.com/lizney78/status/1133580856">sending a Twitter message</a> from her pink-clad iPhone.</p>
<p><a href="http://jhherren.files.wordpress.com/2009/01/lizatinauguration.jpg"><img class="alignnone size-medium wp-image-107" title="LizAtInauguration" src="http://jhherren.files.wordpress.com/2009/01/lizatinauguration.jpg?w=300&#038;h=167" alt="LizAtInauguration" width="300" height="167" /></a></p>
<p>(click for fullsize)</p>
<p>The screencap is from 2:11 in the video, which is the one titled <a href="http://www.washingtonpost.com/wp-srv/metro/interactives/inauguration09/video/index.html">&#8220;The Swearing In&#8221;</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=106&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2009/01/21/liz-at-the-inauguration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>

		<media:content url="http://jhherren.files.wordpress.com/2009/01/lizatinauguration.jpg?w=300" medium="image">
			<media:title type="html">LizAtInauguration</media:title>
		</media:content>
	</item>
		<item>
		<title>Mashup Sighting</title>
		<link>http://jhherren.wordpress.com/2008/11/10/mashup-sighting/</link>
		<comments>http://jhherren.wordpress.com/2008/11/10/mashup-sighting/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 00:01:37 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[mashups]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/?p=104</guid>
		<description><![CDATA[Via the Hype Machine blog, I just found one of my mashups, Gblinker, mentioned in a textbook called Business Driven Technology. Chapter 14 has a section on mashups, and here&#8217;s a photo of the page. Judging by the other entries on the page, it looks like this section was lifted from the speek geeking page [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=104&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Via the <a href="http://blog.hypem.com/2008/05/were-in-a-text-book/">Hype Machine</a> blog, I just found one of my mashups, Gblinker, mentioned in a textbook called <a href="http://www.amazon.com/Business-Driven-Technology-Stephen-Haag/dp/0072983019">Business Driven Technology</a>. Chapter 14 has a section on mashups, and here&#8217;s a <a href="http://www.flickr.com/photos/juirama/2476316604/in/set-72157604951548455/">photo of the page</a>. Judging by the other entries on the page, it looks like this section was lifted from the speek geeking page from the Mashup Camp III in Boston.</p>
<p><a href="http://www.flickr.com/photos/bidochko/365411407/"><img class="alignnone" title="Gblinker diagram" src="http://farm1.static.flickr.com/172/365411407_02320b29ed.jpg" alt="" width="500" height="375" /></a></p>
<p>The idea for Gblinker was simple. At some of the conferences I attended, Google handed out some fun blinky LED pins as swag. I thought it would be a cool idea to rig one up to a computer and have it blink whenever I received a Gmail message. So to be lazy I decided to reuse what I could find instead of writing a program from scratch. I knew there was a Gmail widget for the Yahoo widget engine (formerly Konfabulator), so I started there. In the documentation, I discoveded that Yahoo widgets could make COM calls&#8211;what luck! So I wrote a simple dll in C# to flip on and off the serial port&#8217;s RTS bit, and modified the Gmail widget to call the dll. That&#8217;s all there was to it. The fun hack ended up winning 5th or 6th place at Mashup Camp in Boston, and as far as I know, was the first hardware mashup from any of the camps. The prize: a copy of Visual Studio <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s always fun to see things you&#8217;ve done pop up out of nowhere, especially in dead-tree version. My favorite surprise was when my TagCloud prototype ended up in the book Yahoo Hacks. Coincidentally, <a href="http://oreilly.com/catalog/yahoohks/chapter/hack88.pdf">the free sample chapter (PDF link)</a> just happens to be the one on TagCloud.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=104&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2008/11/10/mashup-sighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>

		<media:content url="http://farm1.static.flickr.com/172/365411407_02320b29ed.jpg" medium="image">
			<media:title type="html">Gblinker diagram</media:title>
		</media:content>
	</item>
		<item>
		<title>Laura Ann&#8217;s Music Debut</title>
		<link>http://jhherren.wordpress.com/2008/10/23/93/</link>
		<comments>http://jhherren.wordpress.com/2008/10/23/93/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 17:18:03 +0000</pubDate>
		<dc:creator>John Herren</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://jhherren.wordpress.com/2008/10/23/93/</guid>
		<description><![CDATA[My niece, Laura Ann, spent some time with us over the weekend. Since I was recovering from the flu, we decided to have some relaxed playtime&#8211;a nice departure from the normal high-energy entertainment. Laura Ann, 7, LOVES to play with PhotoBooth on the Mac, but finally grew tired of it after a while, so I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=93&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lizney78/2941351962/in/set-72157608020765331/"><img class="alignleft" style="margin:10px;" title="Laura Ann" src="http://farm4.static.flickr.com/3223/2941351962_6d9c204bcf_m.jpg" alt="" width="160" height="240" /></a>My niece, Laura Ann, spent some time with us over the weekend. Since I was recovering from the flu, we decided to have some relaxed playtime&#8211;a nice departure from the normal high-energy entertainment.</p>
<p>Laura Ann, 7, LOVES to play with PhotoBooth on the Mac, but finally grew tired of it after a while, so I though we would give Garage Band a try.  And boy, fun was had! Coming from the days of early PC based multitracking (ah, Cool Edit Pro, how I loved thee), I was quite impressed with the ease of Garage Band as well as the internal mic on the macbook. Here&#8217;s the result of some of the songs she recorded. She picked out the instrument arrangements from the included song catalog all by herself, and improvised all the lyrics in a bunch of one-takes. There&#8217;s no punch-in&#8217;s; all I did was bump her vocal track a tad and added some cheezy Garage Band effects. I absolutely loved the results and I&#8217;m sure we&#8217;ll be doing this some more in the future. </p>
<p>The first song is one she&#8217;s doing with her school for Halloween. I&#8217;d heard her singing it randomly&#8211;she sings all the time&#8211;so i figured we might as well lay it down. Here&#8217;s &#8220;Five Little Pumpkins&#8221;</p>
<span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2F82.165.181.172%2Flah%2F5%20little%20pumpkins.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span>
<p>The next one is my favorite, &#8220;Funky Baby&#8221;. I had her list some funky stuff to be the lyrics and she came up with &#8220;Funky Baby, Turnip Greens, Funky Monkey, Cole Slaw, Cereal Box&#8221;. </p>
<span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2F82.165.181.172%2Flah%2Ffunky%20baby.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span>
<p>Next up is the roots ballad &#8220;I Love&#8221; which is destined to be a classic. She just sang about stuff she loves. No doubt the zoo tops that list, but I&#8217;m glad to be on it eventually. I especially like her lyric &#8220;I want to see what&#8217;s up there, in the serious beyond. I don&#8217;t know what to see with my eyes, it&#8217;s so special&#8221; And more howling.. she&#8217;s into wolves right now.</p>
<span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2F82.165.181.172%2Flah%2FI%20love.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span>
<p><a href="http://www.flickr.com/photos/lizney78/2299223393/"><img class="alignnone" title="Laura Ann Herren" src="http://farm3.static.flickr.com/2363/2299223393_3e6c86393c_m.jpg" alt="" width="240" height="160" /></a><a href="http://www.flickr.com/photos/lizney78/2299223319/in/photostream/"><img class="alignnone" title="Laura Ann Herren" src="http://farm4.static.flickr.com/3122/2299223319_cb6ee55893_m.jpg" alt="" width="240" height="160" /></a></p>
<p><a href="http://www.flickr.com/photos/lizney78/2299223839/in/photostream/"><img class="alignnone" title="Laura Ann Herren" src="http://farm3.static.flickr.com/2376/2299223839_f54ee19e81_m.jpg" alt="" width="240" height="160" /></a><a href="http://www.flickr.com/photos/lizney78/2300020160/in/photostream/"><img class=" alignnone" title="Laura Ann Herren" src="http://farm4.static.flickr.com/3236/2300020160_07c138918e_m.jpg" alt="Laura Ann Herren" width="240" height="160" /><br />
</a></p>
<p>Finally is the way-over-the-top &#8220;I Have the Blues&#8221;. Pretty much speaks for itself.</p>
<span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://s0.wp.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2F82.165.181.172%2Flah%2FI%20have%20the%20blues.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /><param name='wmode' value='opaque' /></object></p></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jhherren.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jhherren.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jhherren.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jhherren.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jhherren.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jhherren.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jhherren.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jhherren.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jhherren.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jhherren.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jhherren.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jhherren.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jhherren.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jhherren.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jhherren.wordpress.com&amp;blog=985554&amp;post=93&amp;subd=jhherren&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy"></div>]]></content:encoded>
			<wfw:commentRss>http://jhherren.wordpress.com/2008/10/23/93/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/46640cd4061d603e78c1a989d6c30d75?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jhherren</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3223/2941351962_6d9c204bcf_m.jpg" medium="image">
			<media:title type="html">Laura Ann</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2363/2299223393_3e6c86393c_m.jpg" medium="image">
			<media:title type="html">Laura Ann Herren</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3122/2299223319_cb6ee55893_m.jpg" medium="image">
			<media:title type="html">Laura Ann Herren</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2376/2299223839_f54ee19e81_m.jpg" medium="image">
			<media:title type="html">Laura Ann Herren</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3236/2300020160_07c138918e_m.jpg" medium="image">
			<media:title type="html">Laura Ann Herren</media:title>
		</media:content>

		<media:content url="http://82.165.181.172/lah/5 little pumpkins.mp3" medium="audio">
			<media:player url="http://jhherren.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://82.165.181.172/lah/5 little pumpkins.mp3" />
		</media:content>

		<media:content url="http://82.165.181.172/lah/funky baby.mp3" medium="audio">
			<media:player url="http://jhherren.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://82.165.181.172/lah/funky baby.mp3" />
		</media:content>

		<media:content url="http://82.165.181.172/lah/I love.mp3" medium="audio">
			<media:player url="http://jhherren.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://82.165.181.172/lah/I love.mp3" />
		</media:content>

		<media:content url="http://82.165.181.172/lah/I have the blues.mp3" medium="audio">
			<media:player url="http://jhherren.wordpress.com/wp-content/plugins/audio-player/player.swf?soundFile=http://82.165.181.172/lah/I have the blues.mp3" />
		</media:content>
	</item>
	</channel>
</rss>
