<?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>alwaysinbeta.org - Ian McGregor, Creative Developer &#187; Awarded</title>
	<atom:link href="http://alwaysinbeta.org/category/awarded/feed" rel="self" type="application/rss+xml" />
	<link>http://alwaysinbeta.org</link>
	<description>Blogfolio of Ian McGregor</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:34:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Hugo Boss Kino</title>
		<link>http://alwaysinbeta.org/hugo-boss-kino</link>
		<comments>http://alwaysinbeta.org/hugo-boss-kino#comments</comments>
		<pubDate>Sat, 13 Aug 2011 02:49:13 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[RobotLegs]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=669</guid>
		<description><![CDATA[I really enjoyed working on this with a tight team including fellow dev, the awesome Phil Bulley. It was a big challenge, especially in terms of optimisation as the technique required to swap the videos perfectly was so expensive (basically sneakily achieved by baking several videos into one large canvas and scrollRecting it). Anyway through [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2011/08/hugo-kino.jpg" alt="" title="hugo-kino" width="493" height="273" class="alignnone size-full wp-image-783" /></p>
<p>I really enjoyed working on this with a tight team including fellow dev, the awesome <a href="http://www.milkisevil.com/" target="_blank">Phil Bulley</a>. It was a big challenge, especially in terms of optimisation as the technique required to swap the videos perfectly was so expensive (basically sneakily achieved by baking several videos into one large canvas and scrollRecting it). Anyway through sheer determination and hard work we got there in the end. Unusually I also did some of the sound design on this project as well as the coding, selecting what to use and where from a library of loops.</p>
<p>I think the film is really beautiful. It was directed by Stinkdigital&#8217;s Marco Brambilla, who also did the &#8216;Power&#8217; video for Kanye West.</p>
<p><a href="http://www.youtube.com/hugobosstv" target="_blank">www.youtube.com/hugobosstv</a><br />
<a href="http://www.thefwa.com/site/hugo-kino" target="_blank">FWA SOTD November 16 2011</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/hugo-boss-kino/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBC One Life</title>
		<link>http://alwaysinbeta.org/bbc-one-life</link>
		<comments>http://alwaysinbeta.org/bbc-one-life#comments</comments>
		<pubDate>Fri, 29 Jul 2011 02:32:33 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[BrightCove]]></category>
		<category><![CDATA[RobotLegs]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=663</guid>
		<description><![CDATA[This is an interactive film trailer for the BBC&#8217;s One Life film. Users can drag up at any time during the trailer to get additional content related to the shot currently on screen. Dragging down accesses global content such as audience reactions and interviews. www.one-life.com FWA SOTD September 12 2011 Commarts Webpick of the Week [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2011/07/bbc-one-life.jpg" alt="" title="bbc-one-life" width="493" height="279" class="alignnone size-full wp-image-781" /></p>
<p>This is an interactive film trailer for the BBC&#8217;s One Life film. Users can drag up at any time during the trailer to get additional content related to the shot currently on screen. Dragging down accesses global content such as audience reactions and interviews.</p>
<p><a href="http://www.one-life.com" target="_blank">www.one-life.com</a></p>
<p><a href="http://www.thefwa.com/site/bbc-one-life" target="_blank">FWA SOTD September 12 2011</a><br />
<a href="http://www.commarts.com/web-sites/bbc-one-life.html" target="_blank">Commarts Webpick of the Week</a></p>
<p>The UI is enriched by sampling the colours from the video. I used BitmapData.merge to gradually step through the colour changes, creating a smooth, fluid effect. Here&#8217;s the code:</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="actionscript"><ol><li class="li1"><pre class="de1"><span class="kw3">private</span> <span class="kw2">var</span> _multiplier:uint = <span class="nu0">32</span>;</pre></li><li class="li1"><pre class="de1">&nbsp;</pre></li><li class="li1"><pre class="de1"><span class="kw3">public</span> <span class="kw2">function</span> <span class="kw3">set</span> videoFrame<span class="br0">&#40;</span>bitmapData: BitmapData<span class="br0">&#41;</span>: <span class="kw3">void</span> <span class="br0">&#123;</span></pre></li><li class="li1"><pre class="de1">	bitmapData.<span class="me1">lock</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</pre></li><li class="li1"><pre class="de1">&nbsp;</pre></li><li class="li1"><pre class="de1">	bitmapData.<span class="me1">applyFilter</span><span class="br0">&#40;</span>bitmapData, _rect, _point, _colorMatrixFilter<span class="br0">&#41;</span>; <span class="co1">// saturation and contrast</span></pre></li><li class="li1"><pre class="de1">	bitmapData.<span class="me1">applyFilter</span><span class="br0">&#40;</span>bitmapData, _rect, _point, _blurFilter<span class="br0">&#41;</span>;</pre></li><li class="li1"><pre class="de1">&nbsp;</pre></li><li class="li1"><pre class="de1">	_bitmapData.<span class="me1">merge</span><span class="br0">&#40;</span>bitmapData, _rect, _point, _multiplier, _multiplier, _multiplier, <span class="nu0">0</span><span class="br0">&#41;</span>;</pre></li><li class="li1"><pre class="de1">&nbsp;</pre></li><li class="li1"><pre class="de1">	bitmapData.<span class="me1">unlock</span><span class="br0">&#40;</span><span class="br0">&#41;</span>;</pre></li><li class="li1"><pre class="de1"><span class="br0">&#125;</span></pre></li></ol></div></div></div></div></div></div></div>


]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/bbc-one-life/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diesel Island</title>
		<link>http://alwaysinbeta.org/diesel-island</link>
		<comments>http://alwaysinbeta.org/diesel-island#comments</comments>
		<pubDate>Wed, 30 Mar 2011 22:19:04 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[FacebookAPI]]></category>
		<category><![CDATA[RobotLegs]]></category>
		<category><![CDATA[YouTubeAPI]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=661</guid>
		<description><![CDATA[This was an exciting and challenging project. I was lead developer and was also heavily involved in the creative and technical planning. To bring the island to life we made a mock Streetview interface using Away3d and integrated the site very tightly with Facebook to allow users to become citizens. Connected users could find a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2011/03/diesel-island.jpg" alt="" title="diesel island" width="493" height="277" class="alignnone size-full wp-image-715" /></p>
<p>This was an exciting and challenging project. I was lead developer and was also heavily involved in the creative and technical planning.</p>
<p>To bring the island to life we made a mock Streetview interface using Away3d and integrated the site very tightly with Facebook to allow users to become citizens. Connected users could find a home, contribute laws, create national holidays, write a line of the national anthem, gain social status and even become the president for a day, taking over Diesel’s Twitter account.</p>
<p>For musical accompaniment we made a ‘pirate radio’ that plays, as if by magic, (almost) anything you request. I did this by sneakily connecting to the YouTube API, searching the music category and playing back the audio without showing the video. This came from an earlier experiment of mine and it was great to get it used in a project.</p>
<p><a href="http://diesel-island.archive.stinkdigital.com/" target="_blank">Archived version of site</a><br />
<a href="http://vimeo.com/23336788" target="_blank">Case study video on Vimeo</a></p>
<p>Awards:<br />
<a href="http://www.thefwa.com/site/diesel-island/" target="_blank">FWA SOTD April 27 2011</a><br />
<a href="http://www.canneslions.com/work/cyber/entry.cfm?entryid=10273&#038;award=99" target="_blank">Bronze Cannes Cyber Lions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/diesel-island/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FWA People’s Choice Award 2010 winner</title>
		<link>http://alwaysinbeta.org/fwa-people%e2%80%99s-choice-award-2010-winner</link>
		<comments>http://alwaysinbeta.org/fwa-people%e2%80%99s-choice-award-2010-winner#comments</comments>
		<pubDate>Fri, 14 Jan 2011 12:40:56 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=651</guid>
		<description><![CDATA[I still can&#8217;t really take this in! http://www.thefwa.com/article/fwa-people-s-choice-award-2010 http://alwaysinbeta.org/lexus-dark-ride]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2011/01/darkride_soty.jpg" alt="" title="darkride_soty" width="493" height="305" class="alignnone size-full wp-image-652" /></p>
<p>I still can&#8217;t really take this in!</p>
<p><a href="http://www.thefwa.com/article/fwa-people-s-choice-award-2010" target="_blank"></p>
<p>http://www.thefwa.com/article/fwa-people-s-choice-award-2010</a></p>
<p><a href="http://alwaysinbeta.org/lexus-dark-ride">http://alwaysinbeta.org/lexus-dark-ride</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/fwa-people%e2%80%99s-choice-award-2010-winner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lexus Dark Ride</title>
		<link>http://alwaysinbeta.org/lexus-dark-ride</link>
		<comments>http://alwaysinbeta.org/lexus-dark-ride#comments</comments>
		<pubDate>Tue, 31 Aug 2010 17:49:33 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[FWA]]></category>
		<category><![CDATA[Red5]]></category>
		<category><![CDATA[StateMachine]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=599</guid>
		<description><![CDATA[This is a hugely ambitious project that represents an attempt to forge a new direction in car advertising and, as we&#8217;ve done on many previous projects at Stink Digital, explore new ways of bringing film to the web. The result is a 12 minute interactive film in which the user participates. After submitting themselves to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2010/06/lexus-dark-ride.jpg" alt="lexus-dark-ride" title="lexus-dark-ride" width="493" height="308" class="alignnone size-full wp-image-602" /></p>
<p>This is a hugely ambitious project that represents an attempt to forge a new direction in car advertising and, as we&#8217;ve done on many previous projects at Stink Digital, explore new ways of bringing film to the web. The result is a 12 minute interactive film in which the user participates. After submitting themselves to a mysterious &#8216;interview&#8217; at the start of the journey, the user then sees their image and hears their voice as part of the film as they ride shotgun alongside the protagonist, played by the up-and-coming actor Norman Reedus.</p>
<p>Technically we had a few challenges, not least having a lot of HD video to buffer and sequence, with the routes the user could take pre-buffered in time to keep the experience seamless on a decent connection. It took some experimentation to find the sweet spot of balancing highest video quality possible and performance and we made a nice queuing system to buffer the videos for the choices the user could potentially make and closing streams no longer needed.</p>
<p>For the interview sequence at the start, we were tasked with having as few clicks as possible. We managed to largely automate the process with face-detection for the picture, video prompts and countdowns. We achieved the recording of the user&#8217;s lines with the help of two great open source projects: <a href="http://osflash.org/red5" target="_blank">Red5</a> for capturing the microphone and saving to the server and <a href="http://www.ffmpeg.org/" target="_blank">FFmpeg</a> to normalise the levels and convert to Mp3.</p>
<p>For me, hearing your voice played back in context within the film was probably the most novel and fun part of the experience. I was also pleased with how we managed to integrate the decision points into the film, with a good-looking typographical approach and motion tracking video movements. Overall pretty proud of this one and extra pleased when it got the FWA &#8216;Site of the month&#8217; for May, another first for Stink Digital and for me personally too.</p>
<p><a href="http://www.lexusdarkride.com" target="_blank">www.lexusdarkride.com</a></p>
<p><a href="http://www.thefwa.com/site/lexus-dark-ride/c=SOTM" target="_blank"><br />
www.thefwa.com/site/lexus-dark-ride</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/lexus-dark-ride/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IKEA Happy Inside</title>
		<link>http://alwaysinbeta.org/ikea-happy-inside</link>
		<comments>http://alwaysinbeta.org/ikea-happy-inside#comments</comments>
		<pubDate>Mon, 30 Aug 2010 22:17:52 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=658</guid>
		<description><![CDATA[The combination of cats and competition was sure to be a www winner. We filmed a clutter of cats prowling around Ikea in Wembley. The interactivity was simple and engaging: Choose the product you want to win and the cat that might gravitate to it. If you guessed right you won the product. The site [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2010/08/ikea-cats1.jpg" alt="" title="ikea cats" width="493" height="311" class="alignnone size-full wp-image-691" /></p>
<p>The combination of cats and competition was sure to be a www winner. We filmed a clutter of cats prowling around Ikea in Wembley. The interactivity was simple and engaging: Choose the product you want to win and the cat that might gravitate to it. If you guessed right you won the product.</p>
<p>The site was a roaring success generating tonnes of traffic in a very short space of time. We even got blocked by Facebook for a brief period because the site was generating so many shares (none automatic) their systems thought it was a spam app. Technically speaking this was quite a straightforward project but fun nonetheless.</p>
<p><a href="http://cats.archive.stinkdigital.com/">cats.archive.stinkdigital.com</a></p>
<p>FWA SOTD November 18 2010<br />
<a href="http://www.thefwa.com/site/happy-inside" target="_blank">www.thefwa.com/site/happy-inside</a></p>
<p>Cannes Cyber Lions Bronze in Websites and Microsites category<br />
<a href="http://www.canneslions.com/work/cyber/entry.cfm?entryid=6897&#038;award=4">www.canneslions.com/work/cyber/entry.cfm?entryid=6897&#038;award=4</a></p>
<p>Case study film:<br />
<iframe src="http://player.vimeo.com/video/20640931?title=0&#038;byline=0&#038;portrait=0" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/20640931">Ikea &#8211; Cats &#8211; Case Study</a> from <a href="http://vimeo.com/stinkdigital">Stinkdigital</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/ikea-happy-inside/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nike Write Your Future</title>
		<link>http://alwaysinbeta.org/nike-write-your-future</link>
		<comments>http://alwaysinbeta.org/nike-write-your-future#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:00:09 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=656</guid>
		<description><![CDATA[This was an exciting and challenging project to work on. To make it happen we worked with agencies W+K and AKQA, motion graphics experts Mainframe, developers Lifelike, and 3D avatar service Digimi. Essentially, the user can upload an image or use their web cam to transform them self into a footballer and see a film [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2010/06/nike-wyf.jpg" alt="" title="nike write your future" width="493" height="275" class="alignnone size-full wp-image-676" /></p>
<p>This was an exciting and challenging project to work on. To make it happen we worked with agencies W+K and AKQA, motion graphics experts Mainframe, developers Lifelike, and 3D avatar service Digimi.</p>
<p>Essentially, the user can upload an image or use their web cam to transform them self into a footballer and see a film chronicling their rise, fall and eventual triumph.</p>
<p>We shot new scenes, including with some Arsenal stars, created motion graphics sequences and reused some shots from the TVC to construct the film. We then motion tracked all the scenes in order to map the user’s face and name onto the film. Users who connected with Facebook also saw their friends at certain points.</p>
<p>The Digimi service creates a 3D avatar from the user’s photo. This is what made it possible to apply different textures and morphs to the user’s image so we were able to make them look sad, happy or even like a statue. We built a small app that worked with the Digimi API in order to get the right expressions, angles and lighting effects for each scene.</p>
<p>Eyal from Digimi posted a video showing the user journey and resulting film:<br />
<a href="http://www.youtube.com/watch?v=uiq02wyt0Hk" target="_blank">http://www.youtube.com/watch?v=uiq02wyt0Hk</a></p>
<p><a href="http://www.thefwa.com/site/nike-write-your-future-int-film-/" target="_blank">FWA SOTD July 28th 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/nike-write-your-future/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webby, One Show, D&amp;AD and Shots</title>
		<link>http://alwaysinbeta.org/webby-one-show-dad-and-shots</link>
		<comments>http://alwaysinbeta.org/webby-one-show-dad-and-shots#comments</comments>
		<pubDate>Wed, 16 Jun 2010 16:31:20 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Awarded]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=588</guid>
		<description><![CDATA[To my delight the work we&#8217;ve done at Stink Digital continues to be recognised within the industry this year. This article from Shots places both Carousel (aka Philips Cinema 21:9) and A hundred lovers for Diesel in their top 20 digital campaigns. Meanwhile Carousel was a Webby Awards winner. It also picked up Gold and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2010/06/trophies1.jpg" alt="trophies" title="trophies" width="493" height="308" class="alignnone size-full wp-image-615" /></p>
<p>To my delight the work we&#8217;ve done at Stink Digital continues to be recognised within the industry this year.</p>
<p><a href="http://www.shots.net/shots_20th_digital.asp" target="_blank">This article</a> from Shots places both Carousel (aka Philips Cinema 21:9) and A hundred lovers for Diesel in their top 20 digital campaigns.</p>
<p>Meanwhile Carousel was a <a href="http://www.webbyawards.com/webbys/current.php#webby_entry_consumer_electronics" target="_blank">Webby Awards winner</a>. It also picked up <a href="http://www.oneclub.org/os/search/?year=2010&#038;id=12457" target="_blank">Gold</a> and <a href="http://www.oneclub.org/os/osi/showcase/?year=2010&#038;id=12286" target="_blank">Silver</a> at the One Show Interactive awards. And if that wasn&#8217;t enough, it got <a href="http://awards.dandad.org/2010/categories/diga/digital-advertising/22167/carousel" target="_blank">nominated at the 2010 D&#038;AD awards</a>, although sadly no pencil this time.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/webby-one-show-dad-and-shots/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Diesel A hundred lovers</title>
		<link>http://alwaysinbeta.org/diesel-a-hundred-lovers</link>
		<comments>http://alwaysinbeta.org/diesel-a-hundred-lovers#comments</comments>
		<pubDate>Mon, 14 Jun 2010 20:18:02 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[FWA]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=580</guid>
		<description><![CDATA[Well I&#8217;ve been inexcusably slack in posting updates this year. Apologies to my readers. Both of you. Anyway, backtracking a bit, the first big project I completed this year was an interactive film showcasing Diesel&#8217;s 2010 Summer collection. A homage to Goddard&#8217;s 1964 film &#8216;Bande &#224; part&#8217;, we shot the video in an uber cool [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://alwaysinbeta.org/wp-content/uploads/2010/06/diesel-ahundredlovers.jpg" alt="diesel-ahundredlovers" title="diesel-ahundredlovers" width="493" height="302" class="alignnone size-full wp-image-583" /></p>
<p>Well I&#8217;ve been inexcusably slack in posting updates this year. Apologies to my readers. Both of you.</p>
<p>Anyway, backtracking a bit, the first big project I completed this year was an interactive film showcasing Diesel&#8217;s 2010 Summer collection.</p>
<p>A homage to Goddard&#8217;s 1964 film &#8216;Bande &#224; part&#8217;, we shot the video in an uber cool East London pub and used an editing technique known as match-cut to squeeze the many participants adorned in Diesel&#8217;s collection into the 3 minute film.</p>
<p>Dubbed &#8216;A hundred lovers&#8217; after the excellent song by <a href="http://www.myspace.com/josepxorto" target="_blank">new artist Josef Xorto</a>, the piece took the form of a music video. The result was entertaining and somewhat charming. </p>
<p>The big twist from a technical and usability point of view is that you can roll over the video at any point which pauses it and shows hot spots for each garment and participant in that particular frame. </p>
<p>From there you can find out about participants and follow their social links, or discover what garments they are wearing and follow links to buy them on Diesel&#8217;s store.</p>
<p>To achieve this we first built an app, in Flash, to enable placing hot spots on the frames of the film and linking them up to the right data.</p>
<p>In order to be able to seek to any frame, skipping through to each look we went with Akamai real time streaming for delivery of the video. </p>
<p>We had to ensure we had highly optimised ActionScript to process all the hot spots for each frame. Instance reuse via an object pool was a key part of this, along with massively compressed JSON for the huge data set.</p>
<p>The hard work has been rewarded by great feedback from the public, which is still going strong on Twitter, the industry press and the FWA Site of the Day award for 15th April.</p>
<p><a href="http://www.diesel.com/ahundredlovers/" target="_blank">www.diesel.com/ahundredlovers</a></p>
<p><a href="http://www.thefwa.com/site/a-hunrdred-lovers" >www.thefwa.com/site/a-hunrdred-lovers</a></p>
<p>Case study film:<br />
<iframe src="http://player.vimeo.com/video/22947916?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/22947916">Diesel &#8211; A Hundred Lovers &#8211; Case Study</a> from <a href="http://vimeo.com/stinkdigital">Stinkdigital</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/diesel-a-hundred-lovers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carousel</title>
		<link>http://alwaysinbeta.org/carousel</link>
		<comments>http://alwaysinbeta.org/carousel#comments</comments>
		<pubDate>Sat, 28 Mar 2009 11:30:50 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Awards]]></category>
		<category><![CDATA[LayerGlue]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=317</guid>
		<description><![CDATA[Tribal DDB, Amsterdam asked us to create an online experience that could help to establish Philips new 21:9&#8242;s credentials as the best thing yet in home cinema. Adam Berg came up with a &#8216;frozen moment&#8217; film treatment that really captured the imagination and we set about devising a site that would demonstrate the merits of [...]]]></description>
			<content:encoded><![CDATA[<p><a href=" http://www.cinema.philips.com"><img src="http://alwaysinbeta.org/wp-content/uploads/2009/03/cinema219_sotd.jpg" alt="cinema219_sotd" title="cinema219_sotd" width="493" height="207" class="alignnone size-full wp-image-415" /></a></p>
<p>Tribal DDB, Amsterdam asked us to create an online experience that could help to establish Philips new 21:9&#8242;s credentials as the best thing yet in home cinema. Adam Berg came up with a &#8216;frozen moment&#8217; film treatment that really captured the imagination and we set about devising a site that would demonstrate the merits of the product in a completely effortless and uncontrived manner.</p>
<p>After a few days of prototyping, we settled on embedding the film in Flash to allow for total control over the playback. The user can drag through the frames of the film, slow it down or stop to inspect individual frames in detail. This, however, meant that we had a big video asset that needed to be loaded upfront, a problem we solved by adding a movie-style title sequence to the beginning of the site. </p>
<p>We created hot spot areas within the film where the user could go behind-the-scenes and gain some insight into the production process. We had to make this transition seamless, so that it appears that you are transported by magic into the scene, and this was achieved with some clever management of the video loading. The control bar expands to accommodate the extra footage, indicating that this new time line exists within one slice of the frozen moment.</p>
<p>Another big requirement of the experience was to demonstrate the key product features. We added a 16:9 view, with the typical black bars that 21:9 eliminates, and a runtime-generated ambilight effect that could both be toggled for comparison. Fully language localised to boot, there was a lot of work to do, but with the help of developers extroadinaires <a href="http://webroo.org/" target="_blank">Matt Sweetman</a> and <a href="http://jamiecopeland.com/" target="_blank">Jamie Copeland</a> and designer <a href="http://h-oo-k.me.uk" target="_blank">Eric Chia</a> we conceived, planned and built a very solid site in only 7 weeks.</p>
<p><a href=" http://www.cinema.philips.com">www.cinema.philips.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/carousel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RM &#8216;Virtual World&#8217;</title>
		<link>http://alwaysinbeta.org/rm-virtual-world</link>
		<comments>http://alwaysinbeta.org/rm-virtual-world#comments</comments>
		<pubDate>Sat, 20 Jan 2007 13:19:41 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Awards]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=7</guid>
		<description><![CDATA[Winner, November 2006 Ri5er The brief behind this project was simple: RM wanted to get across just how innovative they are as a company and attract the best talent, with a particular emphasis on software developers. In response, me Ken (AD) and Craig created the RM Virtual World, ditching the regular copy heavy approach for [...]]]></description>
			<content:encoded><![CDATA[<p><a title="This link will open in a new window" href="http://www.rmcareers.co.uk/virtualworld/" target="_blank"><img class="alignnone size-full wp-image-48" title="virtualworldsite" src="http://alwaysinbeta.org/wp-content/uploads/2008/06/virtualworldsite.jpg" alt="Virtual World Website" width="493" height="250" /></a></p>
<p>Winner, November 2006 Ri5er</p>
<p>The brief behind this project was simple: RM wanted to get across just how innovative they are as a company and attract the best talent, with a particular emphasis on software developers. In response, me Ken (AD) and <a href="http://www.invasiondodd.com" target="_blank">Craig</a> created the RM Virtual World, ditching the regular copy heavy approach for an almost text-free video based experience. We worked closely with a group of existing RM developers to test and hone our ideas to acheive something that would definately strike a chord with our target audience.<span id="more-9"></span></p>
<p>RM is an innovative organisation, leading ICT in Education, hence in the Virtual World, each company division is represented by a different fantastical room where extraordinary things happen. While exploring each room, visitors can watch and listen to people who already work there, and find out more about the company by clicking on various objects.</p>
<p>At the core of the site is the game, which is started when curious visitors click on a discarded newspaper lying on the ground. They then have to complete a series of puzzles, following the clues via a variety of different media to find Professor von Straaten – a fictional professor who has apparently gone missing. The game features various games, puzzles and clues, some fiendishly difficult, including one hidden in the html source code on Professor von Straaten’s personal homepage. Those who do solve the mystery are invited to leave their name and contact number so that someone from RM can call them back.</p>
<p>We shot the participants against a green screen and put the website and game together using Illustrator, Flash and After Effects. We had to turn round the project very quickly, which was tough considering the technical challenges, but in the end we exceeded the client&#8217;s expectations and got great feedback from visitors.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/rm-virtual-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Severn Trent Water &#8216;Thought Provoking&#8217;</title>
		<link>http://alwaysinbeta.org/severn-trent-water-thought-provoking</link>
		<comments>http://alwaysinbeta.org/severn-trent-water-thought-provoking#comments</comments>
		<pubDate>Tue, 20 Jun 2006 12:01:55 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Awarded]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Awards]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=5</guid>
		<description><![CDATA[Winner, 2007 RAD Best Website Winner, April 2006 Ri5er Severn Trent Water had run apprentice schemes in the past – but never on this scale. They were looking for forty people to join them in areas from Engineering to Finance, and wanted to get across the complexity of the roles in an interesting and visually-stimulating [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://thoughtprovoking.co.uk" target="_blank"><img class="alignnone size-full wp-image-53" title="Thought Provoking" src="http://alwaysinbeta.org/wp-content/uploads/2008/06/thoughtprovoking.jpg" alt="" width="493" height="249" /></a></p>
<p>Winner, 2007 RAD Best Website<br />
Winner, April 2006 Ri5er</p>
<p>Severn Trent Water had run apprentice schemes in the past – but never on this scale. They were looking for forty people to join them in areas from Engineering to Finance, and wanted to get across the complexity of the roles in an interesting and visually-stimulating way.<span id="more-7"></span></p>
<p>When formulating our ideas, it struck us that the majority of applicants would already have heard of the company and, indeed, most likely would have been drinking their water for many years. Hence with the body made up of two thirds water, they would literally already be 66.6% Severn Trent. This led us to think about a variety of other ‘th2ought provoking’ facts, and we commissioned 12 eye-catching illustrations to demonstrate these across the whole campaign.</p>
<p>The result was a suite of colourful web-driving materials, all pinned together by a playful website which featured a ‘thought provoking’ quiz, bathtime game and ‘interactive home’, demonstrating a number of water-saving initiatives. With the young audience in mind, not only is the site entertaining and engaging, but the information throughout is clear, friendly and educational, with no management speak or jargon.</p>
<p>I used Flash to construct the site along with <a href="http://www.invasiondodd.com" target="_blank">Craig</a> adding animations, games, sound effects and an unusual navigation in order to achieve a fun, engaging feel. We also made a simple content management system so that the content could be kept up to date throughout the campaign.</p>
<p>In a two-month period, the website received more than 7,000 visits, with users spending an average of 12 minutes on the site. In total, 963 applications for the scheme were received, and all positions were filled in time for the September 2006 start date.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/severn-trent-water-thought-provoking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

