<?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>Jonnie Spratley &#187; code</title>
	<atom:link href="http://jonniespratley.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonniespratley.com</link>
	<description>Programming with Flash, Flex and PHP</description>
	<lastBuildDate>Sat, 03 Apr 2010 05:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adobe Air &#8211; Saving Preferences</title>
		<link>http://jonniespratley.com/2008/09/19/adobe-air-saving-preferences/</link>
		<comments>http://jonniespratley.com/2008/09/19/adobe-air-saving-preferences/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 11:26:24 +0000</pubDate>
		<dc:creator>Jonnie</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/adobe-air-saving-preferences/</guid>
		<description><![CDATA[Its always good to remember a users preferences, so here is a quick code snip of how to do exactly that. import com.adobe.air.preferences.PreferenceChangeEvent; import com.adobe.air.preferences.Preference; /* Create a new prefernce variable and give it a name */ private var prefs:Preference = new Preference( "settings.obj" ); /* Create a new bytearry to store the data */ [...]]]></description>
		<wfw:commentRss>http://jonniespratley.com/2008/09/19/adobe-air-saving-preferences/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adobe Air- Using SQLite</title>
		<link>http://jonniespratley.com/2008/09/19/adobe-air-using-sqlite-extended/</link>
		<comments>http://jonniespratley.com/2008/09/19/adobe-air-using-sqlite-extended/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 19:17:38 +0000</pubDate>
		<dc:creator>Jonnie</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://jonniespratley.com/2008/09/19/adobe-air-using-sqlite-extended/</guid>
		<description><![CDATA[Here I will provide all necessary files for creating, and executing statements from Air to your newly created SQLite database, I have commented all of my code, so you will be able to get the idea of how things are working. If you need some more help, feel free to leave me a comment and [...]]]></description>
		<wfw:commentRss>http://jonniespratley.com/2008/09/19/adobe-air-using-sqlite-extended/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
