<?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>dezza&#039;s blog</title>
	<atom:link href="http://blog.dezza.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dezza.com</link>
	<description>Personal blog of Derek McKenna</description>
	<lastBuildDate>Sat, 21 Aug 2010 06:03:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mancity Seat Selector</title>
		<link>http://blog.dezza.com/2010/08/21/mancity-seat-selector/</link>
		<comments>http://blog.dezza.com/2010/08/21/mancity-seat-selector/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 06:03:25 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[ExtendScript]]></category>
		<category><![CDATA[MCFC]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[seat selector]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=248</guid>
		<description><![CDATA[Well dezza is a work-blog again now I&#8217;m afraid. Here is a project that I have been wanting to talk about for some time. I completed it about this time last year at Poke. I have been waiting for it &#8230; <a href="http://blog.dezza.com/2010/08/21/mancity-seat-selector/">More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well dezza is a work-blog again now I&#8217;m afraid.  Here is a project that I have been wanting to talk about for some time.  I completed it about this time last year at Poke.  I have been waiting for it to go live which I was pleased to discover the other day.</p>
<p>Since registration is required to take a look at it, I have instead some screen capture. This is not quite the final version but enough to show how it works. The soundtrack is by my good friend <a href="http://soundcloud.com/bob-villain" target="_blank">Jay White</a>.</p>
<p><iframe src="http://player.vimeo.com/video/14238457" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/14238457">MCFC Seat Selector</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Because we wanted the stadium to look like the actual real world layout, the first challenge was to obtain the seating layout information. Then we had to get it into a format that flash could use, i.e. xml and also ensure that it matched the ticketing data as provided by the 3rd-party ticket-vendor. It was an involved process, some of which I captured along the way:</p>
<p>1. Here is a Omnigraffle representation of the existing xml feed from the online ticket vendor. The seat locations are conformed to a left aligned grid which bears little resemblance to the real world layout.</p>
<p><a href="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_01_graffle.png" rel="lightbox"><img src="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_01_graffle-300x178.png" alt="Layout grid of exisiting ticket vendor xml data" title="Ticket Vendor&#039;s layout ( represented in Omnigraffle)" width="300" height="178" class="alignnone size-medium wp-image-352" /></a></p>
<p>2. After pestering the architects, we managed to get our hands on Autocad files of the stadium, which included fairly accurate seating layouts. We were lucky that the stadium was not very old, and such files actually existed. We didn&#8217;t have Autocad software, but were able to open the files with Illustrator. Plenty of time to make a cup of tea while these suckers were opening.</p>
<p><a href="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_02_dxf.png" rel="lightbox"><img src="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_02_dxf-300x178.png" alt="Screenshot of MCFC stadium opened in Illustrator" title="MCFC Autocad file (in Illustrator)" width="300" height="178" class="alignnone size-medium wp-image-353" /></a></p>
<p>3.  It was fairly easy to get rid of much of the unwanted information, by deleting unwanted layers. We still had no idea how we were going to make xml from this. We found out that the individual seats were not stored as individual objects with position &amp; rotation, but as broken-apart line information. There was also a lot of junk information overlaid on the seats themselves. Although this could be removed manually for each seat, I wasn&#8217;t very excited by the prospect of cleaning more than 45 thousand seats.</p>
<p><a href="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_03_seats_dirty.png" rel="lightbox"><img src="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_03_seats_dirty-300x178.png" alt="MCFC stadium seating layout prior to cleaning" title="Seats prior to cleaning" width="300" height="178" class="alignnone size-medium wp-image-354" /></a></p>
<p>4. To clean up the seats, I wrote some routines in ExtendScript.  ExtendScript is what Adobe call their scripting language for their CS suite. It&#8217;s essentially JavaScript which in this case I used on Illustrator. For the most part, learning it just involves finding out how objects are represented in the Illustrator DOM. After some trial and error I was able to drill down to the seat objects themselves, where simple tests on the length of the lines could identified outlines from the other unwanted data. I added a loop to iterate over all objects in the selection and hey presto, could delete the unwanted data for thousands of seats in one hit. Here is the same layout as above seats after running the script:</p>
<p><a href="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_04_seats_clean.png" rel="lightbox"><img src="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_04_seats_clean-300x178.png" alt="Stadium Seat layout after cleaning process" title="Cleaned Seats" width="300" height="178" class="alignnone size-medium wp-image-355" /></a></p>
<p>5. The next step I can&#8217;t speak much about, as it was done by a colleague Martin. I saved the cleaned seats as svg files, which he then analyzed with some Perl scripts. He determined the position and orientation of the seats is determined with fairly straightforward trigonometry and saved out each block as an xml file, which was loaded into Flash and the basis for positioning seat objects. Big thanks to <a href="http://lab.polygonal.de">Michael Baczynski</a> for an <a href="http://lab.polygonal.de/2008/06/18/using-object-pools/">article</a> on object pooling which significantly improved the performance of adding and removing large numbers of seats. The last shot is of the entire stadium with all seats cleaned.  The designers that worked on this project (Will Cookson, Vasco Alves) have added the pitch and surrounds to the finished piece.</p>
<p><a href="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_09_finished_stadium.png" rel="lightbox"><img src="http://blog.dezza.com/wp-content/uploads/2010/08/cleaningSeats_cropped_09_finished_stadium-300x178.png" alt="MCFC Stadium diagram after cleaning finished" title="Finished cleaned Stadium" width="300" height="178" class="alignnone size-medium wp-image-357" /></a></p>
<p>Finally a big thanks to the developers of the <a href="http://code.google.com/p/lowra/">Lowra IOC framework</a> which I used on this project.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/08/21/mancity-seat-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dezza&#8217;s back</title>
		<link>http://blog.dezza.com/2010/08/05/dezzas-back/</link>
		<comments>http://blog.dezza.com/2010/08/05/dezzas-back/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 04:46:30 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=241</guid>
		<description><![CDATA[From where? Like many others who have WordPress running on MediaTemple I got stung by the JohnnyA malware exploit.  Bastards! I had to take the blog down until I could fix it. I have been busy behind the scenes applying &#8230; <a href="http://blog.dezza.com/2010/08/05/dezzas-back/">More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>From where?</strong></p>
<p>Like many others who have WordPress running on MediaTemple I got  stung by the JohnnyA malware exploit.  Bastards! I had to take the blog  down until I could fix it.</p>
<p>I have been busy behind the scenes applying the <a href="http://www.monster-munch.com/">Nicky</a> and <a href="http://www.made-in-england.org/">Cookie&#8217;s</a> lovely custom theme to a newer installation of WordPress. If there&#8217;s  been a silver lining to all of this, it&#8217;s been that I&#8217;ve learned quite a  lot about CSS and WordPress.</p>
<p><span style="text-decoration: line-through;"><strong>Where&#8217;s the content?</strong></span></p>
<p><span style="text-decoration: line-through;">I&#8217;m in the process of cleaning and migrating the old data. So should be fully restored soon.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/08/05/dezzas-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fiji 2010</title>
		<link>http://blog.dezza.com/2010/07/19/fiji-2010/</link>
		<comments>http://blog.dezza.com/2010/07/19/fiji-2010/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 01:52:48 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=126</guid>
		<description><![CDATA[The third stop over on the way back down under. Lovely Fiji &#8211; never too hot, never too cold. So long, and Vinaka for all the fish. Fiji 2010 from Derek McKenna on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>The third stop over on the way back down under. Lovely Fiji &#8211; never too hot, never too cold. So long, and Vinaka for all the fish.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13411603&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=13411603&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/13411603">Fiji 2010</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/07/19/fiji-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Las Vegas 2010</title>
		<link>http://blog.dezza.com/2010/07/19/las-vegas-2010/</link>
		<comments>http://blog.dezza.com/2010/07/19/las-vegas-2010/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 01:46:23 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=124</guid>
		<description><![CDATA[Vegas baby yeah! Here we see the second of our stop overs. Unfortunately video cameras are not welcome on the gaming floors of most casinos, so most of this footage revolves around our hotel &#8211; the Luxor. You are also &#8230; <a href="http://blog.dezza.com/2010/07/19/las-vegas-2010/">More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Vegas baby yeah! Here we see the second of our stop overs. Unfortunately video cameras are not welcome on the gaming floors of most casinos, so most of this footage revolves around our hotel &#8211; the Luxor.</p>
<p>You are also spared the 3 hours of time-share presentation that we foolishly agreed to sit through in return for three cheap tickets to the Chris Angel &#8216;Believe&#8217; show. Both were on a par entertainment-wise.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=13411550&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=13411550&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/13411550">Las Vegas 2010</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/07/19/las-vegas-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New York 2010</title>
		<link>http://blog.dezza.com/2010/07/05/new-york-2010/</link>
		<comments>http://blog.dezza.com/2010/07/05/new-york-2010/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 22:22:03 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=122</guid>
		<description><![CDATA[The first of our holiday stop overs on the way back to Sydney: New York. What a great time we had and many thanks to our wonderful hosts, the Zoltys. New York 2010 from Derek McKenna on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>The first of our holiday stop overs on the way back to Sydney: New York. What a great time we had and many thanks to our wonderful hosts, the Zoltys. </p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=13116073&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=13116073&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/13116073">New York 2010</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/07/05/new-york-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MOTORHOME HOLIDAY EP17</title>
		<link>http://blog.dezza.com/2010/06/26/motorhome-holiday-ep17/</link>
		<comments>http://blog.dezza.com/2010/06/26/motorhome-holiday-ep17/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:32:29 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>
		<category><![CDATA[motorhome]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=120</guid>
		<description><![CDATA[And so we come to the final episode. There seems to not have been much recording going on in the last few weeks &#8211; I started getting quite lazy and leaving the camera behind. The camper was great. We did &#8230; <a href="http://blog.dezza.com/2010/06/26/motorhome-holiday-ep17/">More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>And so we come to the final episode. There seems to not have been much recording going on in the last few weeks &#8211; I started getting quite lazy and leaving the camera behind.</p>
<p>The camper was great. We did about 7000 miles over 6 months and visited 8 countries. We sold it soon after getting back to the UK, for not a lot less than we bought it for.</p>
<p>So now it&#8217;s back to Sydney, via NY, Las Vegas and Fiji, and NZ. Yes we are having another holiday. I think it&#8217;s about time we got a rest after all that holidaying <img src='http://blog.dezza.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We had a great time. Thanks for watching.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12877953&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=12877953&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/12877953">Motorhome holiday 2009/10 &#8211; Episode 17</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/06/26/motorhome-holiday-ep17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOTORHOME HOLIDAY EP16</title>
		<link>http://blog.dezza.com/2010/06/21/motorhome-holiday-ep16/</link>
		<comments>http://blog.dezza.com/2010/06/21/motorhome-holiday-ep16/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:23:01 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>
		<category><![CDATA[motorhome]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=118</guid>
		<description><![CDATA[We are getting near the end now, this episode covers our trip after we left Sicily and made our way up the coast of mainland Italy. The Almafi area was especially stunning. Motorhome holiday 2009/10 &#8211; Episode 16 from Derek &#8230; <a href="http://blog.dezza.com/2010/06/21/motorhome-holiday-ep16/">More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are getting near the end now, this episode covers our trip after we left Sicily and made our way up the coast of mainland Italy. The Almafi area was especially stunning.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12721759&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12721759&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/12721759">Motorhome holiday 2009/10 &#8211; Episode 16</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/06/21/motorhome-holiday-ep16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOTORHOME HOLIDAY EP15</title>
		<link>http://blog.dezza.com/2010/06/21/motorhome-holiday-ep15/</link>
		<comments>http://blog.dezza.com/2010/06/21/motorhome-holiday-ep15/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:20:43 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>
		<category><![CDATA[motorhome]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=116</guid>
		<description><![CDATA[Well this all seems a long time ago now. Editing the footage is getting to be a bit of a chore, and worse it&#8217;s not especially interesting. Nevertheless it&#8217;s good to have a record, so up it goes. This episode &#8230; <a href="http://blog.dezza.com/2010/06/21/motorhome-holiday-ep15/">More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well this all seems a long time ago now. Editing the footage is getting to be a bit of a chore, and worse it&#8217;s not especially interesting. Nevertheless it&#8217;s good to have a record, so up it goes.</p>
<p>This episode covers our trip to Sicily which was one of the highlights of our trip.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12712109&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12712109&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/12712109">Motorhome holiday 2009/10 &#8211; Episode 15</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/06/21/motorhome-holiday-ep15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motorhome holiday Ep14</title>
		<link>http://blog.dezza.com/2010/04/19/motorhome-holiday-ep14/</link>
		<comments>http://blog.dezza.com/2010/04/19/motorhome-holiday-ep14/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:46:18 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>
		<category><![CDATA[motorhome]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=114</guid>
		<description><![CDATA[In this piece, we raise the pretensious wank factor to 11 with a sound track, numerous cross fades and animated inserts. A personal highlight for us is the hilarious Greek workshop guy who appears around 1:15 to help us with &#8230; <a href="http://blog.dezza.com/2010/04/19/motorhome-holiday-ep14/">More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this piece, we raise the pretensious wank factor to 11 with a sound track, numerous cross fades and animated inserts.  A personal highlight for us is the hilarious Greek workshop guy who appears around 1:15 to help us with a broken clutch cable.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11020267&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11020267&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/11020267">Motorhome holiday 2009/10 &#8211; Episode 14</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/04/19/motorhome-holiday-ep14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motorhome holiday Ep13</title>
		<link>http://blog.dezza.com/2010/03/23/motorhome-holiday-ep13/</link>
		<comments>http://blog.dezza.com/2010/03/23/motorhome-holiday-ep13/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 11:20:50 +0000</pubDate>
		<dc:creator>dezza</dc:creator>
				<category><![CDATA[holiday]]></category>
		<category><![CDATA[motorhome]]></category>

		<guid isPermaLink="false">http://blog.dezza.com/?p=112</guid>
		<description><![CDATA[If the sightseeing is getting a bit dull, skip ahead to approx 5:30 &#8211; it&#8217;s a must-see. Motorhome holiday 2009/10 &#8211; Episode 13 from Derek McKenna on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>If the sightseeing is getting a bit dull, skip ahead to approx 5:30 &#8211; it&#8217;s a must-see.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10378849&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10378849&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/10378849">Motorhome holiday 2009/10 &#8211; Episode 13</a> from <a href="http://vimeo.com/user2649686">Derek McKenna</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dezza.com/2010/03/23/motorhome-holiday-ep13/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
