<?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>Richard Lord &#187; Parsley</title>
	<atom:link href="http://www.richardlord.net/blog/tag/parsley/feed" rel="self" type="application/rss+xml" />
	<link>http://www.richardlord.net</link>
	<description>Actionscript/Flex, PHP and Java developer</description>
	<lastBuildDate>Tue, 01 May 2012 08:49:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Frameworks presentation slides</title>
		<link>http://www.richardlord.net/blog/frameworks-presentation-slides</link>
		<comments>http://www.richardlord.net/blog/frameworks-presentation-slides#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:06:03 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Cairngorm]]></category>
		<category><![CDATA[FLUG]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Mate]]></category>
		<category><![CDATA[Parsley]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[Robotlegs]]></category>
		<category><![CDATA[Swiz]]></category>

		<guid isPermaLink="false">http://www.richardlord.net/?p=460</guid>
		<description><![CDATA[<p>Here are the slides from my frameworks presentation at Flex London User Group last Tuesday, 16 February 2010.</p>]]></description>
			<content:encoded><![CDATA[<p>Here are the slides from my presentation about Flex application frameworks at <a href="http://www.meetup.com/flexlondon/calendar/11801395/">Flex London User Group</a> last Tuesday, 16 February 2010.</p>

<p style="text-align:center"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=flug-2010-100218161003-phpapp01&#038;rel=0&#038;stripped_title=application-frameworks-the-good-the-bad-the-ugly" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=flug-2010-100218161003-phpapp01&#038;rel=0&#038;stripped_title=application-frameworks-the-good-the-bad-the-ugly" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></p>

<p>Links:</p>
<ul>
<li><a href="http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm">Cairngorm</a> <a href="/blog/flexcaster-cairngorm">(code example)</a></li>
<li><a href="http://puremvc.org/">PureMVC</a> <a href="/blog/flexcaster-puremvc">(code example)</a></li>
<li><a href="http://mate.asfusion.com/">Mate</a> <a href="/blog/flexcaster-mate">(code example)</a></li>
<li><a href="http://swizframework.org/">Swiz</a> <a href="/blog/flexcaster-swiz">(code example)</a></li>
<li><a href="http://www.spicefactory.org/parsley/">Parsley</a> <a href="/blog/flexcaster-parsley">(code example)</a></li>
<li><a href="http://www.robotlegs.org/">Robotlegs</a> <a href="/blog/flexcaster-robotlegs">(code example)</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.richardlord.net/blog/frameworks-presentation-slides/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Parsley example project with source</title>
		<link>http://www.richardlord.net/blog/flexcaster-parsley</link>
		<comments>http://www.richardlord.net/blog/flexcaster-parsley#comments</comments>
		<pubDate>Tue, 27 Oct 2009 08:52:58 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Parsley]]></category>

		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/flexcaster-parsley</guid>
		<description><![CDATA[<p>I recently posted a number of versions of the same Flex project, built using various different frameworks. These related to my presentation at <a href="http://www.flashonthebeach.com/">Flash on the Beach</a> this year. I'm repeating that presentation, with variations, at the <a href="http://www.lfpug.com/29th-october-2009-29102009/">London Flash Platform User Group</a> in a few days and for that talk I'll be adding <a href="http://www.spicefactory.org/parsley/">Parsley</a> to the set of frameworks I'll compare.</p>

<p>As a warm-up to that I've recreated the same example as before using the Parsley framework. The example is below. Links to the other versions follow. All versions have identical functionality. Right click on the swf to view the source...</p>]]></description>
			<content:encoded><![CDATA[<p>I recently posted a number of versions of the same Flex project, built using various different frameworks. These related to my presentation at <a href="http://www.flashonthebeach.com/">Flash on the Beach</a> this year. I&#8217;m repeating that presentation, with variations, at the <a href="http://www.lfpug.com/29th-october-2009-29102009/">London Flash Platform User Group</a> in a few days and for that talk I&#8217;ll be adding <a href="http://www.spicefactory.org/parsley/">Parsley</a> to the set of frameworks I&#8217;ll compare.</p>

<p>As a warm-up to that I&#8217;ve recreated the same example as before, this time using the Parsley framework. The example is below. Links to the other versions follow. All versions have identical functionality. Right click on the swf to view the source.</p>

<div class="spaced"><div id="swf4fb5e58d66c26">
<p><b>Flash required:</b> You need version 10 or later of the free Flash player from Adobe to use this content. To download and install the free player from Adobe's web site <a href="http://get.adobe.com/flashplayer/">click here</a>.</p>
</div>
<script type="text/javascript">
var params = {loop:"false",quality:"high",allowfullscreen:"true"};
var flashvars = {};
swfobject.embedSWF("/images/blog/flexcaster/Flexcaster_parsley.swf", "swf4fb5e58d66c26", "400", "500", "10.0.0", "/swf/expressInstall.swf", flashvars, params, {} );
</script></div>

<p>The other versions can be viewed here&#8230;</p>
<ul>
<li><a href="flexcaster-flex3">Flexcaster no framework project source</a></li>
<li><a href="flexcaster-cairngorm">Flexcaster Cairngorm project source</a></li>
<li><a href="flexcaster-puremvc">Flexcaster PureMVC project source</a></li>
<li><a href="flexcaster-mate">Flexcaster Mate project source</a></li>
<li><a href="flexcaster-swiz">Flexcaster Swiz project source</a></li>
<li><a href="flexcaster-robotlegs">Flexcaster Robotlegs project source</a></li>
<li><a href="flexcaster-smartysignals">Flexcaster SmartyPants-ioc and As3-signals project source</a></li>
<li><a href="flexcaster-spring">Flexcaster Spring Actionscript project source</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.richardlord.net/blog/flexcaster-parsley/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

