<?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: Scripty2 has landed</title>
	<atom:link href="http://ajaxian.com/archives/scripty2-has-landed/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/scripty2-has-landed</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: JohnResig</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274171</link>
		<dc:creator>JohnResig</dc:creator>
		<pubDate>Sat, 27 Jun 2009 22:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274171</guid>
		<description>I&#039;m hugely impressed by the work that Thomas Fuchs has done here. JavaScript-based animations always need to be pushed to get that extra ounce of performance and wizz-bang, I&#039;m really glad to see Thomas bringing everyone forward. Congrats Thomas!

@ThomasHansen: Scriptaculous was released June 2005, jQuery was released January 2006. 7 months advance, not quite a few years.
http://en.wikipedia.org/wiki/Scriptaculous
http://en.wikipedia.org/wiki/JQuery</description>
		<content:encoded><![CDATA[<p>I&#8217;m hugely impressed by the work that Thomas Fuchs has done here. JavaScript-based animations always need to be pushed to get that extra ounce of performance and wizz-bang, I&#8217;m really glad to see Thomas bringing everyone forward. Congrats Thomas!</p>
<p>@ThomasHansen: Scriptaculous was released June 2005, jQuery was released January 2006. 7 months advance, not quite a few years.<br />
<a href="http://en.wikipedia.org/wiki/Scriptaculous" rel="nofollow">http://en.wikipedia.org/wiki/Scriptaculous</a><br />
<a href="http://en.wikipedia.org/wiki/JQuery" rel="nofollow">http://en.wikipedia.org/wiki/JQuery</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdalton</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274170</link>
		<dc:creator>jdalton</dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274170</guid>
		<description>@Thomas Fuch - Great job. I am glad you&#039;ve been able to continue your work on Scripty. I love the transition docs :D
.
@anewton - What&#039;s your point ?
.
Moo has:
Fx.CSS (object), Fx.Tween, Fx.Morph and Fx.Transitions (~12 transitions) (MooMore - Fx.Elements, Accordion, Reveal, Scroll, Slide, SmoothScroll, Sort, and others)
.
Scripty2 has:
s2.css (object), s2.fx.Element, s2.fx.Heartbeat, s2.fx.Parallel, s2.fx.Scroll, s2.fx.Style, s2.fx.Morph, s2.fx.Transitions (~42 transitions), and others.
.
Can&#039;t there be a framework/lib post without erm, mine-too framework trolls.
.
At least acknowledge the hard work Thomas has put in :D</description>
		<content:encoded><![CDATA[<p>@Thomas Fuch &#8211; Great job. I am glad you&#8217;ve been able to continue your work on Scripty. I love the transition docs :D<br />
.<br />
@anewton &#8211; What&#8217;s your point ?<br />
.<br />
Moo has:<br />
Fx.CSS (object), Fx.Tween, Fx.Morph and Fx.Transitions (~12 transitions) (MooMore &#8211; Fx.Elements, Accordion, Reveal, Scroll, Slide, SmoothScroll, Sort, and others)<br />
.<br />
Scripty2 has:<br />
s2.css (object), s2.fx.Element, s2.fx.Heartbeat, s2.fx.Parallel, s2.fx.Scroll, s2.fx.Style, s2.fx.Morph, s2.fx.Transitions (~42 transitions), and others.<br />
.<br />
Can&#8217;t there be a framework/lib post without erm, mine-too framework trolls.<br />
.<br />
At least acknowledge the hard work Thomas has put in :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anewton</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274169</link>
		<dc:creator>anewton</dc:creator>
		<pubDate>Sat, 27 Jun 2009 20:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274169</guid>
		<description>This is all stuff that&#039;s been in MooTools for ages though.</description>
		<content:encoded><![CDATA[<p>This is all stuff that&#8217;s been in MooTools for ages though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadet</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274166</link>
		<dc:creator>Jadet</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274166</guid>
		<description>Scripty2 has a much better intergration with todays Prototype. Just looking at the code shows a rewrite of effect rendering with Prototype&#039;s custom events, that&#039;s something you don&#039;t get with any of the other libraries mentioned, those are better compared to scripty1. The custom events alone help to write less code that makes more sense since you can place code where it should be instead of having to search through your callback and chaining overkill.

Another big difference is that effects don&#039;t start automatically in scripty2, you&#039;ll have to start them yourself, it should have been that way all along IMO. Having all of the Robert Penner easing equations available is also a nice bonus. I can already think of a number ways to refactor my code with this.</description>
		<content:encoded><![CDATA[<p>Scripty2 has a much better intergration with todays Prototype. Just looking at the code shows a rewrite of effect rendering with Prototype&#8217;s custom events, that&#8217;s something you don&#8217;t get with any of the other libraries mentioned, those are better compared to scripty1. The custom events alone help to write less code that makes more sense since you can place code where it should be instead of having to search through your callback and chaining overkill.</p>
<p>Another big difference is that effects don&#8217;t start automatically in scripty2, you&#8217;ll have to start them yourself, it should have been that way all along IMO. Having all of the Robert Penner easing equations available is also a nice bonus. I can already think of a number ways to refactor my code with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274165</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274165</guid>
		<description>I think the idea is that what Scripty offers that jQuery UI and mooTools don&#039;t is Prototype compatibility. It&#039;s supplemental, just like jQuery UI.</description>
		<content:encoded><![CDATA[<p>I think the idea is that what Scripty offers that jQuery UI and mooTools don&#8217;t is Prototype compatibility. It&#8217;s supplemental, just like jQuery UI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryshaw</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274161</link>
		<dc:creator>ryshaw</dc:creator>
		<pubDate>Fri, 26 Jun 2009 17:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274161</guid>
		<description>I think that @ajaxianreader123 has a legitimate question.  I am not at all suggesting any kind of flame war, but I have the same question.  What does this new version of scripty have that is new and cool? (because I know that Thomas is so innovative and smart, he wouldn&#039;t have released something new if if there wasn&#039;t significant new things)
For example I really like what YUI3 is doing with DataSource, History, and Stylesheet stuff.  that is new, I don&#039;t use yui but it is cool to see so that we can get the same functionality into other libraries.  when jquery 1.3 came out, i really liked Live Events, that was cool and useful, event delegation built into the library. 

Its true that it is possible to do most of the same things in any of the popular libraries but it is cool to hear what is new to the ones that are coming out.  So, again, the question: What is new or cool that I couldn&#039;t do or do as well/easily as before?</description>
		<content:encoded><![CDATA[<p>I think that @ajaxianreader123 has a legitimate question.  I am not at all suggesting any kind of flame war, but I have the same question.  What does this new version of scripty have that is new and cool? (because I know that Thomas is so innovative and smart, he wouldn&#8217;t have released something new if if there wasn&#8217;t significant new things)<br />
For example I really like what YUI3 is doing with DataSource, History, and Stylesheet stuff.  that is new, I don&#8217;t use yui but it is cool to see so that we can get the same functionality into other libraries.  when jquery 1.3 came out, i really liked Live Events, that was cool and useful, event delegation built into the library. </p>
<p>Its true that it is possible to do most of the same things in any of the popular libraries but it is cool to hear what is new to the ones that are coming out.  So, again, the question: What is new or cool that I couldn&#8217;t do or do as well/easily as before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mjuhl</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274158</link>
		<dc:creator>mjuhl</dc:creator>
		<pubDate>Fri, 26 Jun 2009 16:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274158</guid>
		<description>@ajaxianreader123 You should probably just be thankful that there are so many smart people out there who will let you use their code free of charge no questions asked. Plus, it&#039;s always better to have options!</description>
		<content:encoded><![CDATA[<p>@ajaxianreader123 You should probably just be thankful that there are so many smart people out there who will let you use their code free of charge no questions asked. Plus, it&#8217;s always better to have options!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274157</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Fri, 26 Jun 2009 16:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274157</guid>
		<description>@ajaxianreader123
You&#039;re asking the wrong question. ScriptAculous (the same author, this is effectively just the &quot;2.0 version of&quot; ScriptAculous in fact) was the *way* before jQuery, in fact by several years!
.
So the question is &quot;does jQuery provide something that this doesn&#039;t&quot;... ;)</description>
		<content:encoded><![CDATA[<p>@ajaxianreader123<br />
You&#8217;re asking the wrong question. ScriptAculous (the same author, this is effectively just the &#8220;2.0 version of&#8221; ScriptAculous in fact) was the *way* before jQuery, in fact by several years!<br />
.<br />
So the question is &#8220;does jQuery provide something that this doesn&#8217;t&#8221;&#8230; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OscarHiboux</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274156</link>
		<dc:creator>OscarHiboux</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274156</guid>
		<description>Competition makes creativity, uh? :)</description>
		<content:encoded><![CDATA[<p>Competition makes creativity, uh? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AWebDev</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274155</link>
		<dc:creator>AWebDev</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274155</guid>
		<description>The one thing that really surprised me was that the swirly mad4milk-esque background thing is done not with scripty2/prototype but rapheal... a little false Advertisement?</description>
		<content:encoded><![CDATA[<p>The one thing that really surprised me was that the swirly mad4milk-esque background thing is done not with scripty2/prototype but rapheal&#8230; a little false Advertisement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxianreader123</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274154</link>
		<dc:creator>ajaxianreader123</dc:creator>
		<pubDate>Fri, 26 Jun 2009 12:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274154</guid>
		<description>I hate to be &quot;that guy&quot; but does this offer something over the other many, many other JS frameworks such as jQuery UI and mooTools?</description>
		<content:encoded><![CDATA[<p>I hate to be &#8220;that guy&#8221; but does this offer something over the other many, many other JS frameworks such as jQuery UI and mooTools?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadet</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274153</link>
		<dc:creator>Jadet</dc:creator>
		<pubDate>Fri, 26 Jun 2009 12:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274153</guid>
		<description>This puts Prototype back on the map. Nice work Thomas.</description>
		<content:encoded><![CDATA[<p>This puts Prototype back on the map. Nice work Thomas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jani</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274152</link>
		<dc:creator>Jani</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274152</guid>
		<description>Looks very nice. One of Scriptaculous&#039; strong points was in my opinion that it was relatively simple to do various effects and that seems to be there.

Btw check the puzzle demo. That&#039;s a prime example of how to not make a puzzle, it was very annoying solving it with the weird behavior of the piece you replaced :D</description>
		<content:encoded><![CDATA[<p>Looks very nice. One of Scriptaculous&#8217; strong points was in my opinion that it was relatively simple to do various effects and that seems to be there.</p>
<p>Btw check the puzzle demo. That&#8217;s a prime example of how to not make a puzzle, it was very annoying solving it with the weird behavior of the piece you replaced :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icoloma</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274151</link>
		<dc:creator>icoloma</dc:creator>
		<pubDate>Fri, 26 Jun 2009 07:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274151</guid>
		<description>It was being time! The demos look good, I will save some time to play with it a bit. Kudos to Thomas! :)</description>
		<content:encoded><![CDATA[<p>It was being time! The demos look good, I will save some time to play with it a bit. Kudos to Thomas! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyriakos</title>
		<link>http://ajaxian.com/archives/scripty2-has-landed/comment-page-1#comment-274150</link>
		<dc:creator>kyriakos</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7012#comment-274150</guid>
		<description>great! hope it goes into beta/release states soon. as a prototype/scriptaculous user i&#039;ve been looking forward to a refresh of the API&#039;s i use so frequently. I felt like it all went jquery for a while..</description>
		<content:encoded><![CDATA[<p>great! hope it goes into beta/release states soon. as a prototype/scriptaculous user i&#8217;ve been looking forward to a refresh of the API&#8217;s i use so frequently. I felt like it all went jquery for a while..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

