<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stefan Goodchild &#187; Interactive</title>
	<atom:link href="http://stefangoodchild.com/tag/interactive/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefangoodchild.com</link>
	<description>Old Enough To Know Better</description>
	<lastBuildDate>Fri, 25 Jun 2010 09:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Novation Launchpad &#8211; Note number to XY Coordinates and back again.</title>
		<link>http://stefangoodchild.com/journal/2009/11/novation-launchpad-note-number-to-xy-coordinates-and-back-again/</link>
		<comments>http://stefangoodchild.com/journal/2009/11/novation-launchpad-note-number-to-xy-coordinates-and-back-again/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:17:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://stefangoodchild.com/?p=354</guid>
		<description><![CDATA[First thing I did with my new Launchpad?  Nope, I didn&#8217;t hook it up to Live and jam.  I hooked it up, fired up Processing and worked out how to light up the pads and recieve the notes so I could hack it to do anything I wanted&#160;to.
One thing I noticed straight off [...]]]></description>
			<content:encoded><![CDATA[<p>First thing I did with my new <a href="http://www.novationmusic.com/products/midi_controller/launchpad">Launchpad</a>?  Nope, I didn&#8217;t hook it up to Live and jam.  I hooked it up, fired up <a href="http://processing.org/">Processing</a> and worked out how to light up the pads and recieve the notes so I could hack it to do anything I wanted&nbsp;to.</p>
<p>One thing I noticed straight off the bat is the note numbers are not incremental.  Each row starts 16 higher than the last - I assume to allow for the same firmware to work in a 16 x 16 layout model - and there is a very simple way that reminds me of the technique of <a href="http://en.wikipedia.org/wiki/Bitwise_operation">bitshifting</a> I used back in the bad old days of DVD authoring to convert from one to the&nbsp;other.</p>
<pre class="brush: java">
// To go from XY to the note number
noteNumber = y * 16 + x;

// To go from the note number to the XY
x = noteNumber % 16;
y = (noteNumber - x) / 16;
</pre>
<p>Hopefully that will save someone ten minutes of head&nbsp;scratching.</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/journal/2009/11/novation-launchpad-note-number-to-xy-coordinates-and-back-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jiva Technology</title>
		<link>http://stefangoodchild.com/portfolio/2009/04/jiva-technology/</link>
		<comments>http://stefangoodchild.com/portfolio/2009/04/jiva-technology/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 10:03:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://stefangoodchild.com/?p=295</guid>
		<description><![CDATA[The new Jiva Technology website template for Wordpress with custom Twitter feed and Project&#160;carousel.
]]></description>
			<content:encoded><![CDATA[<p>The new <a href="http://jivatechnology.com/">Jiva Technology website</a> template for Wordpress with custom Twitter feed and Project&nbsp;carousel.</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2009/04/jiva-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Farewell, Real World.  Hello Jiva</title>
		<link>http://stefangoodchild.com/journal/2008/09/farewell-real-world-hello-jiva/</link>
		<comments>http://stefangoodchild.com/journal/2008/09/farewell-real-world-hello-jiva/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/09/farewell-real-world-hello-jiva/</guid>
		<description><![CDATA[It&#8217;s day two at my new home - Jiva Technology -  following a rousing send off from Real World.  My seven years in the Real World were both enjoyable and challenging but we all have to move on at some point and I felt my time was&#160;now.
My new home at Jiva is a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s day two at my new home - <a href="http://jivatechnology.com/">Jiva Technology</a> -  following a rousing send off from <a href="http://realworld.co.uk/">Real World</a>.  My seven years in the Real World were both enjoyable and challenging but we all have to move on at some point and I felt my time was&nbsp;now.</p>
<p>My new home at <a href="http://jivatechnology.com/">Jiva</a> is a startup company building web services to help people find other people who can help.  The first product is a website called <a href="http://beanbaglearning.com/">Beanbag Learning</a> and it&#8217;s purpose is to help parents find tutors in their local area for their children.  Moving the &#8216;word of mouth&#8217; culture onto the Internet in short if you&nbsp;will.</p>
<p>I&#8217;m excited to find out that my first project is an <a href="http://www.adobe.com/products/air/">Adobe AIR</a> application built round communication.  This is something very interesting to both design and build as the technologies and UI paradigms involved are pretty well defined these days so the basics of the interaction are pretty much in stone and assumed so that leaves all the fun stuff.  The&nbsp;details.</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/journal/2008/09/farewell-real-world-hello-jiva/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Camera Classes</title>
		<link>http://stefangoodchild.com/journal/2008/08/processing-camera-classes/</link>
		<comments>http://stefangoodchild.com/journal/2008/08/processing-camera-classes/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/08/processing-camera-classes/</guid>
		<description><![CDATA[Inspired by the feedback from my latest vimeo video I&#8217;ve finally got my simple &#8216;Chase&#8217; and &#8216;Sphere&#8217; camera classes tidied up and available.  Probably not the greatest programming feat of the decade but may help some of you starting out with&#160;Processing.
You can see a simplified applet and get the source code&#160;here.
If you have any [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by the feedback from my latest vimeo video I&#8217;ve finally got my simple &#8216;Chase&#8217; and &#8216;Sphere&#8217; camera classes tidied up and available.  Probably not the greatest programming feat of the decade but may help some of you starting out with&nbsp;<a href="http://processing.org">Processing</a>.</p>
<p>You can see a simplified applet and get the source code&nbsp;<a href="http://stefangoodchild.com/processing/CameraClasses/">here</a>.</p>
<p>If you have any feedback or suggestions to how to improve them please <a href="http://stefangoodchild.com/contact/">get in&nbsp;touch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/journal/2008/08/processing-camera-classes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WOMAD</title>
		<link>http://stefangoodchild.com/portfolio/2008/06/womad/</link>
		<comments>http://stefangoodchild.com/portfolio/2008/06/womad/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/06/womad/</guid>
		<description><![CDATA[The replacement WOMAD site following our decision to drop the old Lasso site after the server theft.  A new OO based forum code is the main new feature on the code&#160;front.  
Nothing really new up front as yet in terms of features but - like Real World Records - the site has been [...]]]></description>
			<content:encoded><![CDATA[<p>The replacement WOMAD site following our decision to drop the old Lasso site after the server theft.  A new OO based forum code is the main new feature on the code&nbsp;front.  </p>
<p>Nothing really new up front as yet in terms of features but - like Real World Records - the site has been designed to be extended easily over the coming months with plenty of scope for custom&nbsp;areas.</p>
<p>Standards based, with proper separation and where possible semantic markup this is the final Real World site to move to PHP from Lasso and the final missing site after the&nbsp;theft.</p>
<p><a href="http://www.womad.org">www.womad.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2008/06/womad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real World Records</title>
		<link>http://stefangoodchild.com/portfolio/2008/06/real-world-records/</link>
		<comments>http://stefangoodchild.com/portfolio/2008/06/real-world-records/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/06/real-world-records/</guid>
		<description><![CDATA[I had the majority of the site built and working locally before the server theft but with no design or UI in place. The design came together very quickly and was designed from the ground up to be easily improved&#160;upon.
This is a temporary site and as such there are some rough edges but I think [...]]]></description>
			<content:encoded><![CDATA[<p>I had the majority of the site built and working locally before the server theft but with no design or UI in place. The design came together very quickly and was designed from the ground up to be easily improved&nbsp;upon.</p>
<p>This is a temporary site and as such there are some rough edges but I think for only a few days work on the UI and design it holds up pretty well with a simple and clean design, free from Web 2.0 clichés, a full search, clean URLs and sound samples for every track in the Realworld catalogue so in many ways is a vast improvement on the original&nbsp;site.</p>
<p><a href="http://www.realworldrecords.com">www.realworldrecords.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2008/06/real-world-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realworld Records New Website Live</title>
		<link>http://stefangoodchild.com/journal/2008/05/realworld-records-new-website-live/</link>
		<comments>http://stefangoodchild.com/journal/2008/05/realworld-records-new-website-live/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/05/realworld-records-new-website-live/</guid>
		<description><![CDATA[
Finally managed to get the replacement Realworld Records website online last friday.  It was the website that along with WOMAD&#8217;s website that was based on a very old version of Lasso that we decided to finally put out to pasture so this new version is based on a LAMP&#160;backend.
I had the majority of the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.stefangoodchild.com/content/journal_images/realworldrecords.jpg" alt="" /></p>
<p>Finally managed to get the replacement <a href="http://realworldrecords.com">Realworld Records</a> website online last friday.  It was the website that along with <a href="http://womad.org">WOMAD&#8217;s website</a> that was based on a very old version of Lasso that we decided to finally put out to pasture so this new version is based on a LAMP&nbsp;backend.</p>
<p>I had the majority of the site built and working locally before the server theft but with no design or UI in place.  The design came together very quickly and was designed from the ground up to be easily improved&nbsp;upon.</p>
<p>This is a temporary site and as such there are some rough edges but I think for only a few days work on the UI and design it holds up pretty well with a simple and clean design, free from Web 2.0 clichés, a full search, clean URLs and sound samples for every track in the Realworld catalogue so in many ways is a vast improvement on the original&nbsp;site.</p>
<p>None of this would have been possible however without the hard work of the Records staff who have spent some of the last year on data entry of the catalogue information into the new discography system, so many thanks to&nbsp;Jon!</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/journal/2008/05/realworld-records-new-website-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cubescape</title>
		<link>http://stefangoodchild.com/journal/2008/05/cubescape/</link>
		<comments>http://stefangoodchild.com/journal/2008/05/cubescape/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/05/cubescape/</guid>
		<description><![CDATA[
Amazing piece of HTML/CSS/jQuery hackery by Cameron Adams that just begs to be played with.  It looks like my future will mainly involve creating nostalgic Q-Bert&#160;landscapes.
Cubescape
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.stefangoodchild.com/content/journal_images/cubescape.jpg" alt="" /></p>
<p>Amazing piece of HTML/CSS/jQuery hackery by Cameron Adams that just begs to be played with.  It looks like my future will mainly involve creating nostalgic Q-Bert&nbsp;landscapes.</p>
<p><a href="http://www.themaninblue.com/experiment/Cubescape/new.php">Cubescape</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/journal/2008/05/cubescape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Blue Ball</title>
		<link>http://stefangoodchild.com/portfolio/2008/05/big-blue-ball/</link>
		<comments>http://stefangoodchild.com/portfolio/2008/05/big-blue-ball/#comments</comments>
		<pubDate>Thu, 08 May 2008 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/05/big-blue-ball/</guid>
		<description><![CDATA[A microsite (but a big one!) for the new release from Real World Records.  Features custom flash audio and video players and pulls data from the custom Real World&#160;CMS.
&#160;bigblueball.realworldrecords.com
]]></description>
			<content:encoded><![CDATA[<p>A microsite (but a big one!) for the new release from Real World Records.  Features custom flash audio and video players and pulls data from the custom Real World&nbsp;CMS.</p>
<p><a href="http://bigblueball.realworldrecords.com">&nbsp;bigblueball.realworldrecords.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2008/05/big-blue-ball/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Womad Shop</title>
		<link>http://stefangoodchild.com/portfolio/2008/03/womad-shop/</link>
		<comments>http://stefangoodchild.com/portfolio/2008/03/womad-shop/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/03/womad-shop/</guid>
		<description><![CDATA[Brand new replacement shop for Real World which currently has a 7 figure turnover thanks to the exclusive stocking of WOMAD&#160;tickets.  
Front and back end rebuilt from the ground up to enable products to be grouped in dynamic ways so digital downloads can be incorporated in the next phase with lots of work done [...]]]></description>
			<content:encoded><![CDATA[<p>Brand new replacement shop for Real World which currently has a 7 figure turnover thanks to the exclusive stocking of WOMAD&nbsp;tickets.  </p>
<p>Front and back end rebuilt from the ground up to enable products to be grouped in dynamic ways so digital downloads can be incorporated in the next phase with lots of work done to make the front end as simple as possible to create a higher conversion rate despite the relatively high amount of information required&nbsp;on-screen.</p>
<p><a href="http://www.womadshop.com">www.womadshop.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2008/03/womad-shop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site</title>
		<link>http://stefangoodchild.com/journal/2008/01/new-site/</link>
		<comments>http://stefangoodchild.com/journal/2008/01/new-site/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interactive]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2008/01/new-site/</guid>
		<description><![CDATA[
Taken a while and there were some last minute hitches - namely Media Temple&#8217;s lack of a set_charset() command and the Grid Server performance problems but I&#8217;ve finally uploaded most of my new&#160;home.
Portfolio section is ready but waiting on content so that shouldn&#8217;t take too long&#160;hopefully.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.stefangoodchild.com/content/journal_images/newsite0108.jpg" alt="" /></p>
<p>Taken a while and there were some last minute hitches - namely Media Temple&#8217;s lack of a set_charset() command and the Grid Server performance problems but I&#8217;ve finally uploaded most of my new&nbsp;home.</p>
<p>Portfolio section is ready but waiting on content so that shouldn&#8217;t take too long&nbsp;hopefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/journal/2008/01/new-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real World Remixed</title>
		<link>http://stefangoodchild.com/portfolio/2006/09/real-world-remixed/</link>
		<comments>http://stefangoodchild.com/portfolio/2006/09/real-world-remixed/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2006/09/real-world-remixed/</guid>
		<description><![CDATA[Launched in 2006 and a minor refurb in 2007 Realworld Remixed is a creative and social site built round the concept of downloading packs of samples from Real World and Peter Gabriel tracks to allow anyone to create their own remix, then upload it to the site for others to hear, comment on and&#160;rate.
Members can [...]]]></description>
			<content:encoded><![CDATA[<p>Launched in 2006 and a minor refurb in 2007 Realworld Remixed is a creative and social site built round the concept of downloading packs of samples from Real World and Peter Gabriel tracks to allow anyone to create their own remix, then upload it to the site for others to hear, comment on and&nbsp;rate.</p>
<p>Members can create their own favourite lists, use the forums and send private messages to other&nbsp;members.</p>
<p>It&#8217;s all custom built from the back end to the front with very little library&nbsp;usage.</p>
<p><a href="http://www.realworldremixed.com/">www.realworldremixed.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2006/09/real-world-remixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real World Studios</title>
		<link>http://stefangoodchild.com/portfolio/2006/04/real-world-studios/</link>
		<comments>http://stefangoodchild.com/portfolio/2006/04/real-world-studios/#comments</comments>
		<pubDate>Mon, 29 Nov 1999 23:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2006/04/real-world-studios/</guid>
		<description><![CDATA[This site for Real World Studios is designed to enable the user to easily navigate through the many facets of the modern residential recording complex and show off the photography of the studio&#160;itself.
www.realworldstudios.com
]]></description>
			<content:encoded><![CDATA[<p>This site for Real World Studios is designed to enable the user to easily navigate through the many facets of the modern residential recording complex and show off the photography of the studio&nbsp;itself.</p>
<p><a href="http://www.realworldstudios.com/">www.realworldstudios.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2006/04/real-world-studios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peter Gabriel</title>
		<link>http://stefangoodchild.com/portfolio/2006/01/peter-gabriel/</link>
		<comments>http://stefangoodchild.com/portfolio/2006/01/peter-gabriel/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[Interactive]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost:8888/journal/2006/01/peter-gabriel/</guid>
		<description><![CDATA[The official site for Peter Gabriel.  Discography, Forums, Tour Diaries, Videos&#8230;  Everything you&#8217;d expect of an official site of an artist of Peter&#8217;s&#160;stature.
Always more to refine and fix, but as usual the task of actual content creation often gets in the&#160;way.
www.petergabriel.com
]]></description>
			<content:encoded><![CDATA[<p>The official site for Peter Gabriel.  Discography, Forums, Tour Diaries, Videos&#8230;  Everything you&#8217;d expect of an official site of an artist of Peter&#8217;s&nbsp;stature.</p>
<p>Always more to refine and fix, but as usual the task of actual content creation often gets in the&nbsp;way.</p>
<p><a href="http://www.petergabriel.com/">www.petergabriel.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stefangoodchild.com/portfolio/2006/01/peter-gabriel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
