<?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: Simplest Prototype &amp; scripty Slideshow</title>
	<atom:link href="http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 05 Aug 2010 21:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: A_Flama</title>
		<link>http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/comment-page-1/#comment-26145</link>
		<dc:creator>A_Flama</dc:creator>
		<pubDate>Fri, 30 Apr 2010 22:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12061#comment-26145</guid>
		<description>Thanks so much for this post, saved me some coding time! :)</description>
		<content:encoded><![CDATA[<p>Thanks so much for this post, saved me some coding time! <img src='http://mir.aculo.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon shipman</title>
		<link>http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/comment-page-1/#comment-25378</link>
		<dc:creator>Jon shipman</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12061#comment-25378</guid>
		<description>So I was working in an old version of Magento for a client and this code was wrecking my brain. Apparently if you&#039;re on Proto 1.6.0.3 you have to use Effect.Fade() and Effect.Appear() instead of fade() and appear().

if(visible.length&gt;1) Effect.Fade(visible.last(),{duration:.3});
  else Effect.Appear(imgs.last(),{ duration: .3,</description>
		<content:encoded><![CDATA[<p>So I was working in an old version of Magento for a client and this code was wrecking my brain. Apparently if you&#8217;re on Proto 1.6.0.3 you have to use Effect.Fade() and Effect.Appear() instead of fade() and appear().</p>
<p>if(visible.length&gt;1) Effect.Fade(visible.last(),{duration:.3});<br />
  else Effect.Appear(imgs.last(),{ duration: .3,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qFox</title>
		<link>http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/comment-page-1/#comment-15935</link>
		<dc:creator>qFox</dc:creator>
		<pubDate>Tue, 22 Dec 2009 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12061#comment-15935</guid>
		<description>Here&#039;s my version: http://qfox.nl/weblog?181.

Slideshows are all about fading these days. The rest is sugar...</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my version: <a href="http://qfox.nl/weblog?181" rel="nofollow">http://qfox.nl/weblog?181</a>.</p>
<p>Slideshows are all about fading these days. The rest is sugar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simplest jQuery And Prototype Slideshows &#124; Free Web Resources</title>
		<link>http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/comment-page-1/#comment-15259</link>
		<dc:creator>Simplest jQuery And Prototype Slideshows &#124; Free Web Resources</dc:creator>
		<pubDate>Sun, 13 Dec 2009 11:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12061#comment-15259</guid>
		<description>[...] that, Thomas Fuchs, the author of the script.aculo.us, has also created one using Prototype &amp; Scripty [...]</description>
		<content:encoded><![CDATA[<p>[...] that, Thomas Fuchs, the author of the script.aculo.us, has also created one using Prototype &amp; Scripty [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sethaurus</title>
		<link>http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/comment-page-1/#comment-15204</link>
		<dc:creator>sethaurus</dc:creator>
		<pubDate>Sat, 12 Dec 2009 10:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12061#comment-15204</guid>
		<description>I think the fact that you find the jQuery version &#039;too magic&#039; is indicative of the philosophical differences between JQ and Protoype/Scripty, rather than an objective problem with Simon&#039;s code. I used to find jQuery code unnecessarily terse and illegible, especially when it employed `.end()` call-chaining, but gradually it has come to seem natural to me. The Prototype coding style encourages idiomatic javascript, with named variables and ordinary control structures, whereas the jQuery style is more like a little DSL for the DOM, where logic is done in call-chaining and verbosity is considered redundant.</description>
		<content:encoded><![CDATA[<p>I think the fact that you find the jQuery version &#8216;too magic&#8217; is indicative of the philosophical differences between JQ and Protoype/Scripty, rather than an objective problem with Simon&#8217;s code. I used to find jQuery code unnecessarily terse and illegible, especially when it employed `.end()` call-chaining, but gradually it has come to seem natural to me. The Prototype coding style encourages idiomatic javascript, with named variables and ordinary control structures, whereas the jQuery style is more like a little DSL for the DOM, where logic is done in call-chaining and verbosity is considered redundant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radoslav Stankov</title>
		<link>http://mir.aculo.us/2009/12/11/simplest-prototype-scripty-slideshow/comment-page-1/#comment-15152</link>
		<dc:creator>Radoslav Stankov</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=12061#comment-15152</guid>
		<description>Looks nice, I use such quick liners for rapid prototyping ( I had 5 - line tab panel ). If you want to make it even smaller you could replace img.visible() function with Element.visible</description>
		<content:encoded><![CDATA[<p>Looks nice, I use such quick liners for rapid prototyping ( I had 5 &#8211; line tab panel ). If you want to make it even smaller you could replace img.visible() function with Element.visible</p>
]]></content:encoded>
	</item>
</channel>
</rss>
