<?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: How to Create Objects in Object-Oriented JavaScript with Prototype</title>
	<atom:link href="http://shifteleven.com/articles/2007/04/29/how-to-create-objects-in-object-oriented-javascript-with-prototype/feed" rel="self" type="application/rss+xml" />
	<link>http://shifteleven.com/articles/2007/04/29/how-to-create-objects-in-object-oriented-javascript-with-prototype?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-objects-in-object-oriented-javascript-with-prototype</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 20:05:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Eway</title>
		<link>http://shifteleven.com/articles/2007/04/29/how-to-create-objects-in-object-oriented-javascript-with-prototype/comment-page-1#comment-65734</link>
		<dc:creator>John Eway</dc:creator>
		<pubDate>Wed, 21 Sep 2011 00:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev.fecalrod.com/?p=28#comment-65734</guid>
		<description>document.observe(&quot;dom:loaded&quot;, function() {
  // initially hide all containers for tab content
  missigri.meow();
});</description>
		<content:encoded><![CDATA[<p>document.observe(&#8220;dom:loaded&#8221;, function() {<br />
  // initially hide all containers for tab content<br />
  missigri.meow();<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Adam Christensen</title>
		<link>http://shifteleven.com/articles/2007/04/29/how-to-create-objects-in-object-oriented-javascript-with-prototype/comment-page-1#comment-98</link>
		<dc:creator>K. Adam Christensen</dc:creator>
		<pubDate>Tue, 08 May 2007 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://dev.fecalrod.com/?p=28#comment-98</guid>
		<description>It works for me.  Are you including the &quot;prototype framework&quot;:http://www.prototypejs.org/ with this code?</description>
		<content:encoded><![CDATA[<p>It works for me.  Are you including the &#8220;prototype framework&#8221;:<a href="http://www.prototypejs.org/" rel="nofollow">http://www.prototypejs.org/</a> with this code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://shifteleven.com/articles/2007/04/29/how-to-create-objects-in-object-oriented-javascript-with-prototype/comment-page-1#comment-97</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Mon, 07 May 2007 10:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://dev.fecalrod.com/?p=28#comment-97</guid>
		<description>It doesn&#039;t work for me. I&#039;ve tried it in IE6, Opera9 - no errors, just nothing happens.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work for me. I&#8217;ve tried it in IE6, Opera9 &#8211; no errors, just nothing happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Sazonov</title>
		<link>http://shifteleven.com/articles/2007/04/29/how-to-create-objects-in-object-oriented-javascript-with-prototype/comment-page-1#comment-96</link>
		<dc:creator>Andrew Sazonov</dc:creator>
		<pubDate>Tue, 01 May 2007 09:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://dev.fecalrod.com/?p=28#comment-96</guid>
		<description>Here is a link to an article which compares various techniques to implement inheritance in JavaScript (and their benefits and drawbacks) and also includes points why prototype.js is not perfect:

http://www.soft-amis.org/jsiner/inheritance.html</description>
		<content:encoded><![CDATA[<p>Here is a link to an article which compares various techniques to implement inheritance in JavaScript (and their benefits and drawbacks) and also includes points why prototype.js is not perfect:</p>
<p><a href="http://www.soft-amis.org/jsiner/inheritance.html" rel="nofollow">http://www.soft-amis.org/jsiner/inheritance.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan of javascript kata</title>
		<link>http://shifteleven.com/articles/2007/04/29/how-to-create-objects-in-object-oriented-javascript-with-prototype/comment-page-1#comment-95</link>
		<dc:creator>Dan of javascript kata</dc:creator>
		<pubDate>Tue, 01 May 2007 08:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://dev.fecalrod.com/?p=28#comment-95</guid>
		<description>Hi Adam,
I didn&#039;t know that prototype had a helper for class creation. I guess you can also make some inheritance...

Maybe you are wondering why I use a Cat as example. First, I really like cats. Second, it is not a reusable class that you can copy/paste in your project. That way, the reader that wants to do a class has to understand the technic and he is not just using the class blindly.

Thanks for you post!</description>
		<content:encoded><![CDATA[<p>Hi Adam,<br />
I didn&#8217;t know that prototype had a helper for class creation. I guess you can also make some inheritance&#8230;</p>
<p>Maybe you are wondering why I use a Cat as example. First, I really like cats. Second, it is not a reusable class that you can copy/paste in your project. That way, the reader that wants to do a class has to understand the technic and he is not just using the class blindly.</p>
<p>Thanks for you post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

