<?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 have jQuery and prototype.js in the same project</title>
	<atom:link href="http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/</link>
	<description>Advanced katas for javascripters</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:10:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vishindas</title>
		<link>http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/comment-page-1/#comment-926</link>
		<dc:creator>Vishindas</dc:creator>
		<pubDate>Tue, 29 Jun 2010 21:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/#comment-926</guid>
		<description>Thanks for your help...  it works fine....</description>
		<content:encoded><![CDATA[<p>Thanks for your help&#8230;  it works fine&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Simard</title>
		<link>http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/comment-page-1/#comment-424</link>
		<dc:creator>Dan Simard</dc:creator>
		<pubDate>Mon, 28 Jan 2008 18:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/#comment-424</guid>
		<description>@Tobias
Hmmm... maybe I didn&#039;t spend enough time working with prototype.js. My fault! Maybe the bad documentation has something to do with that.

Still, I prefer jQuery for its ease of use and the selectors that are much more powerful than in prototype.js.

I promise that I will try to use prototype a little harder next time so I will have more comparative points.

Thanks for your good and constructive comment.</description>
		<content:encoded><![CDATA[<p>@Tobias<br />
Hmmm&#8230; maybe I didn&#8217;t spend enough time working with prototype.js. My fault! Maybe the bad documentation has something to do with that.</p>
<p>Still, I prefer jQuery for its ease of use and the selectors that are much more powerful than in prototype.js.</p>
<p>I promise that I will try to use prototype a little harder next time so I will have more comparative points.</p>
<p>Thanks for your good and constructive comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/comment-page-1/#comment-423</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Mon, 28 Jan 2008 18:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/#comment-423</guid>
		<description>You don&#039;t have to use the bindAsEventListener for your example. It&#039;s there for the situations where you need to bind a method to a special context and then pass it as an event listener.

You could write it like this in Prototype(*):

$(&#039;a_div&#039;).observe(&#039;click&#039;, function(){ alert(this.text()) })

I don&#039;t really how that should be worse than the jQuery syntax.

(*: Prototype doesn&#039;t have a #text() method for elements right now, but that would be trivial to add.)</description>
		<content:encoded><![CDATA[<p>You don&#8217;t have to use the bindAsEventListener for your example. It&#8217;s there for the situations where you need to bind a method to a special context and then pass it as an event listener.</p>
<p>You could write it like this in Prototype(*):</p>
<p>$(&#8216;a_div&#8217;).observe(&#8216;click&#8217;, function(){ alert(this.text()) })</p>
<p>I don&#8217;t really how that should be worse than the jQuery syntax.</p>
<p>(*: Prototype doesn&#8217;t have a #text() method for elements right now, but that would be trivial to add.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Simard</title>
		<link>http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/comment-page-1/#comment-422</link>
		<dc:creator>Dan Simard</dc:creator>
		<pubDate>Mon, 28 Jan 2008 14:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/#comment-422</guid>
		<description>@FrankLamontagne
I don&#039;t even understand how could someone choose prototype.js over jQuery. Just for that bindAsEventListener, prototype.js should be banned from all web applications.</description>
		<content:encoded><![CDATA[<p>@FrankLamontagne<br />
I don&#8217;t even understand how could someone choose prototype.js over jQuery. Just for that bindAsEventListener, prototype.js should be banned from all web applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrankLamontagne</title>
		<link>http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/comment-page-1/#comment-421</link>
		<dc:creator>FrankLamontagne</dc:creator>
		<pubDate>Mon, 28 Jan 2008 13:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/28/how-to-have-jquery-and-prototypejs-in-the-same-project/#comment-421</guid>
		<description>That bindAsEventListener thing scared the hell out me as well. In general I feel that the JQuery way of doing things is more true to Javascript. prototype feels like they wanted to hide everything THAT IS javascript behind some kind of Dotnet like language.</description>
		<content:encoded><![CDATA[<p>That bindAsEventListener thing scared the hell out me as well. In general I feel that the JQuery way of doing things is more true to Javascript. prototype feels like they wanted to hide everything THAT IS javascript behind some kind of Dotnet like language.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
