<?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: Useful Javascript OO pattern</title>
	<atom:link href="http://www.jeremyjohnstone.com/blog/2007-12-27-useful-javascript-oo-pattern.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyjohnstone.com/blog/2007-12-27-useful-javascript-oo-pattern.html</link>
	<description>Ramblings of a Geek</description>
	<lastBuildDate>Sun, 04 Jul 2010 19:43:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 2007 - A Year in Review &#187; Jeremy Johnstone Blog</title>
		<link>http://www.jeremyjohnstone.com/blog/2007-12-27-useful-javascript-oo-pattern.html/comment-page-1#comment-87</link>
		<dc:creator>2007 - A Year in Review &#187; Jeremy Johnstone Blog</dc:creator>
		<pubDate>Tue, 01 Jan 2008 12:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyjohnstone.com/blog/?p=259#comment-87</guid>
		<description>[...] Christmas day) visiting family back in the midwest. Since then, I&#8217;ve been busy getting some refactoring done at work, writing a Safari SIMBL plugin for Yahoo! Search, as well as catching up on some [...]</description>
		<content:encoded><![CDATA[<p>[...] Christmas day) visiting family back in the midwest. Since then, I&#8217;ve been busy getting some refactoring done at work, writing a Safari SIMBL plugin for Yahoo! Search, as well as catching up on some [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billgoates</title>
		<link>http://www.jeremyjohnstone.com/blog/2007-12-27-useful-javascript-oo-pattern.html/comment-page-1#comment-88</link>
		<dc:creator>billgoates</dc:creator>
		<pubDate>Mon, 31 Dec 2007 02:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyjohnstone.com/blog/?p=259#comment-88</guid>
		<description>This pattern is called a namespace, not a class. You cannot inherit from, or extend this object. It&#039;s used for api&#039;s or function libraries.

It&#039;s possible to write classes with private and public members, but they tend to be slower on creation.</description>
		<content:encoded><![CDATA[<p>This pattern is called a namespace, not a class. You cannot inherit from, or extend this object. It&#8217;s used for api&#8217;s or function libraries.</p>
<p>It&#8217;s possible to write classes with private and public members, but they tend to be slower on creation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
