<?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"
	>
<channel>
	<title>Comments on: jCarousel 0.2.3</title>
	<atom:link href="http://sorgalla.com/2008/04/07/jcarousel-023/feed/" rel="self" type="application/rss+xml" />
	<link>http://sorgalla.com/2008/04/07/jcarousel-023/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 21:35:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Bob K</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8901</link>
		<dc:creator>Bob K</dc:creator>
		<pubDate>Tue, 12 Aug 2008 17:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8901</guid>
		<description>Ok...I reviewed some other examples you provided and figured out that I needed to use the visible setting.  Thanks for a great script!</description>
		<content:encoded><![CDATA[<p>Ok&#8230;I reviewed some other examples you provided and figured out that I needed to use the visible setting.  Thanks for a great script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob K</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8900</link>
		<dc:creator>Bob K</dc:creator>
		<pubDate>Tue, 12 Aug 2008 17:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8900</guid>
		<description>This is a great script.  I am not the best with javascript so forgive me if this is a stupid question.  I looked at your documentation and was trying to make the carousel bigger (wider) to display 5 thumbnails and cannot get it to display.  In the HTML I added the following

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        scroll: 4,
        auto: 2,
        wrap: 'last',
        initCallback: mycarousel_initCallback
    });
});

and in the CSS file I have widen the container but still no luck, it is still only showing 3 thumbnails.

