<?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 Plugins; The beauty of loosely coupled code</title>
	<atom:link href="http://ajaxian.com/archives/javascript-plugins-the-beauty-of-loosely-coupled-code/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/javascript-plugins-the-beauty-of-loosely-coupled-code</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: ibolmo</title>
		<link>http://ajaxian.com/archives/javascript-plugins-the-beauty-of-loosely-coupled-code/comment-page-1#comment-265681</link>
		<dc:creator>ibolmo</dc:creator>
		<pubDate>Sun, 06 Jul 2008 22:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-plugins-the-beauty-of-loosely-coupled-code#comment-265681</guid>
		<description>I still don&#039;t see what the big fuss is. $.fn is just the prototype -- that is common to all JavaScript.

See: http://dev.jquery.com/browser/trunk/jquery/src/core.js#L32

Maybe I misunderstood where the praise was going, but the praise should go to JavaScript for being prototypal and referencing Objects.</description>
		<content:encoded><![CDATA[<p>I still don&#8217;t see what the big fuss is. $.fn is just the prototype &#8212; that is common to all JavaScript.</p>
<p>See: <a href="http://dev.jquery.com/browser/trunk/jquery/src/core.js#L32" rel="nofollow">http://dev.jquery.com/browser/trunk/jquery/src/core.js#L32</a></p>
<p>Maybe I misunderstood where the praise was going, but the praise should go to JavaScript for being prototypal and referencing Objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilazarte</title>
		<link>http://ajaxian.com/archives/javascript-plugins-the-beauty-of-loosely-coupled-code/comment-page-1#comment-265647</link>
		<dc:creator>ilazarte</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/javascript-plugins-the-beauty-of-loosely-coupled-code#comment-265647</guid>
		<description>the only thing I&#039;m not too thrilled about is the lack of namespacing for jquery plugins...

Let&#039;s say you develop an autocomplete plugin and i develop and autocomplete plugin...

i can&#039;t use the different implementations on the same page.

i tried briefly to get around this in jquery, but gave up.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>the only thing I&#8217;m not too thrilled about is the lack of namespacing for jquery plugins&#8230;</p>
<p>Let&#8217;s say you develop an autocomplete plugin and i develop and autocomplete plugin&#8230;</p>
<p>i can&#8217;t use the different implementations on the same page.</p>
<p>i tried briefly to get around this in jquery, but gave up.  Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

