<?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: Creating extensible Prototype Widgets</title>
	<atom:link href="http://ajaxian.com/archives/creating-extensible-prototype-widgets/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/creating-extensible-prototype-widgets</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ivan</title>
		<link>http://ajaxian.com/archives/creating-extensible-prototype-widgets/comment-page-1#comment-237573</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Fri, 08 Dec 2006 15:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1898#comment-237573</guid>
		<description>This is one of the reasons I avoid frameworks like Prototype.  One man&#039;s &quot;object oriented&quot; system is another mans &quot;poor implementation&quot;.  I think Javascript is great at being function and object based, but anything beyond that is just an exercise is confusion.</description>
		<content:encoded><![CDATA[<p>This is one of the reasons I avoid frameworks like Prototype.  One man&#8217;s &#8220;object oriented&#8221; system is another mans &#8220;poor implementation&#8221;.  I think Javascript is great at being function and object based, but anything beyond that is just an exercise is confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uriel Katz</title>
		<link>http://ajaxian.com/archives/creating-extensible-prototype-widgets/comment-page-1#comment-232121</link>
		<dc:creator>Uriel Katz</dc:creator>
		<pubDate>Wed, 06 Dec 2006 17:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1898#comment-232121</guid>
		<description>why using eva(&quot;this.&quot;+method)?
use instead this[method];</description>
		<content:encoded><![CDATA[<p>why using eva(&#8220;this.&#8221;+method)?<br />
use instead this[method];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://ajaxian.com/archives/creating-extensible-prototype-widgets/comment-page-1#comment-232120</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 06 Dec 2006 17:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1898#comment-232120</guid>
		<description>As mentioned on the blog the eval evil isn&#039;t required!

&lt;code&gt;var original = this[method];&lt;/code&gt;

works a treat!</description>
		<content:encoded><![CDATA[<p>As mentioned on the blog the eval evil isn&#8217;t required!</p>
<p><code>var original = this[method];</code></p>
<p>works a treat!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

