<?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: Scriptaculous Slideshow for Blogs and Websites</title>
	<atom:link href="http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 04:41:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Anna</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-6889</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Mon, 26 Jul 2010 20:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-6889</guid>
		<description>This slide show is beautiful and very simple.  Thank you for the script.  I just have one question.  I need to add a control to it, so that upon pressing a button, the user can jump ahead continuously to the next slide.  I&#039;ve tried adding a very simple control with:

$(&#039;#slideshow-next&#039;).click(slideNext);
 function slideNext() {
	 clearTimeout(fadeInOut(start_frame,start_frame,end_frame, delay, lis), delay);
	 fadeInOut();
	 setTimeout(fadeInOut(start_frame,start_frame,end_frame, delay, lis), delay);
 }

but this seems to negate the automatic timing, and doesn&#039;t make the button function either.

Any ideas?</description>
		<content:encoded><![CDATA[<p>This slide show is beautiful and very simple.  Thank you for the script.  I just have one question.  I need to add a control to it, so that upon pressing a button, the user can jump ahead continuously to the next slide.  I&#8217;ve tried adding a very simple control with:</p>
<p>$(&#8216;#slideshow-next&#8217;).click(slideNext);<br />
 function slideNext() {<br />
	 clearTimeout(fadeInOut(start_frame,start_frame,end_frame, delay, lis), delay);<br />
	 fadeInOut();<br />
	 setTimeout(fadeInOut(start_frame,start_frame,end_frame, delay, lis), delay);<br />
 }</p>
<p>but this seems to negate the automatic timing, and doesn&#8217;t make the button function either.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Margo</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-6417</link>
		<dc:creator>Margo</dc:creator>
		<pubDate>Wed, 23 Jun 2010 18:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-6417</guid>
		<description>I have read many explanations about script, but this one remains the most intuitive. It clarified me some things that always tortured me when I have to install it properly, especially with IE.</description>
		<content:encoded><![CDATA[<p>I have read many explanations about script, but this one remains the most intuitive. It clarified me some things that always tortured me when I have to install it properly, especially with IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev Duff</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-5955</link>
		<dc:creator>Dev Duff</dc:creator>
		<pubDate>Mon, 17 May 2010 03:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-5955</guid>
		<description>Hi Brian,
I wrote this tutorial in June 2009 and there have been many changes in the Scriptaculous slideshow core files since then. I wanted to write a new tutorial, however, I will write one as soon as the time allows. But if there is any specific help you need, I will be happy to write an article. Please let me know.
Dev.</description>
		<content:encoded><![CDATA[<p>Hi Brian,<br />
I wrote this tutorial in June 2009 and there have been many changes in the Scriptaculous slideshow core files since then. I wanted to write a new tutorial, however, I will write one as soon as the time allows. But if there is any specific help you need, I will be happy to write an article. Please let me know.<br />
Dev.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-5931</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 15 May 2010 17:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-5931</guid>
		<description>Just downloaded the files but there is no trace of 
&quot;simple-slide-show.js&quot; in the bundle. All the others are there.Any suggestions?</description>
		<content:encoded><![CDATA[<p>Just downloaded the files but there is no trace of<br />
&#8220;simple-slide-show.js&#8221; in the bundle. All the others are there.Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev Duff</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-3586</link>
		<dc:creator>Dev Duff</dc:creator>
		<pubDate>Wed, 18 Nov 2009 05:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-3586</guid>
		<description>Hi Bonita,

I have just finished writing a tutorial to the Scriptaculous slideshow flickering problem. Here is the new article .. &lt;a href=&quot;http://www.devduff.com/wordpress/scriptaculous-slideshow-flickering-solution.php&quot; rel=&quot;nofollow&quot;&gt;Slideshow flicker solution&lt;/a&gt;
Hope you find this tutorial helpful.

Regards,
Dev.</description>
		<content:encoded><![CDATA[<p>Hi Bonita,</p>
<p>I have just finished writing a tutorial to the Scriptaculous slideshow flickering problem. Here is the new article .. <a href="http://www.devduff.com/wordpress/scriptaculous-slideshow-flickering-solution.php" rel="nofollow">Slideshow flicker solution</a><br />
Hope you find this tutorial helpful.</p>
<p>Regards,<br />
Dev.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scriptaculous slideshow flickering problem and solution to stop the flicker</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-3585</link>
		<dc:creator>Scriptaculous slideshow flickering problem and solution to stop the flicker</dc:creator>
		<pubDate>Wed, 18 Nov 2009 04:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-3585</guid>
		<description>[...]This article is in continuation to the previous tutorial I wrote on Scriptaculous slideshow for blogs and websites posted in June 2009. Scriptaculous slideshow is a powerful, amazing and web standards compliant [...]</description>
		<content:encoded><![CDATA[<p>[...]This article is in continuation to the previous tutorial I wrote on Scriptaculous slideshow for blogs and websites posted in June 2009. Scriptaculous slideshow is a powerful, amazing and web standards compliant [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonita</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-3541</link>
		<dc:creator>Bonita</dc:creator>
		<pubDate>Sun, 15 Nov 2009 23:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-3541</guid>
		<description>Thanks, Dev.</description>
		<content:encoded><![CDATA[<p>Thanks, Dev.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev Duff</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-3520</link>
		<dc:creator>Dev Duff</dc:creator>
		<pubDate>Sun, 15 Nov 2009 00:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-3520</guid>
		<description>Hi Bonita,

I checked your website soaringhawkranch.com with Internet Explorer 8 and did not notice any flickering at all. Although I didn&#039;t notice it but many people are discussing this issue on forums and other places on the internet. It could be quite possible, with different IE versions, javascript may behave differently. Please search on Google with this keyword: scriptaculous slideshow flickering and you will see many people discussing this issue. I&#039;m not sure why that happens and how to get rid of it, yet. I will research on this and find out what can be done. A new post coming shortly to overcome the flickers in scriptaculous slideshow.

Dev.</description>
		<content:encoded><![CDATA[<p>Hi Bonita,</p>
<p>I checked your website soaringhawkranch.com with Internet Explorer 8 and did not notice any flickering at all. Although I didn&#8217;t notice it but many people are discussing this issue on forums and other places on the internet. It could be quite possible, with different IE versions, javascript may behave differently. Please search on Google with this keyword: scriptaculous slideshow flickering and you will see many people discussing this issue. I&#8217;m not sure why that happens and how to get rid of it, yet. I will research on this and find out what can be done. A new post coming shortly to overcome the flickers in scriptaculous slideshow.</p>
<p>Dev.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonita</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-3519</link>
		<dc:creator>Bonita</dc:creator>
		<pubDate>Sat, 14 Nov 2009 23:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-3519</guid>
		<description>I have the web site up .. but it&#039;s not finished.  Again, I&#039;m not at all familiar with javascript.  Do you notice that when the page first loads (using Internet Explorer) it flickers?  Is there code that can be added to prevent this?</description>
		<content:encoded><![CDATA[<p>I have the web site up .. but it&#8217;s not finished.  Again, I&#8217;m not at all familiar with javascript.  Do you notice that when the page first loads (using Internet Explorer) it flickers?  Is there code that can be added to prevent this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev Duff</title>
		<link>http://www.devduff.com/wordpress/scriptaculous-slideshow-for-blogs-and-websites.php/comment-page-1#comment-2818</link>
		<dc:creator>Dev Duff</dc:creator>
		<pubDate>Fri, 25 Sep 2009 05:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=395#comment-2818</guid>
		<description>Hi Bonita,

Great to know you liked this Scriptaculous slideshow tutorial. The delay = 3000 is the timing in miliseconds (ms). Practically, it represents delay of 3 seconds between slides. You can change it to 5000 for 5 seconds, 6000 for 6 seconds, 10000 for 10 seconds and so on. The idea of setting the time for slides is to make sure that your audience can view the slides (images) and read information on them. So, test your slides after setting a time frame, can you read all the information on the images? If it is too fast or too slow, it will affect your audience&#039;s experience with your website. If the timing is perfect, your website will look a lot more professional and informative. If it is just images with designs, you can set 3000 (3 seconds) as delay time but if the images have deals or information on them, you may like to set 5000 (5 seconds) or more so that your audience/visitors can read the deals/information and take advantage of the offers. Hope this answers your question.

Regards,
Dev.</description>
		<content:encoded><![CDATA[<p>Hi Bonita,</p>
<p>Great to know you liked this Scriptaculous slideshow tutorial. The delay = 3000 is the timing in miliseconds (ms). Practically, it represents delay of 3 seconds between slides. You can change it to 5000 for 5 seconds, 6000 for 6 seconds, 10000 for 10 seconds and so on. The idea of setting the time for slides is to make sure that your audience can view the slides (images) and read information on them. So, test your slides after setting a time frame, can you read all the information on the images? If it is too fast or too slow, it will affect your audience&#8217;s experience with your website. If the timing is perfect, your website will look a lot more professional and informative. If it is just images with designs, you can set 3000 (3 seconds) as delay time but if the images have deals or information on them, you may like to set 5000 (5 seconds) or more so that your audience/visitors can read the deals/information and take advantage of the offers. Hope this answers your question.</p>
<p>Regards,<br />
Dev.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
