<?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: More jQuery plug-ins: jCarousel and the dreaded window.alert()</title>
	<atom:link href="http://pathfindersoftware.com/2008/02/more-jquery-plu/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathfindersoftware.com/2008/02/more-jquery-plu/</link>
	<description>The Fastest Way to Launch Successful Software</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Deepfreezed</title>
		<link>http://pathfindersoftware.com/2008/02/more-jquery-plu/#comment-7667</link>
		<dc:creator>Deepfreezed</dc:creator>
		<pubDate>Tue, 10 Nov 2009 23:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=78#comment-7667</guid>
		<description>Was getting the jCarousel: No width/height set for items. This will cause an error.

Setting margin:1px; fixed the error I was only getting on Google Chrome.

Thanks Steve...</description>
		<content:encoded><![CDATA[<p>Was getting the jCarousel: No width/height set for items. This will cause an error.</p>
<p>Setting margin:1px; fixed the error I was only getting on Google Chrome.</p>
<p>Thanks Steve&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janea</title>
		<link>http://pathfindersoftware.com/2008/02/more-jquery-plu/#comment-7666</link>
		<dc:creator>Janea</dc:creator>
		<pubDate>Thu, 27 Aug 2009 01:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=78#comment-7666</guid>
		<description>Steve&#039;s fix worked for me. Adding margin:1px; to the .jcarousel-item class in the jquery.jcarousel.css file seemed to do the trick.</description>
		<content:encoded><![CDATA[<p>Steve&#8217;s fix worked for me. Adding margin:1px; to the .jcarousel-item class in the jquery.jcarousel.css file seemed to do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://pathfindersoftware.com/2008/02/more-jquery-plu/#comment-7665</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 11 Feb 2009 13:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=78#comment-7665</guid>
		<description>I debugged the jcarousel script in Firebug and found for some elements I had no/0 marginTop property - this threw the error as described above (comes from margin function via dimension function). I set a general style rule for .jcarousel-item and .jcarousel-item-vertical to have margin:1px; and never saw the error again. Maybe this will work for others.</description>
		<content:encoded><![CDATA[<p>I debugged the jcarousel script in Firebug and found for some elements I had no/0 marginTop property &#8211; this threw the error as described above (comes from margin function via dimension function). I set a general style rule for .jcarousel-item and .jcarousel-item-vertical to have margin:1px; and never saw the error again. Maybe this will work for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dum</title>
		<link>http://pathfindersoftware.com/2008/02/more-jquery-plu/#comment-7664</link>
		<dc:creator>Dum</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=78#comment-7664</guid>
		<description>window.alert = function() {
	return;
};

Does this mean the error still keeps firing, just nothing is done about it?</description>
		<content:encoded><![CDATA[<p>window.alert = function() {<br />
	return;<br />
};</p>
<p>Does this mean the error still keeps firing, just nothing is done about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dillard</title>
		<link>http://pathfindersoftware.com/2008/02/more-jquery-plu/#comment-7663</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-7663</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;$(&#039;#myCarousel&#039;).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>$(&#8216;#myCarousel&#8217;).show();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: somnamblst</title>
		<link>http://pathfindersoftware.com/2008/02/more-jquery-plu/#comment-7662</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-7662</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&#039;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=&quot;http://xsotek.com/demo8/examples/example.html&quot; rel=&quot;nofollow&quot;&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;&quot;Just add &lt;br /&gt;
#mycarousel {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
like its in the dynamic examples.&quot;&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=&quot;http://xsotek.com/demo8/examples/example2.html&quot; rel=&quot;nofollow&quot;&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://pathfindersoftware.com/2008/02/more-jquery-plu/#comment-7661</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-7661</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&#039;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=&quot;http://xsotek.com/demo8/examples/example.html&quot; rel=&quot;nofollow&quot;&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;&quot;Just add &lt;br /&gt;
#mycarousel {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
like its in the dynamic examples.&quot;&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=&quot;http://xsotek.com/demo8/examples/example2.html&quot; rel=&quot;nofollow&quot;&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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (User agent is rejected)
Page Caching using memcached (User agent is rejected)

Served from: pathfindersoftware.com @ 2012-02-09 17:08:52 -->
