<?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 OOP Techniques</title>
	<atom:link href="http://www.candesprojects.com/javascript/javascript-oop-techniques/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.candesprojects.com/javascript/javascript-oop-techniques/</link>
	<description>Howdy! I&#039;m a UX &#38; UI consultant and Magento &#38; Drupal developer. Here you can find my thoughts and ideas. Feel free to look around and if you need my advice or services</description>
	<lastBuildDate>Tue, 22 Jun 2010 02:55:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ionut Popa</title>
		<link>http://www.candesprojects.com/javascript/javascript-oop-techniques/comment-page-1/#comment-485</link>
		<dc:creator>Ionut Popa</dc:creator>
		<pubDate>Tue, 14 Apr 2009 13:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.candesprojects.com/?p=145#comment-485</guid>
		<description>If you need a singleton you can write something like this
&lt;code&gt;
var App4 = {
a: xxx,
b: function(){},
return{
b:b}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you need a singleton you can write something like this<br />
<code><br />
var App4 = {<br />
a: xxx,<br />
b: function(){},<br />
return{<br />
b:b}<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
