<?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: Simple JavaScript Slide Show Using script.aculo.us</title>
	<atom:link href="http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous</link>
	<description>andrewsellick.com</description>
	<lastBuildDate>Fri, 12 Mar 2010 01:55:15 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anka</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-2#comment-57095</link>
		<dc:creator>Anka</dc:creator>
		<pubDate>Sat, 06 Mar 2010 15:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-57095</guid>
		<description>Очень полезный скрипт, попробую установить на &lt;a href=&quot;http://www.ankstar.com/&quot; rel=&quot;nofollow&quot;&gt;своем сайте про путешествия&lt;/a&gt; тоже.</description>
		<content:encoded><![CDATA[<p>Очень полезный скрипт, попробую установить на <a href="http://www.ankstar.com/" rel="nofollow">своем сайте про путешествия</a> тоже.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SErG</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-2#comment-57078</link>
		<dc:creator>SErG</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-57078</guid>
		<description>Профессиональная раскрутка сайта в Москве в кратчайшие сроки. Финансовые гарантии результата, бесплатный аудит для потенциальных клиентов, подбор запросов, индивидуальный подход! Нужно раскрутить сайт - доверься профессионалам.
Yandex, Google, Rambler - только &quot;белые&quot; методы раскрутки сайтов от компании Weboptimize.</description>
		<content:encoded><![CDATA[<p>Профессиональная раскрутка сайта в Москве в кратчайшие сроки. Финансовые гарантии результата, бесплатный аудит для потенциальных клиентов, подбор запросов, индивидуальный подход! Нужно раскрутить сайт &#8211; доверься профессионалам.<br />
Yandex, Google, Rambler &#8211; только &#8220;белые&#8221; методы раскрутки сайтов от компании Weboptimize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hurikhan77</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-2#comment-56990</link>
		<dc:creator>hurikhan77</dc:creator>
		<pubDate>Sun, 29 Nov 2009 12:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56990</guid>
		<description>This comment box is totally broken when posting specific character combinations. Here&#039;s my code snippet again:

http://gist.github.com/244894</description>
		<content:encoded><![CDATA[<p>This comment box is totally broken when posting specific character combinations. Here&#8217;s my code snippet again:</p>
<p><a href="http://gist.github.com/244894" rel="nofollow">http://gist.github.com/244894</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hurikhan77</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-2#comment-56989</link>
		<dc:creator>hurikhan77</dc:creator>
		<pubDate>Sun, 29 Nov 2009 12:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56989</guid>
		<description>Last comment misses part of my script version. Here is the missing part:

Event.observe(document, &#039;dom:loaded&#039;, function() {
  var lis = $$(&#039;#slide-images&gt;li&#039;);
  if(lis.length &gt; 1) for(i = 1; i li&#039;).length &gt; 1) start_slideshow(delay);
});</description>
		<content:encoded><![CDATA[<p>Last comment misses part of my script version. Here is the missing part:</p>
<p>Event.observe(document, &#8216;dom:loaded&#8217;, function() {<br />
  var lis = $$(&#8217;#slide-images&gt;li&#8217;);<br />
  if(lis.length &gt; 1) for(i = 1; i li&#8217;).length &gt; 1) start_slideshow(delay);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hurikhan77</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-2#comment-56988</link>
		<dc:creator>hurikhan77</dc:creator>
		<pubDate>Sun, 29 Nov 2009 12:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56988</guid>
		<description>This reduced code sets compatibility with latest prototype, simplifies the inner loop by removing useless variables, fixes the flashing on initial load and fixes the layer ordering bug when switching from the last back to the first frame by shifting the LI elements through its parent instead of trying to fade the old frame away which looked ugly anyway. With this version you can also remove background:white from the CSS. And it finally does not break if your document contains no slide show.

var delay = 4000;
var start_frame = 0;

function start_slideshow(delay) {
  setTimeout(fadeInOut(delay), delay);
}

function fadeInOut(delay) {
  return(function() {
    lis = $$(&#039;#slide-images&gt;li&#039;);
    new Effect.Appear(lis[1], { duration: 2, afterFinish: function(obj) {
      lisFade = lis[0].remove();
      lisFade.hide();
      $(&#039;slide-images&#039;).appendChild(lisFade);
      start_slideshow(delay);
    }});
  })
}

Event.observe(document, &#039;dom:loaded&#039;, function() {
  var lis = $$(&#039;#slide-images&gt;li&#039;);
  if(lis.length &gt; 1) for(i = 1; i li&#039;).length &gt; 1) start_slideshow(delay);
});</description>
		<content:encoded><![CDATA[<p>This reduced code sets compatibility with latest prototype, simplifies the inner loop by removing useless variables, fixes the flashing on initial load and fixes the layer ordering bug when switching from the last back to the first frame by shifting the LI elements through its parent instead of trying to fade the old frame away which looked ugly anyway. With this version you can also remove background:white from the CSS. And it finally does not break if your document contains no slide show.</p>
<p>var delay = 4000;<br />
var start_frame = 0;</p>
<p>function start_slideshow(delay) {<br />
  setTimeout(fadeInOut(delay), delay);<br />
}</p>
<p>function fadeInOut(delay) {<br />
  return(function() {<br />
    lis = $$(&#8217;#slide-images&gt;li&#8217;);<br />
    new Effect.Appear(lis[1], { duration: 2, afterFinish: function(obj) {<br />
      lisFade = lis[0].remove();<br />
      lisFade.hide();<br />
      $(&#8217;slide-images&#8217;).appendChild(lisFade);<br />
      start_slideshow(delay);<br />
    }});<br />
  })<br />
}</p>
<p>Event.observe(document, &#8216;dom:loaded&#8217;, function() {<br />
  var lis = $$(&#8217;#slide-images&gt;li&#8217;);<br />
  if(lis.length &gt; 1) for(i = 1; i li&#8217;).length &gt; 1) start_slideshow(delay);<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mymnsypeUpdam</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-1#comment-56974</link>
		<dc:creator>mymnsypeUpdam</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56974</guid>
		<description>Продам производственное помещение 460 кв.м Земля 0.18 га в собственности
в центре Первомайского района города Новосибирска
12 млн руб с торгом Тел (383) 2925587</description>
		<content:encoded><![CDATA[<p>Продам производственное помещение 460 кв.м Земля 0.18 га в собственности<br />
в центре Первомайского района города Новосибирска<br />
12 млн руб с торгом Тел (383) 2925587</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: witchgunn</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-1#comment-56945</link>
		<dc:creator>witchgunn</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56945</guid>
		<description>Hi, I am searching for a loading before the slideshow still play.
Can someone help me ?
 thank you a lot ;-)</description>
		<content:encoded><![CDATA[<p>Hi, I am searching for a loading before the slideshow still play.<br />
Can someone help me ?<br />
 thank you a lot <img src='http://www.andrewsellick.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bpeterson</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-1#comment-56929</link>
		<dc:creator>bpeterson</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56929</guid>
		<description>I am using the scripts: simple-slide-show.js and scriptaculous.js.  When the web page loads initially, it rapidly flashes the pictures and then settles down to beautiful transitions.  

Can you help me with settings that will eliminate the rapid flashing of the pictures before running the slide show?

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>I am using the scripts: simple-slide-show.js and scriptaculous.js.  When the web page loads initially, it rapidly flashes the pictures and then settles down to beautiful transitions.  </p>
<p>Can you help me with settings that will eliminate the rapid flashing of the pictures before running the slide show?</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kolerikss</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-1#comment-56914</link>
		<dc:creator>kolerikss</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56914</guid>
		<description>-Изготовление сайтов от 30$ баннеров от 10$
-рассылка рекламных сообщений на форумы 20$ на 30000
-на бесплатные электронные доски 7$ на 10000
-в каталоги сайтов 7$ на 6000
-рассылка на тематические сайты (форумы, доски, каталоги, новосные и т.п.) - сбор базы
 с трех поисковой систем + рассылка 60$. Все последующие рассылки 10-20$.Собраные базы отдаю Вам.
-ручная регистрация в любых ресурсах 0.2$ за регистрацию (минимум 200 регистраций)
-комплексная раскрутка сайтов 1000$ разово + 200$ в месяц за рассылки или по договорености.
-делаю сбор баз любых ресурсов под заказ
-поиск информации в интернете 10$
-http прокси 3$ за 300 прочеканых
 E-mail: vel654@mail.ru</description>
		<content:encoded><![CDATA[<p>-Изготовление сайтов от 30$ баннеров от 10$<br />
-рассылка рекламных сообщений на форумы 20$ на 30000<br />
-на бесплатные электронные доски 7$ на 10000<br />
-в каталоги сайтов 7$ на 6000<br />
-рассылка на тематические сайты (форумы, доски, каталоги, новосные и т.п.) &#8211; сбор базы<br />
 с трех поисковой систем + рассылка 60$. Все последующие рассылки 10-20$.Собраные базы отдаю Вам.<br />
-ручная регистрация в любых ресурсах 0.2$ за регистрацию (минимум 200 регистраций)<br />
-комплексная раскрутка сайтов 1000$ разово + 200$ в месяц за рассылки или по договорености.<br />
-делаю сбор баз любых ресурсов под заказ<br />
-поиск информации в интернете 10$<br />
-http прокси 3$ за 300 прочеканых<br />
 E-mail: <a href="mailto:vel654@mail.ru">vel654@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niktolsib</title>
		<link>http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous/comment-page-1#comment-56903</link>
		<dc:creator>niktolsib</dc:creator>
		<pubDate>Thu, 15 Oct 2009 08:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/30/simple-javascript-slide-show-using-scriptaculous#comment-56903</guid>
		<description>-Делаю сайты от 30$ баннеры от 10$
-рассылка рекламы на форумы 20$ на 30000 форумов
-на доски 7$ на 10000 досок
-в каталоги 7$ на 6000 каталогов
-рассылка на тематические сайты (форумы, доски, каталоги, новосные и т.п.) - сбор базы
 с одной поисковой системы на Ваш выбор + рассылка 60$. Все последующие рассылки 20$.
-ручная регистрация в любых ресурсах 0.2$ за регистрацию (минимум 200 регистраций)
-комплексная раскрутка 1000$ разово + 200$ в месяц за рассылки или по договорености.
-делаю сбор баз любых ресурсов под заказ
-поиск информации в интернете 10$
-http прокси 3$ за 300 прочеканых
 E-mail: butrek@mail.ru</description>
		<content:encoded><![CDATA[<p>-Делаю сайты от 30$ баннеры от 10$<br />
-рассылка рекламы на форумы 20$ на 30000 форумов<br />
-на доски 7$ на 10000 досок<br />
-в каталоги 7$ на 6000 каталогов<br />
-рассылка на тематические сайты (форумы, доски, каталоги, новосные и т.п.) &#8211; сбор базы<br />
 с одной поисковой системы на Ваш выбор + рассылка 60$. Все последующие рассылки 20$.<br />
-ручная регистрация в любых ресурсах 0.2$ за регистрацию (минимум 200 регистраций)<br />
-комплексная раскрутка 1000$ разово + 200$ в месяц за рассылки или по договорености.<br />
-делаю сбор баз любых ресурсов под заказ<br />
-поиск информации в интернете 10$<br />
-http прокси 3$ за 300 прочеканых<br />
 E-mail: <a href="mailto:butrek@mail.ru">butrek@mail.ru</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.581 seconds -->
