<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Javascript Singleton using static properties</title>
	<atom:link href="http://www.justise.com/2007/01/08/javascript-singleton-using-static-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justise.com/2007/01/08/javascript-singleton-using-static-properties/</link>
	<description>Programming - Development</description>
	<lastBuildDate>Sun, 21 Mar 2010 01:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Javascript Singleton Part II &#171; Means Nothing</title>
		<link>http://www.justise.com/2007/01/08/javascript-singleton-using-static-properties/comment-page-1/#comment-7</link>
		<dc:creator>Javascript Singleton Part II &#171; Means Nothing</dc:creator>
		<pubDate>Sat, 27 Jan 2007 23:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/?p=37#comment-7</guid>
		<description>[...] Singleton Part&#160;II  So I wrote that Singleton post a few weeks ago, and what it really turned into is how to initialize Static Properties. Though [...]</description>
		<content:encoded><![CDATA[<p>[...] Singleton Part&nbsp;II  So I wrote that Singleton post a few weeks ago, and what it really turned into is how to initialize Static Properties. Though [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justise</title>
		<link>http://www.justise.com/2007/01/08/javascript-singleton-using-static-properties/comment-page-1/#comment-9</link>
		<dc:creator>justise</dc:creator>
		<pubDate>Tue, 16 Jan 2007 17:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/?p=37#comment-9</guid>
		<description>I could do that, but then how would I point out that you need your object defined first?

Static objects while interesting, don&#039;t have to much to them, thus I have been caught trying to Dilbertize an article.</description>
		<content:encoded><![CDATA[<p>I could do that, but then how would I point out that you need your object defined first?</p>
<p>Static objects while interesting, don&#8217;t have to much to them, thus I have been caught trying to Dilbertize an article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zproxy</title>
		<link>http://www.justise.com/2007/01/08/javascript-singleton-using-static-properties/comment-page-1/#comment-8</link>
		<dc:creator>zproxy</dc:creator>
		<pubDate>Mon, 15 Jan 2007 11:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://blackbeltcoder.net/?p=37#comment-8</guid>
		<description>Why not simply do like this:

function MyObject { };

MyObject.MyStaticField = new MyObject();</description>
		<content:encoded><![CDATA[<p>Why not simply do like this:</p>
<p>function MyObject { };</p>
<p>MyObject.MyStaticField = new MyObject();</p>
]]></content:encoded>
	</item>
</channel>
</rss>
