<?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>swinhoe industries - web, video, design, digital &#38; consultancy &#187; Surf</title>
	<atom:link href="http://swinhoeindustries.co.uk/tag/surf/feed/" rel="self" type="application/rss+xml" />
	<link>http://swinhoeindustries.co.uk</link>
	<description>Making the most of the web.</description>
	<lastBuildDate>Tue, 27 Sep 2011 09:19:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<cloud domain='swinhoeindustries.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Technology in motion&#8230; the 24 hour surf-check challenge.</title>
		<link>http://swinhoeindustries.co.uk/2009/06/08/technology-in-motion-the-24-hour-surf-check-challenge/</link>
		<comments>http://swinhoeindustries.co.uk/2009/06/08/technology-in-motion-the-24-hour-surf-check-challenge/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:52:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[Surf]]></category>
		<category><![CDATA[Surfing]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[surf-check]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://swinhoeindustries.co.uk/?p=631</guid>
		<description><![CDATA[Usually you don&#8217;t expect to find the internet and technology closely tied to surfing, but a recent project saw that change for me at least. One of my pet-projects at the moment is the information site for Beadnell Bay &#8211; http://www.beadnellbay.info. On it Ive created a page specifically for the surf report that im providing [...]]]></description>
			<content:encoded><![CDATA[<p>Usually you don&#8217;t expect to find the internet and technology closely tied to surfing, but a recent project saw that change for me at least.</p>
<p>One of my pet-projects at the moment is the information site for Beadnell Bay &#8211; <a title="Beadnell Bay Information Website" href="http://www.beadnellbay.info" target="_blank">http://www.beadnellbay.info. </a></p>
<p>On it Ive created a page specifically for the surf report that im providing for the area (<a title="Beadnell Bay Surf Report" href="http://www.beadnellbay.info/surf-check/" target="_blank">http://www.beadnellbay.info/surf-check/</a>), and Ive been looking for an efficient way of running the content.</p>
<p>Its really not that hard, you go to the beach, take a photo, go back to the office, upload the image to the web server, and hey-presto, you have a surf report. But, doing this every day will take up more tim than is ideal, and is very repetitive.</p>
<p>So how can we make the process more streamlined ? how can it be easier ?</p>
<p>I had tried a few ideas, and had searched for the best solution online, and the best I had come=up with was to use Yahoo Pipes to push the latest image from a Flickr group into the page. The pipe is here if you want a look -</p>
<p><a title="Yahoo Pipes Surf Check Feed" href="http://pipes.yahoo.com/pipes/pipe.info?_id=tgsFay003hGYXDqQBR50VA" target="_blank">http://pipes.yahoo.com/pipes/pipe.info?_id=tgsFay003hGYXDqQBR50VA</a>.</p>
<p>However this is not really what I wanted. The images do not display large enough, and whilst its nice running it through Flickr, linking out to the set is not ideal.</p>
<p>Enter technology and the perfect solution.</p>
<div id="attachment_634" class="wp-caption alignright" style="width: 315px"><img class="size-full wp-image-634" title="Apple iPhone" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/06/apple-iphone.jpg" alt="Apple iPhone" width="305" height="415" /><p class="wp-caption-text">Apple iPhone</p></div>
<p>Im already using my iPhone to take the photograph and push it to the Flickr group, so ideally I wanted was something as easy to use but with a btter web presentation.</p>
<p>Enter the right application, and a little bit of AJAX.</p>
<p><a title="FPT Picture Upload" href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fitunes.apple.com%2FWebObjects%2FMZStore.woa%2Fwa%2FviewSoftware%3Fid%3D302286413%26mt%3D8&amp;ei=YdYsSq8x4auMB4OWuPcK&amp;usg=AFQjCNEv5tZ5RwdagRGTn3if2MUquZWlCw&amp;sig2=uSpuv_o1VrtpAupodgfGwQ" target="_blank">FTP Picture upload</a> provides a simple and easy way to FTP any picture from your iPhone to the web server of your choice. With a little tweaking, it was up and running in 10 minutes and i had the right image on the server.</p>
<p>On the page I could now print the latest image as uploaded form my iPhone. Fantastic.</p>
<p>However the image being displayed could not be identified as recent. How where users to know that the shot was taken today ? or even this week ?</p>
<p>What I wanted was a script that could find out when the shot was taken and print that to the page, telling the users the image was recently updated.</p>
<p>JavaScript alone can not do this, but the helpful people at <a title="Javascript Help on Twitter" href="http://twitter.com/javascripthelp" target="_blank">http://twitter.com/javascripthelp</a> quickly pointed out that the XML Http Request can grab the Last Modified date from the header of any file on your server.</p>
<p>With that, I searched, found the right piece of JavaScript and then set it all in motion. (code is below).</p>
<p>The surf report image now displays, is enlargeable, and has the upload date and time printed next to it. And all automated via the iPhone.</p>
<p>Along with this, I post a text update via Twitter and you get a pretty decent surf report. <img src='http://swinhoeindustries.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<img src="http://www.beadnellbay.info/surfcheck/surf_check1.jpg" alt="Beadnell Bay Surf Report" width="500" /></p>
<p>******************  Example Code ******************</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>var xmlhttp=false;<br />
try<br />
{<br />
xmlhttp = new ActiveXObject(&#8220;Msxml2.XMLHTTP&#8221;); /* for IE &lt; 5 */<br />
}<br />
catch (e)<br />
{<br />
try<br />
{<br />
xmlhttp = new ActiveXObject(&#8220;Microsoft.XMLHTTP&#8221;);<br />
}<br />
catch (E)<br />
{<br />
xmlhttp = false;<br />
}<br />
}</p>
<p>/* mozilla &amp; opera */<br />
if (!xmlhttp &amp;&amp; typeof XMLHttpRequest!=&#8217;undefined&#8217;)<br />
{<br />
xmlhttp = new XMLHttpRequest();<br />
}</p>
<p>var upDated</p>
<p>function getUpdated(){</p>
<p>xmlhttp.open(&#8220;HEAD&#8221;, &#8220;MyPic.JPG&#8221;,true);<br />
xmlhttp.onreadystatechange=function() {<br />
if (xmlhttp.readyState==4) {<br />
upDated = xmlhttp.getResponseHeader(&#8220;Last-Modified&#8221;);<br />
document.getElementById(&#8220;theDate&#8221;).innerHTML = upDated;<br />
}<br />
}<br />
xmlhttp.send(null)<br />
}</p>
<p>&lt;/script&gt;</p>
<p>&lt;/head&gt;<br />
&lt;body onload=&#8221;getUpdated();return false;&#8221;&gt;<br />
&lt;img src=&#8221;MyPic.JPG&#8221; alt=&#8221;MBP_box&#8221; width=&#8221;500&#8243; /&gt;<br />
&lt;br/&gt;Picture updated on &#8211; &lt;p id=&#8221;theDate&#8221;&gt;Updating&#8230;&lt;/p&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://swinhoeindustries.co.uk/2009/06/08/technology-in-motion-the-24-hour-surf-check-challenge/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Envy is a terrible thing.</title>
		<link>http://swinhoeindustries.co.uk/2009/05/20/envy-is-a-terrible-thing/</link>
		<comments>http://swinhoeindustries.co.uk/2009/05/20/envy-is-a-terrible-thing/#comments</comments>
		<pubDate>Wed, 20 May 2009 10:45:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[friends]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Mates]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Surf]]></category>
		<category><![CDATA[Surfing]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[Travels]]></category>
		<category><![CDATA[indo]]></category>
		<category><![CDATA[mentawais]]></category>
		<category><![CDATA[waves]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://swinhoeindustries.co.uk/?p=560</guid>
		<description><![CDATA[Unless you use it to good advantage. Last night I stayed up late to watch the WCT fellas finish off the contest in Tahiti. There&#8217;s nothing like a surf contest in a perfect location, streamed live over the web to get you pining for a wave. Sadly there ain&#8217;t nothing doing here for a week [...]]]></description>
			<content:encoded><![CDATA[<p>Unless you use it to good advantage.</p>
<p>Last night I stayed up late to watch the WCT fellas finish off the contest in Tahiti. There&#8217;s nothing like a surf contest in a perfect location, streamed live over the web to get you pining for a wave. Sadly there ain&#8217;t nothing doing here for a week at least.</p>
<p>Taj was beaten by an on-form Bobby Martinez to take the title, with Parko, Slater and Bede all going out early.</p>
<p>Aritz had another good event taking out Kelly en-route to a semi&#8217;s spot.<br />
<object width="560" height="340" data="http://www.youtube.com/v/fY3CGcYMYa4&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/fY3CGcYMYa4&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>And then after watching that last night, whilst eating breakfast I watched the second in the awesome <a title="South Pacific" href="http://www.bbc.co.uk/iplayer/episode/b00kmv11/b00kmthy/South_Pacific_Series_1_Castaways/" target="_blank">South Pacific series on BBC2</a>.</p>
<p>Awesome footage and insight into the world of the ocean and islands.</p>
<p>Then stupidly I link-out from a tweet and start reading about the <a title="Mentawai trip" href="http://surfeuropemag.com/blogs/hacky_joel_gray/this-just-in-from-tynemouth" target="_blank">North-east guys who are getting set for a Mentawai trip</a>&#8230; which in turn reminds me that 5 good friends have only just returned from the damn place &#8211; where they scored (as you do in Indo&#8230;)</p>
<p>Some snaps from their trip are below&#8230;</p>
<div id="attachment_565" class="wp-caption aligncenter" style="width: 330px"><img class="size-full wp-image-565" title="Indo dream" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/indo1.jpg" alt="Indo dream" width="320" height="480" /><p class="wp-caption-text">Indo dream</p></div>
<div id="attachment_564" class="wp-caption aligncenter" style="width: 493px"><img class="size-full wp-image-564" title="Randall getting set-up to be slotted..." src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/indo2.jpg" alt="Randall getting set-up to be slotted..." width="483" height="322" /><p class="wp-caption-text">Randall getting set-up to be slotted...</p></div>
<div id="attachment_561" class="wp-caption aligncenter" style="width: 493px"><img class="size-full wp-image-561" title="Mentawai Perfection" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/indo5.jpg" alt="Mentawai Perfection" width="483" height="322" /><p class="wp-caption-text">Mentawai Perfection</p></div>
<div id="attachment_562" class="wp-caption aligncenter" style="width: 493px"><img class="size-full wp-image-562" title="More Mentawai Perfection" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/indo4.jpg" alt="More Mentawai Perfection" width="483" height="322" /><p class="wp-caption-text">More Mentawai Perfection</p></div>
<div id="attachment_563" class="wp-caption aligncenter" style="width: 493px"><img class="size-full wp-image-563" title="Yet More Mentawai Perfection" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/indo3.jpg" alt="Yet More Mentawai Perfection" width="483" height="322" /><p class="wp-caption-text">Yet More Mentawai Perfection</p></div>
<p>Now, normally all this would be fine, I can handle a fair bit of land-locked torture &#8211; its good for the mind every once in a while. Except I have to drive to London tomorrow. And that just makes things worse.</p>
<p>In fairness, im going to see a good friend who has the Best Job in the World&#8230; so there are gonna be some good bits. But im also going to a funeral and that wont be so good.</p>
<p>Anyway, to come full-circle, envy is terrible, but Im not letting it get to me. Im using it to motivate and search for that trip of my own. I&#8217;ll ge my piece of Indo gold&#8230; im just waiting in the meatime. Making it work for me&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://swinhoeindustries.co.uk/2009/05/20/envy-is-a-terrible-thing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sleepy May</title>
		<link>http://swinhoeindustries.co.uk/2009/05/11/sleepy-may/</link>
		<comments>http://swinhoeindustries.co.uk/2009/05/11/sleepy-may/#comments</comments>
		<pubDate>Mon, 11 May 2009 09:18:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beadnell]]></category>
		<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Surf]]></category>
		<category><![CDATA[Surfing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[photoshoot]]></category>
		<category><![CDATA[watersports]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://swinhoeindustries.co.uk/?p=499</guid>
		<description><![CDATA[Its been a relatively slow week around here. There are a couple of projects being worked on, in the &#8216;slow-burner&#8217; style that will come to surface soon. One of the days has me in front of the camera this time with me as the focus for James&#8217;s final photography project. A few extract snaps are [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a relatively slow week around here.</p>
<p>There are a couple of projects being worked on, in the &#8216;slow-burner&#8217; style that will come to surface soon.</p>
<p>One of the days has me in front of the camera this time with me as the focus for James&#8217;s final photography project.</p>
<p>A few extract snaps are below as a spoiler, the final series will be much tighter.</p>
<div id="attachment_500" class="wp-caption aligncenter" style="width: 210px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0001.jpg"><img class="size-medium wp-image-500" title="Quiver shot" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0001-200x300.jpg" alt="Quiver shot" width="200" height="300" /></a><p class="wp-caption-text">Quiver shot</p></div>
<div id="attachment_517" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0019.jpg"><img class="size-medium wp-image-517" title="Skim-boarding at Beadnell Bay" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0019-300x200.jpg" alt="Skim-boarding at Beadnell Bay" width="300" height="200" /></a><p class="wp-caption-text">Skim-boarding at Beadnell Bay</p></div>
<div id="attachment_513" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0015.jpg"><img class="size-medium wp-image-513" title="The Kite / Batman shot" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0015-300x200.jpg" alt="The Kite / Batman shot" width="300" height="200" /></a><p class="wp-caption-text">The Kite / Batman shot</p></div>
<div id="attachment_504" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0006.jpg"><img class="size-medium wp-image-504" title="Searching....   (sorry Rip Curl)" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0006-300x200.jpg" alt="Searching....   (sorry Rip Curl)" width="300" height="200" /></a><p class="wp-caption-text">Searching....   (sorry Rip Curl)</p></div>
<div id="attachment_515" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0017.jpg"><img class="size-medium wp-image-515" title="Surfboard silhouette" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0017-300x200.jpg" alt="Surfboard silhouette" width="300" height="200" /></a><p class="wp-caption-text">Surfboard silhouette</p></div>
<div id="attachment_505" class="wp-caption aligncenter" style="width: 210px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0007.jpg"><img class="size-medium wp-image-505" title="Beach walk" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0007-200x300.jpg" alt="Beach walk" width="200" height="300" /></a><p class="wp-caption-text">Beach walk</p></div>
<div id="attachment_518" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/img_1935.jpg"><img class="size-medium wp-image-518" title="Point break... almost" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/img_1935-300x200.jpg" alt="Point break... almost" width="300" height="200" /></a><p class="wp-caption-text">Point break... almost</p></div>
<div id="attachment_514" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0016.jpg"><img class="size-medium wp-image-514" title="The 'launch'" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0016-300x200.jpg" alt="The 'launch'" width="300" height="200" /></a><p class="wp-caption-text">The &#39;launch&#39;</p></div>
<div id="attachment_508" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0010.jpg"><img class="size-medium wp-image-508" title="Grassy detail" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0010-300x200.jpg" alt="Grassy detail" width="300" height="200" /></a><p class="wp-caption-text">Grassy detail</p></div>
<div id="attachment_512" class="wp-caption aligncenter" style="width: 310px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0014.jpg"><img class="size-medium wp-image-512" title="Skimboard hack" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0014-300x200.jpg" alt="Skimboard hack" width="300" height="200" /></a><p class="wp-caption-text">Skimboard hack</p></div>
<div id="attachment_509" class="wp-caption aligncenter" style="width: 210px"><a href="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0011.jpg"><img class="size-medium wp-image-509" title="Dune walking" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/ben0011-200x300.jpg" alt="Dune walking" width="200" height="300" /></a><p class="wp-caption-text">Dune walking</p></div>
<p>More when the exhibition opens from this series.</p>
<p>Had a moment of fun creating a nice business card graphic from a lobster pot at the harbor too&#8230;</p>
<div id="attachment_519" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-519" title="Lobster Pot" src="http://swinhoeindustries.co.uk/wp-content/uploads/2009/05/lobser_pot_bw_sml1-300x214.jpg" alt="Lobster Pot" width="300" height="214" /><p class="wp-caption-text">Lobster Pot</p></div>
]]></content:encoded>
			<wfw:commentRss>http://swinhoeindustries.co.uk/2009/05/11/sleepy-may/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thailand, Australia and New Zealand.</title>
		<link>http://swinhoeindustries.co.uk/2009/03/23/thailand-australia-and-new-zealand/</link>
		<comments>http://swinhoeindustries.co.uk/2009/03/23/thailand-australia-and-new-zealand/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 23:23:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[diving]]></category>
		<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[quiksilverpro]]></category>
		<category><![CDATA[Surf]]></category>

		<guid isPermaLink="false">http://swinhoeindustries.co.uk/blog/?p=351</guid>
		<description><![CDATA[The last eight weeks have seen a heavy amount of traveling, but with plenty of rewards to sweeten the deal. The highlights&#8230; We spent a week with the Sail Rock divers on Koh Phangan, diving in the Gulf of Thailand, great crew and great setup. The video below was shot and edited by Alex there. [...]]]></description>
			<content:encoded><![CDATA[<p>The last eight weeks have seen a heavy amount of traveling, but with plenty of rewards to sweeten the deal.</p>
<p>The highlights&#8230;</p>
<p>We spent a week with the <a title="Sail Rock Divers" href="http://www.sailrockdiversresort.com" target="_blank">Sail Rock divers</a> on Koh Phangan, diving in the Gulf of Thailand, great crew and great setup. The video below was shot and edited by Alex there.</p>
<p><object width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=3011975&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"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3011975&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3011975">Diving on Koh Phangan with Sail Rock Divers</a> from <a href="http://vimeo.com/user230998">swinhoe</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>We stopped in at the Gold Coast and Surfers Paradise with Randall and the folks from Noosa to see the first weekend of the <a title="Quiksilver Pro" href="http://www.quiksilverpro.com.au" target="_blank">Quiksilver Pro</a> at D&#8217;bah.</p>
<div id="attachment_355" class="wp-caption alignnone" style="width: 522px"><img class="size-full wp-image-355" title="The QuikPro setup at D'bah" src="http://swinhoeindustries.co.uk/blog/wp-content/uploads/2009/03/quikpro.jpg" alt="The QuikPro setup at D'bah" width="512" height="384" /><p class="wp-caption-text">The QuikPro setup at D&#39;bah</p></div>
<p>The waves were reasonable, but the highlight was watching the semi&#8217;s and final with Parko and Mick going head-to-head, pulling ten point rides out in the heaving Cyclone surf.</p>
<p>Whilst in Noosa for the <a title="Noosa Festival of Surfing" href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fwww.noosafestivalofsurfing.com%2F&amp;ei=hNjBSbb_I5GYsAP33ZTzBg&amp;usg=AFQjCNFQYLyNlq5w65jvGTq8oWJICiw3uA&amp;sig2=600J1nBXbjDy2xGMxC_BFA" target="_blank">Festival of Surfing</a>, we dropped in at the <a title="Classic Malibu" href="http://www.classicmalibu.com.au/" target="_blank">Classic Malibu</a> factory to see Randall and Jake in office clothes.</p>
<div id="attachment_361" class="wp-caption alignnone" style="width: 522px"><img class="size-full wp-image-361" title="Classic Malibu factory" src="http://swinhoeindustries.co.uk/blog/wp-content/uploads/2009/03/factory.jpg" alt="Classic Malibu factory" width="512" height="385" /><p class="wp-caption-text">Classic Malibu factory</p></div>
<p>Cyclone Hamish, hit Noosa during the visit and we snagged some footage of the biggest day, video below.</p>
<p><object width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=3572898&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"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3572898&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3572898">Noosa Points &#8211; Cyclone Hamish &#8211; 10.03.09</a> from <a href="http://vimeo.com/user230998">swinhoe</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>We toured in New Zealand for a while, including a visit to Raglan to catch a decent overhead swell.</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Raglan point wave." src="http://farm4.static.flickr.com/3583/3329216813_ea73e28ecc.jpg?v=0" alt="Raglan point wave." width="500" height="375" /><p class="wp-caption-text">Raglan point wave.</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img title="Raglan point - long view" src="http://farm4.static.flickr.com/3663/3329206193_28074eab5b.jpg?v=0" alt="Raglan point - long view" width="500" height="375" /><p class="wp-caption-text">Raglan point - long view</p></div>
<p>The Noosa Festival threw-up a few gems too, seeing Bob McTavish and Rusty Miller surf first point, Dave Rastovich riding an alaia, and the premiere of the new Michael Peterson film &#8220;Searching for Michael Peterson&#8221; (<a title="Searching for Michael Peterson" href="http://www.searchingformichaelpeterson.com.au/" target="_blank">website</a>)</p>
<div id="attachment_358" class="wp-caption alignnone" style="width: 277px"><img class="size-full wp-image-358" title="Searching for Michael Peterson" src="http://swinhoeindustries.co.uk/blog/wp-content/uploads/2009/03/searchformp.jpg" alt="Searching for Michael Peterson" width="267" height="400" /><p class="wp-caption-text">Searching for Michael Peterson</p></div>
<p>As well as the MP film, Picaresque was also premiered, to a great reception. One of the best surf films Ive seen in a while.</p>
<p>Check the tralier <a title="Picareque Teaser" href="http://www.highseasfilm.com/teaser1.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://swinhoeindustries.co.uk/2009/03/23/thailand-australia-and-new-zealand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>all a bit busy</title>
		<link>http://swinhoeindustries.co.uk/2008/03/20/all-a-bit-busy/</link>
		<comments>http://swinhoeindustries.co.uk/2008/03/20/all-a-bit-busy/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 15:23:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[music]]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[Surf]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[c6]]></category>

		<guid isPermaLink="false">http://swinhoeindustries.co.uk/blog/?p=136</guid>
		<description><![CDATA[well, it seems to have been ages since this added to meaningfully&#8230; so lets have a stab now shall we ? tonight is the beginning of a two rollercoaster&#8230; &#8211; cant wait. im VJing with the C6 crew and Longrange at SE1 from 11pm till 3am tonight, then, i head home, get a few hours [...]]]></description>
			<content:encoded><![CDATA[<p>well, it seems to have been ages since this added to meaningfully&#8230; so lets have a stab now shall we ?</p>
<p>tonight is the beginning of a two rollercoaster&#8230; &#8211; cant wait.</p>
<p>im VJing with the <a href="http://c6.org">C6 crew</a> and <a href="http://www.longrange.tv/">Longrange</a> at <a href="http://www.seone-london.com/intro.html">SE1</a> from 11pm till 3am tonight, then, i head home, get a few hours sleep, then drag myself to Kings Cross for a train to Newcastle. Steve is picking me up there, where we&#8217;ll drive up the coast to the <a href="http://beadnellbayboatlaunch.co.uk/">beach</a> and relative serenity.</p>
<p>Saturday, we have <a href="http://magicseaweed.com/Tynemouth-Surf-Report/26/">20ft waves</a> forecast with 20MPH wind&#8230;  so we&#8217;ll see if the sea is worth a surf about&#8230; if not, diving with the seals could be on.<br />
Sunday is more of the same, waves look better, wind lighter.. some good spots will open up .. looking forward to it. Of course friday, saturday and sunday will be punctuated with large amounts of drinking, catching up with old mates and talking story.</p>
<p>I think we have some time slotted in for a meal with the folks on saturday, so that could work well, really good to see them again.</p>
<p>Monday, will be a quick surf in tht morning, taking in the views and air, then heading for a train at Newcastle for 5pm. Landing back in London about 8pm.</p>
<p>Tuesday morning is 7am up and to Gatwick &#8211; flying to Innsbruck, then on to Mayrhofen for the <a href="http://www.jib-vid.com/">JibVid</a> team talk and build-up.<br />
Wednesday is riding, shooting and learning the park&#8230; might even get a few hits in &#8211; lets see how the ankle feels..<br />
Thursday is the start of the event, lots of shooting and coverage. Evenings are party&#8217;s all through the week.. and somehow im working&#8230; till 2am.<br />
Friday is 3 hours of filming, then the close down. Afternoon is best trick in the park &#8211; guess where im going to be &#8211; then its a 6pm start for the judging and prize-giving. Afterparty ? &#8211; yeah, im sure.. go on then.</p>
<p>Saturday, we hope to get some decent hill time&#8230; ride some powder, learn the pistes &#8211; Mayrhofen is quite a short resort, so should be easy and quick.</p>
<p>Sunday last day of riding and researching, hit some pubs, hit some hills, then ge the car packed for the drive to Laax and the <a href="http://www.britishsnowtour.com/">Brits</a>..  Contest evening party arranged&#8230; would be rude not to turn up&#8230; ?</p>
<p>Monday, we&#8217;ll have the contest to cover and meet with contacts..  then its the work on Flims we&#8217;re producing&#8230; and maybe some snowbaording. <a href="http://www.britishsnowtour.com/0708/brits/programme_PM.html">Contest evening party</a>&#8230;</p>
<p>Tuesday &#8211; reseach, riding and shooting at the contest. Hard life. <a href="http://www.britishsnowtour.com/0708/brits/programme_PM.html">Contest evening party</a>&#8230;</p>
<p>Wednesday &#8211; last day of trip &#8211; run around madly, go riding, grab last shots not shot already, cover anyhting weather disallowed&#8230; head for the airport.</p>
<p>Land back in the UK, then off to Croyde for the weekend to see <a href="http://tubeframe.com/">Jamie</a>, get some surf, and maybe chill out a little&#8230; <img src='http://swinhoeindustries.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://swinhoeindustries.co.uk/blog/wp-content/uploads/2008/03/speaker_desk_sml.jpg" alt="speaker_desk_sml.jpg" /></p>
<p>This photo is my desktop at the moment &#8211; it arrived through Desklickr &#8211; sorry if its your photo <img src='http://swinhoeindustries.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://swinhoeindustries.co.uk/2008/03/20/all-a-bit-busy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

