<?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: Survey of Javascript Inheritance Techniques</title>
	<atom:link href="http://ajaxian.com/archives/survey-of-javascript-inheritance-techniques/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/survey-of-javascript-inheritance-techniques</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: jhawkes</title>
		<link>http://ajaxian.com/archives/survey-of-javascript-inheritance-techniques/comment-page-1#comment-272551</link>
		<dc:creator>jhawkes</dc:creator>
		<pubDate>Sun, 05 Apr 2009 22:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1477#comment-272551</guid>
		<description>The Javascript inheritance model was prototypal by design. But it is not very straightforward. For further explanation (and a framework that irons out some kinks), see http://devblog.techhead.biz/2009/04/prototype-based-programming-in_04.html</description>
		<content:encoded><![CDATA[<p>The Javascript inheritance model was prototypal by design. But it is not very straightforward. For further explanation (and a framework that irons out some kinks), see <a href="http://devblog.techhead.biz/2009/04/prototype-based-programming-in_04.html" rel="nofollow">http://devblog.techhead.biz/2009/04/prototype-based-programming-in_04.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Sazonov</title>
		<link>http://ajaxian.com/archives/survey-of-javascript-inheritance-techniques/comment-page-1#comment-249131</link>
		<dc:creator>Andrew Sazonov</dc:creator>
		<pubDate>Mon, 09 Apr 2007 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1477#comment-249131</guid>
		<description>Well, it seems that there new approach to implementing inheritance recently was added - a &quot;lazy inheritance&quot; - http://www.soft-amis.com/jsiner/index.html</description>
		<content:encoded><![CDATA[<p>Well, it seems that there new approach to implementing inheritance recently was added &#8211; a &#8220;lazy inheritance&#8221; &#8211; <a href="http://www.soft-amis.com/jsiner/index.html" rel="nofollow">http://www.soft-amis.com/jsiner/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Zyp</title>
		<link>http://ajaxian.com/archives/survey-of-javascript-inheritance-techniques/comment-page-1#comment-70607</link>
		<dc:creator>Kris Zyp</dc:creator>
		<pubDate>Sat, 19 Aug 2006 14:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1477#comment-70607</guid>
		<description>Many of these techniques described here are emulations of class-based languages.  I believe that most of the usages of such techniques are for programmers that are accustomed to class-based languages like Java.  However, JavaScript prototypal based inheritance can actually be much more powerful, and it is much more efficient to the use JavaScript as it is intended than to try to do emulations with it.  Even Douglas Crockford has since stated the benefits of using prototypal object inheritance rather than emulating class inheritance: http://javascript.crockford.com/prototypal.html</description>
		<content:encoded><![CDATA[<p>Many of these techniques described here are emulations of class-based languages.  I believe that most of the usages of such techniques are for programmers that are accustomed to class-based languages like Java.  However, JavaScript prototypal based inheritance can actually be much more powerful, and it is much more efficient to the use JavaScript as it is intended than to try to do emulations with it.  Even Douglas Crockford has since stated the benefits of using prototypal object inheritance rather than emulating class inheritance: <a href="http://javascript.crockford.com/prototypal.html" rel="nofollow">http://javascript.crockford.com/prototypal.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThinWire Ajax Framework Blog :: ThinWire Lead Developer Quoted on Ajaxian.com Front Page</title>
		<link>http://ajaxian.com/archives/survey-of-javascript-inheritance-techniques/comment-page-1#comment-68895</link>
		<dc:creator>ThinWire Ajax Framework Blog :: ThinWire Lead Developer Quoted on Ajaxian.com Front Page</dc:creator>
		<pubDate>Thu, 17 Aug 2006 05:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1477#comment-68895</guid>
		<description>[...] In a post to the front page of Ajaxian.com today, Michael Mahemoff showcases an article written by Joshua Gertzen, the lead developer of the ThinWire Framework: [...]</description>
		<content:encoded><![CDATA[<p>[...] In a post to the front page of Ajaxian.com today, Michael Mahemoff showcases an article written by Joshua Gertzen, the lead developer of the ThinWire Framework: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

