<?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: Create a Slick and Accessible Slideshow Using jQuery</title>
	<atom:link href="http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 18:46:45 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Georgiy</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-75559</link>
		<dc:creator>Georgiy</dc:creator>
		<pubDate>Tue, 07 Sep 2010 15:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-75559</guid>
		<description>it will be great if some one describe how add items navigation!!!! I&#039;m tired of looking so simple example of div content slider just with jquery....</description>
		<content:encoded><![CDATA[<p>it will be great if some one describe how add items navigation!!!! I&#8217;m tired of looking so simple example of div content slider just with jquery&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirmik</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-75544</link>
		<dc:creator>Nirmik</dc:creator>
		<pubDate>Tue, 07 Sep 2010 12:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-75544</guid>
		<description>It is very Useful for me and i am also web developer in ahmedabad.</description>
		<content:encoded><![CDATA[<p>It is very Useful for me and i am also web developer in ahmedabad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moses</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-75434</link>
		<dc:creator>Moses</dc:creator>
		<pubDate>Sun, 05 Sep 2010 04:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-75434</guid>
		<description>Hello,
Thank you so much for this code!
I was wondering if it is at all possible to have the control buttons load in first and appear before the actual slides are loaded. I have a lot of images in the slider and the buttons don&#039;t seem to appear until a certain number of slides are loaded. I don&#039;t mind if a visitor uses a button before the slide has been loaded. Any help would be really appreciated. Thank you again.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you so much for this code!<br />
I was wondering if it is at all possible to have the control buttons load in first and appear before the actual slides are loaded. I have a lot of images in the slider and the buttons don&#8217;t seem to appear until a certain number of slides are loaded. I don&#8217;t mind if a visitor uses a button before the slide has been loaded. Any help would be really appreciated. Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-75288</link>
		<dc:creator>Kelly</dc:creator>
		<pubDate>Thu, 02 Sep 2010 15:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-75288</guid>
		<description>Thank you for the great tutorial! I was also interested in the plug-in made by XuanThanh that was posted here. The link is no longer working. Do you know the URL of this?

Thanks so much for making this easy to understand. I am a jQuery newbie.</description>
		<content:encoded><![CDATA[<p>Thank you for the great tutorial! I was also interested in the plug-in made by XuanThanh that was posted here. The link is no longer working. Do you know the URL of this?</p>
<p>Thanks so much for making this easy to understand. I am a jQuery newbie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-74843</link>
		<dc:creator>william</dc:creator>
		<pubDate>Fri, 27 Aug 2010 00:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-74843</guid>
		<description>Great Tutorial!! It helps a lot. Try also this site cincopa.com, it might help you too.</description>
		<content:encoded><![CDATA[<p>Great Tutorial!! It helps a lot. Try also this site cincopa.com, it might help you too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-74794</link>
		<dc:creator>Kirk</dc:creator>
		<pubDate>Thu, 26 Aug 2010 12:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-74794</guid>
		<description>thanks roman
best comment on autoscroll so far
(although it needs fixing for syntax errors for some reason)

this works for me

		//starts automatically
		var loop=0;
		function rotate()
		{
		setTimeout(function(){
		$(&#039;#rightControl&#039;).click();
		loop++;
		if (loop&lt;numberOfSlides-1)rotate();
		}
		,5000);
		}
		rotate();</description>
		<content:encoded><![CDATA[<p>thanks roman<br />
best comment on autoscroll so far<br />
(although it needs fixing for syntax errors for some reason)</p>
<p>this works for me</p>
<p>		//starts automatically<br />
		var loop=0;<br />
		function rotate()<br />
		{<br />
		setTimeout(function(){<br />
		$(&#8217;#rightControl&#8217;).click();<br />
		loop++;<br />
		if (loop&lt;numberOfSlides-1)rotate();<br />
		}<br />
		,5000);<br />
		}<br />
		rotate();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debo</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-74504</link>
		<dc:creator>Debo</dc:creator>
		<pubDate>Tue, 24 Aug 2010 07:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-74504</guid>
		<description>thanks Jacob, i followed what you did and it worked. once again, thanks. but i have a challenge. i&#039;m trying to make the images slide automatically. how do i achieve this with the jQuery script you posted above?</description>
		<content:encoded><![CDATA[<p>thanks Jacob, i followed what you did and it worked. once again, thanks. but i have a challenge. i&#8217;m trying to make the images slide automatically. how do i achieve this with the jQuery script you posted above?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-74324</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 21 Aug 2010 15:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-74324</guid>
		<description>nvm got it solved :)</description>
		<content:encoded><![CDATA[<p>nvm got it solved :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-74322</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sat, 21 Aug 2010 14:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-74322</guid>
		<description>Hey, great plugin and tut! One question thought: it seems that my leftControl and rightControl are placed outside the #slideshow div.. how&#039;s that possible? I&#039;m really stuck on this.. Check it here: http://www.thomasplaizier.nl/1/

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hey, great plugin and tut! One question thought: it seems that my leftControl and rightControl are placed outside the #slideshow div.. how&#8217;s that possible? I&#8217;m really stuck on this.. Check it here: <a href="http://www.thomasplaizier.nl/1/" rel="nofollow">http://www.thomasplaizier.nl/1/</a></p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/#comment-74297</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 21 Aug 2010 01:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=864#comment-74297</guid>
		<description>Awesome thanks.  fyi I have deployed Phillipe&#039;s modified version (of Stephane&#039;s modified version) on a &#039;Big Commerce&#039; website by creating a custom &#039;panel&#039; and a custom CSS stylesheet.  Works beautifully and can be duplicated anywhere on the website - once live you&#039;ll be able to see it here: http://www.theoutdoorroom.co.nz.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Awesome thanks.  fyi I have deployed Phillipe&#8217;s modified version (of Stephane&#8217;s modified version) on a &#8216;Big Commerce&#8217; website by creating a custom &#8216;panel&#8217; and a custom CSS stylesheet.  Works beautifully and can be duplicated anywhere on the website &#8211; once live you&#8217;ll be able to see it here: <a href="http://www.theoutdoorroom.co.nz" rel="nofollow">http://www.theoutdoorroom.co.nz</a>.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
