<?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>Wed, 18 Jan 2012 08:51:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erik</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-29336</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 04 May 2011 19:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-29336</guid>
		<description>Hi Angel,

Fair enough! I do want to learn this since it&#039;s very usefull and it certainly will make me very proud to be able to do it myself :) I&#039;ll try to figure out how to implement this in the existing script I got.
If it doesn&#039;t work out, I am of course willing to pay for the development, no problem at all! 

Thanks,

Erik</description>
		<content:encoded><![CDATA[<p>Hi Angel,</p>
<p>Fair enough! I do want to learn this since it&#8217;s very usefull and it certainly will make me very proud to be able to do it myself <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ll try to figure out how to implement this in the existing script I got.<br />
If it doesn&#8217;t work out, I am of course willing to pay for the development, no problem at all! </p>
<p>Thanks,</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-29332</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 04 May 2011 19:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-29332</guid>
		<description>Hey Erik,

Unfortunately we don&#039;t usually go out and write code for people unless its a bug or a super easy tweak. We however do have hourly rates for development :)

I&#039;d suggest you go through all our tutorials and get a grip on jQuery and code it yourself, not only will you learn a lot but you will be proud!

Thanks,
Angel</description>
		<content:encoded><![CDATA[<p>Hey Erik,</p>
<p>Unfortunately we don&#8217;t usually go out and write code for people unless its a bug or a super easy tweak. We however do have hourly rates for development <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;d suggest you go through all our tutorials and get a grip on jQuery and code it yourself, not only will you learn a lot but you will be proud!</p>
<p>Thanks,<br />
Angel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-29330</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 04 May 2011 18:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-29330</guid>
		<description>Hi Boba,

This is pretty much exactly what I need! Thing is though, is it doable to insert this script in a semi automatic carousel? It slides when you hover the mouse over either the left or right side of a set of photo&#039;s (you can see it in the website) but my friend I&#039;ve setup the site for, wants it automated. The existing script is jQuery as well, and I&#039;ve tried to mix &#039;em both together but to be brutally honest, I don&#039;t really understand any of it :D It&#039;s not that your tutorial isn&#039;t clear but unfortunately I&#039;m pretty much a newbie in jQuery... Might you be able to help me with this? Would be awesome!</description>
		<content:encoded><![CDATA[<p>Hi Boba,</p>
<p>This is pretty much exactly what I need! Thing is though, is it doable to insert this script in a semi automatic carousel? It slides when you hover the mouse over either the left or right side of a set of photo&#8217;s (you can see it in the website) but my friend I&#8217;ve setup the site for, wants it automated. The existing script is jQuery as well, and I&#8217;ve tried to mix &#8216;em both together but to be brutally honest, I don&#8217;t really understand any of it <img src='http://web.enavu.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  It&#8217;s not that your tutorial isn&#8217;t clear but unfortunately I&#8217;m pretty much a newbie in jQuery&#8230; Might you be able to help me with this? Would be awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-26972</link>
		<dc:creator>D</dc:creator>
		<pubDate>Thu, 07 Apr 2011 11:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-26972</guid>
		<description>Thank you for such an easy to follow tutorial. 

Like Hugo Froes has requested, i want to scroll a set of 3 or 4 items at a time. Tried your suggestion of changing:
var left_indent = parseInt($(‘#carousel_ul’).css(‘left’)) + item_width;
to
var left_indent = parseInt($(‘#carousel_ul’).css(‘left’)) + (item_width * 4);

This only animates the set of 4 - moving it left or right - but it stops on the 2nd item as it used to before making the change in the script. 

I&#039;m not very familiar with javascript.. as you can tell :) Any help with this will be great!</description>
		<content:encoded><![CDATA[<p>Thank you for such an easy to follow tutorial. </p>
<p>Like Hugo Froes has requested, i want to scroll a set of 3 or 4 items at a time. Tried your suggestion of changing:<br />
var left_indent = parseInt($(‘#carousel_ul’).css(‘left’)) + item_width;<br />
to<br />
var left_indent = parseInt($(‘#carousel_ul’).css(‘left’)) + (item_width * 4);</p>
<p>This only animates the set of 4 &#8211; moving it left or right &#8211; but it stops on the 2nd item as it used to before making the change in the script. </p>
<p>I&#8217;m not very familiar with javascript.. as you can tell <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Any help with this will be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohd saqib</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-25216</link>
		<dc:creator>mohd saqib</dc:creator>
		<pubDate>Fri, 18 Mar 2011 12:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-25216</guid>
		<description>Thanks for the really nice tut... I used that on my new website design.... will show u soon.... (the web is offline now... lol :P )

i took me at least 30 min to set all the things according to your css nd js requirements... but work perfect now.... and kinda on purpose..   love it..
thanks again.. :)

keep up good work...</description>
		<content:encoded><![CDATA[<p>Thanks for the really nice tut&#8230; I used that on my new website design&#8230;. will show u soon&#8230;. (the web is offline now&#8230; lol <img src='http://web.enavu.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
<p>i took me at least 30 min to set all the things according to your css nd js requirements&#8230; but work perfect now&#8230;. and kinda on purpose..   love it..<br />
thanks again.. <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>keep up good work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-18752</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 16 Dec 2010 18:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-18752</guid>
		<description>I think if you change this line:

var left_indent = parseInt($(&#039;#carousel_ul&#039;).css(&#039;left&#039;)) + item_width;

to

var left_indent = parseInt($(&#039;#carousel_ul&#039;).css(&#039;left&#039;)) + (item_width * 4);

it should do the trick</description>
		<content:encoded><![CDATA[<p>I think if you change this line:</p>
<p>var left_indent = parseInt($(&#8216;#carousel_ul&#8217;).css(&#8216;left&#8217;)) + item_width;</p>
<p>to</p>
<p>var left_indent = parseInt($(&#8216;#carousel_ul&#8217;).css(&#8216;left&#8217;)) + (item_width * 4);</p>
<p>it should do the trick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Froes</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-18751</link>
		<dc:creator>Hugo Froes</dc:creator>
		<pubDate>Thu, 16 Dec 2010 17:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-18751</guid>
		<description>This is a great tutorial!

I was just wondering, is there a way to set the carrocel so that it would jump from the first group of images to the second group (basically, jump 3 images at a time)?

Thanks</description>
		<content:encoded><![CDATA[<p>This is a great tutorial!</p>
<p>I was just wondering, is there a way to set the carrocel so that it would jump from the first group of images to the second group (basically, jump 3 images at a time)?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-18190</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 10 Dec 2010 18:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-18190</guid>
		<description>we are currently creating this into a plugin with some awesome new features :) stay tuned!</description>
		<content:encoded><![CDATA[<p>we are currently creating this into a plugin with some awesome new features <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  stay tuned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-18162</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 10 Dec 2010 11:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-18162</guid>
		<description>thanks dude...gonna use this</description>
		<content:encoded><![CDATA[<p>thanks dude&#8230;gonna use this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/comment-page-3/#comment-16667</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 16 Nov 2010 11:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=250#comment-16667</guid>
		<description>I am very very new to jQuery and have been trying to find just this type of solution

Thank you very very much!!

The notes in the code are great for a novice like me to pick up some good lessons

Thanks again!</description>
		<content:encoded><![CDATA[<p>I am very very new to jQuery and have been trying to find just this type of solution</p>
<p>Thank you very very much!!</p>
<p>The notes in the code are great for a novice like me to pick up some good lessons</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

