<?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: SitePoint Blogs » Javascript Inheritance bug and fix</title>
	<atom:link href="http://alexle.net/archives/107/feed" rel="self" type="application/rss+xml" />
	<link>http://alexle.net/archives/107</link>
	<description>Personal View</description>
	<pubDate>Sat, 22 Nov 2008 03:56:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Andrew Sazonov</title>
		<link>http://alexle.net/archives/107#comment-22770</link>
		<dc:creator>Andrew Sazonov</dc:creator>
		<pubDate>Tue, 10 Apr 2007 10:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/107#comment-22770</guid>
		<description>There is another approach to implement JavaScript inheritance - a “lazy” inheritance which has all benefits of “prototype” based approach like typed classes, but also eliminates necessity to declare external scripts in proper order and automatically resolves and loads (if necessary) dependencies to external scripts that contains related classes.
This approach is supported by JSINER library - you can find more about it on http://www.soft-amis.com/jsiner/inheritance.html</description>
		<content:encoded><![CDATA[<p>There is another approach to implement JavaScript inheritance - a “lazy” inheritance which has all benefits of “prototype” based approach like typed classes, but also eliminates necessity to declare external scripts in proper order and automatically resolves and loads (if necessary) dependencies to external scripts that contains related classes.<br />
This approach is supported by JSINER library - you can find more about it on <a href="http://www.soft-amis.com/jsiner/inheritance.html" rel="nofollow">http://www.soft-amis.com/jsiner/inheritance.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: troelskn</title>
		<link>http://alexle.net/archives/107#comment-61</link>
		<dc:creator>troelskn</dc:creator>
		<pubDate>Fri, 21 Jul 2006 08:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/107#comment-61</guid>
		<description>I'm using the implementation in :
http://www.itsalleasy.com/2006/02/05/prototype-chain/</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the implementation in :<br />
<a href="http://www.itsalleasy.com/2006/02/05/prototype-chain/" rel="nofollow">http://www.itsalleasy.com/2006/02/05/prototype-chain/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.214 seconds -->
