<?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>MikeCann.co.uk</title>
	<atom:link href="http://www.mikecann.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikecann.co.uk</link>
	<description>Indubidly Surreal</description>
	<lastBuildDate>Thu, 04 Mar 2010 23:50:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trance Around The World, Show Downloader</title>
		<link>http://www.mikecann.co.uk/programming/trance-around-the-world-show-downloader/</link>
		<comments>http://www.mikecann.co.uk/programming/trance-around-the-world-show-downloader/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 23:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[Trance]]></category>

		<guid isPermaLink="false">http://www.mikecann.co.uk/?p=938</guid>
		<description><![CDATA[Had this little idea a while back, thought I would spend an hour tonight and bash it out.
I love the Trance Around The World radio show by Above and Beyond, downloading  it for listening later is very annoying however and involves some fiddling with browser source and other things, so to make life easier I built this little tool. [...]]]></description>
			<content:encoded><![CDATA[<p>Had this little idea a while back, thought I would spend an hour tonight and bash it out.</p>
<p>I love the <a href="http://www.trancearoundtheworld.com/" onclick="javascript:urchinTracker ('/outbound/article/www.trancearoundtheworld.com');">Trance Around The World radio show by Above and Beyond</a>, downloading  it for listening later is very annoying however and involves some fiddling with browser source and other things, so to make life easier I built this little tool. What it does is grab the HTML from the above and beyond page then parse it for the MP3 file, then it uses the FileReference class in flash to download it to your HD.</p>
<p>Anyways, enough jibber jabber. Source is enabled:</p>
<p><div id="flashcontent9022" style="width:215px; height:180px;"><strong>Please upgrade your Flash Player</strong> This is the content that would be shown if the user does not have Flash Player 9.0.115 or higher installed.</div><script type="text/javascript">
<!-- // <![CDATA[
var so = new SWFObject("http://www.mikecann.co.uk/wp-content/plugins/air-badge/AIRInstallBadge.swf", "Badge", "215", "180", "9.0.115", "#FFFFFF");
so.useExpressInstall("http://www.mikecann.co.uk/wp-content/plugins/air-badge/expressinstall.swf");
so.addVariable("airversion", "1.0");
so.addVariable("appname", "TATW+Downloader");
so.addVariable("appurl", "http://www.mikecann.co.uk/wp-content/uploads/2010/03/TATWDownloaderAir.air");
so.addVariable("appid", "TATW+Downloader");
so.addVariable("pubid", "");
so.addVariable("appversion", "1");
so.addVariable("imageurl", "http://www.mikecann.co.uk/wp-content/uploads/2010/03/ScreenHunter_01-Mar.-04-23.45.gif");
so.addVariable("appinstallarg", "installed from web");
so.addVariable("applauncharg", "launched from web");
so.addVariable("helpurl", "help.html");
so.addVariable("hidehelp", "true");
so.addVariable("skiptransition", "false");
so.addVariable("titlecolor", "#00AAFF");
so.addVariable("buttonlabelcolor", "#00AAFF");
so.addVariable("appnamecolor", "#00AAFF");
so.addVariable("str_err_airswf", "<u>Running locally?</u><br/><br/>The AIR proxy swf won't load properly when this is run from the local file system.");
so.write("flashcontent9022");
// ]]&gt; -->
</script>
</p>
<p>Hope you enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikecann.co.uk/programming/trance-around-the-world-show-downloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizeable Chromeless Window AIR</title>
		<link>http://www.mikecann.co.uk/programming/resizeable-chromeless-window-air/</link>
		<comments>http://www.mikecann.co.uk/programming/resizeable-chromeless-window-air/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:06:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MXML]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Resize]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.mikecann.co.uk/?p=917</guid>
		<description><![CDATA[Thought I would share this little ditty. Been working in AIR recently and decided to make the window &#8220;chromeless&#8221; which means there are no controls so no resizing.
Thankfully however adobe provide the tools to allow for resizing the native window. So I produced this little mxml component to let you resize the window:

The coloured edges indicate where the application [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I would share this little ditty. Been working in AIR recently and decided to make the window &#8220;chromeless&#8221; which means there are no controls so no resizing.</p>
<p>Thankfully however adobe provide the tools to allow for resizing the native window. So I produced this little mxml component to let you resize the window:</p>
<p><a href="http://www.mikecann.co.uk/wp-content/uploads/2010/02/ScreenHunter_02-Feb.-21-21.40.gif" ><img class="alignnone size-full wp-image-923" title="ScreenHunter_02 Feb. 21 21.40" src="http://www.mikecann.co.uk/wp-content/uploads/2010/02/ScreenHunter_02-Feb.-21-21.40.gif" alt="" width="669" height="425" /></a></p>
<p>The coloured edges indicate where the application is draggable, including the white corner areas.</p>
<p>The component that lets you do this is pretty simple:</p>
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:Group xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot;
		 xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
		 xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot;&gt;

	&lt;fx:Script&gt;
		&lt;![CDATA[
			import flash.display.NativeWindowResize;
			import flash.events.MouseEvent;

			import mx.managers.CursorManager;
			public static const RESIZE_AREA : int = 10;

			protected function onRollOver(event:MouseEvent):void
			{
			}

			protected function onRollOut(event:MouseEvent):void
			{
			}

			protected function onMouseDown(event:MouseEvent):void
			{
				var grp : Group = event.target as Group;
				var resizeFrom:String = &quot;&quot;;

				if (grp==topSide){ resizeFrom=NativeWindowResize.TOP;	}
				else if (grp==rightSide) { resizeFrom=NativeWindowResize.RIGHT; }
				else if (grp==bottomSide) { resizeFrom=NativeWindowResize.BOTTOM; }
				else if (grp==leftSide) { resizeFrom=NativeWindowResize.LEFT;	}
				else if (grp==topLeft) { resizeFrom=NativeWindowResize.TOP_LEFT;	}
				else if (grp==topRight) { resizeFrom=NativeWindowResize.TOP_RIGHT;	}
				else if (grp==bottomRight) { resizeFrom=NativeWindowResize.BOTTOM_RIGHT;	}
				else if (grp==bottomLeft) { resizeFrom=NativeWindowResize.BOTTOM_LEFT;	}
				else { return; }

				stage.nativeWindow.startResize(resizeFrom);
			}

		]]&gt;
	&lt;/fx:Script&gt;

	&lt;s:Group id=&quot;topSide&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;0&quot; y=&quot;0&quot; width=&quot;{width}&quot; height=&quot;{RESIZE_AREA}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0xFF0000&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

	&lt;s:Group id=&quot;rightSide&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;{width-RESIZE_AREA}&quot; y=&quot;0&quot; width=&quot;{RESIZE_AREA}&quot; height=&quot;{height}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0x00FF00&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

	&lt;s:Group id=&quot;bottomSide&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;0&quot; y=&quot;{height-RESIZE_AREA}&quot; width=&quot;{width}&quot; height=&quot;{RESIZE_AREA}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0x0000FF&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

	&lt;s:Group id=&quot;leftSide&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;0&quot; y=&quot;0&quot; width=&quot;{RESIZE_AREA}&quot; height=&quot;{height}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0x000000&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

	&lt;s:Group id=&quot;topLeft&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;0&quot; y=&quot;0&quot; width=&quot;{RESIZE_AREA}&quot; height=&quot;{RESIZE_AREA}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0xffffff&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

	&lt;s:Group id=&quot;topRight&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;{width-RESIZE_AREA}&quot; y=&quot;0&quot; width=&quot;{RESIZE_AREA}&quot; height=&quot;{RESIZE_AREA}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0xffffff&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

	&lt;s:Group id=&quot;bottomRight&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;{width-RESIZE_AREA}&quot; y=&quot;{height-RESIZE_AREA}&quot; width=&quot;{RESIZE_AREA}&quot; height=&quot;{RESIZE_AREA}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0xffffff&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

	&lt;s:Group id=&quot;bottomLeft&quot; rollOver=&quot;onRollOver(event)&quot; rollOut=&quot;onRollOut(event)&quot; mouseDown=&quot;onMouseDown(event)&quot;
			 x=&quot;0&quot; y=&quot;{height-RESIZE_AREA}&quot; width=&quot;{RESIZE_AREA}&quot; height=&quot;{RESIZE_AREA}&quot;&gt;
		&lt;s:Rect width=&quot;100%&quot; height=&quot;100%&quot;&gt;
			&lt;s:fill&gt;
				&lt;s:SolidColor color=&quot;0xffffff&quot; /&gt;
			&lt;/s:fill&gt;
		&lt;/s:Rect&gt;
	&lt;/s:Group&gt;

&lt;/s:Group&gt;
</pre>
<p>To use it in your app just add the component into your existing view somewhere:</p>
<pre class="brush: xml;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:SkinnableContainer xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot; xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot; xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot;&gt;

	&lt;components:WindowResizer width=&quot;{width}&quot; height=&quot;{height}&quot; alpha=&quot;0&quot; buttonMode=&quot;true&quot; /&gt;

&lt;/s:SkinnableContainer&gt;
</pre>
<p>Setting the alpha to zero will obviously hide the coloured areas at the side of the window.</p>
<p>Grab the mxml here: <a href="http://www.mikecann.co.uk/Files/WindowResizer.mxml" >WindowResizer.mxml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikecann.co.uk/programming/resizeable-chromeless-window-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the Bleeding Edge</title>
		<link>http://www.mikecann.co.uk/programming/on-the-bleeding-edge/</link>
		<comments>http://www.mikecann.co.uk/programming/on-the-bleeding-edge/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:26:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Inputtie]]></category>
		<category><![CDATA[Java FX]]></category>
		<category><![CDATA[Mate]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Robot Legs]]></category>
		<category><![CDATA[Signals]]></category>

		<guid isPermaLink="false">http://www.mikecann.co.uk/?p=895</guid>
		<description><![CDATA[Well it thought it was about time I did some posting about my personal project im working on at the moment as I havent spoken about my coding for a while.
For a while now (alot longer than I had hoped for) I have been working on a project that falls outside the realms of my [...]]]></description>
			<content:encoded><![CDATA[<p>Well it thought it was about time I did some posting about my personal project im working on at the moment as I havent spoken about my coding for a while.</p>
<p>For a while now (alot longer than I had hoped for) I have been working on a project that falls outside the realms of my usual kind of games-related projects. Im not ready do describe exactly what it is yet but im excited about it.</p>
<p>For months I have been struggling with the techinal challenges the project has entailed and I have dabbled with many new and highly diverse technologies including <a href="http://www.mikecann.co.uk/programming/flirting-with-javafx/" >JavaFX</a> (Java), Qt (C++) and Mono (C#).  I have been looking for a cross-platform technology that will get the job done that I need and doing it in an elegant manner.</p>
<p>I thought I had found it with a combination of JavaFX and straight Java using the PureMVC framework. I however was plagued with problems throughout with Bonjour, jGroups, JmDNS, JNI and JNA.</p>
<p>So after months of work, hardship and struggles I read a very interesting article on the up-and-coming Adobe AIR 2.0  that was opened for beta in December. With 2.0 Adobe are bringing NativeProcess  to Air. What this means is that you can you can execute native code (.dlls, .so, .jar etc) from Air. To me this was bloody brilliant as I had been<a href="http://www.mikecann.co.uk/programming/audiobook-organiser-v1-3-0-dragndrop/" > playing with Air reccently</a> and my <a href="http://www.mikecann.co.uk/photos-personal/playdemic-my-fist-day/" >day-job</a> heavily involves Flex and I simply love the power and beauty of Flex.</p>
<p>So what this meant to me was that I could write the bulk of my project including its interface in my much preferred Adobe Flex (Air) and then use Native Process to communicate with a small kernel of Java that would do all the dirty work that Air itself cant do.</p>
<p>So after a little playing with <a href="http://www.riaspace.net/2010/01/flerry-flex-java-bridge-for-adobe-air-2-0/" onclick="javascript:urchinTracker ('/outbound/article/www.riaspace.net');">Flerry</a> for Air-&gt;Java bridge I started to think about the structure of the code and the framework I would use. For my initial few runs at this project I had been using the Java version of PureMVC. I really like some aspects of PureMVC but I think its can be so overly cumbersome in some circumstances (ill write another post on this in the future I think). So instead I looked at the alternatives.</p>
<p>I have been using <a href="http://mate.asfusion.com/" onclick="javascript:urchinTracker ('/outbound/article/mate.asfusion.com');">Mate</a> alot recently at work and on my own mini-project the <a href="http://www.mikecann.co.uk/programming/audio-book-organiser-air-mate-flex-4/" >Audio Book Organiser</a>. However as this project is partly for my own learning and personal growth I decided to look at what else there was out there. From the videos by <a href="http://www.mikecann.co.uk/fun-videos/jessie-warden-flash-flex-videos/" >Jessie Warden</a> I had heard about <a href="http://www.robotlegs.org" onclick="javascript:urchinTracker ('/outbound/article/www.robotlegs.org');">Robot Legs</a>. Apparently this framework has been around for a while, but it was the first I had heard of it. Taking at look at it I immediately became very excited as it looks like it offers all the things that make PureMVC great but without the extra coding-baggage that goes with it.</p>
<p>To add to my interest it appears another very interesting, very new action-script technology has been introduced into Robot Legs called <a href="http://github.com/robertpenner/as3-signals" onclick="javascript:urchinTracker ('/outbound/article/github.com');">Signals </a>by Robert Penner. Signals is an alternative to the standard events dispatching method found throughout flash (more on this in another post).</p>
<p>So why have I called this post &#8220;the bleeding edge?&#8221;. Well Adobe Air 2.0 is still in beta and has only been for a month or so. Its so new that some parts still havent been documented atall and the only way to find out how they work is to post a msg to the devs on the forums. Signals is also new and its integration into Robot Legs is very new indeed (last coupple of weeks). So at the moment I feel as if im at the forefront of some very new, very exciting technology, a stark contrast to my fiddlings with the ancient Java.</p>
<p>I realise this post is very text and tech-heavy but I needed to post about it before I forgot all the pain I have gone through with this project to get where I am at the moment. Future posts ill be delving a little deeper into some of my experiments with these new technologies ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikecann.co.uk/programming/on-the-bleeding-edge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Scale of the Universe in Flash</title>
		<link>http://www.mikecann.co.uk/fun-videos/the-scale-of-the-universe-in-flash/</link>
		<comments>http://www.mikecann.co.uk/fun-videos/the-scale-of-the-universe-in-flash/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:46:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun & Videos]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.mikecann.co.uk/?p=892</guid>
		<description><![CDATA[Got sent this today by a friend who linked to Newgrounds upload.
I think its actually quite genius:

It reminds me old the old powers of 10 video:

]]></description>
			<content:encoded><![CDATA[<p>Got sent this today by a friend who linked to Newgrounds <a href="http://www.newgrounds.com/portal/view/525347" onclick="javascript:urchinTracker ('/outbound/article/www.newgrounds.com');">upload</a>.</p>
<p>I think its actually quite genius:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="440" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.mikecann.co.uk/wp-content/uploads/2010/02/525347_scale_of_universe_ng.swf" /><embed type="application/x-shockwave-flash" width="640" height="440" src="http://www.mikecann.co.uk/wp-content/uploads/2010/02/525347_scale_of_universe_ng.swf"></embed></object></p>
<p>It reminds me old the old powers of 10 video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/A2cmlhfdxuY&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/A2cmlhfdxuY&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikecann.co.uk/fun-videos/the-scale-of-the-universe-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jessie Warden &#8211; Flash &amp; Flex Videos</title>
		<link>http://www.mikecann.co.uk/fun-videos/jessie-warden-flash-flex-videos/</link>
		<comments>http://www.mikecann.co.uk/fun-videos/jessie-warden-flash-flex-videos/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:17:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun & Videos]]></category>
		<category><![CDATA[Beer]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.mikecann.co.uk/?p=884</guid>
		<description><![CDATA[
Thought id mention these videos as I have been watching them and really like the content. They are a series of video blog posts by one of the &#8216;celebrities&#8217; of the Flash and Flex world, in which he talks about lots of stuff related to whats going on in the industry and the various frameworks [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikecann.co.uk/wp-content/uploads/2010/02/ScreenHunter_01-Feb.-02-13.15.gif" ><img class="alignnone size-full wp-image-885" title="ScreenHunter_01 Feb. 02 13.15" src="http://www.mikecann.co.uk/wp-content/uploads/2010/02/ScreenHunter_01-Feb.-02-13.15.gif" alt="" width="470" height="368" /></a></p>
<p>Thought id mention these videos as I have been watching them and really like the content. They are a series of video blog posts by one of the &#8216;celebrities&#8217; of the Flash and Flex world, in which he talks about lots of stuff related to whats going on in the industry and the various frameworks he uses or recommends (or doesnt). He also has a few things to say about beer, which is a bonus!</p>
<p>Anyways theres three of them so far, and can be watched over on his <a href="http://jessewarden.com/" onclick="javascript:urchinTracker ('/outbound/article/jessewarden.com');">blog</a>:</p>
<p><a href="http://" onclick="javascript:urchinTracker ('/outbound/article/');">1 vs Many, Mediator vs Presenter, 30 mins – JXLTV – Episode #1</a><br />
<a href="http://jessewarden.com/2010/01/conferences-why-frameworks-cairngorm-3-jxltv-episode-2.html" onclick="javascript:urchinTracker ('/outbound/article/jessewarden.com');"> Conferences, Why Frameworks, Cairngorm 3 – JXLTV – Episode #2</a><br />
<a href="http://jessewarden.com/2010/01/apples-ipad-html5-video-gaia-flash-framework-jxltv-episode-3.html" onclick="javascript:urchinTracker ('/outbound/article/jessewarden.com');"> Apple’s iPad, HTML5 Video, Gaia Flash Framework – JXLTV – Episode #3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikecann.co.uk/fun-videos/jessie-warden-flash-flex-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->