<?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 Tools&#8217; Scrollable as a circular carousel</title>
	<atom:link href="http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/feed/" rel="self" type="application/rss+xml" />
	<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/</link>
	<description>Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind. - Dr. Seuss</description>
	<lastBuildDate>Mon, 12 Dec 2011 20:28:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SoundJohn</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-10821</link>
		<dc:creator>SoundJohn</dc:creator>
		<pubDate>Sat, 21 Nov 2009 22:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-10821</guid>
		<description>Hey! Thanx for this beautiful place of the Inet!!</description>
		<content:encoded><![CDATA[<p>Hey! Thanx for this beautiful place of the Inet!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tero Piirainen</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9761</link>
		<dc:creator>Tero Piirainen</dc:creator>
		<pubDate>Sat, 25 Jul 2009 11:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9761</guid>
		<description>Hello,

Just to let everybody know that this feature will be part of jQuery Tools 1.1. It will be implemented as scrollable *plugin*. The main scrollable.js is totally ignorant of this new plugin making it a clean separate extension to the main functionality. 

Currenlty I&#039;m on a lengthy vacation and these things will be published after about two months.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Just to let everybody know that this feature will be part of jQuery Tools 1.1. It will be implemented as scrollable *plugin*. The main scrollable.js is totally ignorant of this new plugin making it a clean separate extension to the main functionality. </p>
<p>Currenlty I&#8217;m on a lengthy vacation and these things will be published after about two months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rbs</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9747</link>
		<dc:creator>Rbs</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9747</guid>
		<description>I do not see my comment from yesterday, so I&#039;ll just resubmit the example:

function scrollTo(position) {
				var api = $(&quot;div.scrollable&quot;).scrollable();
				api.seekTo(position);
				api.reload();
			}

now, if you make a call, for example,  scrollTo(3) - something funny happens - it scrolls somewhere but not to the 4th item on the list.</description>
		<content:encoded><![CDATA[<p>I do not see my comment from yesterday, so I&#8217;ll just resubmit the example:</p>
<p>function scrollTo(position) {<br />
				var api = $(&#8220;div.scrollable&#8221;).scrollable();<br />
				api.seekTo(position);<br />
				api.reload();<br />
			}</p>
<p>now, if you make a call, for example,  scrollTo(3) &#8211; something funny happens &#8211; it scrolls somewhere but not to the 4th item on the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: domi</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9744</link>
		<dc:creator>domi</dc:creator>
		<pubDate>Thu, 23 Jul 2009 06:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9744</guid>
		<description>Am I missing something here ?
I got the old scrollable version which means i got this: 

 
     
&lt;!-- root element for the items --&gt; 
 

{foreach item=data from=$productdata}


&lt;!----&gt;
&lt;a href=&quot;{$websitepath}{$data.languagecode}/productdetail/{$headcatno}/{$subcatno}/{$data.articleno}/{$data.linkname}&quot; rel=&quot;nofollow&quot;&gt;{$data.articlecode}&#160;{$data.articlename}&lt;/a&gt;
Colour range 1 190*145 mm

{/foreach}

 
     


and then i got the code to initialize it :

$(function() {         
         
   $(&quot;div.scrollable&quot;).scrollable(
	{
 		
        interval: 0, 
         
      
        loop: false,  
         
       
        speed: 1000, 
		
		size:3	
	}
	);     
}); 

now yours is with a ul element etc...</description>
		<content:encoded><![CDATA[<p>Am I missing something here ?<br />
I got the old scrollable version which means i got this: </p>
<p><!-- root element for the items --> </p>
<p>{foreach item=data from=$productdata}</p>
<p>&lt;!&#8212;-&gt;<br />
<a href="{$websitepath}{$data.languagecode}/productdetail/{$headcatno}/{$subcatno}/{$data.articleno}/{$data.linkname}" rel="nofollow">{$data.articlecode}&nbsp;{$data.articlename}</a><br />
Colour range 1 190*145 mm</p>
<p>{/foreach}</p>
<p>and then i got the code to initialize it :</p>
<p>$(function() {         </p>
<p>   $(&#8220;div.scrollable&#8221;).scrollable(<br />
	{</p>
<p>        interval: 0, </p>
<p>        loop: false,  </p>
<p>        speed: 1000, </p>
<p>		size:3<br />
	}<br />
	);<br />
}); </p>
<p>now yours is with a ul element etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matte</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9738</link>
		<dc:creator>matte</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9738</guid>
		<description>@JavDev - yeah, I see that. I tried putting in a capture for multiple click events, or a counter or something but it got really complicated. I&#039;m relying on the user to not do that.  I don&#039;t see it as a huge deal.

@Rbs - can you provide more details? I&#039;ll look into it though

@Marvin - thanx.  the jw player is loaded into a lightbox with an iframe,using colorbox.  So, once the lightbox goes away, the iframe does too. I guess because the iframe is a separate page, it&#039;s properly unloaded and stops playing.  Now, if the jw player were loaded as via an inline div, the movie would still be in the same page and you&#039;d need to somehow remove it from the DOM to unload it.  I have no testing to back up my theory but that&#039;s how I figure it works.

@domi - you shouldn&#039;t need to change a thing. I broke backward functionality by changing loop:true to a circular loop by default. I thought about adding another config item, something like &quot;loopMethod = bounce/circular&quot; but decided to leave that to the original author to decide.</description>
		<content:encoded><![CDATA[<p>@JavDev &#8211; yeah, I see that. I tried putting in a capture for multiple click events, or a counter or something but it got really complicated. I&#8217;m relying on the user to not do that.  I don&#8217;t see it as a huge deal.</p>
<p>@Rbs &#8211; can you provide more details? I&#8217;ll look into it though</p>
<p>@Marvin &#8211; thanx.  the jw player is loaded into a lightbox with an iframe,using colorbox.  So, once the lightbox goes away, the iframe does too. I guess because the iframe is a separate page, it&#8217;s properly unloaded and stops playing.  Now, if the jw player were loaded as via an inline div, the movie would still be in the same page and you&#8217;d need to somehow remove it from the DOM to unload it.  I have no testing to back up my theory but that&#8217;s how I figure it works.</p>
<p>@domi &#8211; you shouldn&#8217;t need to change a thing. I broke backward functionality by changing loop:true to a circular loop by default. I thought about adding another config item, something like &#8220;loopMethod = bounce/circular&#8221; but decided to leave that to the original author to decide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: domi</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9737</link>
		<dc:creator>domi</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9737</guid>
		<description>Damn, i must re-read my posts before submitting...   What i meant : i use loop :true now, but what should i use to get a circular loop ?</description>
		<content:encoded><![CDATA[<p>Damn, i must re-read my posts before submitting&#8230;   What i meant : i use loop :true now, but what should i use to get a circular loop ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: domi</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9736</link>
		<dc:creator>domi</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9736</guid>
		<description>Hi there, 

I&#039;m using the old version now, but what must i change in my code to get one as on your site ?</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>I&#8217;m using the old version now, but what must i change in my code to get one as on your site ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9734</link>
		<dc:creator>Marvin</dc:creator>
		<pubDate>Wed, 22 Jul 2009 11:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9734</guid>
		<description>Very nice job on the carousel. I use a different kind but I will keep this one in mind. 
I&#039;m interested tho how you managed to use the jw player in the overlay and stop/unload it when you close the overlay. Can you enlighten me on this?

Tnx :)</description>
		<content:encoded><![CDATA[<p>Very nice job on the carousel. I use a different kind but I will keep this one in mind.<br />
I&#8217;m interested tho how you managed to use the jw player in the overlay and stop/unload it when you close the overlay. Can you enlighten me on this?</p>
<p>Tnx <img src='http://notso.silent-e.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rbs</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9716</link>
		<dc:creator>Rbs</dc:creator>
		<pubDate>Mon, 20 Jul 2009 02:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9716</guid>
		<description>Thanks for your work. I think I&#039;ve found a bug in API, though: seekTo(index) does not go to the item it  suppose to.</description>
		<content:encoded><![CDATA[<p>Thanks for your work. I think I&#8217;ve found a bug in API, though: seekTo(index) does not go to the item it  suppose to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavDev</title>
		<link>http://notso.silent-e.com/2009/07/04/jquery-tools-scrollable-as-a-circular-carousel/comment-page-1/#comment-9701</link>
		<dc:creator>JavDev</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://notso.silent-e.com/?p=766#comment-9701</guid>
		<description>Hello,

Great idea to add this functionality.  I noticed that the carousel on Ruckus Wireless is acting a bit odd if you click on one direction 5 or more times, it will break the carousel behavior and perform a &quot;scroll really fast&quot; to the final page.

I&#039;m not sure if it&#039;s the timer script triggering an auto focus causing the fast scroll back effect.  If this not the case then, perhaps we need a queue system for the consecutive click actions as 5 clicks is JUST 1 greater than the total page count and that causes undesirable behavior in the loop tracking code... or it could be a coincidence.

Anyways, it&#039;s a great idea and I would love to see this feature get polished.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Great idea to add this functionality.  I noticed that the carousel on Ruckus Wireless is acting a bit odd if you click on one direction 5 or more times, it will break the carousel behavior and perform a &#8220;scroll really fast&#8221; to the final page.</p>
<p>I&#8217;m not sure if it&#8217;s the timer script triggering an auto focus causing the fast scroll back effect.  If this not the case then, perhaps we need a queue system for the consecutive click actions as 5 clicks is JUST 1 greater than the total page count and that causes undesirable behavior in the loop tracking code&#8230; or it could be a coincidence.</p>
<p>Anyways, it&#8217;s a great idea and I would love to see this feature get polished.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