HELP</description>
		<content:encoded><![CDATA[<p>This is a great script.  I am not the best with javascript so forgive me if this is a stupid question.  I looked at your documentation and was trying to make the carousel bigger (wider) to display 5 thumbnails and cannot get it to display.  In the HTML I added the following</p>
<p>jQuery(document).ready(function() {<br />
    jQuery(&#8217;#mycarousel&#8217;).jcarousel({<br />
        scroll: 4,<br />
        auto: 2,<br />
        wrap: &#8216;last&#8217;,<br />
        initCallback: mycarousel_initCallback<br />
    });<br />
});</p>
<p>and in the CSS file I have widen the container but still no luck, it is still only showing 3 thumbnails.</p>
<p>HELP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8892</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 11 Aug 2008 18:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8892</guid>
		<description>Could this script be made keyboard accessible? Could the next and prev buttons be links rather than empty divs?</description>
		<content:encoded><![CDATA[<p>Could this script be made keyboard accessible? Could the next and prev buttons be links rather than empty divs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8872</link>
		<dc:creator>harry</dc:creator>
		<pubDate>Sat, 09 Aug 2008 01:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8872</guid>
		<description>Hi,

I am using circular carousel. It is giving a flickering effect in firefox 2.0 when i click on next button. Please advise me how to resolve this.

http://sorgalla.com/2008/04/07/jcarousel-023/#comments</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using circular carousel. It is giving a flickering effect in firefox 2.0 when i click on next button. Please advise me how to resolve this.</p>
<p><a href="http://sorgalla.com/2008/04/07/jcarousel-023/#comments" rel="nofollow">http://sorgalla.com/2008/04/07/jcarousel-023/#comments</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8756</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 27 Jul 2008 11:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8756</guid>
		<description>See http://sorgalla.com/projects/jcarousel/examples/static_auto.html for how to stop autoscrolling.</description>
		<content:encoded><![CDATA[<p>See <a href="http://sorgalla.com/projects/jcarousel/examples/static_auto.html" rel="nofollow">http://sorgalla.com/projects/jcarousel/examples/static_auto.html</a> for how to stop autoscrolling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8735</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 25 Jul 2008 22:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8735</guid>
		<description>Is there a way to remove an jcarousel or at least stopping the execution? I have a jcarousel running and overrides it someties with ajax stuff. After that I get "No with and height are set, Aborting" messages every 5 seconds or so. I guess the script tries to find the jcarousel DOM stuff, which is not there anymore. Is there an workaround?</description>
		<content:encoded><![CDATA[<p>Is there a way to remove an jcarousel or at least stopping the execution? I have a jcarousel running and overrides it someties with ajax stuff. After that I get &#8220;No with and height are set, Aborting&#8221; messages every 5 seconds or so. I guess the script tries to find the jcarousel DOM stuff, which is not there anymore. Is there an workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8615</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 15 Jul 2008 19:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8615</guid>
		<description>Hi, I want to use multiple carousels on my website too, BUT with different height and width values. A big one, and may be here and there some smaller ones. It seems that the height and width MUST be in jcarousel-item be set, no other class (which might contain the values) are accepted. I wish there would be an option to give the two values directly to the jcarousel method. 

Because I need that working together with ajax load of contents, I'll hack into the code this week. I'll publish something if I was successful. 

.oO( maybe I have something missed in the docs? )</description>
		<content:encoded><![CDATA[<p>Hi, I want to use multiple carousels on my website too, BUT with different height and width values. A big one, and may be here and there some smaller ones. It seems that the height and width MUST be in jcarousel-item be set, no other class (which might contain the values) are accepted. I wish there would be an option to give the two values directly to the jcarousel method. </p>
<p>Because I need that working together with ajax load of contents, I&#8217;ll hack into the code this week. I&#8217;ll publish something if I was successful. </p>
<p>.oO( maybe I have something missed in the docs? )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8398</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 03 Jul 2008 01:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8398</guid>
		<description>Hey, this is a very nice script, btw :D Thanks for this.
I have a question, I am trying to replicate this feature found here:
http://billwscott.com/carousel/carousel_spotlight.html

This is by the person who did the other article. I am trying to use static method, while including this. I have been playing with it for a while and cant seem to get something working. Any help would be much appreciated. Thanks</description>
		<content:encoded><![CDATA[<p>Hey, this is a very nice script, btw <img src='http://sorgalla.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Thanks for this.<br />
I have a question, I am trying to replicate this feature found here:<br />
<a href="http://billwscott.com/carousel/carousel_spotlight.html" rel="nofollow">http://billwscott.com/carousel/carousel_spotlight.html</a></p>
<p>This is by the person who did the other article. I am trying to use static method, while including this. I have been playing with it for a while and cant seem to get something working. Any help would be much appreciated. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8360</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Tue, 01 Jul 2008 09:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8360</guid>
		<description>I think there is problem reloading the rotating carousel. The page has buttons which load another set of images when the user presses the button.

tab1

where tab1 is another array. This code simply changes the array and reloads the carousel. I works fine in IE but morzilla doesn't reload the images. Is there a workaround ?

Thanks</description>
		<content:encoded><![CDATA[<p>I think there is problem reloading the rotating carousel. The page has buttons which load another set of images when the user presses the button.</p>
<p>tab1</p>
<p>where tab1 is another array. This code simply changes the array and reloads the carousel. I works fine in IE but morzilla doesn&#8217;t reload the images. Is there a workaround ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8262</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 25 Jun 2008 08:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8262</guid>
		<description>No, that isn't possible.</description>
		<content:encoded><![CDATA[<p>No, that isn&#8217;t possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8242</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Tue, 24 Jun 2008 14:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8242</guid>
		<description>Thanks for the info. I tried using events like 'mouseover' but it doesn't continously scroll. The event is triggered once and then cant get triggered again until the user moves off and on the arrow. 

Is there a way that continously moves the carousel until the mouse is moved off the arrow?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I tried using events like &#8216;mouseover&#8217; but it doesn&#8217;t continously scroll. The event is triggered once and then cant get triggered again until the user moves off and on the arrow. </p>
<p>Is there a way that continously moves the carousel until the mouse is moved off the arrow?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8236</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 24 Jun 2008 09:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8236</guid>
		<description>Check jQuery Docs: http://docs.jquery.com/Events/bind#typedatafn</description>
		<content:encoded><![CDATA[<p>Check jQuery Docs: <a href="http://docs.jquery.com/Events/bind#typedatafn" rel="nofollow">http://docs.jquery.com/Events/bind#typedatafn</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-8230</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Mon, 23 Jun 2008 14:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-8230</guid>
		<description>Hi,
Can I set so users just hover over the arrow button and the carousel will rotate? A line from the Doc's says:

buttonNextEvent string "click" Specifies the event which triggers the next scroll. 

I've tried to change the to 'hover' and similier wording but it dosn't seem to work. What is the magic word?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can I set so users just hover over the arrow button and the carousel will rotate? A line from the Doc&#8217;s says:</p>
<p>buttonNextEvent string &#8220;click&#8221; Specifies the event which triggers the next scroll. </p>
<p>I&#8217;ve tried to change the to &#8216;hover&#8217; and similier wording but it dosn&#8217;t seem to work. What is the magic word?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-7630</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 19 May 2008 16:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-7630</guid>
		<description>so where do we go for support questions if you skip the jquery mailinglist?</description>
		<content:encoded><![CDATA[<p>so where do we go for support questions if you skip the jquery mailinglist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://sorgalla.com/2008/04/07/jcarousel-023/#comment-7367</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 06 May 2008 12:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-7367</guid>
		<description>hello jan, please visit my jcarousel post on the jquery mailinglist: http://groups.google.com/group/jquery-en/browse_thread/thread/17c96aa965603ecd/d4d5d07e6955542b?hl=en&#38;lnk=st&#38;q=#d4d5d07e6955542b

thank you.</description>
		<content:encoded><![CDATA[<p>hello jan, please visit my jcarousel post on the jquery mailinglist: <a href="http://groups.google.com/group/jquery-en/browse_thread/thread/17c96aa965603ecd/d4d5d07e6955542b?hl=en&amp;lnk=st&amp;q=#d4d5d07e6955542b" rel="nofollow">http://groups.google.com/group/jquery-en/browse_thread/thread/17c96aa965603ecd/d4d5d07e6955542b?hl=en&amp;lnk=st&amp;q=#d4d5d07e6955542b</a></p>
<p>thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
