<?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/"
	>

<channel>
	<title>Digital Personae Developer Pages</title>
	<atom:link href="http://www.digitalpersonae.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalpersonae.com/blog</link>
	<description>Everyday Solutions for Flex, Flash and Beyond!</description>
	<pubDate>Wed, 25 Feb 2009 22:19:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Actionscript SWF path utility</title>
		<link>http://www.digitalpersonae.com/blog/2009/02/24/actionscript-path-utility/</link>
		<comments>http://www.digitalpersonae.com/blog/2009/02/24/actionscript-path-utility/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:22:07 +0000</pubDate>
		<dc:creator>BrendanDP</dc:creator>
		
		<category><![CDATA[Flex/Actionscript]]></category>

		<guid isPermaLink="false">http://www.digitalpersonae.com/blog/?p=31</guid>
		<description><![CDATA[This utility will ensure that any file pointers you use in your actionscript are always relative to the location of your embedded swf not the location of the page that embeds your swf.

To use, we instantiate the class and call the getPath() method on the new instance, which takes the file source path as a [...]]]></description>
		<wfw:commentRss>http://www.digitalpersonae.com/blog/2009/02/24/actionscript-path-utility/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex VO to XML Utility</title>
		<link>http://www.digitalpersonae.com/blog/2009/02/11/flex-votoxml-utility/</link>
		<comments>http://www.digitalpersonae.com/blog/2009/02/11/flex-votoxml-utility/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:14:11 +0000</pubDate>
		<dc:creator>BrendanDP</dc:creator>
		
		<category><![CDATA[Flex/Actionscript]]></category>

		<guid isPermaLink="false">http://www.digitalpersonae.com/blog/?p=29</guid>
		<description><![CDATA[This class takes a Value Object in actionscript and returns an XML Representation of that Object.

To use, create a new instance of the VOToXML class and call the toXML(); method to return the xml as as string. This method takes two parameters, the source value object and a string which represents the name of the [...]]]></description>
		<wfw:commentRss>http://www.digitalpersonae.com/blog/2009/02/11/flex-votoxml-utility/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex MySQL Actionscript Date Formatter</title>
		<link>http://www.digitalpersonae.com/blog/2009/02/01/mysql-actionscript-date-formatter/</link>
		<comments>http://www.digitalpersonae.com/blog/2009/02/01/mysql-actionscript-date-formatter/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 19:58:23 +0000</pubDate>
		<dc:creator>BrendanDP</dc:creator>
		
		<category><![CDATA[Flex/Actionscript]]></category>

		<guid isPermaLink="false">http://www.digitalpersonae.com/blog/?p=9</guid>
		<description><![CDATA[The following utility is a helper class designed to take MySQL dates and convert them to Actionscript Date Objects and the other way around. Sometimes we see delimeters like &#8216;T&#8217; or &#8216;Z&#8217; in the MySQL dates, and we need to extract the appropriate date and time pieces to create an actionscript date object.

To use, we [...]]]></description>
		<wfw:commentRss>http://www.digitalpersonae.com/blog/2009/02/01/mysql-actionscript-date-formatter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

