<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for sorgalla.com</title>
	
	<link>http://sorgalla.com</link>
	<description />
	<lastBuildDate>Thu, 02 Jul 2009 22:22:33 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/sorgalla-comments" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Comment on jCarousel 0.2.3 by 0z0n</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/o25ICFaR6wo/</link>
		<dc:creator>0z0n</dc:creator>
		<pubDate>Thu, 02 Jul 2009 22:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-11357</guid>
		<description>Solution for Width or Height problem for different width or/and height thumbnail's is set in jquery.jcarousel.css:

/* We set the width/height explicitly. No width/height causes infinite loops. */

width: auto;
min-width:40px;
height:auto;
min-height:40px;

in that way I can use thumbnails with different size and don't have an alert that i don't set the width or height ;)</description>
		<content:encoded><![CDATA[<p>Solution for Width or Height problem for different width or/and height thumbnail&#8217;s is set in jquery.jcarousel.css:</p>
<p>/* We set the width/height explicitly. No width/height causes infinite loops. */</p>
<p>width: auto;<br />
min-width:40px;<br />
height:auto;<br />
min-height:40px;</p>
<p>in that way I can use thumbnails with different size and don&#8217;t have an alert that i don&#8217;t set the width or height <img src='http://sorgalla.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/o25ICFaR6wo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-11357</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Keegan Rowe</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/3cviWoG5dOc/</link>
		<dc:creator>Keegan Rowe</dc:creator>
		<pubDate>Thu, 21 May 2009 08:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-11140</guid>
		<description>Great tool. Just trying to get it to work on Safari was a challenge though!! The infamous document.ready (page onload) bug plagued me for some time. I found out that if I used externally hosted images in my UL LI list the delay from downloading the external images meant that it would work - but locally it would not work at all. For more on the bug, Google: jcarousel safari document ready

I ended up modifying jquery.jcarousel.js to fix the bug. Around like 185.

I commented out a few lines referring to Safari which has fixed the problem:

if ($.browser.safari) {
 this.buttons(false, false);
 $(window).bind('load', function() { self.setup(); });
} else

Other than this, great tool!</description>
		<content:encoded><![CDATA[<p>Great tool. Just trying to get it to work on Safari was a challenge though!! The infamous document.ready (page onload) bug plagued me for some time. I found out that if I used externally hosted images in my UL LI list the delay from downloading the external images meant that it would work &#8211; but locally it would not work at all. For more on the bug, Google: jcarousel safari document ready</p>
<p>I ended up modifying jquery.jcarousel.js to fix the bug. Around like 185.</p>
<p>I commented out a few lines referring to Safari which has fixed the problem:</p>
<p>if ($.browser.safari) {<br />
 this.buttons(false, false);<br />
 $(window).bind(&#8217;load&#8217;, function() { self.setup(); });<br />
} else</p>
<p>Other than this, great tool!</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/3cviWoG5dOc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-11140</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Joop</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/wLZyV-ce8Gc/</link>
		<dc:creator>Joop</dc:creator>
		<pubDate>Wed, 01 Apr 2009 17:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-10070</guid>
		<description>Works like a charm, thank you.</description>
		<content:encoded><![CDATA[<p>Works like a charm, thank you.</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/wLZyV-ce8Gc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-10070</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Jonathan Yarbor</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/1DmOg7SomLs/</link>
		<dc:creator>Jonathan Yarbor</dc:creator>
		<pubDate>Wed, 18 Mar 2009 06:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-10033</guid>
		<description>@Morla I just posted or you can view the blog post i made about that same topic: http://blog.blazed-designs.com/2009/03/01/jcarousel-loading-fix-for-ie/</description>
		<content:encoded><![CDATA[<p>@Morla I just posted or you can view the blog post i made about that same topic: <a href="http://blog.blazed-designs.com/2009/03/01/jcarousel-loading-fix-for-ie/" rel="nofollow">http://blog.blazed-designs.com/2009/03/01/jcarousel-loading-fix-for-ie/</a></p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/1DmOg7SomLs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-10033</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Morla Cheerful</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/A7xuBi4jkD8/</link>
		<dc:creator>Morla Cheerful</dc:creator>
		<pubDate>Wed, 11 Mar 2009 11:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-10005</guid>
		<description>Hi there,

i use the carousel horizontal an habe 16 pictures to show. Everytime i refresh the page i see just for a moment a list vertically an then the carousel list shows like defined in css.
Is there a way to hide this vertical list?

Kind Regards Morla</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>i use the carousel horizontal an habe 16 pictures to show. Everytime i refresh the page i see just for a moment a list vertically an then the carousel list shows like defined in css.<br />
Is there a way to hide this vertical list?</p>
<p>Kind Regards Morla</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/A7xuBi4jkD8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-10005</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Christian Serron</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/jwoE0_hmxrY/</link>
		<dc:creator>Christian Serron</dc:creator>
		<pubDate>Tue, 10 Mar 2009 14:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9996</guid>
		<description>Thank you very much Jan.
This plugin is just what I have been looking for!
Useful, fast and based on Jquery.
Keep making a good job!</description>
		<content:encoded><![CDATA[<p>Thank you very much Jan.<br />
This plugin is just what I have been looking for!<br />
Useful, fast and based on Jquery.<br />
Keep making a good job!</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/jwoE0_hmxrY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9996</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Jonathan Yarbor</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/KBU7t5tfzJU/</link>
		<dc:creator>Jonathan Yarbor</dc:creator>
		<pubDate>Sun, 01 Mar 2009 05:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9930</guid>
		<description>I have been working with jcarousel and ran into the issues with when you put large images into the carousel that in IE it will display all of the items in the carousel in a row until the page is loaded. I have found a way around this! I don't know enough on how to implement this, but you hide the id of each  AFTER the 1st one for example:

jQuery(document).ready(function() {
$("#news2").css("display","block");
$("#news3").css("display","block");
jQuery("#newscroll").jcarousel({scroll: 1,auto: 3,wrap: "both"});
});

and on your css you define each of the  items AFTER the first to display: none;

#news2{display: none;}
#news3{display: none;}


This is an EASY IE, load fix that will get rid of ugly load design.

Chears!</description>
		<content:encoded><![CDATA[<p>I have been working with jcarousel and ran into the issues with when you put large images into the carousel that in IE it will display all of the items in the carousel in a row until the page is loaded. I have found a way around this! I don&#8217;t know enough on how to implement this, but you hide the id of each  AFTER the 1st one for example:</p>
<p>jQuery(document).ready(function() {<br />
$(&#8221;#news2&#8243;).css(&#8221;display&#8221;,&#8221;block&#8221;);<br />
$(&#8221;#news3&#8243;).css(&#8221;display&#8221;,&#8221;block&#8221;);<br />
jQuery(&#8221;#newscroll&#8221;).jcarousel({scroll: 1,auto: 3,wrap: &#8220;both&#8221;});<br />
});</p>
<p>and on your css you define each of the  items AFTER the first to display: none;</p>
<p>#news2{display: none;}<br />
#news3{display: none;}</p>
<p>This is an EASY IE, load fix that will get rid of ugly load design.</p>
<p>Chears!</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/KBU7t5tfzJU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9930</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by ntulip</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/RGXi-AbHZiw/</link>
		<dc:creator>ntulip</dc:creator>
		<pubDate>Wed, 25 Feb 2009 04:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9912</guid>
		<description>I would like to have a control bar that shows dots instead of page numbers, etc. the difference being that if you have 15 items and you show 5 at a time, you should have 3 dots. A dot would represent a page and not one image. Clicking on the dot, would scroll the page.

ESPN does something like and CNN
http://www.cnn.com/ (top right side)
http://espn.go.com/video/clip?id=3929395 (at the bottom under the video)

Any input would be appreciated.

Thank you,
Nick</description>
		<content:encoded><![CDATA[<p>I would like to have a control bar that shows dots instead of page numbers, etc. the difference being that if you have 15 items and you show 5 at a time, you should have 3 dots. A dot would represent a page and not one image. Clicking on the dot, would scroll the page.</p>
<p>ESPN does something like and CNN<br />
<a href="http://www.cnn.com/" rel="nofollow">http://www.cnn.com/</a> (top right side)<br />
<a href="http://espn.go.com/video/clip?id=3929395" rel="nofollow">http://espn.go.com/video/clip?id=3929395</a> (at the bottom under the video)</p>
<p>Any input would be appreciated.</p>
<p>Thank you,<br />
Nick</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/RGXi-AbHZiw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9912</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Norah</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/BQ-IOB4S1S8/</link>
		<dc:creator>Norah</dc:creator>
		<pubDate>Mon, 23 Feb 2009 18:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9908</guid>
		<description>Hi Jan, 

Thanks for the great plugin. I have a question on Carousel with external controls. Is it possible to have the external controls in a different page and make the carousel slide on another? I mean, if I click on an image/button in one page, then carousel related to that image/button should be viewed in another page. sth with onClick? It would be really nice if you could help me with this.

Thanks! :)</description>
		<content:encoded><![CDATA[<p>Hi Jan, </p>
<p>Thanks for the great plugin. I have a question on Carousel with external controls. Is it possible to have the external controls in a different page and make the carousel slide on another? I mean, if I click on an image/button in one page, then carousel related to that image/button should be viewed in another page. sth with onClick? It would be really nice if you could help me with this.</p>
<p>Thanks! <img src='http://sorgalla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/BQ-IOB4S1S8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9908</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.0 Beta by praveen vijayan</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/M8EOkiMDU2A/</link>
		<dc:creator>praveen vijayan</dc:creator>
		<pubDate>Mon, 23 Feb 2009 06:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2007/05/04/jcarousel-020/#comment-9906</guid>
		<description>Hi
 This is an awesome script. Thanks for your effort and sharing this with rest of the community. 

I have an issue in safari with varying width images as item. I have 10 items but safari shows only 3 (not displaying rest of the items). I set the 'width' of '.jcarousel-skin-tango .jcarousel-item' to 'auto'. 

.jcarousel-skin-tango .jcarousel-item {
    width:auto;
    height: 75px;
}

its working fine in FF3 and IE7 but safari :(

regards,</description>
		<content:encoded><![CDATA[<p>Hi<br />
 This is an awesome script. Thanks for your effort and sharing this with rest of the community. </p>
<p>I have an issue in safari with varying width images as item. I have 10 items but safari shows only 3 (not displaying rest of the items). I set the &#8216;width&#8217; of &#8216;.jcarousel-skin-tango .jcarousel-item&#8217; to &#8216;auto&#8217;. </p>
<p>.jcarousel-skin-tango .jcarousel-item {<br />
    width:auto;<br />
    height: 75px;<br />
}</p>
<p>its working fine in FF3 and IE7 but safari <img src='http://sorgalla.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>regards,</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/M8EOkiMDU2A" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2007/05/07/jcarousel-020-beta/comment-page-2/#comment-9906</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by rob</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/a69JP6B6ZxY/</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 13 Feb 2009 05:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9881</guid>
		<description>Hi, i discover this plugin some time ago, but this is the first time i used it seriusly.

I did this:

http://www.rgdesign.org/jquery/_Complex.Vertical.List.Carousel/

I used jquery for the fades too and also i found a way to show nice thumbnails with text... take a look.

Please, anybody see any bugs on browsers? thanks, and great plugin!!</description>
		<content:encoded><![CDATA[<p>Hi, i discover this plugin some time ago, but this is the first time i used it seriusly.</p>
<p>I did this:</p>
<p><a href="http://www.rgdesign.org/jquery/_Complex.Vertical.List.Carousel/" rel="nofollow">http://www.rgdesign.org/jquery/_Complex.Vertical.List.Carousel/</a></p>
<p>I used jquery for the fades too and also i found a way to show nice thumbnails with text&#8230; take a look.</p>
<p>Please, anybody see any bugs on browsers? thanks, and great plugin!!</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/a69JP6B6ZxY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9881</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by behe</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/DMkpF3n-oNk/</link>
		<dc:creator>behe</dc:creator>
		<pubDate>Tue, 20 Jan 2009 18:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9824</guid>
		<description>Congratulations. Your plugin is used on www.whitehouse.gov.</description>
		<content:encoded><![CDATA[<p>Congratulations. Your plugin is used on <a href="http://www.whitehouse.gov" rel="nofollow">http://www.whitehouse.gov</a>.</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/DMkpF3n-oNk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9824</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.0 Beta by kemal</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/edOQgbgzYu0/</link>
		<dc:creator>kemal</dc:creator>
		<pubDate>Sun, 28 Dec 2008 11:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/2007/05/04/jcarousel-020/#comment-9767</guid>
		<description>hi,

the widths of the items in my list do vary (they are not images, they are divs styled as tabs with tab names as text entered by the user - so i can never control how long will the name they give to a tab...) in that case I am having a difficulty. At the top of this page, you are mentioning flexible dimension but i saw nothing regarding to it in the documentation. is there any way to achieve this? setting the widths during the callback function also didn't work...

regards,</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>the widths of the items in my list do vary (they are not images, they are divs styled as tabs with tab names as text entered by the user &#8211; so i can never control how long will the name they give to a tab&#8230;) in that case I am having a difficulty. At the top of this page, you are mentioning flexible dimension but i saw nothing regarding to it in the documentation. is there any way to achieve this? setting the widths during the callback function also didn&#8217;t work&#8230;</p>
<p>regards,</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/edOQgbgzYu0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2007/05/07/jcarousel-020-beta/comment-page-1/#comment-9767</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Oliver</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/qt9xTOsqw24/</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 19 Dec 2008 15:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9735</guid>
		<description>Hi 
Great plugin, awesome stuff.  Could you help me with a little problem I'm having?  

I have a carousel with list items.  Now inside some of these list items are further lists (nested a few divs in) for light box content.  The carousel gets applied to the main list but also the child lists nested inside the main list.  This leads to the 0 height infinite loop error.  Is there a way to prevent these sub lists from being wrapped.

ie 

    
        
            content goes here
                
                     hidden content goes here which may contain a list
                        
                              Some list item

The nested list gets processed and causes the error.  Any pointers?

Cheers bud</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great plugin, awesome stuff.  Could you help me with a little problem I&#8217;m having?  </p>
<p>I have a carousel with list items.  Now inside some of these list items are further lists (nested a few divs in) for light box content.  The carousel gets applied to the main list but also the child lists nested inside the main list.  This leads to the 0 height infinite loop error.  Is there a way to prevent these sub lists from being wrapped.</p>
<p>ie </p>
<p>            content goes here</p>
<p>                     hidden content goes here which may contain a list</p>
<p>                              Some list item</p>
<p>The nested list gets processed and causes the error.  Any pointers?</p>
<p>Cheers bud</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/qt9xTOsqw24" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9735</feedburner:origLink></item>
	<item>
		<title>Comment on jCarousel 0.2.3 by Andy</title>
		<link>http://feedproxy.google.com/~r/sorgalla-comments/~3/nnoyjvgA9lk/</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 15 Dec 2008 03:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://sorgalla.com/?p=27#comment-9718</guid>
		<description>Hey, Love the plugin. 

With the vertical carousel, how would I make it auto scroll from top to bottom instead of bottom to top?

Thanks 

Andy</description>
		<content:encoded><![CDATA[<p>Hey, Love the plugin. </p>
<p>With the vertical carousel, how would I make it auto scroll from top to bottom instead of bottom to top?</p>
<p>Thanks </p>
<p>Andy</p>
<img src="http://feeds.feedburner.com/~r/sorgalla-comments/~4/nnoyjvgA9lk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://sorgalla.com/2008/04/07/jcarousel-023/comment-page-1/#comment-9718</feedburner:origLink></item>
</channel>
</rss>
