<?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>Tim Ashworth &#187; Basic Code</title>
	<atom:link href="http://www.timashworth.co.uk/category/basic-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timashworth.co.uk</link>
	<description>Code, cooking and opinion, all my own work!</description>
	<lastBuildDate>Thu, 26 May 2011 08:04:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>What a difference a word makes &#8211; especially when converting a String to XML in ActionScript!</title>
		<link>http://www.timashworth.co.uk/2009/02/what-a-difference-a-word-makes-especially-when-converting-a-string-to-xml-in-actionscript/</link>
		<comments>http://www.timashworth.co.uk/2009/02/what-a-difference-a-word-makes-especially-when-converting-a-string-to-xml-in-actionscript/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 17:17:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic Code]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=94</guid>
		<description><![CDATA[OK &#8211; this isn&#8217;t a biggie but maybe it&#8217;ll help some other poor soul.  Basically I&#8217;m loading XML into my swf.  It&#8217;s in ActionScript 2&#8230;&#8230;&#8230;&#8230; lots of reasons why, but no matter.  I&#8217;ve shaken the dust off my OOP AS2 muscles and got started. I was happily loading and parseing the XML when suddenly I [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2009/02/what-a-difference-a-word-makes-especially-when-converting-a-string-to-xml-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Dynamic Data Binding 101 &#8211; Part Four, Finishing the Contact App</title>
		<link>http://www.timashworth.co.uk/2008/01/flex-dynamic-data-binding-101-part-four-finishing-the-contact-app/</link>
		<comments>http://www.timashworth.co.uk/2008/01/flex-dynamic-data-binding-101-part-four-finishing-the-contact-app/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 08:23:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic Code]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=45</guid>
		<description><![CDATA[So we&#8217;ve created our basic application in part three. You can see it here. Adding and deleting is fine, but what about editing? I don&#8217;t want to simply add people, I want to be able to change them too. We&#8217;re going to need a few more variables and another function. &#60;mx:Script&#62; &#60;![CDATA[ import mx.collections.ArrayCollection; [Bindable] [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/01/flex-dynamic-data-binding-101-part-four-finishing-the-contact-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Dynamic Data Binding 101 &#8211; Part Two</title>
		<link>http://www.timashworth.co.uk/2008/01/flex-dynamic-data-binding-101-part-two/</link>
		<comments>http://www.timashworth.co.uk/2008/01/flex-dynamic-data-binding-101-part-two/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 20:26:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic Code]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=37</guid>
		<description><![CDATA[OK, so we&#8217;ve covered the basics of data binding in part one. However you don&#8217;t have to use Actionscript to use data binding. This is a very quick example of how you can bind two components together without using Actionscript at all. Click here to see the example. And this is the code : &#60;mx:Application [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/01/flex-dynamic-data-binding-101-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Dynamic Data Binding 101 &#8211; Part One</title>
		<link>http://www.timashworth.co.uk/2008/01/flex-binding-101-part-one/</link>
		<comments>http://www.timashworth.co.uk/2008/01/flex-binding-101-part-one/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 19:56:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic Code]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.timashworth.co.uk/?p=35</guid>
		<description><![CDATA[One of the really cool things you can do with flex is binding, or dynamic data binding, but I&#8217;ll just call it binding for now. At it&#8217;s most basic you can directly associate data with a view object, eg text input, without having to write the code that did it. Suppose in Actionscript 2, or [...]]]></description>
		<wfw:commentRss>http://www.timashworth.co.uk/2008/01/flex-binding-101-part-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

