<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en" xml:base="http://jystewart.net/process/wp-atom.php">
	<title type="text">a work on process</title>
	<subtitle type="text">notes from another web developer</subtitle>

	<updated>2008-11-10T13:00:42Z</updated>
	<generator uri="http://wordpress.org/" version="2.6.5">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://jystewart.net/process" />
	<id>http://jystewart.net/process/feed/atom/</id>
	

			<link rel="self" href="http://feeds.feedburner.com/jystewart/iLiN" type="application/atom+xml" /><entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[Testing PHP apps with Ruby tools]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/11/testing-php-apps-with-ruby-tools/" />
		<id>http://jystewart.net/process/?p=510</id>
		<updated>2008-11-10T13:00:42Z</updated>
		<published>2008-11-10T13:00:42Z</published>
		<category scheme="http://jystewart.net/process" term="Snippets" /><category scheme="http://jystewart.net/process" term="bdd" /><category scheme="http://jystewart.net/process" term="cucumber" /><category scheme="http://jystewart.net/process" term="PHP" /><category scheme="http://jystewart.net/process" term="rspec" /><category scheme="http://jystewart.net/process" term="ruby" /><category scheme="http://jystewart.net/process" term="story runner" /><category scheme="http://jystewart.net/process" term="testing" />		<summary type="html"><![CDATA[As I&#8217;ve mentioned here before, when working on web applications built with PHP, whether custom-rolled or drupal-driven, I often find myself missing various tools from the ruby kit. I&#8217;ve talked before about using capistrano with non-ruby code, but lately it&#8217;s been rspec and its stories that I&#8217;ve been craving.
I&#8217;m aware of PHPSpec and have played [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/11/testing-php-apps-with-ruby-tools/">&lt;p&gt;As I&amp;#8217;ve mentioned here before, when working on web applications built with PHP, whether custom-rolled or drupal-driven, I often find myself missing various tools from the ruby kit. I&amp;#8217;ve talked before about &lt;a href="http://jystewart.net/process/2008/07/deploying-a-drupal-site-with-capistrano-2/" title="a work on process &amp;raquo; Deploying a Drupal Site with Capistrano 2"&gt;using capistrano with non-ruby code&lt;/a&gt;, but lately it&amp;#8217;s been rspec and its stories that I&amp;#8217;ve been craving.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m aware of &lt;a href="http://www.phpspec.org/" title="PHPSpec - Behaviour-Driven Development (BDD) for PHP"&gt;PHPSpec&lt;/a&gt; and have played with it from time to time, but the lack of a compelling way to work with mocks/stubs has slowed my adoption, and last time I checked it didn&amp;#8217;t offer anything for high level &lt;a href="http://en.wikipedia.org/wiki/User_story" title="User story - Wikipedia, the free encyclopedia"&gt;user stories&lt;/a&gt;. So this week I set out to harness &lt;a href="http://github.com/aslakhellesoy/cucumber/tree/master" title="aslakhellesoy's cucumber at master &amp;mdash; GitHub"&gt;cucumber&lt;/a&gt; and &lt;a href="http://github.com/brynary/webrat/tree/master" title="brynary's webrat at master &amp;mdash; GitHub"&gt;webrat&lt;/a&gt; to write some simple stories.&lt;/p&gt;
&lt;p&gt;It turns out to be pretty easy. There&amp;#8217;s no nice simple support for test environments, fixtures, mocks or stubs, but if you just want to make sure that a few pages load correctly, and have the right elements, or that logging in works as you expected, then it&amp;#8217;ll do the job.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve not done any packaging up of the code, mainly because there&amp;#8217;s so little to it. My folder structure is:&lt;/p&gt;
&lt;pre&gt;
specs/
  &lt;a href="http://pastie.org/311360" title="#311360 - Pastie"&gt;Rakefile&lt;/a&gt;
  features/
    &lt;a href="http://pastie.org/311358" title="#311358 - Pastie"&gt;admin_articles.feature&lt;/a&gt;
    steps/
      &lt;a href="http://pastie.org/311356" title="#311356 - Pastie"&gt;admin_steps.rb&lt;/a&gt;
&lt;/pre&gt;
&lt;p&gt;(click on the links to see sample files)&lt;/p&gt;
&lt;p&gt;I simply set up those files, go into the folder and type &amp;#8216;rake features&amp;#8217; to put your site through its paces.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F&amp;amp;title=Testing+PHP+apps+with+Ruby+tools" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F&amp;amp;title=Testing+PHP+apps+with+Ruby+tools" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F&amp;amp;title=Testing+PHP+apps+with+Ruby+tools" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F&amp;amp;title=Testing+PHP+apps+with+Ruby+tools" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F&amp;amp;title=Testing+PHP+apps+with+Ruby+tools', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F&amp;amp;title=Testing+PHP+apps+with+Ruby+tools" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F11%2Ftesting-php-apps-with-ruby-tools%2F&amp;amp;title=Testing+PHP+apps+with+Ruby+tools" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=EWupN"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=EWupN" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=yjtgn"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=yjtgn" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=iVBOn"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=iVBOn" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=7PRen"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=7PRen" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=8mjaN"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=8mjaN" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/448377698" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/11/testing-php-apps-with-ruby-tools/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/11/testing-php-apps-with-ruby-tools/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[New home for Rails &#8216;geo plugin comparison&#8217;]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/10/new-home-for-rails-geo-plugin-comparison/" />
		<id>http://jystewart.net/process/?p=503</id>
		<updated>2008-10-22T09:40:07Z</updated>
		<published>2008-10-22T09:40:07Z</published>
		<category scheme="http://jystewart.net/process" term="Announcements" /><category scheme="http://jystewart.net/process" term="geocoding" /><category scheme="http://jystewart.net/process" term="mapping" /><category scheme="http://jystewart.net/process" term="Neogeography" /><category scheme="http://jystewart.net/process" term="plugins" /><category scheme="http://jystewart.net/process" term="ruby on rails" />		<summary type="html"><![CDATA[About eighteen months ago I compiled a series of reviews of Ruby on Rails plugins concerned with geography. I put together a comparison chart and posted it on this blog. It subsequently found a new home on a wiki, but lately that wiki has rarely been accessible so I decided it was time to move [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/10/new-home-for-rails-geo-plugin-comparison/">&lt;p&gt;About eighteen months ago I compiled a series of reviews of Ruby on Rails plugins concerned with geography. I put together a comparison chart and posted it on this blog. It subsequently found a new home on a wiki, but lately that wiki has rarely been accessible so I decided it was time to move it all back into this site.&lt;/p&gt;
&lt;p&gt;You can now find the comparison chart at: &lt;a href="/process/resources/rails-geo-plugins/"&gt;http://jystewart.net/process/resources/rails-geo-plugins/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A few updates have been lost along the way as they were solely made on the wiki, but hopefully it&amp;#8217;s still of use. Since I published the original reviews and chart my attention has wandered a little from the geo plugin scene, so please do flag up any new plugins, changes in features or fixes that I may have missed. I&amp;#8217;m going to be trying to check through all the existing listings to update them but that may take a while, so comments here may well encourage me to focus more quickly.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F&amp;amp;title=New+home+for+Rails+%26%238216%3Bgeo+plugin+comparison%26%238217%3B" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F&amp;amp;title=New+home+for+Rails+%26%238216%3Bgeo+plugin+comparison%26%238217%3B" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F&amp;amp;title=New+home+for+Rails+%26%238216%3Bgeo+plugin+comparison%26%238217%3B" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F&amp;amp;title=New+home+for+Rails+%26%238216%3Bgeo+plugin+comparison%26%238217%3B" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F&amp;amp;title=New+home+for+Rails+%26%238216%3Bgeo+plugin+comparison%26%238217%3B', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F&amp;amp;title=New+home+for+Rails+%26%238216%3Bgeo+plugin+comparison%26%238217%3B" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fnew-home-for-rails-geo-plugin-comparison%2F&amp;amp;title=New+home+for+Rails+%26%238216%3Bgeo+plugin+comparison%26%238217%3B" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=FcLAM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=FcLAM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=ZKmCm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=ZKmCm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=MyZIm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=MyZIm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=Xnwim"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=Xnwim" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=CWkeM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=CWkeM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/428391584" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/10/new-home-for-rails-geo-plugin-comparison/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/10/new-home-for-rails-geo-plugin-comparison/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[Play and Social Media Training]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/10/play-and-social-media-training/" />
		<id>http://jystewart.net/process/?p=491</id>
		<updated>2008-10-20T10:41:58Z</updated>
		<published>2008-10-20T10:41:58Z</published>
		<category scheme="http://jystewart.net/process" term="Notes" /><category scheme="http://jystewart.net/process" term="engagement" /><category scheme="http://jystewart.net/process" term="netsquared" /><category scheme="http://jystewart.net/process" term="nptech" /><category scheme="http://jystewart.net/process" term="play" /><category scheme="http://jystewart.net/process" term="social media" /><category scheme="http://jystewart.net/process" term="training" />		<summary type="html"><![CDATA[Over at Netsquared.org Amy Sample Ward has posted another of their regular ThinkTank questions. This time around it&#8217;s:
What are the key questions nonprofit orgs should ask to help them determine how to prioritize social media training and experimentation as they do their technology and organization-strengthening planning?
I&#8217;m coming in a bit late. There are some good [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/10/play-and-social-media-training/">&lt;p&gt;Over at Netsquared.org Amy Sample Ward has posted &lt;a href="http://www.netsquared.org/blog/amysampleward/net2-thinktank-time-again" title="Net2 ThinkTank time again!"&gt;another of their regular ThinkTank questions&lt;/a&gt;. This time around it&amp;#8217;s:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;What are the key questions nonprofit orgs should ask to help them determine how to prioritize social media training and experimentation as they do their technology and organization-strengthening planning?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&amp;#8217;m coming in a bit late. There are some good responses appearing, such as those &lt;a href="http://glorysgirl.blogspot.com/2008/10/net2-think-tank.html" title="GlorysGirl: Net2 Think Tank"&gt;from Ashley Messick&lt;/a&gt; and &lt;a href="http://beth.typepad.com/beths_blog/2008/10/what-are-the-ke.html" title="Beth's Blog:  How Nonprofits Can Use Social Media: What are the key questions nonprofits should ask about social media training?"&gt;Beth Kanter&lt;/a&gt; which offer a number of key questions to consider when developing a strategy for your organisation. The responses to date are summarised on the &lt;a href="http://www.netsquared.org/blog/amysampleward/net2thinktank-key-questions-about-social-media-training" title="Net2ThinkTank: Key Questions about Social Media Training | NetSquared, an initiative of TechSoup.org"&gt;netsquared site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The element I&amp;#8217;d like to emphasise is finding out who in your team already &lt;em&gt;plays&lt;/em&gt; with these things and how. There&amp;#8217;s an increasing chance that there will be people in your organisation who already devote some of their free time (and maybe even work time) to activities that fall under &amp;#8217;social media&amp;#8217;, whether or not they recognise it: staff members with facebook profiles, a keen photographer who meets others on flickr, or someone who throws the odd video up on youtube. There are a lot of people who have used &amp;#8217;social media&amp;#8217; in some way shape or form. It may take some careful facilitation to turn those playful experiences into strategic ideas for your organisation, but they should not be overlooked.&lt;/p&gt;
&lt;p&gt;In a strong sense, most of your audience&amp;#8217;s interactions with social media will fall under the category of play. These websites and media are all about social interactions and free-form creativity, and it&amp;#8217;s vital to maintain some of that in your training and your approach to engagement. You don&amp;#8217;t have to turn everything into a game (though the power of games is well worth considering) but people are much more likely to remain engaged and your staff are going to remain energised if there&amp;#8217;s a sense of playfulness about how you use social media.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F&amp;amp;title=Play+and+Social+Media+Training" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F&amp;amp;title=Play+and+Social+Media+Training" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F&amp;amp;title=Play+and+Social+Media+Training" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F&amp;amp;title=Play+and+Social+Media+Training" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F&amp;amp;title=Play+and+Social+Media+Training', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F&amp;amp;title=Play+and+Social+Media+Training" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fplay-and-social-media-training%2F&amp;amp;title=Play+and+Social+Media+Training" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=YTabM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=YTabM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=lp9Nm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=lp9Nm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=gLv0m"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=gLv0m" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=yybtm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=yybtm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=jQX0M"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=jQX0M" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/426296358" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/10/play-and-social-media-training/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/10/play-and-social-media-training/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[acts_as_amazon_product]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/10/acts_as_amazon_product/" />
		<id>http://jystewart.net/process/?p=488</id>
		<updated>2008-10-15T14:56:16Z</updated>
		<published>2008-10-15T14:56:16Z</published>
		<category scheme="http://jystewart.net/process" term="Announcements" /><category scheme="http://jystewart.net/process" term="acts_as_amazon_product" /><category scheme="http://jystewart.net/process" term="amazon" /><category scheme="http://jystewart.net/process" term="ecommerce services" /><category scheme="http://jystewart.net/process" term="Plugin" /><category scheme="http://jystewart.net/process" term="ruby on rails" />		<summary type="html"><![CDATA[A couple of years ago I wrote and released a Ruby on Rails plugin called loads_from_amazon. It made it relatively simple to populate a model with data based on an amazon search, and was very helpful in the project I was then working on.
That project ended and I&#8217;ve not had time to maintain the plugin [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/10/acts_as_amazon_product/">&lt;p&gt;A couple of years ago I wrote and released &lt;a href="/process/2006/07/loads_from_amazon-ruby-on-rails-plugin/"&gt;a Ruby on Rails plugin called loads_from_amazon&lt;/a&gt;. It made it relatively simple to populate a model with data based on an amazon search, and was very helpful in the project I was then working on.&lt;/p&gt;
&lt;p&gt;That project ended and I&amp;#8217;ve not had time to maintain the plugin since. It was based on a clunky amazon ECS library and I kept meaning to rewrite it to sit on something more up to date, like amazon-ecs, but the time never materialised.&lt;/p&gt;
&lt;p&gt;Today I stumbled upon &lt;a href="http://github.com/netphase/aaap/tree/master"&gt;acts_as_amazon_product&lt;/a&gt; which looks like it does everything my plugin did, and more. If you&amp;#8217;re looking for that functionality, it seems like that&amp;#8217;s the place to go.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F&amp;amp;title=acts_as_amazon_product" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F&amp;amp;title=acts_as_amazon_product" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F&amp;amp;title=acts_as_amazon_product" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F&amp;amp;title=acts_as_amazon_product" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F&amp;amp;title=acts_as_amazon_product', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F&amp;amp;title=acts_as_amazon_product" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Facts_as_amazon_product%2F&amp;amp;title=acts_as_amazon_product" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=Ih54M"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=Ih54M" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=ySHIm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=ySHIm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=jSMEm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=jSMEm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=LMOYm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=LMOYm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=bJ1yM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=bJ1yM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/421663819" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/10/acts_as_amazon_product/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/10/acts_as_amazon_product/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[James Stewart says: Find Me]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/10/james-stewart-says-find-me/" />
		<id>http://jystewart.net/process/?p=480</id>
		<updated>2008-10-12T17:03:56Z</updated>
		<published>2008-10-13T04:00:13Z</published>
		<category scheme="http://jystewart.net/process" term="Participation Tools" /><category scheme="http://jystewart.net/process" term="find me" /><category scheme="http://jystewart.net/process" term="game" /><category scheme="http://jystewart.net/process" term="james nachtwey" /><category scheme="http://jystewart.net/process" term="london" /><category scheme="http://jystewart.net/process" term="moblog" /><category scheme="http://jystewart.net/process" term="play" /><category scheme="http://jystewart.net/process" term="tuberculosis" /><category scheme="http://jystewart.net/process" term="victoria" /><category scheme="http://jystewart.net/process" term="xdrtb" />		<summary type="html"><![CDATA[So far as I&#8217;m aware, there&#8217;s not been much to link a small street near Victoria with Lesotho, South Africa, and 47 countries. Until now.

Thanks to a collaboration between photographer James Nachtwey/XDRTB.org and moblog.net one may emerge in the next few hours.
Gaining (maybe even seizing) attention is key to any campaign. Connecting causes with play [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/10/james-stewart-says-find-me/">&lt;p&gt;So far as I&amp;#8217;m aware, there&amp;#8217;s not been much to link &lt;a href="http://maps.google.co.uk/?q=51.497,-0.133295"&gt;a small street near Victoria&lt;/a&gt; with Lesotho, South Africa, and 47 countries. Until now.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://maps.google.com/staticmap?center=51.497,-0.133295&amp;amp;zoom=16&amp;amp;size=375x375&amp;amp;maptype=mobile&amp;amp;markers=51.497,-0.133295&amp;amp;key=ABQIAAAAZWeBk-dVPoyF8uLi64N0qBRFTItDUhum9-ciusqV2ZStfOpwHhTwlZzL-1WKOsXhBhW7pSopEPD99A" alt="51.497,-0.133295" style="text-align: center" /&gt;&lt;/p&gt;
&lt;p&gt;Thanks to a collaboration between photographer &lt;a href="http://xdrtb.org/jamesNachtwey.php" title="XDRTB.org | Spread the story. Stop the Disease. | About James Nachtwey"&gt;James Nachtwey/XDRTB.org&lt;/a&gt; and &lt;a href="http://moblog.net/map/blog/findme/" title="findme's moblog"&gt;moblog.net&lt;/a&gt; one may emerge in the next few hours.&lt;/p&gt;
&lt;p&gt;Gaining (maybe even seizing) attention is key to any campaign. Connecting causes with play (tastefully, of course) is a great way to attract it and (if you can pull it off) mystery is a potent extra component. I&amp;#8217;m excited to see what develops in the next few hours.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F&amp;amp;title=James+Stewart+says%3A+Find+Me" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F&amp;amp;title=James+Stewart+says%3A+Find+Me" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F&amp;amp;title=James+Stewart+says%3A+Find+Me" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F&amp;amp;title=James+Stewart+says%3A+Find+Me" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F&amp;amp;title=James+Stewart+says%3A+Find+Me', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F&amp;amp;title=James+Stewart+says%3A+Find+Me" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fjames-stewart-says-find-me%2F&amp;amp;title=James+Stewart+says%3A+Find+Me" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=ZrBHM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=ZrBHM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=5Gbjm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=5Gbjm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=hYWRm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=hYWRm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=xVIPm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=xVIPm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=4YYyM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=4YYyM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/419153295" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/10/james-stewart-says-find-me/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/10/james-stewart-says-find-me/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[Route Blogging]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/10/route-blogging/" />
		<id>http://jystewart.net/process/?p=484</id>
		<updated>2008-10-12T17:07:09Z</updated>
		<published>2008-10-12T17:07:09Z</published>
		<category scheme="http://jystewart.net/process" term="Commentary" /><category scheme="http://jystewart.net/process" term="dconstruct2008" /><category scheme="http://jystewart.net/process" term="outside.in" /><category scheme="http://jystewart.net/process" term="place blogging" /><category scheme="http://jystewart.net/process" term="routes" /><category scheme="http://jystewart.net/process" term="steven johnson" /><category scheme="http://jystewart.net/process" term="trajectories" /><category scheme="http://jystewart.net/process" term="travel" />		<summary type="html"><![CDATA[At dConstruct in Brighton last month Steven Johnson talked at length about his startup, outside.in, that collects together place-blogs to display aggregates commentary and information on a block, neighbourhood and city level. The site is US-only at the moment, which made it a curious presentation for a largely non-US audience. Their toolset for extracting geographical [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/10/route-blogging/">&lt;p&gt;&lt;a href="http://www.flickr.com/photos/jystewart/1484993197/" title="Not the bus we were waiting for by jystewart, on Flickr"&gt;&lt;img src="http://farm2.static.flickr.com/1188/1484993197_c7300a0955_m.jpg" width="240" height="160" alt="Not the bus we were waiting for" /&gt;&lt;/a&gt;At &lt;a href="http://2008.dconstruct.org/" title="dConstruct 2008"&gt;dConstruct&lt;/a&gt; in Brighton last month &lt;a href="http://en.wikipedia.org/wiki/Steven_Berlin_Johnson" title="Steven Berlin Johnson - Wikipedia, the free encyclopedia"&gt;Steven Johnson&lt;/a&gt; talked at length about his startup, &lt;a href="http://outside.in/" title="outside.in - Brooklyn NY"&gt;outside.in&lt;/a&gt;, that collects together place-blogs to display aggregates commentary and information on a block, neighbourhood and city level. The site is US-only at the moment, which made it a curious presentation for a largely non-US audience. Their toolset for extracting geographical information from blog entries is impressive, but a number of us were talking afterwards about what the real value of such aggregation is for those who might already live in an information-rich or tightly knit neighbourhood.&lt;/p&gt;
&lt;p&gt;I find outside.in handy for keeping up with news from &lt;a href="http://outside.in/Grand_Rapids_MI" title="outside.in - Grand Rapids MI"&gt;Grand Rapids&lt;/a&gt; now that I no longer live there, but even if it were available in the UK I suspect its main use would be for identifying other local people rather than learning what&amp;#8217;s going on. And even then, there are &lt;a href="http://www.harringayonline.com/" title="Harringay online - Harringayonline.com - Connecting the Residents of Harringay"&gt;existing community discussion&lt;/a&gt; groups and other fora that work well. &lt;/p&gt;
&lt;p&gt;What would seem really compelling is a way to connect with the places that only get our partial attention. A couple of times a week I take a bus past a local leisure centre. It&amp;#8217;s not somewhere that I&amp;#8217;m likely to use at the moment, but with big life changes coming up it may be somewhere I&amp;#8217;m more interested in before long. It wasn&amp;#8217;t until after the fact that I saw that it was &lt;a href="http://www.islingtongazette.co.uk/content/islington/gazette/news/story.aspx?brand=ISLGOnline&amp;amp;category=news&amp;amp;tBrand=northlondon24&amp;amp;tCategory=newsislg&amp;amp;itemid=WeED03%20Sep%202008%2014%3A20%3A52%3A413" title=""&gt;the centre of some controversial planning decisions&lt;/a&gt;, far too late to engage in the debate.&lt;/p&gt;
&lt;p&gt;We all travel along a variety of paths all the time. Often only a few of the places on our routes get much of our attention, but most of them are of some importance to us. I&amp;#8217;d really like to have a site that was aware of my most common (or preferred) routes and helped me engage with them more deeply. Presumably it wouldn&amp;#8217;t be much more work than that outside.in does to assemble place-blogs. That geo-data just needs to be mapped to a trajectory rather than a simple locale.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F&amp;amp;title=Route+Blogging" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F&amp;amp;title=Route+Blogging" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F&amp;amp;title=Route+Blogging" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F&amp;amp;title=Route+Blogging" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F&amp;amp;title=Route+Blogging', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F&amp;amp;title=Route+Blogging" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Froute-blogging%2F&amp;amp;title=Route+Blogging" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=pCPLM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=pCPLM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=R1TCm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=R1TCm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=LZy8m"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=LZy8m" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=vHvmm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=vHvmm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=wzSKM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=wzSKM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/418714878" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/10/route-blogging/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/10/route-blogging/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[Slow Burn, Quick Conversions]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/10/slow-burn-quick-conversions/" />
		<id>http://jystewart.net/process/?p=477</id>
		<updated>2008-10-11T13:25:28Z</updated>
		<published>2008-10-11T13:25:28Z</published>
		<category scheme="http://jystewart.net/process" term="Commentary" /><category scheme="http://jystewart.net/process" term="Notes" /><category scheme="http://jystewart.net/process" term="debtonation" /><category scheme="http://jystewart.net/process" term="financial crisis" /><category scheme="http://jystewart.net/process" term="long-term" /><category scheme="http://jystewart.net/process" term="short-term" /><category scheme="http://jystewart.net/process" term="stumbleupon" />		<summary type="html"><![CDATA[In the midst of the ongoing financial crisis it&#8217;s been satisfying to turn to a project I announced here a few months back for commentary and interpretation. As Ann Pettifor has been called upon for commentary by numerous conventional media outlets her blog, Debtonation, has really come into its own.
It&#8217;s a good case study of [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/10/slow-burn-quick-conversions/">&lt;p&gt;&lt;a href="http://www.flickr.com/photos/jystewart/1656308019/" title="Cranes dominate the City skyline at the moment by jystewart, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2151/1656308019_716f150c0e_m.jpg" width="160" height="240" alt="Cranes dominate the City skyline at the moment" /&gt;&lt;/a&gt;In the midst of the ongoing financial crisis it&amp;#8217;s been satisfying to turn to a project &lt;a href="http://jystewart.net/process/2008/05/debtonation/" title="a work on process &amp;raquo; Project Launch: Debtonation"&gt;I announced here a few months back&lt;/a&gt; for commentary and interpretation. As Ann Pettifor has been called upon for commentary by numerous conventional media outlets her blog, &lt;a href="http://debtonation.org/" title="Debtonation"&gt;Debtonation&lt;/a&gt;, has really come into its own.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s a good case study of how the slow-burn of building up a body of content about a key but under-represented topic can suddenly turn into a serious number of comments and traffic. The commentary on the blog, based on many years of public commentary, was relevant as soon as it started appearing, but now that it covers the biggest news story of the past month it gets the attention it deserves. It&amp;#8217;s still mainstream media appearances that drive much of that traffic (links from the Guardian, BBC, abc.net.au, et al rank high in the referers), but it&amp;#8217;s the option of &lt;a href="http://www.stumbleupon.com/"&gt;Stumbleupon&lt;/a&gt; and co. that allow that new audience to act as amplifiers and sustain that traffic. While the biggest days have come from radio appearances, the impact on traffic from a couple of stumbles is remarkably close to that from mass broadcast media.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.stevelawson.net/wordpress/" title="Steve Lawson&amp;#58; Bass 2.0"&gt;Steve&lt;/a&gt;, &lt;a href="http://twitter.com/fellowcreative" title="Twitter / fellowcreative"&gt;Carl&lt;/a&gt; and I were talking at &lt;a href="http://tuttleclub.wordpress.com/" title="The Tuttle Club"&gt;Social Media Café&lt;/a&gt; yesterday about the local peaks in attention that occur for musicians as a result of external events (press coverage, an opening slot with a big name, radio play) versus the steady growth in sustained attention that will come if you really engage with your audience. That&amp;#8217;s not limited to music. It&amp;#8217;s precisely what we&amp;#8217;re seeing with this blog.&lt;/p&gt;
&lt;p&gt;The content is distinctive and both timely and built up slowly. Arguably the key contribution a commentator can make at the moment is to ensure that considered and diverse voices are being heard by a large audience, but tying one voice&amp;#8217;s contributions together on a blog allows the deeper engagement that will come with discussion and the space to make more nuanced arguments. The blog provides a forum to engage and to convert casual attention to sustained attention; RSS and email subscriptions provide a way to further engage and potentially mobilise them.&lt;/p&gt;
&lt;p&gt;But perhaps what&amp;#8217;s most helpful to remember here is that for the first few months traffic to the site was low. Clearly there was the beginning of an audience early on, but what has made this blog work so far has been the ability to quickly harness and convert a casual audience, turning it into subscribers, and allowing it to further amplify the coverage you&amp;#8217;ve been handed.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F&amp;amp;title=Slow+Burn%2C+Quick+Conversions" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F&amp;amp;title=Slow+Burn%2C+Quick+Conversions" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F&amp;amp;title=Slow+Burn%2C+Quick+Conversions" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F&amp;amp;title=Slow+Burn%2C+Quick+Conversions" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F&amp;amp;title=Slow+Burn%2C+Quick+Conversions', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F&amp;amp;title=Slow+Burn%2C+Quick+Conversions" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F10%2Fslow-burn-quick-conversions%2F&amp;amp;title=Slow+Burn%2C+Quick+Conversions" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=TcIoM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=TcIoM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=8pcBm"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=8pcBm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=TH40m"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=TH40m" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=zHu1m"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=zHu1m" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=C3OHM"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=C3OHM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/417761500" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/10/slow-burn-quick-conversions/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/10/slow-burn-quick-conversions/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[Book Review: Learning Drupal 6 Module Development]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/09/book-review-learning-drupal-6-module-development/" />
		<id>http://jystewart.net/process/?p=467</id>
		<updated>2008-09-03T09:11:54Z</updated>
		<published>2008-09-04T10:00:41Z</published>
		<category scheme="http://jystewart.net/process" term="Notes" /><category scheme="http://jystewart.net/process" term="book" /><category scheme="http://jystewart.net/process" term="book review" /><category scheme="http://jystewart.net/process" term="drupal" /><category scheme="http://jystewart.net/process" term="matt butcher" /><category scheme="http://jystewart.net/process" term="module development" /><category scheme="http://jystewart.net/process" term="packt" /><category scheme="http://jystewart.net/process" term="PHP" />		<summary type="html"><![CDATA[Last autumn&#8217;s release of Pro Drupal Development was a significant moment in the history of the popular CMS, providing for the first time a relatively comprehensive guide for those wanting to do more than simply manage and skin a drupal site. A number of books have followed it but few have delved as deeply or [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/09/book-review-learning-drupal-6-module-development/">&lt;p&gt;&lt;img src="http://jystewart.net/process/wp-content/uploads/2008/09/51qrv0bv9kl_sl160_.jpg" alt="Book Sleeve: Learning Drupal 6 Module Development" width="130" height="160" class="alignleft size-full wp-image-468" /&gt;Last autumn&amp;#8217;s release of &lt;a href="http://www.amazon.com/gp/product/1590597559?ie=UTF8&amp;amp;tag=sarahmasensof-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1590597559" title="Amazon.com: Pro Drupal Development: John K. VanDyk, Matt Westgate: Books"&gt;Pro Drupal Development&lt;/a&gt; was a significant moment in the history of the popular CMS, providing for the first time a relatively comprehensive guide for those wanting to do more than simply manage and skin a drupal site. A number of books have followed it but few have delved as deeply or been such a definitive guide.&lt;/p&gt;
&lt;p&gt;Like most of the more recent books, Learning Drupal 6 Module Development focusses on a quite specific area of drupal development, but its a key one for any serious developer and touches every other area of the system. Experienced PHP developers may find that this book (in conjunction with some time for experimentation) will serve as a solid introduction to how they might build applications on top of drupal.&lt;/p&gt;
&lt;p&gt;The book focusses on a single project&amp;#8212;a website providing biographies of philosophers&amp;#8212;and builds the modules it needs, introducing the various available tools and techniques along the way. Much of the time is devoted to generating custom content types, but there&amp;#8217;s very solid coverage of the hooks, filters, and actions that let modules really take integrate with the rest of the framework. Theming your output, using AJAX, and working with web services all get some time and illustrate how your app can be part of the wider web and keep up with its prevailing trends. A number of times I found myself reaching for code I&amp;#8217;d written over the past few months to make amendments based on examples in the book.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve been quite critical of books from packt lately and some of my criticisms apply here&amp;#8212;he book itself feels flimsy and the print quality is poor&amp;#8212;but this is also evidence that if an author and editor put the work in they do occasionally produce quality material despite the publisher. There are a number of asides that clarify language which demonstrate an attention to detail too often missing. It would have been good to see clearer signposts as to which features are new in Drupal 6 and which were available previously, but &lt;a href="http://api.drupal.org/" title="API reference | Drupal API"&gt;the online API docs&lt;/a&gt; can provide most of that.&lt;/p&gt;
&lt;p&gt;When &lt;a href="/process/2007/11/book-review-pro-drupal-development/" title="a work on process &amp;raquo; Book Review: Pro Drupal Development"&gt;I reviewed Pro Drupal Development&lt;/a&gt; I noted some disappointment that the book didn&amp;#8217;t devote any time to automated testing of drupal code, and that criticism applies here too. Along with staged deployments, automated testing remains one of the least considered aspects of drupal and that&amp;#8217;s a serious concern for those looking to build robust well-managed applications on top of it. There are a few good articles online about how to test drupal code, but it would be good to see it taken more seriously as a core part of the module development process.&lt;/p&gt;
&lt;p&gt;This book is likely to sit alongside Pro Drupal Development on my desk whenever I&amp;#8217;m working on a drupal project and is a worthwhile investment for anyone who spends much time building drupal modules. There are clear areas for improved coverage, but it is as comprehensive an account as you&amp;#8217;ll find of how to build modules that take full advantage of the facilities Drupal provides.&lt;/p&gt;
&lt;p&gt;Disclaimer: I was sent a copy of this book for review by the publisher. You can find it at &lt;a href="http://www.amazon.com/gp/product/1847194443?ie=UTF8&amp;amp;tag=sarahmasensof-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1847194443" title="Amazon.com: Learning Drupal 6 Module Development: Matt Butcher: Books"&gt;amazon US&lt;/a&gt;, &lt;a href="http://www.amazon.co.uk/gp/product/1847194443?ie=UTF8&amp;amp;tag=sarahmasensof-21&amp;amp;linkCode=as2&amp;amp;camp=1634&amp;amp;creative=6738&amp;amp;creativeASIN=1847194443" title="Amazon.co.uk: Learning Drupal 6 Module Development: Matt Butcher: Books"&gt;amazon UK&lt;/a&gt; and all sorts of other places.&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F&amp;amp;title=Book+Review%3A+Learning+Drupal+6+Module+Development" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F&amp;amp;title=Book+Review%3A+Learning+Drupal+6+Module+Development" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F&amp;amp;title=Book+Review%3A+Learning+Drupal+6+Module+Development" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F&amp;amp;title=Book+Review%3A+Learning+Drupal+6+Module+Development" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F&amp;amp;title=Book+Review%3A+Learning+Drupal+6+Module+Development', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F&amp;amp;title=Book+Review%3A+Learning+Drupal+6+Module+Development" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fbook-review-learning-drupal-6-module-development%2F&amp;amp;title=Book+Review%3A+Learning+Drupal+6+Module+Development" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=rTxIGL"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=rTxIGL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=zfjM1l"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=zfjM1l" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=x3EfAl"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=x3EfAl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=2i4eql"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=2i4eql" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=UZuPIL"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=UZuPIL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/382347801" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/09/book-review-learning-drupal-6-module-development/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/09/book-review-learning-drupal-6-module-development/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[Greenbelt Social Media: What was different this year?]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/09/greenbelt-social-media-what-was-different-this-year/" />
		<id>http://jystewart.net/process/?p=472</id>
		<updated>2008-09-03T09:09:19Z</updated>
		<published>2008-09-03T09:09:19Z</published>
		<category scheme="http://jystewart.net/process" term="Notes" /><category scheme="http://jystewart.net/process" term="adoption" /><category scheme="http://jystewart.net/process" term="flickr" /><category scheme="http://jystewart.net/process" term="greenbelt" /><category scheme="http://jystewart.net/process" term="greenbelt2008" /><category scheme="http://jystewart.net/process" term="groups" /><category scheme="http://jystewart.net/process" term="live streaming" /><category scheme="http://jystewart.net/process" term="qik" /><category scheme="http://jystewart.net/process" term="social media" /><category scheme="http://jystewart.net/process" term="twitter" />		<summary type="html"><![CDATA[Yesterday, responding to a post Steve wrote on our Social Media efforts at Greenbelt I noted that it&#8217;s important to remember that this wasn&#8217;t the first year we&#8217;d worked with social media at the festival. Flickr has been our most prominent outlet, with the festival&#8217;s tags being some of the most visible in the week [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/09/greenbelt-social-media-what-was-different-this-year/">&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3046/2810628685_82535d64f5_m.jpg" alt="Greenbelt is an excellent conversation" /&gt;Yesterday, responding to &lt;a href="http://www.stevelawson.net/wordpress/2008/09/video-greenbelt-blogging-and-being-yourself/" title="Video, Greenbelt, blogging and being yourself &amp;#8212;   Steve Lawson&amp;#58; Bass 2.0  &amp;#8212; the soundtrack to the day you wish you&amp;#8217;d had"&gt;a post Steve wrote on our Social Media efforts&lt;/a&gt; at &lt;a href="http://www.greenbelt.org.uk/" title="Greenbelt - Homepage Section"&gt;Greenbelt&lt;/a&gt; I noted that it&amp;#8217;s important to remember that this wasn&amp;#8217;t the first year we&amp;#8217;d worked with social media at the festival. Flickr has been our most prominent outlet, with the festival&amp;#8217;s tags being some of the most visible in the week following the festival for several years now. But &lt;a href="http://jystewart.net/process/2006/08/collage-mk-2-now-with-separation/" title="a work on process &amp;raquo; Collage Mk. 2: Now With Separation"&gt;as I&amp;#8217;ve written about here in the past&lt;/a&gt; (from a fairly techie perspective), we&amp;#8217;ve made efforts to aggregate content from multiple blogs, social bookmarking services, and the like a few times previously. So what was different this year?&lt;/p&gt;
&lt;p&gt;As Steve points out, video is a significantly different medium to photos or text and it has its own set of hooks. This wasn&amp;#8217;t the first festival video to be posted online&amp;#8212;a few videos had snuck onto youtube in previous years&amp;#8212;but it was the first time tools like qik were available to allow live streaming. &lt;a href="http://jystewart.net/process/2008/08/greenbelt-social-media-initial-thoughts/" title="a work on process &amp;raquo; Greenbelt Social Media: Initial Thoughts"&gt;As I noted a few days ago&lt;/a&gt; live streaming currently benefits from its novelty: &amp;#8220;this is streaming live on the internet&amp;#8221; is a great hook for drawing in guests and viewers. That may well not last, just as blogging has lost much of its mystique over the past six years, but this year it served us well.&lt;/p&gt;
&lt;p&gt;The &amp;#8220;embeddability&amp;#8221; of the content is a very important factor. We&amp;#8217;re all pretty used to embedded youtube videos at this point, but it&amp;#8217;s only been in the past few months that its become the majority of media storage sites that have offered facilities along the lines of what &lt;a href="http://www.cityofsound.com/blog/2006/12/abram_games_and.html" title="cityofsound: Abram Games and how syndicated branding 'winds the spring'"&gt;Dan Hill dubbed &amp;#8216;tear-off&amp;#8217; content&lt;/a&gt;. That&amp;#8217;s significant in a number of ways. We didn&amp;#8217;t have time to really develop the platform for what we were doing (we&amp;#8217;d wondered about using &lt;a href="http://4lfie.com/" title="Alfie&amp;#8217;s Blog"&gt;Alfie&lt;/a&gt;&amp;#8217;s &lt;a href="http://moblog.net/home/" title=":: Moblog: camera phone mobile blogging community ::"&gt;moblog platform&lt;/a&gt; but ran out of time) but we knew that if we used qik we could not only export the video later, but we could very quickly embed widgets into blogs and other sites to promote the content. That freedom from worrying too much about platform is liberating, but for achieving attention in a festival environment it&amp;#8217;s the ease of embedding that&amp;#8217;s key.&lt;/p&gt;
&lt;p&gt;Twitter was, of course, a vital component of our strategy. Just as there was no time to build up a platform for aggregating the content, we didn&amp;#8217;t have time or budget to do any real promotion, and since this was a very experimental approach we didn&amp;#8217;t even have time to build it into the editorial content of &lt;a href="http://www.greenbelt.org.uk/" title="Greenbelt - Homepage Section"&gt;the festival&amp;#8217;s own website&lt;/a&gt;. But we&amp;#8217;ve all got relatively large personal networks on twitter (and for some of us our twitter posts are syndicated into facebook) and we&amp;#8217;ve been cultivating a &lt;a href="http://twitter.com/greenbelt" title="Twitter / greenbelt"&gt;Greenbelt twitter account&lt;/a&gt; and it was easy enough to post notes there. Whether posting automatically (&amp;#8221;I&amp;#8217;m streaming live on qik &amp;#8230;&amp;#8221;) or personally, we saw a very good response and were able to receive some quick feedback. Twitter works really well as a glue between pieces of content you&amp;#8217;re generating around the web, acting as a hub for a network that will follow link and engage with content hosted in a variety of locations.&lt;/p&gt;
&lt;p&gt;Perhaps the key non-techie reason that things felt different this year was that there was concerted effort from a team. The real turning point for our flickr presence was when we started posting the festival&amp;#8217;s official photos there&amp;#8212;it gave it a certain kudos for those festivalgoers who may have been reticent and meant we were promoting flickr heavily in our editorial&amp;#8212;and similarly having a group of people establishing a body of content provided something resembling a critical mass. Since our online networks intersect fairly heavily there was some reinforcement (&amp;#8221;oh, X and Y have both mentioned this, I should check it out&amp;#8230;&amp;#8221;) but there&amp;#8217;s enough distinction that the message went wider than any one of our personal networks. As a team we were also able to exchange skills and discoveries through the weekend which helped enormously when we had so little time to get up and running.&lt;/p&gt;
&lt;p&gt;In purely numeric terms flickr is still where the vast majority of social media attention around the festival rests, with views of the photos being an order of magnitude greater than of the videos. Much of the conversation is taking place among blogs, with many scattered posts picking up a few comments. It&amp;#8217;ll be interesting to see whether video capture at the festival follows in the footsteps of flickr and attracts a much larger group of producers or whether it remains an activity of a fairly small group. Either way, we&amp;#8217;re very pleased with how it worked out this year.&lt;/p&gt;
&lt;p&gt;(photo above is by Jon McKay, from his &amp;#8216;&lt;a href="http://www.flickr.com/photos/greenbelt/sets/72157607025891935/"&gt;So What Do You Think?&lt;/a&gt;&amp;#8216; project)&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F&amp;amp;title=Greenbelt+Social+Media%3A+What+was+different+this+year%3F" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F&amp;amp;title=Greenbelt+Social+Media%3A+What+was+different+this+year%3F" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F&amp;amp;title=Greenbelt+Social+Media%3A+What+was+different+this+year%3F" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F&amp;amp;title=Greenbelt+Social+Media%3A+What+was+different+this+year%3F" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F&amp;amp;title=Greenbelt+Social+Media%3A+What+was+different+this+year%3F', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F&amp;amp;title=Greenbelt+Social+Media%3A+What+was+different+this+year%3F" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Fgreenbelt-social-media-what-was-different-this-year%2F&amp;amp;title=Greenbelt+Social+Media%3A+What+was+different+this+year%3F" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=nBCNRL"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=nBCNRL" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=bacrql"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=bacrql" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=GX1O8l"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=GX1O8l" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=gOn8vl"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=gOn8vl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=mFXZjL"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=mFXZjL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/382160293" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/09/greenbelt-social-media-what-was-different-this-year/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/09/greenbelt-social-media-what-was-different-this-year/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	</entry>
		<entry>
		<author>
			<name>James Stewart</name>
						<uri>http://jystewart.net</uri>
					</author>
		<title type="html"><![CDATA[Lessons from the Greenbelt Social Media project]]></title>
		<link rel="alternate" type="text/html" href="http://jystewart.net/process/2008/09/lessons-from-the-greenbelt-social-media-project/" />
		<id>http://jystewart.net/process/?p=459</id>
		<updated>2008-09-03T09:09:39Z</updated>
		<published>2008-09-02T10:16:07Z</published>
		<category scheme="http://jystewart.net/process" term="Notes" /><category scheme="http://jystewart.net/process" term="greenbelt" /><category scheme="http://jystewart.net/process" term="greenbelt2008" /><category scheme="http://jystewart.net/process" term="qik" /><category scheme="http://jystewart.net/process" term="social media" /><category scheme="http://jystewart.net/process" term="video" />		<summary type="html"><![CDATA[This post is a follow-up to my initial thoughts on our Social Media efforts at this year&#8217;s Greenbelt. 
Going into  Greenbelt I&#8217;d made some fairly naive assumptions, primarily that it would be easy enough to just capture conversations we were having anyway and events we were attending. For people whose sole responsibility at the [...]]]></summary>
		<content type="html" xml:base="http://jystewart.net/process/2008/09/lessons-from-the-greenbelt-social-media-project/">&lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3083/2812697285_709de14f6a_m.jpg" alt="Photo from Greenbelt 2008" /&gt;This post is a follow-up to my &lt;a href="/process/2008/08/greenbelt-social-media-initial-thoughts/" title="a work on process &amp;raquo; Greenbelt Social Media: Initial Thoughts"&gt;initial thoughts on our Social Media efforts at this year&amp;#8217;s Greenbelt&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Going into  Greenbelt I&amp;#8217;d made some fairly naive assumptions, primarily that it would be easy enough to just capture conversations we were having anyway and events we were attending. For people whose sole responsibility at the festival was reporting that might have been possible, but for those of us who were already deeply committed to other activities it&amp;#8217;s not quite that simple. While &lt;a href="http://qik.com/solobasssteve" title="solobasssteve's profile &amp;#187; QIK"&gt;Steve&lt;/a&gt;, &lt;a href="http://qik.com/lobelia" title="lobelia's profile &amp;#187; QIK"&gt;Lisa&lt;/a&gt; and &lt;a href="http://www.youtube.com/artbizness" title="YouTube - artbizness's Channel"&gt;Mike&lt;/a&gt; were able to gather a lot of great material, and made the capture their primary focus, I was more distracted and &lt;a href="http://qik.com/jystewart" title="jystewart's profile &amp;#187; QIK"&gt;my efforts&lt;/a&gt; are much thinner on the ground, and decidedly patchier.&lt;/p&gt;
&lt;p&gt;Steve was using a &lt;a href="http://europe.nokia.com/phones/n95"&gt;Nokia N95&lt;/a&gt; and the rest of us had &lt;a href="http://europe.nokia.com/A4646200"&gt;N82&lt;/a&gt;s. We&amp;#8217;d heard good things about the N82, and I like the form factor of it quite a bit, but for live streaming the N95 was far and away the better device. It seemed to get stronger 3G signals and had considerably better battery life. Both devices took quite a while to get set up, given that we only received them the day the festival started, and so we went into it cold. If we were to repeat the project with current technology we&amp;#8217;d definitely push to get N95s for everyone and more time beforehand to set up, learn the tools, etc.&lt;/p&gt;
&lt;p&gt;So, a few lessons for next time:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Have one team member whose primary role is logistics, not reporting&lt;/strong&gt;. While it was possible for all of us to get some content, and one properly prepared person could get a lot of content, if there&amp;#8217;s any chance of having someone who can manage liaison with the rest of the event, and other logistics, that&amp;#8217;s ideal. That person may be able to do some reporting, but don&amp;#8217;t count on it. If time allows, that person could also manage aggregation and promotion of your content.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Get to know the tools in advance&lt;/strong&gt;. By the end of the festival we all knew our way around the phones, but there were settings we hadn&amp;#8217;t had a chance to explore that could have affected quality. Getting off to a quick start is important for confidence, and promotion. I suspect that the sketchy quality of some of my early videos may have put some people off from watching the others, particularly viewers who didn&amp;#8217;t know what we were doing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phone companies don&amp;#8217;t make your lives easy&lt;/strong&gt;. I bought a new Orange pay-as-you-go SIM for the festival and ended up spending 40 minutes on the phone getting it activated, and used over four pounds of credit on the call. Once that was done, their &amp;#8220;7 days&amp;#8217; unlimited data for &amp;pound;5&amp;#8243; deal worked out well, but these things always take longer than you&amp;#8217;d like.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Build in time to review the material you&amp;#8217;re gathering&lt;/strong&gt;. This is particularly important if you haven&amp;#8217;t produced content in this way before, but is good practice either way. Reviewing the content is the only way to work out how to improve, and the review process is another chance to identify particularly successful videos and promote them. Steve did a good job of watching his and other videos and blogging about them as the event went on, which significantly increased his audience. In many festival programmes there will be lulls at certain points in the day and that can be a good chance to find a quiet spot with wifi.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Talk about what you&amp;#8217;re doing&lt;/strong&gt;. For now, the idea of live streaming to the web is novel and is a strong hook to get people engaged and start conversations. That led to some good interviews, &lt;a href="http://qik.com/kester" title="Kester's profile &amp;#187; QIK"&gt;to other people joining in&lt;/a&gt; and to ongoing conversations that have spilled outside of the festival. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;(photo above is by Jon McKay, from his &amp;#8216;&lt;a href="http://www.flickr.com/photos/greenbelt/sets/72157607025891935/"&gt;So What Do You Think?&lt;/a&gt;&amp;#8216; project)&lt;/p&gt;

&lt;h4&gt;Recommend this post:&lt;/h4&gt; 
	&lt;span class="slashdigglicious"&gt;
&lt;a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F&amp;amp;title=Lessons+from+the+Greenbelt+Social+Media+project" title="Slashdot It!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/slashdot.ico" height="16" width="16" alt="[Slashdot]" /&gt;&lt;/a&gt; &lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F&amp;amp;title=Lessons+from+the+Greenbelt+Social+Media+project" title="Digg This Story"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/digg.ico" width="16" height="16" alt="[Digg]" /&gt;&lt;/a&gt; &lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F&amp;amp;title=Lessons+from+the+Greenbelt+Social+Media+project" title="Reddit"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/reddit.ico" width="16" height="16" alt="[Reddit]" /&gt;&lt;/a&gt; &lt;a href="http://del.icio.us/post?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F&amp;amp;title=Lessons+from+the+Greenbelt+Social+Media+project" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;amp;noui&amp;amp;jump=close&amp;amp;url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F&amp;amp;title=Lessons+from+the+Greenbelt+Social+Media+project', 'delicious', 'toolbar=no,width=700,height=400'); return false;"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/delicious.ico" width="16" height="16" alt="[del.icio.us]" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F" title="Share on Facebook"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/facebook.ico" width="16" height="16" alt="[Facebook]" /&gt;&lt;/a&gt; &lt;a href="http://technorati.com/faves?add=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F" title="Add to my Technorati Favorites"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/technorati.png" width="18" height="13" alt="[Technorati]" /&gt;&lt;/a&gt; &lt;a href="http://www.google.com/bookmarks/mark?op=edit&amp;amp;output=popup&amp;amp;bkmk=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F&amp;amp;title=Lessons+from+the+Greenbelt+Social+Media+project" title="Save to Google Bookmarks"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/google.ico" width="16" height="16" alt="[Google]" /&gt;&lt;/a&gt; &lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fjystewart.net%2Fprocess%2F2008%2F09%2Flessons-from-the-greenbelt-social-media-project%2F&amp;amp;title=Lessons+from+the+Greenbelt+Social+Media+project" title="Stumble it!"&gt;&lt;img src="/process/wp-content/plugins/slashdigglicious/images/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /&gt;&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=KWpV1L"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=KWpV1L" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=qszPll"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=qszPll" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=BHMkql"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=BHMkql" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=WkE3pl"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=WkE3pl" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/jystewart/iLiN?a=2GfiCL"&gt;&lt;img src="http://feeds.feedburner.com/~f/jystewart/iLiN?i=2GfiCL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/jystewart/iLiN/~4/381242279" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://jystewart.net/process/2008/09/lessons-from-the-greenbelt-social-media-project/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://jystewart.net/process/2008/09/lessons-from-the-greenbelt-social-media-project/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
	</feed>
