<?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>web development blog &#187; Design Patterns</title>
	<atom:link href="http://www.markisgood.com/blog/tag/design-patterns/feed" rel="self" type="application/rss+xml" />
	<link>http://www.markisgood.com/blog</link>
	<description>Interactive Development blog</description>
	<lastBuildDate>Sun, 12 Sep 2010 17:54:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Your Own lightweight PHP MVC Framework</title>
		<link>http://www.markisgood.com/blog/php/create-your-own-lightweight-php-mvc-framework</link>
		<comments>http://www.markisgood.com/blog/php/create-your-own-lightweight-php-mvc-framework#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=297</guid>
		<description><![CDATA[A quick walk though of creating your own PHP MVC Framework. A useful exercise to better understand the roles of the MVC players.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/php/create-your-own-lightweight-php-mvc-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 PureMVC Review</title>
		<link>http://www.markisgood.com/blog/flash/as3-puremvc-review</link>
		<comments>http://www.markisgood.com/blog/flash/as3-puremvc-review#comments</comments>
		<pubDate>Tue, 06 Jul 2010 21:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash / Actionscript]]></category>
		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=264</guid>
		<description><![CDATA[A review of the basic usage of the AS3 PureMVC framework. Great for a quick reminder of how to use the PureMVC.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/flash/as3-puremvc-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traditional Inheritance With Javascript</title>
		<link>http://www.markisgood.com/blog/javascript/traditional-inheritance-with-javascript</link>
		<comments>http://www.markisgood.com/blog/javascript/traditional-inheritance-with-javascript#comments</comments>
		<pubDate>Tue, 06 Jul 2010 20:41:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript / AJAX]]></category>
		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=258</guid>
		<description><![CDATA[Javascript allows inheritance. It is however more complex than using when using traditional OOP languages with their built in extend functionality. Javascript Design Patterns.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/javascript/traditional-inheritance-with-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Encapsulation With Javascript</title>
		<link>http://www.markisgood.com/blog/javascript/javascript-encapsulation</link>
		<comments>http://www.markisgood.com/blog/javascript/javascript-encapsulation#comments</comments>
		<pubDate>Tue, 06 Jul 2010 20:25:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript / AJAX]]></category>
		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=250</guid>
		<description><![CDATA[Javascript doesn’t natively support encapsulation as OOP languages do. It is however possible to achieve encapsulation with javascript using fairly simple workarounds. Encapsulation is done through closures.  ]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/javascript/javascript-encapsulation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Database Singleton</title>
		<link>http://www.markisgood.com/blog/php/php-database-singleton</link>
		<comments>http://www.markisgood.com/blog/php/php-database-singleton#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:49:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=218</guid>
		<description><![CDATA[Explanation and example of the singleton design pattern used to connect to a mysql database.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/php/php-database-singleton/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

