<?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>Valicode</title>
	<atom:link href="http://blog.valicode.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.valicode.co.uk</link>
	<description>Better living through clean code.</description>
	<lastBuildDate>Sun, 16 Oct 2011 23:37:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Parsley Pomodoro</title>
		<link>http://blog.valicode.co.uk/?p=130</link>
		<comments>http://blog.valicode.co.uk/?p=130#comments</comments>
		<pubDate>Sun, 16 Oct 2011 23:24:57 +0000</pubDate>
		<dc:creator>valicode</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Parsley]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Pomodoro Technique]]></category>

		<guid isPermaLink="false">http://blog.valicode.co.uk/?p=130</guid>
		<description><![CDATA[I thought I&#8217;d create an AIR application based on the popular Pomodoro technique &#8211; or at least the timer component of it. This is a work in progress &#8211; soon it will have sound effects, volume control, and a better &#8230; <a href="http://blog.valicode.co.uk/?p=130">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d create an AIR application based on the popular Pomodoro technique &#8211; or at least the timer component of it. This is a work in progress &#8211; soon it will have sound effects, volume control, and a better looking control mechanism (instead of two buttons). I also plan for it to tie into a local database.</p>
<p><a href="http://blog.valicode.co.uk/flex/ParsleyPomodoro.air">Here is the installer</a> (I just added the AIR mime-type to the server, please let me know if you have difficulty downloading it). The installation seems to work best with AIR 2.6 or 2.7. AIR 3.0 gave me an installation error on Windows 7, but when I installed AIR 2.7 (see archive link below), it was fine.</p>
<p>You can download older versions of the AIR runtime here: <a href="http://kb2.adobe.com/cps/853/cpsid_85304.html" title="Archived Adobe AIR runtime, SDK versions" target="_blank">http://kb2.adobe.com/cps/853/cpsid_85304.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valicode.co.uk/?feed=rss2&#038;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Robotlegs Example</title>
		<link>http://blog.valicode.co.uk/?p=107</link>
		<comments>http://blog.valicode.co.uk/?p=107#comments</comments>
		<pubDate>Sun, 04 Sep 2011 15:53:51 +0000</pubDate>
		<dc:creator>valicode</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[robotlegs]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://blog.valicode.co.uk/?p=107</guid>
		<description><![CDATA[Today I decided to do a very simple &#8216;application&#8217; in Robotlegs and while no one in their right mind would apply a framework to such a simple application &#8211; I thought it might be useful for someone as a starting &#8230; <a href="http://blog.valicode.co.uk/?p=107">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I decided to do a very simple &#8216;application&#8217; in Robotlegs and while no one in their right mind would apply a framework to such a simple application &#8211; I thought it might be useful for someone as a starting point &#8211; before the application becomes more complex.</p>
<p><a href="http://blog.valicode.co.uk/?page_id=102" title="Simple Robotlegs example">View working example</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valicode.co.uk/?feed=rss2&#038;p=107</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facade Pattern</title>
		<link>http://blog.valicode.co.uk/?p=93</link>
		<comments>http://blog.valicode.co.uk/?p=93#comments</comments>
		<pubDate>Sun, 10 Jul 2011 20:59:32 +0000</pubDate>
		<dc:creator>valicode</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[head first]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[remote control]]></category>

		<guid isPermaLink="false">http://blog.valicode.co.uk/?p=93</guid>
		<description><![CDATA[This is an example based on the Home Theatre scenario in the Head First Design Patterns book. View working example (view source enabled)]]></description>
			<content:encoded><![CDATA[<p>This is an example based on the Home Theatre scenario in the Head First Design Patterns book.</p>
<p><a href="http://blog.valicode.co.uk/?page_id=95">View working example</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valicode.co.uk/?feed=rss2&#038;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Singleton Pattern</title>
		<link>http://blog.valicode.co.uk/?p=74</link>
		<comments>http://blog.valicode.co.uk/?p=74#comments</comments>
		<pubDate>Wed, 29 Jun 2011 10:52:18 +0000</pubDate>
		<dc:creator>valicode</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[chocolate]]></category>
		<category><![CDATA[chocolate boiler]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[head first]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[singleton]]></category>
		<category><![CDATA[singleton pattern]]></category>

		<guid isPermaLink="false">http://blog.valicode.co.uk/?p=74</guid>
		<description><![CDATA[The one of a kind Singleton pattern divides opinion like Marmite. This example is based on the use case of a boiler in a chocolate factory. View working example (view source enabled)]]></description>
			<content:encoded><![CDATA[<p>The one of a kind Singleton pattern divides opinion like Marmite.</p>
<p>This example is based on the use case of a boiler in a chocolate factory.</p>
<p><a href="http://blog.valicode.co.uk/?page_id=72">View working example</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valicode.co.uk/?feed=rss2&#038;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decorator Pattern</title>
		<link>http://blog.valicode.co.uk/?p=63</link>
		<comments>http://blog.valicode.co.uk/?p=63#comments</comments>
		<pubDate>Thu, 23 Jun 2011 12:40:41 +0000</pubDate>
		<dc:creator>valicode</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[decorator]]></category>
		<category><![CDATA[decorator pattern]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[head first]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[starbuzz coffee]]></category>

		<guid isPermaLink="false">http://blog.valicode.co.uk/?p=63</guid>
		<description><![CDATA[An adaptation of the Starbuzz Coffee Decorator Pattern featured in the Head First Design Patterns book. View working example (view source enabled)]]></description>
			<content:encoded><![CDATA[<p>An adaptation of the Starbuzz Coffee Decorator Pattern featured in the <a href="http://www.amazon.co.uk/gp/product/0596007124/ref=as_li_tf_tl?ie=UTF8&#038;tag=valicode-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=0596007124">Head First Design Patterns</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=valicode-21&#038;l=as2&#038;o=2&#038;a=0596007124" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> book.</p>
<p><a href="http://blog.valicode.co.uk/?page_id=65">View working example</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valicode.co.uk/?feed=rss2&#038;p=63</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Pattern</title>
		<link>http://blog.valicode.co.uk/?p=51</link>
		<comments>http://blog.valicode.co.uk/?p=51#comments</comments>
		<pubDate>Tue, 21 Jun 2011 12:35:08 +0000</pubDate>
		<dc:creator>valicode</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[command pattern]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[head first]]></category>
		<category><![CDATA[remote control]]></category>

		<guid isPermaLink="false">http://blog.valicode.co.uk/?p=51</guid>
		<description><![CDATA[Based on the Remote Control example featured in the Head First Design Patterns book. View working example (view source enabled)]]></description>
			<content:encoded><![CDATA[<p>Based on the Remote Control example featured in the <a href="http://www.amazon.co.uk/gp/product/0596007124/ref=as_li_tf_tl?ie=UTF8&#038;tag=valicode-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=0596007124">Head First Design Patterns</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=valicode-21&#038;l=as2&#038;o=2&#038;a=0596007124" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> book.</p>
<p><a href="http://blog.valicode.co.uk/?page_id=54">View working example</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valicode.co.uk/?feed=rss2&#038;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Factory Method Pattern</title>
		<link>http://blog.valicode.co.uk/?p=7</link>
		<comments>http://blog.valicode.co.uk/?p=7#comments</comments>
		<pubDate>Sun, 13 Mar 2011 13:59:26 +0000</pubDate>
		<dc:creator>valicode</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[factory]]></category>
		<category><![CDATA[factory method]]></category>
		<category><![CDATA[factory pattern]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[head first]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[pizza]]></category>

		<guid isPermaLink="false">http://blog.valicode.co.uk/?p=7</guid>
		<description><![CDATA[View working example (view source enabled)]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.valicode.co.uk/?page_id=41">View working example</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valicode.co.uk/?feed=rss2&#038;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

