<?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: jQuery Looped Slider Tutorial</title>
	<atom:link href="http://www.raymondselda.com/jquery-looped-slider-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 01:12:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: raza</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-13619</link>
		<dc:creator>raza</dc:creator>
		<pubDate>Mon, 26 Dec 2011 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-13619</guid>
		<description>where are demos please upload some demos</description>
		<content:encoded><![CDATA[<p>where are demos please upload some demos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-13487</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Fri, 18 Nov 2011 17:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-13487</guid>
		<description>Thank you for the example!</description>
		<content:encoded><![CDATA[<p>Thank you for the example!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-13300</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Fri, 21 Oct 2011 23:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-13300</guid>
		<description>Great work! The most beautiful and usable slider i ever found!</description>
		<content:encoded><![CDATA[<p>Great work! The most beautiful and usable slider i ever found!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trina</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-12487</link>
		<dc:creator>Trina</dc:creator>
		<pubDate>Mon, 01 Aug 2011 05:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-12487</guid>
		<description>How can I change the effect to &quot;fade&quot; and still have the hot spots/map id still linking?</description>
		<content:encoded><![CDATA[<p>How can I change the effect to &#8220;fade&#8221; and still have the hot spots/map id still linking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucky</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-12453</link>
		<dc:creator>Lucky</dc:creator>
		<pubDate>Tue, 26 Jul 2011 08:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-12453</guid>
		<description>Done with it myself... here is my code.


                        case &quot;next&quot;:
                                times = times+1;
								distance = (-(times*width-width));
								current(times-1);
								
								if(o.autoHeight){autoHeight(times);}
								
								if(slides&lt;4){
		                            if (times===4){$(o.slides,$t).children(&quot;:eq(0)&quot;).css
			                            ({left:(slides*width)});}
		                            if (times===3){$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css
			                            ({position:&quot;absolute&quot;,left:width});}
		                            if (times===2){$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css
			                            ({position:&quot;absolute&quot;,left:width});}
                                }
								
								$(o.slides,$t).children().fadeOut(o.fadespeed, function(){
									$(o.slides,$t).css({left: distance});
									$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css
									    ({left:slides*width-width});
									$(o.slides,$t).children(&quot;:eq(0)&quot;).css
									    ({left:0});
									if (times===slides+1) {
	                                    times = 1;
	                                    distance = (-(times*width-width));
	                                    current(times);}
									if(times===slides){$(o.slides,$t).children(&quot;:eq(0)&quot;).css
									    ({left:(slides*width)});}
									if(times===slides-1){$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css
									    ({ position:&quot;absolute&quot;,left:-width});}
									$(o.slides,$t).children().fadeIn(o.fadespeed);
									active = false;
									
								});					
                            break;</description>
		<content:encoded><![CDATA[<p>Done with it myself&#8230; here is my code.</p>
<p>                        case &#8220;next&#8221;:<br />
                                times = times+1;<br />
								distance = (-(times*width-width));<br />
								current(times-1);</p>
<p>								if(o.autoHeight){autoHeight(times);}</p>
<p>								if(slides&lt;4){<br />
		                            if (times===4){$(o.slides,$t).children(&quot;:eq(0)&quot;).css<br />
			                            ({left:(slides*width)});}<br />
		                            if (times===3){$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css<br />
			                            ({position:&quot;absolute&quot;,left:width});}<br />
		                            if (times===2){$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css<br />
			                            ({position:&quot;absolute&quot;,left:width});}<br />
                                }</p>
<p>								$(o.slides,$t).children().fadeOut(o.fadespeed, function(){<br />
									$(o.slides,$t).css({left: distance});<br />
									$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css<br />
									    ({left:slides*width-width});<br />
									$(o.slides,$t).children(&quot;:eq(0)&quot;).css<br />
									    ({left:0});<br />
									if (times===slides+1) {<br />
	                                    times = 1;<br />
	                                    distance = (-(times*width-width));<br />
	                                    current(times);}<br />
									if(times===slides){$(o.slides,$t).children(&quot;:eq(0)&quot;).css<br />
									    ({left:(slides*width)});}<br />
									if(times===slides-1){$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css<br />
									    ({ position:&quot;absolute&quot;,left:-width});}<br />
									$(o.slides,$t).children().fadeIn(o.fadespeed);<br />
									active = false;</p>
<p>								});<br />
                            break;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K' Stefani</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-12440</link>
		<dc:creator>K' Stefani</dc:creator>
		<pubDate>Fri, 22 Jul 2011 09:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-12440</guid>
		<description>How to put this on Blogger?
Could you please help me?</description>
		<content:encoded><![CDATA[<p>How to put this on Blogger?<br />
Could you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucky</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-12439</link>
		<dc:creator>Lucky</dc:creator>
		<pubDate>Fri, 22 Jul 2011 07:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-12439</guid>
		<description>This one is working code with
Effect: Sliding(right to left) , Autostart: true
need to help to make this fading autostart.
							case &quot;next&quot;:
								times = times+1;
								distance = (-(times*width-width));
								current(times);
								if(o.autoHeight){autoHeight(times);}
								
								if(slides&lt;3){
									if (times===3)
									    {$(o.slides,$t).children(&quot;:eq(0)&quot;).css(
									    {left:(slides*width)});}
									if (times===2)
									    {$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css(
									    {position:&quot;absolute&quot;,left:width});}
								}
								$(o.slides,$t).animate({left: distance}, o.slidespeed,
								function(){
									if (times===slides+1) {
										times = 1;
										$(o.slides,$t).css({left:0},function(){$(o.slides,$t).animate({left:distance})});
										$(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:0});
										$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({ position:&quot;absolute&quot;,left:-width});				
									}
									if (times===slides) 
									    $(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:(slides*width)});
									if (times===slides-1) $(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({left:(slides*width-width)});
									
									active = false;</description>
		<content:encoded><![CDATA[<p>This one is working code with<br />
Effect: Sliding(right to left) , Autostart: true<br />
need to help to make this fading autostart.<br />
							case &#8220;next&#8221;:<br />
								times = times+1;<br />
								distance = (-(times*width-width));<br />
								current(times);<br />
								if(o.autoHeight){autoHeight(times);}</p>
<p>								if(slides&lt;3){<br />
									if (times===3)<br />
									    {$(o.slides,$t).children(&quot;:eq(0)&quot;).css(<br />
									    {left:(slides*width)});}<br />
									if (times===2)<br />
									    {$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css(<br />
									    {position:&quot;absolute&quot;,left:width});}<br />
								}<br />
								$(o.slides,$t).animate({left: distance}, o.slidespeed,<br />
								function(){<br />
									if (times===slides+1) {<br />
										times = 1;<br />
										$(o.slides,$t).css({left:0},function(){$(o.slides,$t).animate({left:distance})});<br />
										$(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:0});<br />
										$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({ position:&quot;absolute&quot;,left:-width});<br />
									}<br />
									if (times===slides)<br />
									    $(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:(slides*width)});<br />
									if (times===slides-1) $(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({left:(slides*width-width)});</p>
<p>									active = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucky</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-12438</link>
		<dc:creator>Lucky</dc:creator>
		<pubDate>Fri, 22 Jul 2011 07:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-12438</guid>
		<description>this is my code for autostart fading, not able to fix this.
Can you please please help on this..
case &quot;next&quot;:
								times = times+1;
								distance = (-(times*width-width));
								current(times);
								if(o.autoHeight){autoHeight(times);}
								
								if(slides&lt;3){
									if (times===3)
									    {$(o.slides,$t).children(&quot;:eq(0)&quot;).css(
									    {left:(slides*width)});}
									if (times===2)
									    {$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css(
									    {position:&quot;absolute&quot;,left:width});}
								}
								$(o.slides,$t).animate({left: distance}, o.slidespeed,
								function(){
									if (times===slides+1) {
										times = 1;
										$(o.slides,$t).css({left:0},function(){$(o.slides,$t).animate({left:distance})});
										$(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:0});
										$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({ position:&quot;absolute&quot;,left:-width});				
									}
									if (times===slides) 
									    $(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:(slides*width)});
									if (times===slides-1) $(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({left:(slides*width-width)});
									
									active = false;
								});					
								break;</description>
		<content:encoded><![CDATA[<p>this is my code for autostart fading, not able to fix this.<br />
Can you please please help on this..<br />
case &#8220;next&#8221;:<br />
								times = times+1;<br />
								distance = (-(times*width-width));<br />
								current(times);<br />
								if(o.autoHeight){autoHeight(times);}</p>
<p>								if(slides&lt;3){<br />
									if (times===3)<br />
									    {$(o.slides,$t).children(&quot;:eq(0)&quot;).css(<br />
									    {left:(slides*width)});}<br />
									if (times===2)<br />
									    {$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css(<br />
									    {position:&quot;absolute&quot;,left:width});}<br />
								}<br />
								$(o.slides,$t).animate({left: distance}, o.slidespeed,<br />
								function(){<br />
									if (times===slides+1) {<br />
										times = 1;<br />
										$(o.slides,$t).css({left:0},function(){$(o.slides,$t).animate({left:distance})});<br />
										$(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:0});<br />
										$(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({ position:&quot;absolute&quot;,left:-width});<br />
									}<br />
									if (times===slides)<br />
									    $(o.slides,$t).children(&quot;:eq(0)&quot;).css({left:(slides*width)});<br />
									if (times===slides-1) $(o.slides,$t).children(&quot;:eq(&quot;+(slides-1)+&quot;)&quot;).css({left:(slides*width-width)});</p>
<p>									active = false;<br />
								});<br />
								break;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-12382</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 07 Jul 2011 18:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-12382</guid>
		<description>What can i do to move to the next slide after the click?

Some kind of restart function after click.

Thanks!</description>
		<content:encoded><![CDATA[<p>What can i do to move to the next slide after the click?</p>
<p>Some kind of restart function after click.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.raymondselda.com/jquery-looped-slider-tutorial/#comment-12115</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 05 Jun 2011 00:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=1201#comment-12115</guid>
		<description>Hi,

I am trying to get the Looped Slider installed on my oscommerce store as described here http://info.template-help.com/after_sale_support/jquery/slider/article6.html but I have not got a clue how to do this! Can anyone point me in the right direction or would anyone be willing to install this for a small fee?

I have got the website up at www.ubermobile.co.uk just need the Looped slider installed</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to get the Looped Slider installed on my oscommerce store as described here <a href="http://info.template-help.com/after_sale_support/jquery/slider/article6.html" rel="nofollow">http://info.template-help.com/after_sale_support/jquery/slider/article6.html</a> but I have not got a clue how to do this! Can anyone point me in the right direction or would anyone be willing to install this for a small fee?</p>
<p>I have got the website up at <a href="http://www.ubermobile.co.uk" rel="nofollow">http://www.ubermobile.co.uk</a> just need the Looped slider installed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

