<?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>lejnieks &#187; Flex</title>
	<atom:link href="http://www.lejnieks.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lejnieks.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Nov 2011 16:17:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using Resource Bundles in MXML for simple strings</title>
		<link>http://www.lejnieks.com/2009/using-resource-bundles-in-mxml-for-simple-strings/</link>
		<comments>http://www.lejnieks.com/2009/using-resource-bundles-in-mxml-for-simple-strings/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 18:08:17 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=63</guid>
		<description><![CDATA[There are a few ways developers can use resource bundles in a flex application. When using a resource bundle, in particular a simple string, inside of an mxml file you can gain access to the resource using the resourceManager or &#8230; <a href="http://www.lejnieks.com/2009/using-resource-bundles-in-mxml-for-simple-strings/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2009/using-resource-bundles-in-mxml-for-simple-strings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Skinning Checkbox with Error State</title>
		<link>http://www.lejnieks.com/2009/skinning-checkbox-with-error-state/</link>
		<comments>http://www.lejnieks.com/2009/skinning-checkbox-with-error-state/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 17:19:06 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Skinning]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=59</guid>
		<description><![CDATA[Similar to skinning a combobox with an error state, there may be times where you need to show the error state for a checkbox without showing its error string. main.css CheckBox &#123; icon : ClassReference&#40;&#34;com.lejnieks.poc.ui.skins.CheckboxBorderSkin&#34;&#41;; error-color : #FF0000; fillColors : &#8230; <a href="http://www.lejnieks.com/2009/skinning-checkbox-with-error-state/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2009/skinning-checkbox-with-error-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skinning ComboBox with Error State</title>
		<link>http://www.lejnieks.com/2009/skinning-combobox-with-error-state/</link>
		<comments>http://www.lejnieks.com/2009/skinning-combobox-with-error-state/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:18:55 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Skinning]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=60</guid>
		<description><![CDATA[Since the ComboBox doesn&#8217;t come with an out-of-the-box error state / skin without using an error string, you can grab the sample code below to give your comboBox an error skin. The example implements the interface IValidatable which for the &#8230; <a href="http://www.lejnieks.com/2009/skinning-combobox-with-error-state/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2009/skinning-combobox-with-error-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile ASDocs with ANT</title>
		<link>http://www.lejnieks.com/2009/compile-asdocs-with-ant/</link>
		<comments>http://www.lejnieks.com/2009/compile-asdocs-with-ant/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 05:24:07 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Ant]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[ASDocs]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=62</guid>
		<description><![CDATA[Continuing on with ANT &#8211; Flex compilation, this sample script below will help you output ASDocs for your projects deliverable. Ant Script &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;project name=&#34;ASDocsTest&#34; default=&#34;compile&#34; basedir=&#34;.&#34;&#62; &#160; &#60;!-- import our build properties file --&#62; &#60;property file=&#34;./build.properties&#34; /&#62; &#8230; <a href="http://www.lejnieks.com/2009/compile-asdocs-with-ant/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2009/compile-asdocs-with-ant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Overriding Menu to include stage height bounds</title>
		<link>http://www.lejnieks.com/2008/overriding-menu-to-include-stage-height-bounds/</link>
		<comments>http://www.lejnieks.com/2008/overriding-menu-to-include-stage-height-bounds/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 06:11:31 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=53</guid>
		<description><![CDATA[I was working on a custom menu component uses Menu. Turns out that Menu doesnt inherintly understand the stage height of the application. What I ended up doing was creating CustomMenu which extends Menu and adds in height bounds for &#8230; <a href="http://www.lejnieks.com/2008/overriding-menu-to-include-stage-height-bounds/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/overriding-menu-to-include-stage-height-bounds/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compile Flex applications using ANT</title>
		<link>http://www.lejnieks.com/2008/compile-flex-applications-using-ant/</link>
		<comments>http://www.lejnieks.com/2008/compile-flex-applications-using-ant/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 13:55:34 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Ant]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=61</guid>
		<description><![CDATA[A quick setup and example of how to compile a Flex application using ANT. This example will show the basics of how to run the ANT script to compile your flex application, I will walk through more complex examples in &#8230; <a href="http://www.lejnieks.com/2008/compile-flex-applications-using-ant/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/compile-flex-applications-using-ant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using tokens in resource bundles</title>
		<link>http://www.lejnieks.com/2008/using-tokens-in-resource-bundles/</link>
		<comments>http://www.lejnieks.com/2008/using-tokens-in-resource-bundles/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 20:29:01 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=64</guid>
		<description><![CDATA[A quick sample on how to pass in token values to a resource bundle string. When you need to replace a token value in your bundle, you will want to use the resourceManager or ResourceManager and pass in the value &#8230; <a href="http://www.lejnieks.com/2008/using-tokens-in-resource-bundles/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/using-tokens-in-resource-bundles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Keycodes</title>
		<link>http://www.lejnieks.com/2008/flex-keycodes/</link>
		<comments>http://www.lejnieks.com/2008/flex-keycodes/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 16:45:55 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=26</guid>
		<description><![CDATA[This is more a post-to-self regarding Key Code values in Flex. A = 65 B = 66 C = 67 D = 68 E = 69 F = 70 G = 71 H = 72 I = 73 J = &#8230; <a href="http://www.lejnieks.com/2008/flex-keycodes/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/flex-keycodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Google Style Inline Auto Suggest Search Field</title>
		<link>http://www.lejnieks.com/2008/flex-google-style-inline-auto-suggest-search-field/</link>
		<comments>http://www.lejnieks.com/2008/flex-google-style-inline-auto-suggest-search-field/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 16:26:22 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=32</guid>
		<description><![CDATA[A quick little POC for building a drop down inline auto suggest, google style search field. The search is hitting a MySQL database populated with over 30,000 records, mind you some / a lot of them are duplicates and laziness &#8230; <a href="http://www.lejnieks.com/2008/flex-google-style-inline-auto-suggest-search-field/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/flex-google-style-inline-auto-suggest-search-field/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passing arguments to javascript&#8217;s setTimeout() method using closures</title>
		<link>http://www.lejnieks.com/2008/passing-arguments-to-javascripts-settimeout-method-using-closures/</link>
		<comments>http://www.lejnieks.com/2008/passing-arguments-to-javascripts-settimeout-method-using-closures/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 18:07:34 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[fckEditor]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=30</guid>
		<description><![CDATA[Yesterday I ended up having to hack around FCKEditor a bit to &#8220;fine tune&#8221; it for a project im involved in. The problem was that the html text we needed from the editor was getting back to our app, I &#8230; <a href="http://www.lejnieks.com/2008/passing-arguments-to-javascripts-settimeout-method-using-closures/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/passing-arguments-to-javascripts-settimeout-method-using-closures/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello MXNA</title>
		<link>http://www.lejnieks.com/2008/hello-mxna/</link>
		<comments>http://www.lejnieks.com/2008/hello-mxna/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 03:43:17 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[MXNA]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=29</guid>
		<description><![CDATA[Long time listener, first time caller here, I’ve been aggregated by Adobe Feeds, and im looking forward to posting a lot more relevant information related to AIR, FLEX, RIA development through my experiences and research.]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/hello-mxna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling Keyboard Events</title>
		<link>http://www.lejnieks.com/2008/handling-keyboard-events/</link>
		<comments>http://www.lejnieks.com/2008/handling-keyboard-events/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 05:57:44 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=22</guid>
		<description><![CDATA[Im working on a project that required a Keyboard Manager to track shortcut keys within the Flex app, so i went ahead a wrote this quick little POC that I later incorporated into the project. I handle shortcut keys by &#8230; <a href="http://www.lejnieks.com/2008/handling-keyboard-events/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/handling-keyboard-events/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Debugger Crashes Safari</title>
		<link>http://www.lejnieks.com/2008/flex-debugger-crashes-safari/</link>
		<comments>http://www.lejnieks.com/2008/flex-debugger-crashes-safari/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 06:33:33 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=17</guid>
		<description><![CDATA[So I had one of those awful days at work yesterday, we have all been through it at one point or another, where basically for no reason at all, everything started breaking and nothing would work. All I wanted to &#8230; <a href="http://www.lejnieks.com/2008/flex-debugger-crashes-safari/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/flex-debugger-crashes-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3 Profiler &amp; [tincan]</title>
		<link>http://www.lejnieks.com/2008/flex-3-profiler-tincan/</link>
		<comments>http://www.lejnieks.com/2008/flex-3-profiler-tincan/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 05:19:29 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=16</guid>
		<description><![CDATA[While profiling an application I&#8217;m working on I came across and interesting method in my performance snapshot. Method [tincan], for those of you wondering what this is, as I was, I Googled Flex 3 [tincan] and came across this post &#8230; <a href="http://www.lejnieks.com/2008/flex-3-profiler-tincan/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/flex-3-profiler-tincan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Application Life Cycle</title>
		<link>http://www.lejnieks.com/2008/flex-application-life-cycle/</link>
		<comments>http://www.lejnieks.com/2008/flex-application-life-cycle/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 17:28:24 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=15</guid>
		<description><![CDATA[In the last project I was working on we were developing more so based on Flex&#8217;s Application and component life cycles. Binding data within the life cycle helps eliminate the need for weak references as well as direct mxml bindings &#8230; <a href="http://www.lejnieks.com/2008/flex-application-life-cycle/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/flex-application-life-cycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Call Stack and callLater()</title>
		<link>http://www.lejnieks.com/2008/flex-call-stack-and-calllater/</link>
		<comments>http://www.lejnieks.com/2008/flex-call-stack-and-calllater/#comments</comments>
		<pubDate>Sat, 17 May 2008 04:47:10 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=25</guid>
		<description><![CDATA[Ive used callLater() quite a few times before, but about a week ago a co-worker asked me if I knew exactly when callLater() was called. Well I think its 1 millisecond after the method executes, to which he re-asked if &#8230; <a href="http://www.lejnieks.com/2008/flex-call-stack-and-calllater/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/flex-call-stack-and-calllater/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Image Load I/O Error in Flex</title>
		<link>http://www.lejnieks.com/2008/image-load-io-error-in-flex/</link>
		<comments>http://www.lejnieks.com/2008/image-load-io-error-in-flex/#comments</comments>
		<pubDate>Sat, 10 May 2008 01:57:45 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=24</guid>
		<description><![CDATA[On a project im working on I ran into a very strange error when trying to load in a simple .jpg image. The image wouldn&#8217;t load. Now this sounds like a very familiar issue and easily solvable right? That what &#8230; <a href="http://www.lejnieks.com/2008/image-load-io-error-in-flex/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/image-load-io-error-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enum toArray()</title>
		<link>http://www.lejnieks.com/2008/enum-toarray/</link>
		<comments>http://www.lejnieks.com/2008/enum-toarray/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 06:50:31 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Actionscript]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=13</guid>
		<description><![CDATA[There have been plenty of times that Ive needed to reuse the values of my enums as an array. A good example of this would be an enumeration of US states. There are many ways of doing this, however I &#8230; <a href="http://www.lejnieks.com/2008/enum-toarray/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/enum-toarray/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Externalizing CSS Text for Designer</title>
		<link>http://www.lejnieks.com/2008/externalizing-css-text-for-designer/</link>
		<comments>http://www.lejnieks.com/2008/externalizing-css-text-for-designer/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 17:18:18 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Skinning]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=10</guid>
		<description><![CDATA[Heres a quick and easy way to separate font styles from component styles which will allow ux teams to skin fonts independent of the development team or even independent of the encapsulating component itself. This all came up from a &#8230; <a href="http://www.lejnieks.com/2008/externalizing-css-text-for-designer/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/externalizing-css-text-for-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Photoshop Express</title>
		<link>http://www.lejnieks.com/2008/adobe-photoshop-express/</link>
		<comments>http://www.lejnieks.com/2008/adobe-photoshop-express/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 23:43:02 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[cool stuff]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=3</guid>
		<description><![CDATA[Adobe Photoshop Express, a cool little flex app offering up some bare bones features picasa style. Nonetheless its a very clean interface, very well done, and just good fun to play with. Signing up is pretty painless, you get 2gb &#8230; <a href="http://www.lejnieks.com/2008/adobe-photoshop-express/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/adobe-photoshop-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex skinning links</title>
		<link>http://www.lejnieks.com/2008/flex-skinning-links/</link>
		<comments>http://www.lejnieks.com/2008/flex-skinning-links/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 17:35:52 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Skinning]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=12</guid>
		<description><![CDATA[Just a quick list of some links for skinning in flex, programmatic, graphic, or what have you. Ill be updating this list here and there as I consolidate more links. http://www.adobe.com/devnet/flex/articles/flex_skins_09.html http://examples.adobe.com/flex2/consulting/styleexp&#8230; http://scalenine.com/blog/2007/02/17/10-ways-to-skin-an-app/ http://scalenine.com/blog http://www.onflex.org/ted/2007/11/managing-ui-development-e&#8230; http://blog.flexexamples.com/2007/12/06/installing-the-flex-skin-design-&#8230; http://blog.flexexamples.com http://www.yswfblog.com/blog/2007/12/13/yahoo-and-flex-fee&#8230; http://www.tombray.com/2007/12/17/heres-a-tip-if-you-want-to-use-runti&#8230; http://www.nutrixinteractive.com/blog/?p=86 &#8230; <a href="http://www.lejnieks.com/2008/flex-skinning-links/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/flex-skinning-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talk to your view through your command</title>
		<link>http://www.lejnieks.com/2008/talk-to-your-view-through-your-command/</link>
		<comments>http://www.lejnieks.com/2008/talk-to-your-view-through-your-command/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 17:30:43 +0000</pubDate>
		<dc:creator>klejnieks</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://lejnieks.com/?p=11</guid>
		<description><![CDATA[Admittedly, this is something I have grappled with for quite some time now, and apparently I&#8217;m not the only one. This is by no means a hot topic but for my own purposes, and as I venture deeper into the &#8230; <a href="http://www.lejnieks.com/2008/talk-to-your-view-through-your-command/">Continued</a>]]></description>
		<wfw:commentRss>http://www.lejnieks.com/2008/talk-to-your-view-through-your-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

