<?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>Creative Geek Talk &#187; Design Pattern</title>
	<atom:link href="http://creative-geeks.com/blog/tag/design-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://creative-geeks.com/blog</link>
	<description>Creativity , Interactivity and Technology</description>
	<lastBuildDate>Mon, 14 Nov 2011 15:16:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Singleton Design Pattern Actionscript 3</title>
		<link>http://creative-geeks.com/blog/2009/05/24/singleton-design-pattern-actionscript-3/</link>
		<comments>http://creative-geeks.com/blog/2009/05/24/singleton-design-pattern-actionscript-3/#comments</comments>
		<pubDate>Sun, 24 May 2009 00:12:43 +0000</pubDate>
		<dc:creator>Daan</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Singleton]]></category>

		<guid isPermaLink="false">http://creative-geeks.com/blog/?p=25</guid>
		<description><![CDATA[When Classes, Constant variables or functions  are needed throughout the actionscript project freuquently i tend to wrap them into a new, separate Actionscrip class … Within this class i will make an instance of that class , which will only be made once … as a result of this all the declarations will be held [...]]]></description>
		<wfw:commentRss>http://creative-geeks.com/blog/2009/05/24/singleton-design-pattern-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

