<?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"
	>
<channel>
	<title>Comments on: Useful Javascript OO pattern</title>
	<atom:link href="http://www.jeremyjohnstone.com/blog/archives/2007/12/27/useful-javascript-oo-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyjohnstone.com/blog/archives/2007/12/27/useful-javascript-oo-pattern/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 01 Dec 2008 23:51:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: 2007 - A Year in Review &#187; Jeremy Johnstone Blog</title>
		<link>http://www.jeremyjohnstone.com/blog/archives/2007/12/27/useful-javascript-oo-pattern/#comment-86</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/archives/2007/12/27/useful-javascript-oo-pattern/#comment-86</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>[&#8230;] 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 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billgoates</title>
		<link>http://www.jeremyjohnstone.com/blog/archives/2007/12/27/useful-javascript-oo-pattern/#comment-87</link>
		<dc:creator>billgoates</dc:creator>
		<pubDate>Mon, 31 Dec 2007 02:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyjohnstone.com/blog/archives/2007/12/27/useful-javascript-oo-pattern/#comment-87</guid>
		<description>This pattern is called a namespace, not a class. You cannot inherit from, or extend this object. It's used for api's or function libraries.

It'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>
