<?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; Sites</title>
	<atom:link href="http://alwaysinbeta.org/category/sites/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>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>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>Happy Holidays!</title>
		<link>http://alwaysinbeta.org/happy-holidays</link>
		<comments>http://alwaysinbeta.org/happy-holidays#comments</comments>
		<pubDate>Tue, 15 Dec 2009 20:48:16 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Red5]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=526</guid>
		<description><![CDATA[For the Stink Digital season&#8217;s greetings card we thought, as you do after a good few beers at Electricity Showrooms, that it might be cool to do some kind of snowball fight where you could record your throw and launch it at your unsuspecting friends via Twitter or Facebook. A month later we&#8217;d wrapped a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://holidays.stinkdigital.tv" target="_blank"><img src="http://alwaysinbeta.org/wp-content/uploads/2009/12/xmas.jpg" alt="xmas" title="xmas" width="493" height="259" class="alignnone size-full wp-image-528" /></a></p>
<p>For the Stink Digital season&#8217;s greetings card we thought, as you do after a good few beers at Electricity Showrooms, that it might be cool to do some kind of snowball fight where you could record your throw and launch it at your unsuspecting friends via Twitter or Facebook. A month later we&#8217;d wrapped a bunch of really intense projects and had a clear couple of weeks to design, architect and build the thing. It was especially fun working with the excellent <a href="http://www.red5.org" target="_blank">Red5 open source Flash media server</a> which I&#8217;ll definitely be playing with some more in the new year. Here&#8217;s the result: <a href="http://holidays.stinkdigital.tv" target="_blank">http://holidays.stinkdigital.tv</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/happy-holidays/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony PS3</title>
		<link>http://alwaysinbeta.org/sony-ps3</link>
		<comments>http://alwaysinbeta.org/sony-ps3#comments</comments>
		<pubDate>Thu, 19 Nov 2009 12:59:47 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Fabrication]]></category>
		<category><![CDATA[Flash10]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[StateMachine]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=357</guid>
		<description><![CDATA[We&#8217;ve had our noses to the grindstone in a big way creating this site for the new Sony PS3 and I definitely feel like it&#8217;s been worth the effort. The brief was to create a &#8216;superhuman sales pitch&#8217; in which the presenter turns out to have extraordinary powers. This lent itself well to us creating [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.the15reasons.com" target="_blank"><img src="http://alwaysinbeta.org/wp-content/uploads/2009/11/PS3-3.jpg" alt="PS3" title="PS3" width="493" height="297" class="alignnone size-full wp-image-411" /></a></p>
<p>We&#8217;ve had our noses to the grindstone in a big way creating this site for the new Sony PS3 and I definitely feel like it&#8217;s been worth the effort.</p>
<p>The brief was to create a &#8216;superhuman sales pitch&#8217; in which the presenter turns out to have extraordinary powers. This lent itself well to us creating a sprinkling of fun and surprising interactive experiences to sit alongside the post-enriched film content.</p>
<p>The shoot day went really well, squeezing everything into one long day, and we got everything we needed to build the rest of the site. We opted for a PureMVC multicore based architecture, using the Fabrication utility to facilitate inter-module communication and the State Machine utility to manage the state of the application. Javier Abanses, <a href="http://www.benoitvinay.com/" target="_blank">Benoit Vinay</a> and <a href="http://www.lostinactionscript.com" target="_blank">Shane McCartney</a> all did a great job in helping us to realise the various features and elements of the site, which comprises video, audio, games, 3D animation, sound processing, particles, physics, Facebook Connect integration, language localisation and an &#8216;easter egg hunt&#8217; competition.</p>
<p>It was a good opportunity to utilise the advantages of Flash Player 10 on a fairly complex microsite build. For example, the 3D capabilities came in handy in coding the tumblers and loader, Vectors helped speed things up and the sound features, notably SampleDataEvent, enabled me to create a really solid, smooth running audio sequencer for the music experience.</p>
<p><a href="http://www.the15reasons.com" target="_blank">www.the15reasons.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/sony-ps3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shelter House of Cards</title>
		<link>http://alwaysinbeta.org/shelter-house-of-cards</link>
		<comments>http://alwaysinbeta.org/shelter-house-of-cards#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:04:48 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=330</guid>
		<description><![CDATA[Leo Burnett approached us to create an online event and experience to augment their &#8216;House of Cards&#8217; campaign for the housing charity Shelter. The site features the work of leading artists such as Damien Hirst and the Chapmans, and by uploading their own art through the site, users had the chance of having their work [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shelterhouseofcards.org.uk/" target="_blank"><img src="http://alwaysinbeta.org/wp-content/uploads/2009/09/HoC-2.jpg" alt="HoC-2" title="HoC-2" width="493" height="335" class="alignnone size-full wp-image-418" /></a></p>
<p>Leo Burnett approached us to create an online event and experience to augment their &#8216;House of Cards&#8217; campaign for the housing charity Shelter.</p>
<p>The site features the work of leading artists such as Damien Hirst and the Chapmans, and by uploading their own art through the site, users had the chance of having their work exhibited alongside them.</p>
<p>I created a 3d experience using Papervision, with design by Tim and HTML/PHP by <a href="http://vincentroman.com/" target="_blank">Vincent</a> and Marcel. Users could view the cards falling, view details of them, vote for their favorites and upload their own designs. We ended up with several thousand entries. After the competition was closed the entries were replaced with the artists cards, along with the winning entry and options to help the cause. The site was redesigned by <a href="http://kalibre.net.au/" target="_blank">Kristian Saliba</a> with further Flash development by Huy Dinh.</p>
<p><a href="http://www.shelterhouseofcards.org.uk/" target="_blank">http://www.shelterhouseofcards.org.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/shelter-house-of-cards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dead Weather / Nokia</title>
		<link>http://alwaysinbeta.org/the-dead-weather</link>
		<comments>http://alwaysinbeta.org/the-dead-weather#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:02:58 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=328</guid>
		<description><![CDATA[Along with W+K, we&#8217;ve been helping Jack White&#8217;s new band The Dead Weather build interest in and broadcast a live concert over the www, sponsored by Nokia. My task was primarily to build a custom video player to be used to brooadcast the Akamai stream on the site, various blogs and on screens in record [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fromthebasement.tv/live" target="_blank"><img src="http://alwaysinbeta.org/wp-content/uploads/2009/07/deadweather.jpg" alt="deadweather" title="deadweather" width="493" height="277" class="alignnone size-full wp-image-423" /></a></p>
<p>Along with W+K, we&#8217;ve been helping Jack White&#8217;s new band The Dead Weather build interest in and broadcast a live concert over the www, sponsored by Nokia. My task was primarily to build a custom video player to be used to brooadcast the Akamai stream on the site, various blogs and on screens in record stores. It needed to be very lightweight and work at pretty much any size. I took the opportunity to create some nice reusable PureMVC classes for the streaming and player build. The player is also in use on the Stink Digital website.</p>
<p>View the live set here: <a href="http://www.fromthebasement.tv/live" target="_blank">www.fromthebasement.tv/live<br />
</a></p>
<p>Here are the source files for the Model side of things: <a href='http://alwaysinbeta.org/wp-content/uploads/2009/07/VideoStreamProxies.zip'>VideoStreamProxies.zip</a></p>
<p>They are dependent on PureMVC and, in the case of the AkamaiConnectionProxy, on the Akamai connection package.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/the-dead-weather/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>Bank of England</title>
		<link>http://alwaysinbeta.org/bank-of-england</link>
		<comments>http://alwaysinbeta.org/bank-of-england#comments</comments>
		<pubDate>Fri, 12 Sep 2008 14:20:06 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[xhtml/css]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=102</guid>
		<description><![CDATA[I have just launched this website for the Bank of England. Being a truly unique organisation, it&#8217;s been a really interesting project to work on. Through meetings with the client we gained quite an insight in the culture of the organisation and, along with Emma (WD), I set out to architect the site to communicate [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bankofenglandjobs.co.uk" target="_blank"><img class="alignnone size-full wp-image-132" title="Bank of England" src="http://alwaysinbeta.org/wp-content/uploads/2008/09/bankofengland4.jpg" alt="" width="493" height="268" /></a></p>
<p>I have just launched <a rel="nofollow" href="http://bankofenglandjobs.co.uk" target="_blank">this website</a> for the Bank of England. Being a truly unique organisation, it&#8217;s been a really interesting project to work on. <span id="more-102"></span>Through meetings with the client we gained quite an insight in the culture of the organisation and, along with Emma (WD), I set out to architect the site to communicate the open, dynamic feel we uncovered under the austere exterior. Bringing forward the bank&#8217;s people as a human face talking about their experiences seemed to be the best way to acheive this. With the design, we had to strike the right balance of looking and feeling very modern, while still staying fairly safe and conservative, and I think the approach we&#8217;ve taken using design elements from banknotes has acheived that.</p>
<p>The site is content managed using WordPress. I chose the YUI CSS framework again for the templates and used Flash (ActionScript 3) for the video and interactive features. The video interviews (shot by Simon Drew of <a href="http://www.kasparfilms.com/" target="_blank">kaspar films</a>) in particular are key to the experience and I worked them into a stylised Flash interface. I used JQuery to handle the alternative text for the video.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/bank-of-england/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caroline Bird</title>
		<link>http://alwaysinbeta.org/caroline-bird</link>
		<comments>http://alwaysinbeta.org/caroline-bird#comments</comments>
		<pubDate>Fri, 12 Sep 2008 14:18:48 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Gaia]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=109</guid>
		<description><![CDATA[When we were approached to create a web site promoting poet Caroline Bird it presented a somewhat new challenge in that we had to get ourselves into the mindset of creating something for an individual, rather than a brand or corporation. Taking inspiration from her unique brand of highly visual, often surreal poetry the AD [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Caroline Bird" rel="nofollow" href="http://carolinebird.co.uk" target="_blank"><img class="alignnone size-full wp-image-116" title="carolinebird21" src="http://alwaysinbeta.org/wp-content/uploads/2008/09/carolinebird21.jpg" alt="" width="493" height="215" /></a></p>
<p>When we were approached to create a <a title="Caroline Bird" rel="nofollow" href="http://carolinebird.co.uk" target="_blank">web site promoting poet Caroline Bird</a> it presented a somewhat new challenge in that we had to get ourselves into the mindset of creating something for an individual, rather than a brand or corporation. <span id="more-109"></span>Taking inspiration from her unique brand of highly visual, often surreal poetry the AD (<a href="http://h-oo-k.me.uk" target="_blank">Eric</a>) and I found ourselves bouncing around ideas of creating some fantastical journey or wierd surrealist online experience. This started to feel a little uncormfortable and it became clear to us that our approach should not be to try to illustrate or compete with the poetry, but to provide a blank page from which the words could have their own life. We acheived this by focussing not on the content of the poems, but on the tools used to create them &#8211; the pencil and paper.</p>
<p>Meeting Caroline you get a strong sense of her passion and desire to inspire others and get them excited about poetry. The blog gives her the opportunity to personalise the site and reach her readers. The &#8216;latest updates&#8217; area ensures that any timely information is noticed. In this way the site serves it&#8217;s two targets equally: publishers/educationalists/etc who might employ Caroline, and fans interested in her poetry and readings.</p>
<p>Technically this was an interesting project too. We wanted the site to feel fluid, organic and slightly playful, so we chose Flash for its smooth animation capabilities and typographical possibilities. We based the Flash build on Steven Sacks&#8217; Gaia Flash Framework (great out of the box deep-linking), which helped us concentrate more on the sexy bits. These included the mouse-tracking pencil that draws as you move around the site and the mouse-over scrolling technique, both of which I coded in ActionScript 3. <a href="http://www.invasiondodd.com" target="_blank">Craig</a> made some really nice paper animations in Swift 3D and I used ActionScript 3 and PHP to code a Flash/Wordpress integration (something I think we&#8217;ll be using a fair bit) so that the site could be managed easily by Caroline herself.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/caroline-bird/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

