<?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>Zombie Flambe &#187; Blog</title>
	<atom:link href="http://www.zombieflambe.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zombieflambe.com</link>
	<description>PHP, AS3, web dev and whatever else I like today.</description>
	<lastBuildDate>Fri, 15 May 2009 00:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AS3 External XML Animation Scripting with TweenMax</title>
		<link>http://www.zombieflambe.com/blog/as3-external-xml-animation-scripting-tweenmax/</link>
		<comments>http://www.zombieflambe.com/blog/as3-external-xml-animation-scripting-tweenmax/#comments</comments>
		<pubDate>Thu, 07 May 2009 23:17:00 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=295</guid>
		<description><![CDATA[Continuing my foray into preparing for collaborative Flash Game Developement, I&#8217;ve been thinking a lot about tools, how to set the project up to allow for a maximum variety of skill levels and skill sets to collaborate on the project while trying to keep Flash and Actionscript as much removed as possible.  
In a recent [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/as3-external-xml-animation-scripting-tweenmax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 Date Class, PHP and Unix Timestamps</title>
		<link>http://www.zombieflambe.com/blog/as3-date-class-php-and-unix-timestamps/</link>
		<comments>http://www.zombieflambe.com/blog/as3-date-class-php-and-unix-timestamps/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 17:26:53 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=291</guid>
		<description><![CDATA[This is a real quick post about Unix Timestamps, PHP, and ActionScript 3&#8217;s Date class.  When creating a new Date instance, you can pass in a Unix Timestamp into the Date constructor.


var myDate:Date = new Date( unix_timestamp_from_php );
trace( myDate.toString() );  // Invalid Date

When I was working with this, I continually received Invalid date in my output [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/as3-date-class-php-and-unix-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Lessons Learned in Noob Collaborative Game Development</title>
		<link>http://www.zombieflambe.com/blog/3-lessons-learned-in-noob-collaborative-game-development/</link>
		<comments>http://www.zombieflambe.com/blog/3-lessons-learned-in-noob-collaborative-game-development/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 19:37:51 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=281</guid>
		<description><![CDATA[I&#8217;m currently working on a 2D RPG Game Engine ( think Zelda or FinalFantasyII/IV  ) in AS3.  At the start of this project, as typical projects with friends go, it seems like a completely easy task.  &#8220;Hey you know AS3&#8230; can you write us a quick game engine for this idea we [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/3-lessons-learned-in-noob-collaborative-game-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful Air Apps, Reviews, Links</title>
		<link>http://www.zombieflambe.com/blog/useful-air-apps-reviews-links/</link>
		<comments>http://www.zombieflambe.com/blog/useful-air-apps-reviews-links/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:33:46 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=180</guid>
		<description><![CDATA[For those of you who haven’t seen or come across this yet, I thought I’d pass this along.
AS3 Language Reference Air App
I came across that early last month and it has saved me quite a bit of time. If you have AS3 Livedocs as one of your most visited bookmarks, this app brings livedocs to [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/useful-air-apps-reviews-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7/8 Transition Please?</title>
		<link>http://www.zombieflambe.com/blog/internet-explorer-transition-legislatio-please/</link>
		<comments>http://www.zombieflambe.com/blog/internet-explorer-transition-legislatio-please/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 09:21:12 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=176</guid>
		<description><![CDATA[February 17th was the date all TV&#8217;s in the US were supposed to all&#8230; something or other&#8230; I dont care.  Here&#8217;s the new Idea.  If Congress and &#8230; friends&#8230; in the FCC can mandate a day for you to lose the significantly inferior signal of analog cable, no matter how attached you&#8217;ve become to it&#8230; [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/blog/internet-explorer-transition-legislatio-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
