<?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: JQuery UI vs. Scriptaculous</title>
	<atom:link href="http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/</link>
	<description>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Random snips of code and bugs</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:20:06 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: viola sheet music free</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-66</link>
		<dc:creator>viola sheet music free</dc:creator>
		<pubDate>Sat, 31 Jul 2010 03:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-66</guid>
		<description>&lt;strong&gt;lady gaga’s music video...&lt;/strong&gt;

This is my blog about lady gaga’s music video...</description>
		<content:encoded><![CDATA[<p><strong>lady gaga’s music video&#8230;</strong></p>
<p>This is my blog about lady gaga’s music video&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: one</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-54</link>
		<dc:creator>one</dc:creator>
		<pubDate>Sat, 17 Jul 2010 15:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-54</guid>
		<description>I find it a bad article because it only describes the features of jQuery UI&#039;s show() function, you can do more options such as &quot;direction&quot; for blind, and like the fade effect, there is fadeIn() and fadeOut(). Even fadeTo(). Scriptaculous can only target ID&#039;s, jQuery can handle multiple groups at the same time with the .class selector or the tag selector, or any other css3 selector like :contains().
Maybe Scriptaculous has better effects, i dont know, but jQuery is easier to use.</description>
		<content:encoded><![CDATA[<p>I find it a bad article because it only describes the features of jQuery UI&#8217;s show() function, you can do more options such as &#8220;direction&#8221; for blind, and like the fade effect, there is fadeIn() and fadeOut(). Even fadeTo(). Scriptaculous can only target ID&#8217;s, jQuery can handle multiple groups at the same time with the .class selector or the tag selector, or any other css3 selector like :contains().<br />
Maybe Scriptaculous has better effects, i dont know, but jQuery is easier to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fast easy payday loans rapid earn money</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-50</link>
		<dc:creator>fast easy payday loans rapid earn money</dc:creator>
		<pubDate>Mon, 05 Jul 2010 05:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-50</guid>
		<description>&lt;strong&gt;fast easy payday loans rapid earn money...&lt;/strong&gt;

We provide no credit check payday loans online. It&#039;s easy and quick....</description>
		<content:encoded><![CDATA[<p><strong>fast easy payday loans rapid earn money&#8230;</strong></p>
<p>We provide no credit check payday loans online. It&#8217;s easy and quick&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LENORARaymond32</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-31</link>
		<dc:creator>LENORARaymond32</dc:creator>
		<pubDate>Mon, 19 Apr 2010 11:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-31</guid>
		<description>It&#039;s well known that money can make people independent. But how to act if one has no cash? The one way is to try to get the &lt;a href=&quot;http://lowest-rate-loans.com&quot; rel=&quot;nofollow&quot;&gt;loan&lt;/a&gt; or consolidation loan.</description>
		<content:encoded><![CDATA[<p>It&#8217;s well known that money can make people independent. But how to act if one has no cash? The one way is to try to get the <a href="http://lowest-rate-loans.com" rel="nofollow">loan</a> or consolidation loan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadet</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-24</link>
		<dc:creator>Jadet</dc:creator>
		<pubDate>Sun, 04 Oct 2009 14:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-24</guid>
		<description>Scriptaculous is way ahead of jQuery when it comes to proper queue and scoping, these things are at the core of a good animation library.

In jQuery an effect scope is bound to the element on which the effect takes place, a lot of people have written plugins in attempts to create global and shared scopes to fix this flaw. There&#039;s a queue/dequeue priciple in jQuery that does nothing to fix this and even introduces more limitations by not playing nicely with animate. 

Scriptaculous got all of this right. It&#039;s Effect.Event alone proves that jQuery&#039;s queue/dequeue alongside of animate is a terrible implementation.

If your goal is to write real application in Javascript you shouldn&#039;t be looking at jQuery. You will be spending a lot of time fixing flaws like the effect-queue I&#039;ve just described. jQuery has these design flaws because at it&#039;s core is DOM manipulation which has been taken too far. The whole library is coded around chaining up code to work on DOM nodes, this approach shouldn&#039;t have been carried through into the effects part of the library since it brings along limitations.

The dom query approach, as easy as it might seem for newcommers, is also jQuery&#039;s biggest flaw. Prototype and Scriptaculous are thought out much better, it&#039;s the obvious choice if you are a coder that knows what he&#039;s doing with Javascript.</description>
		<content:encoded><![CDATA[<p>Scriptaculous is way ahead of jQuery when it comes to proper queue and scoping, these things are at the core of a good animation library.</p>
<p>In jQuery an effect scope is bound to the element on which the effect takes place, a lot of people have written plugins in attempts to create global and shared scopes to fix this flaw. There&#8217;s a queue/dequeue priciple in jQuery that does nothing to fix this and even introduces more limitations by not playing nicely with animate. </p>
<p>Scriptaculous got all of this right. It&#8217;s Effect.Event alone proves that jQuery&#8217;s queue/dequeue alongside of animate is a terrible implementation.</p>
<p>If your goal is to write real application in Javascript you shouldn&#8217;t be looking at jQuery. You will be spending a lot of time fixing flaws like the effect-queue I&#8217;ve just described. jQuery has these design flaws because at it&#8217;s core is DOM manipulation which has been taken too far. The whole library is coded around chaining up code to work on DOM nodes, this approach shouldn&#8217;t have been carried through into the effects part of the library since it brings along limitations.</p>
<p>The dom query approach, as easy as it might seem for newcommers, is also jQuery&#8217;s biggest flaw. Prototype and Scriptaculous are thought out much better, it&#8217;s the obvious choice if you are a coder that knows what he&#8217;s doing with Javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-7</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 13 Sep 2009 19:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-7</guid>
		<description>@yed, this is very true and I did miss this point in comparison. In my opinion though Scriptaculous still offers more options for the effect functions as well as a wider array.

@Mustang, that comparison is very nice and well thought out, I would like to see more of the standards they used when testing. They make no mention of the hardware used and which options were chosen within the browsers.</description>
		<content:encoded><![CDATA[<p>@yed, this is very true and I did miss this point in comparison. In my opinion though Scriptaculous still offers more options for the effect functions as well as a wider array.</p>
<p>@Mustang, that comparison is very nice and well thought out, I would like to see more of the standards they used when testing. They make no mention of the hardware used and which options were chosen within the browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doomedlung</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-6</link>
		<dc:creator>doomedlung</dc:creator>
		<pubDate>Sun, 13 Sep 2009 14:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-6</guid>
		<description>The implementation code for Scriptaculous can be shortened to: $(‘id_of_element’).selectedEffect({ options });</description>
		<content:encoded><![CDATA[<p>The implementation code for Scriptaculous can be shortened to: $(‘id_of_element’).selectedEffect({ options });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustang</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-5</link>
		<dc:creator>Mustang</dc:creator>
		<pubDate>Sun, 13 Sep 2009 13:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-5</guid>
		<description>If you are using all(or several) of those effects, I assume you&#039;ll be using prototype and scriptaculous heavily. 

In such scope, it scares me when I see this http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised , because I&#039;ve been bitten before by poor performance of a js library. 

PS: That case was a rich interface with thousands of selectors and an old version of jquery(pre-sizzle)</description>
		<content:encoded><![CDATA[<p>If you are using all(or several) of those effects, I assume you&#8217;ll be using prototype and scriptaculous heavily. </p>
<p>In such scope, it scares me when I see this <a href="http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised" rel="nofollow">http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised</a> , because I&#8217;ve been bitten before by poor performance of a js library. </p>
<p>PS: That case was a rich interface with thousands of selectors and an old version of jquery(pre-sizzle)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yed_</title>
		<link>http://scriptperfect.com/2009/09/jquery-ui-vs-scriptaculous/comment-page-1/#comment-4</link>
		<dc:creator>yed_</dc:creator>
		<pubDate>Sun, 13 Sep 2009 10:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://scriptperfect.com/?p=212#comment-4</guid>
		<description>Good article. JQuery has some effects in basic, ie. &#039;fade&#039;, &#039;opacity&#039; alternative fadeTo(). Because jQuery UI doesn&#039;t work without jQuery, we can say that jQuery UI has these effects too.</description>
		<content:encoded><![CDATA[<p>Good article. JQuery has some effects in basic, ie. &#8216;fade&#8217;, &#8216;opacity&#8217; alternative fadeTo(). Because jQuery UI doesn&#8217;t work without jQuery, we can say that jQuery UI has these effects too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
