<?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: More jQuery plug-ins: jCarousel and the dreaded window.alert()</title>
	<atom:link href="http://www.pathf.com/blogs/2008/02/more-jquery-plu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2008/02/more-jquery-plu/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<pubDate>Wed, 20 Aug 2008 08:09:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brian Dillard</title>
		<link>http://www.pathf.com/blogs/2008/02/more-jquery-plu/#comment-98</link>
		<dc:creator>Brian Dillard</dc:creator>
		<pubDate>Mon, 03 Mar 2008 18:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=78#comment-98</guid>
		<description>&lt;p&gt;@Susan&lt;/p&gt;

&lt;p&gt;Yes, you would need to add code to your document.ready block BELOW the init code for jCarousel. That code would need to be something like this:&lt;/p&gt;

&lt;p&gt;$('#myCarousel').show();&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>@Susan</p>
<p>Yes, you would need to add code to your document.ready block BELOW the init code for jCarousel. That code would need to be something like this:</p>
<p>$(&#8217;#myCarousel&#8217;).show();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: somnamblst</title>
		<link>http://www.pathf.com/blogs/2008/02/more-jquery-plu/#comment-97</link>
		<dc:creator>somnamblst</dc:creator>
		<pubDate>Sat, 01 Mar 2008 00:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=78#comment-97</guid>
		<description>&lt;p&gt;I have been googling for days. I am so happy to have found someone who has figured out how to force jcarousel to look like anything other than Jan Sorgalla's demos of just 3 images. Getting any answers on the high volume jquery group has been mostly 0.&lt;/p&gt;

&lt;p&gt;I have found with my very limited javascript that the static carousel examples are simple to modify by modding the css files. But one bug Jan Sorgalla does make references to when someone named Erin brings it up is that static carousels show the images in a stacked bulleted vertical list until everything is ready and then they snap to the container.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://xsotek.com/demo8/examples/example.html" rel="nofollow"&gt;http://xsotek.com/demo8/examples/example.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have tried doing what Jan says&lt;/p&gt;

&lt;p&gt;"Just add &lt;br /&gt;
#mycarousel {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
like its in the dynamic examples."&lt;/p&gt;

&lt;p&gt;but have succeeded in only display no images in the carousel. There has got to be some kind of show function that goes with this, correct?&lt;/p&gt;

&lt;p&gt;&lt;a href="http://xsotek.com/demo8/examples/example2.html" rel="nofollow"&gt;http://xsotek.com/demo8/examples/example2.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;thanks in advance for any insight you can provide&lt;/p&gt;

&lt;p&gt;Susan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been googling for days. I am so happy to have found someone who has figured out how to force jcarousel to look like anything other than Jan Sorgalla&#8217;s demos of just 3 images. Getting any answers on the high volume jquery group has been mostly 0.</p>
<p>I have found with my very limited javascript that the static carousel examples are simple to modify by modding the css files. But one bug Jan Sorgalla does make references to when someone named Erin brings it up is that static carousels show the images in a stacked bulleted vertical list until everything is ready and then they snap to the container.</p>
<p><a href="http://xsotek.com/demo8/examples/example.html" rel="nofollow">http://xsotek.com/demo8/examples/example.html</a></p>
<p>I have tried doing what Jan says</p>
<p>&#8220;Just add <br />
#mycarousel {<br />
display: none;<br />
}<br />
like its in the dynamic examples.&#8221;</p>
<p>but have succeeded in only display no images in the carousel. There has got to be some kind of show function that goes with this, correct?</p>
<p><a href="http://xsotek.com/demo8/examples/example2.html" rel="nofollow">http://xsotek.com/demo8/examples/example2.html</a></p>
<p>thanks in advance for any insight you can provide</p>
<p>Susan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: somnamblst</title>
		<link>http://www.pathf.com/blogs/2008/02/more-jquery-plu/#comment-96</link>
		<dc:creator>somnamblst</dc:creator>
		<pubDate>Sat, 01 Mar 2008 00:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=78#comment-96</guid>
		<description>&lt;p&gt;I have been googling for days. I am so happy to have found someone who has figured out how to force jcarousel to look like anything other than Jan Sorgalla's demos of just 3 images. Getting any answers on the high volume jquery group has been mostly 0.&lt;/p&gt;

&lt;p&gt;I have found with my very limited javascript that the static carousel examples are simple to modify by modding the css files. But one bug Jan Sorgalla does make references to when someone named Erin brings it up is that static carousels show the images in a stacked bulleted vertical list until everything is ready and then they snap to the container.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://xsotek.com/demo8/examples/example.html" rel="nofollow"&gt;http://xsotek.com/demo8/examples/example.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have tried doing what Jan says&lt;/p&gt;

&lt;p&gt;"Just add &lt;br /&gt;
#mycarousel {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
like its in the dynamic examples."&lt;/p&gt;

&lt;p&gt;but have succeeded in only display no images in the carousel. There has got to be some kind of show function that goes with this, correct?&lt;/p&gt;

&lt;p&gt;&lt;a href="http://xsotek.com/demo8/examples/example2.html" rel="nofollow"&gt;http://xsotek.com/demo8/examples/example2.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;thanks in advance for any insight you can provide&lt;/p&gt;

&lt;p&gt;Susan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been googling for days. I am so happy to have found someone who has figured out how to force jcarousel to look like anything other than Jan Sorgalla&#8217;s demos of just 3 images. Getting any answers on the high volume jquery group has been mostly 0.</p>
<p>I have found with my very limited javascript that the static carousel examples are simple to modify by modding the css files. But one bug Jan Sorgalla does make references to when someone named Erin brings it up is that static carousels show the images in a stacked bulleted vertical list until everything is ready and then they snap to the container.</p>
<p><a href="http://xsotek.com/demo8/examples/example.html" rel="nofollow">http://xsotek.com/demo8/examples/example.html</a></p>
<p>I have tried doing what Jan says</p>
<p>&#8220;Just add <br />
#mycarousel {<br />
display: none;<br />
}<br />
like its in the dynamic examples.&#8221;</p>
<p>but have succeeded in only display no images in the carousel. There has got to be some kind of show function that goes with this, correct?</p>
<p><a href="http://xsotek.com/demo8/examples/example2.html" rel="nofollow">http://xsotek.com/demo8/examples/example2.html</a></p>
<p>thanks in advance for any insight you can provide</p>
<p>Susan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
