<?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: Making a jQuery infinite carousel with nice features</title>
	<atom:link href="http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:22:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Liviu</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-4430</link>
		<dc:creator>Liviu</dc:creator>
		<pubDate>Thu, 01 Jul 2010 22:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-4430</guid>
		<description>Thank you for tutorial but i found a bug: if you set auto_slide = 0 and hover_pause = 1, after the event mouseover is triggered, auto slide starts. 
To fix that, just verify again if the auto_slide == 1 in the second param-function of hover(). 

 if(hover_pause == 1){
             //when hovered over the list
             $(&#039;#carouselUl&#039;).hover(function(){
                 //stop the interval
                 clearInterval(timer)
             },function(){
                 //and when mouseout start it again
                 if(auto_slide == 1)
                    timer = setInterval(&#039;slide(&quot;right&quot;)&#039;, auto_slide_seconds);
             });

         }</description>
		<content:encoded><![CDATA[<p>Thank you for tutorial but i found a bug: if you set auto_slide = 0 and hover_pause = 1, after the event mouseover is triggered, auto slide starts.<br />
To fix that, just verify again if the auto_slide == 1 in the second param-function of hover(). </p>
<p> if(hover_pause == 1){<br />
             //when hovered over the list<br />
             $(&#8216;#carouselUl&#8217;).hover(function(){<br />
                 //stop the interval<br />
                 clearInterval(timer)<br />
             },function(){<br />
                 //and when mouseout start it again<br />
                 if(auto_slide == 1)<br />
                    timer = setInterval(&#8217;slide(&#8220;right&#8221;)&#8217;, auto_slide_seconds);<br />
             });</p>
<p>         }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiffani</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-3852</link>
		<dc:creator>tiffani</dc:creator>
		<pubDate>Sat, 12 Jun 2010 22:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-3852</guid>
		<description>I was able to get this to work, but it jumps a little. see www.papergodmother.com/test/itempage.html.
Its at the bottom of the page. When I click the scroll button, it scrolls, but it jumps. Its weird.</description>
		<content:encoded><![CDATA[<p>I was able to get this to work, but it jumps a little. see <a href="http://www.papergodmother.com/test/itempage.html" rel="nofollow">http://www.papergodmother.com/test/itempage.html</a>.<br />
Its at the bottom of the page. When I click the scroll button, it scrolls, but it jumps. Its weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-3727</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 09 Jun 2010 04:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-3727</guid>
		<description>I&#039;ve been trying to have a similar slider on my website. This will help. Thank you.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to have a similar slider on my website. This will help. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silver</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-2736</link>
		<dc:creator>Silver</dc:creator>
		<pubDate>Wed, 05 May 2010 15:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-2736</guid>
		<description>Hey, I really like that carousel. I have also already used it. :) 

But I&#039;m having trouble using it twice at the same website, anyone can give me some tips?

Regards,
Silver</description>
		<content:encoded><![CDATA[<p>Hey, I really like that carousel. I have also already used it. <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>But I&#8217;m having trouble using it twice at the same website, anyone can give me some tips?</p>
<p>Regards,<br />
Silver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ollyb303</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-2470</link>
		<dc:creator>Ollyb303</dc:creator>
		<pubDate>Tue, 27 Apr 2010 10:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-2470</guid>
		<description>Like Oliver and HBR, I love this, but really need a &quot;jump to&quot; option - I&#039;d like to have numbered boxes above the carousel to slide directly to the selected slide. Anyone have any ideas?</description>
		<content:encoded><![CDATA[<p>Like Oliver and HBR, I love this, but really need a &#8220;jump to&#8221; option &#8211; I&#8217;d like to have numbered boxes above the carousel to slide directly to the selected slide. Anyone have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HBR</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-2042</link>
		<dc:creator>HBR</dc:creator>
		<pubDate>Mon, 19 Apr 2010 13:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-2042</guid>
		<description>Saved my life dude.
Thanks a lot.

Anyone tried adding a scrollTo(item) function ?</description>
		<content:encoded><![CDATA[<p>Saved my life dude.<br />
Thanks a lot.</p>
<p>Anyone tried adding a scrollTo(item) function ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-1895</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Wed, 31 Mar 2010 22:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-1895</guid>
		<description>Any updates on the vertical version?</description>
		<content:encoded><![CDATA[<p>Any updates on the vertical version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bicky</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-1335</link>
		<dc:creator>bicky</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-1335</guid>
		<description>very nice tutorial, thanks.

how do i display more than 3 images, like 4/5 images in the view.</description>
		<content:encoded><![CDATA[<p>very nice tutorial, thanks.</p>
<p>how do i display more than 3 images, like 4/5 images in the view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Msnabi</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-1334</link>
		<dc:creator>Msnabi</dc:creator>
		<pubDate>Wed, 24 Feb 2010 23:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-1334</guid>
		<description>where can ı put js file link?</description>
		<content:encoded><![CDATA[<p>where can ı put js file link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-2/#comment-1333</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-1333</guid>
		<description>This such a good carousel!! Thanks so much.

1 question, someone had previously asked about a &quot;jump to&quot; feature, but the code was not published online. Could you let me know how this could be accomplished? I mean if I had a list of numbers I could click one and jump to that element in the carousel.

Thanks for the amazing carousel !!

Ollie</description>
		<content:encoded><![CDATA[<p>This such a good carousel!! Thanks so much.</p>
<p>1 question, someone had previously asked about a &#8220;jump to&#8221; feature, but the code was not published online. Could you let me know how this could be accomplished? I mean if I had a list of numbers I could click one and jump to that element in the carousel.</p>
<p>Thanks for the amazing carousel !!</p>
<p>Ollie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
