<?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>Sat, 31 Jul 2010 07:07:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Edouard</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76759</link>
		<dc:creator>Edouard</dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76759</guid>
		<description>Just to notice that I was looking for a way to stop (onmouseover) and restart (onmouseout) the autoscroll.

I found a patch to your plugin there : http://github.com/kswedberg/jquery-carousel-lite/blob/master/jcarousellite.js

it provide with pauseCarousel and resumeCarousel triggers...

Please update your code with it, as well as documentation on site.

Best regards and congratulation for your work,
Edouard</description>
		<content:encoded><![CDATA[<p>Just to notice that I was looking for a way to stop (onmouseover) and restart (onmouseout) the autoscroll.</p>
<p>I found a patch to your plugin there : <a href="http://github.com/kswedberg/jquery-carousel-lite/blob/master/jcarousellite.js" rel="nofollow">http://github.com/kswedberg/jquery-carousel-lite/blob/master/jcarousellite.js</a></p>
<p>it provide with pauseCarousel and resumeCarousel triggers&#8230;</p>
<p>Please update your code with it, as well as documentation on site.</p>
<p>Best regards and congratulation for your work,<br />
Edouard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HardinLora35</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76681</link>
		<dc:creator>HardinLora35</dc:creator>
		<pubDate>Thu, 29 Jul 2010 12:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76681</guid>
		<description>This is the best item I have got of all time find out! Great column just about university! When I have studied at university I as well meet problems of compose my term and article exercise, because I had a job and private occupy in life, and I never had pretty much time to construct  article. And then my friend tell me about &lt;a href=&quot;http://www.dissertationmasters.com/&quot; rel=&quot;nofollow&quot;&gt;buy thesis&lt;/a&gt;! From that time my life has become finer!</description>
		<content:encoded><![CDATA[<p>This is the best item I have got of all time find out! Great column just about university! When I have studied at university I as well meet problems of compose my term and article exercise, because I had a job and private occupy in life, and I never had pretty much time to construct  article. And then my friend tell me about <a href="http://www.dissertationmasters.com/" rel="nofollow">buy thesis</a>! From that time my life has become finer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76300</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Sat, 24 Jul 2010 12:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76300</guid>
		<description>I am using it with wordpress and its not working. not giving any error but still not working.

Is there any conflict in it with WooThemes or wordpress?

Thanks,

Maria</description>
		<content:encoded><![CDATA[<p>I am using it with wordpress and its not working. not giving any error but still not working.</p>
<p>Is there any conflict in it with WooThemes or wordpress?</p>
<p>Thanks,</p>
<p>Maria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ginesh</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76266</link>
		<dc:creator>Ginesh</dc:creator>
		<pubDate>Fri, 23 Jul 2010 23:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76266</guid>
		<description>Excellent one. But there is a bug in this. The following setting will allow just 1 &#039;Next&#039; moves. But it should allow 2 next moves.

There are 11 items in Li. 

       $(function() {
                $(&quot;.playlists&quot;).jCarouselLite({
                        btnNext: &quot;.right&quot;,
                        btnPrev: &quot;.left&quot;,
                        circular: false,
                        visible: 4,
                        scroll: 4,
                        speed: 800
                    });
                });

It will display only 8 items.How to solve it? 
&quot;scroll: 1&quot; means it will display 11 items. Any idea?</description>
		<content:encoded><![CDATA[<p>Excellent one. But there is a bug in this. The following setting will allow just 1 &#8216;Next&#8217; moves. But it should allow 2 next moves.</p>
<p>There are 11 items in Li. </p>
<p>       $(function() {<br />
                $(&#8220;.playlists&#8221;).jCarouselLite({<br />
                        btnNext: &#8220;.right&#8221;,<br />
                        btnPrev: &#8220;.left&#8221;,<br />
                        circular: false,<br />
                        visible: 4,<br />
                        scroll: 4,<br />
                        speed: 800<br />
                    });<br />
                });</p>
<p>It will display only 8 items.How to solve it?<br />
&#8220;scroll: 1&#8243; means it will display 11 items. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyle</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76250</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Fri, 23 Jul 2010 16:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76250</guid>
		<description>****PAYING $20 VIA PAYPAL TO ANYONE WHO CAN SOLVE THIS!

i am attempting to take this wordpress template (link below) and copy its use of jcarouselLite, but in Internet Explorer, it crams my moving images together and the left and right buttons Rollovers don&#039;t work....

ORIGINAL SITE:
http://osc4.template-help.com/wordpress_29527/

MY SITE:
www.site-tonight.com

it works fine in firefox, but it looks ugly in IE, i do not have enough knowledge to fix it, please help if you can, i will gladly pay!

email me for fast payment and resolution:
wtfmancmon AT yahoo.com

You can pretty easily view my source (duh)

thanks much,

Kyle</description>
		<content:encoded><![CDATA[<p>****PAYING $20 VIA PAYPAL TO ANYONE WHO CAN SOLVE THIS!</p>
<p>i am attempting to take this wordpress template (link below) and copy its use of jcarouselLite, but in Internet Explorer, it crams my moving images together and the left and right buttons Rollovers don&#8217;t work&#8230;.</p>
<p>ORIGINAL SITE:<br />
<a href="http://osc4.template-help.com/wordpress_29527/" rel="nofollow">http://osc4.template-help.com/wordpress_29527/</a></p>
<p>MY SITE:<br />
<a href="http://www.site-tonight.com" rel="nofollow">http://www.site-tonight.com</a></p>
<p>it works fine in firefox, but it looks ugly in IE, i do not have enough knowledge to fix it, please help if you can, i will gladly pay!</p>
<p>email me for fast payment and resolution:<br />
wtfmancmon AT yahoo.com</p>
<p>You can pretty easily view my source (duh)</p>
<p>thanks much,</p>
<p>Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76243</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 23 Jul 2010 08:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76243</guid>
		<description>Ganesh,
Comment 896 and 897. Still having a problem with style adding 2 pixels to height of images.</description>
		<content:encoded><![CDATA[<p>Ganesh,<br />
Comment 896 and 897. Still having a problem with style adding 2 pixels to height of images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep Saini</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76189</link>
		<dc:creator>Pradeep Saini</dc:creator>
		<pubDate>Thu, 22 Jul 2010 10:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76189</guid>
		<description>I want to user two scroller. one for left to right and another one right to left. There are not any option to scroll right to left. Please provide me any hints. 

Thanks in Advance.
Pradeep Saini</description>
		<content:encoded><![CDATA[<p>I want to user two scroller. one for left to right and another one right to left. There are not any option to scroll right to left. Please provide me any hints. </p>
<p>Thanks in Advance.<br />
Pradeep Saini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandros</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76143</link>
		<dc:creator>Alexandros</dc:creator>
		<pubDate>Wed, 21 Jul 2010 11:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76143</guid>
		<description>Hi,
This library is great, but I am having a little problem. In your example you have the carousel wrapped in two images (prev and next) but in your source code those images are nowhere to be found. Do we have to add these manually?

Futhermore, perhaps it would be a good idea to have the styles in a separate .css file and not inside the .js file.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This library is great, but I am having a little problem. In your example you have the carousel wrapped in two images (prev and next) but in your source code those images are nowhere to be found. Do we have to add these manually?</p>
<p>Futhermore, perhaps it would be a good idea to have the styles in a separate .css file and not inside the .js file.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Barek</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76133</link>
		<dc:creator>Abdul Barek</dc:creator>
		<pubDate>Wed, 21 Jul 2010 08:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76133</guid>
		<description>Hi,
This is REALLY COOL!. Thanks for sharing. I have some issues. Please help me.

I want to stop/resume the auto scrolling and want to call next and prev action from my JS code. Is it possible? Please help/suggest me.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is REALLY COOL!. Thanks for sharing. I have some issues. Please help me.</p>
<p>I want to stop/resume the auto scrolling and want to call next and prev action from my JS code. Is it possible? Please help/suggest me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swetha reddy</title>
		<link>http://www.gmarwaha.com/blog/2007/08/09/jcarousel-lite-a-jquery-plugin/comment-page-18/#comment-76041</link>
		<dc:creator>swetha reddy</dc:creator>
		<pubDate>Mon, 19 Jul 2010 20:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://gmarwaha.com/blog/?p=6#comment-76041</guid>
		<description>Hey ganesh,

Thanks for great script

$(document).ready(function() {
$(“.carousel”).jCarouselLite({
btnNext: “.next”,
btnPrev: “.prev”,
visible: 3,
scroll: 3,
circular:true,
speed: 600
});
});

eg:In order to display 7 images i gave visible:3 and scroll:3 but what
happened is when i click next button it displayed 1st set (1,2,3) again clicking next button it displayed 2nd set (4,5,6)later on clicking next button it displayed 3rd set(7,1,2).

Here comes the problem once again clicking next button displayed (4,5,6) and 3rd image is missing.I cant figure it out..

but i found an interesting thing here…it will work fine for multiples of 3(3,6,9,12..)but it wont work for other numbers…(4,5,7,8,10,11…)

Did anyone have the same problem?
Please let me know when anyone has work around..

I would really appreciate your help.

Thanks,
~swetha</description>
		<content:encoded><![CDATA[<p>Hey ganesh,</p>
<p>Thanks for great script</p>
<p>$(document).ready(function() {<br />
$(“.carousel”).jCarouselLite({<br />
btnNext: “.next”,<br />
btnPrev: “.prev”,<br />
visible: 3,<br />
scroll: 3,<br />
circular:true,<br />
speed: 600<br />
});<br />
});</p>
<p>eg:In order to display 7 images i gave visible:3 and scroll:3 but what<br />
happened is when i click next button it displayed 1st set (1,2,3) again clicking next button it displayed 2nd set (4,5,6)later on clicking next button it displayed 3rd set(7,1,2).</p>
<p>Here comes the problem once again clicking next button displayed (4,5,6) and 3rd image is missing.I cant figure it out..</p>
<p>but i found an interesting thing here…it will work fine for multiples of 3(3,6,9,12..)but it wont work for other numbers…(4,5,7,8,10,11…)</p>
<p>Did anyone have the same problem?<br />
Please let me know when anyone has work around..</p>
<p>I would really appreciate your help.</p>
<p>Thanks,<br />
~swetha</p>
]]></content:encoded>
	</item>
</channel>
</rss>
