<?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; Articles</title>
	<atom:link href="http://alwaysinbeta.org/category/articles/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>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>Handling &#8216;Load Never Completed&#8217; IOErrorEvent</title>
		<link>http://alwaysinbeta.org/quick-flash-tips-2-handling-load-never-completed-ioerrorevent</link>
		<comments>http://alwaysinbeta.org/quick-flash-tips-2-handling-load-never-completed-ioerrorevent#comments</comments>
		<pubDate>Mon, 14 Jun 2010 19:14:50 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=557</guid>
		<description><![CDATA[This is a potentially annoying error that occurs in Safari/Chrome when you hit refresh or close a tab containing Flash content. If you have the debug player you see: Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed. It can crash Safari or, in the case of Chrome, show a &#8216;broken plugin&#8217; screen, shutting down [...]]]></description>
			<content:encoded><![CDATA[<p>This is a potentially annoying error that occurs in Safari/Chrome when you hit refresh or close a tab containing Flash content. If you have the debug player you see:</p>
<p><code>Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.</code></p>
<p>It can crash Safari or, in the case of Chrome, show a &#8216;broken plugin&#8217; screen, shutting down every instance of Flash Player in the process.</p>
<p>Fortunately the fix is easy. To handle it you must add an IOErrorEvent listener to every Loader instance in your project, including the &#8216;root&#8217; Loader (i.e. the class that is the base of your main SWF).</p>
<p>To handle the main SWF simply add the following code to your base class. In &#8216;onIOError&#8217; you can handle the error silently should you wish.</p>
<p><code>root.loaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onIOError);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/quick-flash-tips-2-handling-load-never-completed-ioerrorevent/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Designer Magazine</title>
		<link>http://alwaysinbeta.org/web-designer-magazine</link>
		<comments>http://alwaysinbeta.org/web-designer-magazine#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:02:22 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=326</guid>
		<description><![CDATA[Web Designer Magazine asked if I&#8217;d like to contribute to a &#8216;Top 50 Professional Flash Tips&#8217; feature for issue 160. I decided to big up the mighty PureMVC and a little tool I&#8217;ve been using recently called Thunderbolt that logs stuff in the Firebug console.]]></description>
			<content:encoded><![CDATA[<p>Web Designer Magazine asked if I&#8217;d like to contribute to a &#8216;Top 50 Professional Flash Tips&#8217; feature for issue 160. I decided to big up the mighty <a href="http://puremvc.org/" target="_blank">PureMVC</a> and a little tool I&#8217;ve been using recently called <a href="http://code.google.com/p/flash-thunderbolt/" target="_blank">Thunderbolt</a> that logs stuff in the Firebug console.</p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/web-designer-magazine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m in .NET Magazine!</title>
		<link>http://alwaysinbeta.org/net-magazine</link>
		<comments>http://alwaysinbeta.org/net-magazine#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:00:25 +0000</pubDate>
		<dc:creator>}i{</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://alwaysinbeta.org/?p=324</guid>
		<description><![CDATA[Following the success of our Carousel site for Philips, we were asked to write a feature on the build for .NET Magazine. I contributed a tutorial on the basics of building a localisable Flash site, which was not project-specific, hadn&#8217;t been covered before and seemed about the right level for the audience. Even got my [...]]]></description>
			<content:encoded><![CDATA[<p>Following the success of our Carousel site for Philips, we were asked to write a feature on the build for .NET Magazine. I contributed a tutorial on the basics of building a localisable Flash site, which was not project-specific, hadn&#8217;t been covered before and seemed about the right level for the audience. Even got my picture in there &#8211; fame at last! &#8230;well, not really, but was nice anyway <img src='http://alwaysinbeta.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alwaysinbeta.org/net-magazine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

