<?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 for Kevin Dubois</title>
	<atom:link href="http://kevindubois.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevindubois.com/blog</link>
	<description>A LAMP consultant in the greater Salt Lake City Area</description>
	<lastBuildDate>Thu, 22 Apr 2010 20:58:00 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Rotating images using jQuery Ajax by Ron</title>
		<link>http://kevindubois.com/blog/2009/03/03/rotating-images-jquery-ajax/comment-page-1/#comment-476</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 22 Apr 2010 20:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=13#comment-476</guid>
		<description>1 steps more :
if dont have a img to show:

	if(plan.length == 0){
		self.empty().css({
			overflow: &#039;hidden&#039;,
			padding: 0
		});
		return ; 
	}</description>
		<content:encoded><![CDATA[<p>1 steps more :<br />
if dont have a img to show:</p>
<p>	if(plan.length == 0){<br />
		self.empty().css({<br />
			overflow: &#039;hidden&#039;,<br />
			padding: 0<br />
		});<br />
		return ;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rotating images using jQuery Ajax by Kevin Dubois</title>
		<link>http://kevindubois.com/blog/2009/03/03/rotating-images-jquery-ajax/comment-page-1/#comment-475</link>
		<dc:creator>Kevin Dubois</dc:creator>
		<pubDate>Sat, 03 Apr 2010 21:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=13#comment-475</guid>
		<description>Yeah that would be a nice feature.  I&#039;ll look into it and will let you know.</description>
		<content:encoded><![CDATA[<p>Yeah that would be a nice feature.  I&#039;ll look into it and will let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rotating images using jQuery Ajax by toro</title>
		<link>http://kevindubois.com/blog/2009/03/03/rotating-images-jquery-ajax/comment-page-1/#comment-474</link>
		<dc:creator>toro</dc:creator>
		<pubDate>Sat, 03 Apr 2010 15:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=13#comment-474</guid>
		<description>Cool, thanks! got it working right away. One Problem i have:
It seems, it starts to rotate only after all images are loaded.
Since I load a lot BIG images, it would be cool if the rotation would start as soon as a 2nd pic is there, and then gradually adds more pic&#039;s to the show, as they are downloaded.</description>
		<content:encoded><![CDATA[<p>Cool, thanks! got it working right away. One Problem i have:<br />
It seems, it starts to rotate only after all images are loaded.<br />
Since I load a lot BIG images, it would be cool if the rotation would start as soon as a 2nd pic is there, and then gradually adds more pic&#039;s to the show, as they are downloaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database driven jQuery rotating slide show with text navigation and links using the cycle plugin by Imran</title>
		<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/comment-page-1/#comment-473</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-473</guid>
		<description>Thanks you, Kevin. It is working now. 
I owe you a crate of beers. 
Regards</description>
		<content:encoded><![CDATA[<p>Thanks you, Kevin. It is working now.<br />
I owe you a crate of beers.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database driven jQuery rotating slide show with text navigation and links using the cycle plugin by Kevin Dubois</title>
		<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/comment-page-1/#comment-472</link>
		<dc:creator>Kevin Dubois</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-472</guid>
		<description>hehe it looks like you replaced the wrong piece of code:
you have
    $(&#039;#slideshow&#039;).fade({ 
        fx:         &#039;scrollLeft&#039;, 
and it should be
    $(&#039;#slideshow&#039;).cycle({ 
        fx:         &#039;fade&#039;,</description>
		<content:encoded><![CDATA[<p>hehe it looks like you replaced the wrong piece of code:<br />
you have<br />
    $(&#039;#slideshow&#039;).fade({<br />
        fx:         &#039;scrollLeft&#039;,<br />
and it should be<br />
    $(&#039;#slideshow&#039;).cycle({<br />
        fx:         &#039;fade&#039;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database driven jQuery rotating slide show with text navigation and links using the cycle plugin by Imran</title>
		<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/comment-page-1/#comment-471</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-471</guid>
		<description>Hi Kevin, I have tried &#039;fade&#039; rather than cycle but now it is showing all pictures together. I am stuck, please help. 
I am using firebug but unable to understand why it is getting stuck.
Take a look at http://templates.top-10-unlimited-web-hosting.com/test/default.php
Thank you</description>
		<content:encoded><![CDATA[<p>Hi Kevin, I have tried &#039;fade&#039; rather than cycle but now it is showing all pictures together. I am stuck, please help.<br />
I am using firebug but unable to understand why it is getting stuck.<br />
Take a look at <a href="http://templates.top-10-unlimited-web-hosting.com/test/default.php" rel="nofollow">http://templates.top-10-unlimited-web-hosting.com/test/default.php</a><br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database driven jQuery rotating slide show with text navigation and links using the cycle plugin by Imran</title>
		<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/comment-page-1/#comment-470</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-470</guid>
		<description>Thank you, Kavin. I will try what you say and will let you know how it goes.

By the way, if it works I will buy you a big crate of beers :)</description>
		<content:encoded><![CDATA[<p>Thank you, Kavin. I will try what you say and will let you know how it goes.</p>
<p>By the way, if it works I will buy you a big crate of beers <img src='http://kevindubois.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database driven jQuery rotating slide show with text navigation and links using the cycle plugin by Kevin Dubois</title>
		<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/comment-page-1/#comment-469</link>
		<dc:creator>Kevin Dubois</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-469</guid>
		<description>You should get firebug (http://getfirebug.com/) so you can debug better, but anyway, the debugger is telling me: [cycle] unknown transition: scrollLeft ; slideshow terminating
so scrollLeft is a transition that is not recognized by the slide show.  Try &#039;fade&#039; and if that works then find the transition you want on the slideshow documentation page.

If this was helpful, you can always donate a few dollars by clicking the &#039;buy me a beer&#039;</description>
		<content:encoded><![CDATA[<p>You should get firebug (<a href="http://getfirebug.com/" rel="nofollow">http://getfirebug.com/</a>) so you can debug better, but anyway, the debugger is telling me: [cycle] unknown transition: scrollLeft ; slideshow terminating<br />
so scrollLeft is a transition that is not recognized by the slide show.  Try &#039;fade&#039; and if that works then find the transition you want on the slideshow documentation page.</p>
<p>If this was helpful, you can always donate a few dollars by clicking the &#039;buy me a beer&#039;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database driven jQuery rotating slide show with text navigation and links using the cycle plugin by Imran</title>
		<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/comment-page-1/#comment-468</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Fri, 02 Apr 2010 21:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-468</guid>
		<description>Kevin, I have made some modifications and I can see the image, but for some reason images are not rotating and the navigation menu is not appearing at all. All I see is the static image and no rotation alongwith play / pause button which does not work. I have exhausted all my efforts and I cannot get it to work. Please help. 

Please take a look at http://templates.top-10-unlimited-web-hosting.com/test/default.php

Please let me know where I have gone wrong? As I have simply copied your code.

Thank you

-Imran</description>
		<content:encoded><![CDATA[<p>Kevin, I have made some modifications and I can see the image, but for some reason images are not rotating and the navigation menu is not appearing at all. All I see is the static image and no rotation alongwith play / pause button which does not work. I have exhausted all my efforts and I cannot get it to work. Please help. </p>
<p>Please take a look at <a href="http://templates.top-10-unlimited-web-hosting.com/test/default.php" rel="nofollow">http://templates.top-10-unlimited-web-hosting.com/test/default.php</a></p>
<p>Please let me know where I have gone wrong? As I have simply copied your code.</p>
<p>Thank you</p>
<p>-Imran</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database driven jQuery rotating slide show with text navigation and links using the cycle plugin by Kevin Dubois</title>
		<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/comment-page-1/#comment-467</link>
		<dc:creator>Kevin Dubois</dc:creator>
		<pubDate>Fri, 02 Apr 2010 20:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-467</guid>
		<description>Imran, it looks like the jquery.js file you&#039;re calling has invalid code in it (you copied and pasted some code with the code lines)</description>
		<content:encoded><![CDATA[<p>Imran, it looks like the jquery.js file you&#039;re calling has invalid code in it (you copied and pasted some code with the code lines)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
