<?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: Ajax on Rails &#8211; Prototype vs JQuery</title>
	<atom:link href="http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 17 Mar 2010 12:23:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: theBecFromMontreal</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-178722</link>
		<dc:creator>theBecFromMontreal</dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-178722</guid>
		<description>Quick question:

I&#039;ve been working hard trying to find a real meaning to the topic about the  Javascript framework war (JFW).

The thing is, this debate is not helping any of us. 

Designers prefer jQuery because it&#039;s more fun and cute (From what I read on blogs and around me).

Programmers like me love Prototype for one thing (amoung others): real event binding with data/OOP (which is non-sens in jQuery because jQuery is suddenly not cute when we add complexity. But, the thing is, I&#039;m a complexity specialist. I develop Web Applications, which, sometimes, they must fit with the complexity of my clients. Designers do not deal with complexity: they make the application look good. And they are very good at it. Their work is very important and valuable, but Prototype gives me more power of abstraction.)

Could we all of us be more productive and work togheter? A solution: Combine jQuery and Prototype? 

Combine the cute way of coding effects (because this is all about), and combine the powered structure of Prototype?</description>
		<content:encoded><![CDATA[<p>Quick question:</p>
<p>I&#8217;ve been working hard trying to find a real meaning to the topic about the  Javascript framework war (JFW).</p>
<p>The thing is, this debate is not helping any of us. </p>
<p>Designers prefer jQuery because it&#8217;s more fun and cute (From what I read on blogs and around me).</p>
<p>Programmers like me love Prototype for one thing (amoung others): real event binding with data/OOP (which is non-sens in jQuery because jQuery is suddenly not cute when we add complexity. But, the thing is, I&#8217;m a complexity specialist. I develop Web Applications, which, sometimes, they must fit with the complexity of my clients. Designers do not deal with complexity: they make the application look good. And they are very good at it. Their work is very important and valuable, but Prototype gives me more power of abstraction.)</p>
<p>Could we all of us be more productive and work togheter? A solution: Combine jQuery and Prototype? </p>
<p>Combine the cute way of coding effects (because this is all about), and combine the powered structure of Prototype?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snowcore</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-140950</link>
		<dc:creator>Snowcore</dc:creator>
		<pubDate>Thu, 10 Jan 2008 13:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-140950</guid>
		<description>I think that jQuery is the best framework and it will remove Prototype.js</description>
		<content:encoded><![CDATA[<p>I think that jQuery is the best framework and it will remove Prototype.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-125764</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 26 Nov 2007 22:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-125764</guid>
		<description>I just completed a plugin called jRails that makes using jQuery with Rails very easy. It is essentially a drop-in jQuery replacement for Prototype/script.aculo.us on Rails and you get all of the same default Rails helpers using the lighter jQuery library.
http://www.ennerchi.com/projects/jrails</description>
		<content:encoded><![CDATA[<p>I just completed a plugin called jRails that makes using jQuery with Rails very easy. It is essentially a drop-in jQuery replacement for Prototype/script.aculo.us on Rails and you get all of the same default Rails helpers using the lighter jQuery library.<br />
<a href="http://www.ennerchi.com/projects/jrails" rel="nofollow">http://www.ennerchi.com/projects/jrails</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthijs</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1858</link>
		<dc:creator>Matthijs</dc:creator>
		<pubDate>Sat, 02 Sep 2006 06:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1858</guid>
		<description>Nice article, thanks. I do want to add though that the example is still confusing. First I opened the link to the demo in another tab (as I always do). But then you&#039;ll just end up on the same article page, no demo popup. Then after reading the comments, I understood it&#039;s a popup. So I just clicked the link and indeed, a new window opens. But then my no-script extension blocked the script. I did allow script from devlounge, so I was a little suspicious to allow js from drnicwilliams.com, a domain I didn&#039;t know (xss anyone?). So to the author and anyone reading this: you can&#039;t make it obvious enough. Never. Just mention in big fat letters what will happen. What about my 80 yr old grandma who ... well ok, she&#039;ll probably not be interested in jquery and prototype :)

But a nice article and demo, cheers.</description>
		<content:encoded><![CDATA[<p>Nice article, thanks. I do want to add though that the example is still confusing. First I opened the link to the demo in another tab (as I always do). But then you&#8217;ll just end up on the same article page, no demo popup. Then after reading the comments, I understood it&#8217;s a popup. So I just clicked the link and indeed, a new window opens. But then my no-script extension blocked the script. I did allow script from devlounge, so I was a little suspicious to allow js from drnicwilliams.com, a domain I didn&#8217;t know (xss anyone?). So to the author and anyone reading this: you can&#8217;t make it obvious enough. Never. Just mention in big fat letters what will happen. What about my 80 yr old grandma who &#8230; well ok, she&#8217;ll probably not be interested in jquery and prototype <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But a nice article and demo, cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aj</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1759</link>
		<dc:creator>aj</dc:creator>
		<pubDate>Wed, 23 Aug 2006 17:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1759</guid>
		<description>@summae, you&#039;re also right, we have exceptions to our rule, for example, there&#039;s no reason for Nic to remove his article on his site even though we&#039;ve got the demo working here, because the original purpose of the cross linking between articles was to show the working demo. Anyways enough side talk, let&#039;s get back to comments on this wonderful article :)</description>
		<content:encoded><![CDATA[<p>@summae, you&#8217;re also right, we have exceptions to our rule, for example, there&#8217;s no reason for Nic to remove his article on his site even though we&#8217;ve got the demo working here, because the original purpose of the cross linking between articles was to show the working demo. Anyways enough side talk, let&#8217;s get back to comments on this wonderful article <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: summae</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1757</link>
		<dc:creator>summae</dc:creator>
		<pubDate>Wed, 23 Aug 2006 16:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1757</guid>
		<description>I think the change you made, in turning it into a link for a popup example, did help. My problem was indeed simply that there was confusing that the example did not work on the page, and it did not. I would have even been fine if you simply stated that you were linking to an external page to demo the example, and left the link to Dr. Nic as it was.

To Ronalfy, thank you for your support, but I do understand why these articles are cross-posted. The authors of these excellent articles would like to have the articles appear on there own websites, in addition to devlounge, and if devlounge did not allow this, well then they would have a very hard time getting so many good articles.</description>
		<content:encoded><![CDATA[<p>I think the change you made, in turning it into a link for a popup example, did help. My problem was indeed simply that there was confusing that the example did not work on the page, and it did not. I would have even been fine if you simply stated that you were linking to an external page to demo the example, and left the link to Dr. Nic as it was.</p>
<p>To Ronalfy, thank you for your support, but I do understand why these articles are cross-posted. The authors of these excellent articles would like to have the articles appear on there own websites, in addition to devlounge, and if devlounge did not allow this, well then they would have a very hard time getting so many good articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aj</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1756</link>
		<dc:creator>aj</dc:creator>
		<pubDate>Wed, 23 Aug 2006 16:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1756</guid>
		<description>The &quot;the following effect&quot; now opens in a popup window, so there&#039;s no need to leave the site.

@Ronalfy, all of our featured articles are usually not cross posted, for the same reason you have supplied. We like our content to be site specific. Some of our previous staff (who have since been removed), wrote some articles and did a lot of linking to their own sites, where they reposted the article. Anything is &quot;Sidenotes&quot; will usually point to full articles elsewhere, because that&#039;s what Sidenotes is about.</description>
		<content:encoded><![CDATA[<p>The &#8220;the following effect&#8221; now opens in a popup window, so there&#8217;s no need to leave the site.</p>
<p>@Ronalfy, all of our featured articles are usually not cross posted, for the same reason you have supplied. We like our content to be site specific. Some of our previous staff (who have since been removed), wrote some articles and did a lot of linking to their own sites, where they reposted the article. Anything is &#8220;Sidenotes&#8221; will usually point to full articles elsewhere, because that&#8217;s what Sidenotes is about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1755</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 23 Aug 2006 16:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1755</guid>
		<description>Sorry, I spoke too soon. AJ has it working in a popup.</description>
		<content:encoded><![CDATA[<p>Sorry, I spoke too soon. AJ has it working in a popup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1754</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 23 Aug 2006 16:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1754</guid>
		<description>I agree that the article should be in one place. It was written for Devlounge, but the example wasn&#039;t working. The solution was to link the article to a duplicate where Wordpress allowed it to work.

I&#039;ll update the article to clear this up in the text.</description>
		<content:encoded><![CDATA[<p>I agree that the article should be in one place. It was written for Devlounge, but the example wasn&#8217;t working. The solution was to link the article to a duplicate where Wordpress allowed it to work.</p>
<p>I&#8217;ll update the article to clear this up in the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronalfy</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1753</link>
		<dc:creator>Ronalfy</dc:creator>
		<pubDate>Wed, 23 Aug 2006 16:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1753</guid>
		<description>I think summae brought up a good point about the original article problem.  I&#039;ve noticed that several of the articles on this site are cross posted.  Why is that?  I feel if articles are written for this site, then this site should be the only place where the articles can be found.  Just my opinion.</description>
		<content:encoded><![CDATA[<p>I think summae brought up a good point about the original article problem.  I&#8217;ve noticed that several of the articles on this site are cross posted.  Why is that?  I feel if articles are written for this site, then this site should be the only place where the articles can be found.  Just my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aj</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1752</link>
		<dc:creator>aj</dc:creator>
		<pubDate>Wed, 23 Aug 2006 15:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1752</guid>
		<description>We were having (strange) problems getting the example to function right in my install of Wordpress. I&#039;ll try to get the in-post example working correctly today.</description>
		<content:encoded><![CDATA[<p>We were having (strange) problems getting the example to function right in my install of Wordpress. I&#8217;ll try to get the in-post example working correctly today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: summae</title>
		<link>http://www.devlounge.net/code/ajax-on-rails-prototype-vs-jquery/comment-page-1#comment-1751</link>
		<dc:creator>summae</dc:creator>
		<pubDate>Wed, 23 Aug 2006 15:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/ajax-on-rails-prototype-vs-jquery#comment-1751</guid>
		<description>Hi, 
On your site, in my browser, firefox 1.5.0.6, your example is simply functioning as a link to Dr. Nic. I believe this is a bit confusing, as this is supposed to be the original article, and there is no mention that this is the way it is supposed to work, as in, &quot;clicking on this example will take you to the site where it will actually be demonstrated. You may want to clear this up. Other than that great article.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
On your site, in my browser, firefox 1.5.0.6, your example is simply functioning as a link to Dr. Nic. I believe this is a bit confusing, as this is supposed to be the original article, and there is no mention that this is the way it is supposed to work, as in, &#8220;clicking on this example will take you to the site where it will actually be demonstrated. You may want to clear this up. Other than that great article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
