<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>prototyp.ical.ly &#187; Javascript Design Patterns</title>
	<link>http://prototyp.ical.ly</link>
	<description>prototypical scriptings all over the place</description>
	<pubDate>Fri, 29 Feb 2008 11:59:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Javascript Design Patterns - 1. The Singleton</title>
		<link>http://prototyp.ical.ly/index.php/2007/03/01/javascript-design-patterns-1-the-singleton/</link>
		<comments>http://prototyp.ical.ly/index.php/2007/03/01/javascript-design-patterns-1-the-singleton/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 10:45:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Javascript Design Patterns]]></category>

		<category><![CDATA[Javascript]]></category>
<category>class</category><category>design pattern</category><category>instance</category><category>javascript</category><category>oop</category><category>pattern</category><category>private</category><category>prototype</category><category>public</category><category>singleton</category><category>static</category>
		<guid isPermaLink="false">http://prototyp.ical.ly/index.php/2007/03/01/javascript-design-patterns-1-the-singleton/</guid>
		<description><![CDATA[This being the first part of a series of posts that I plan to write  (hopefully) I will provide bits of basics as well.  So on the way to implement a Singleton pattern I also briefly show how to create classes and how to have public as well as private attributes and methods.
]]></description>
			<content:encoded><![CDATA[<p>This being the first part of a series of posts that I plan to write  (hopefully) I will provide bits of basics as well.  So on the way to implement a Singleton pattern I also briefly show how to create classes and how to have public as well as private attributes and methods.</p>

<p><a href="http://prototyp.ical.ly/index.php/2007/03/01/javascript-design-patterns-1-the-singleton/#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://prototyp.ical.ly/index.php/2007/03/01/javascript-design-patterns-1-the-singleton/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
