<?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: Database driven jQuery rotating slide show with text navigation and links using the cycle plugin</title>
	<atom:link href="http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevindubois.com/blog/2009/07/29/database-driven-jquery-rotating-slide-show-with-text-navigation-and-links-using-the-cycle-plugin/</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>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>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>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>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>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>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>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>
	<item>
		<title>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-466</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Fri, 02 Apr 2010 20:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-466</guid>
		<description>Hi Kevin

Thank for you such a great tutorial. I am having problem by following your instructions. I have renamed the database_driven_jquery_slideshow_with_text_navigation.php to default.php. Download all the plugins jquery and etc,. modified the database credentials. but when i browse the web page I see nothing.
the URL us http://templates.top-10-unlimited-web-hosting.com/test/default.php

Your help is very much appreciated.
Thank you
-Imran</description>
		<content:encoded><![CDATA[<p>Hi Kevin</p>
<p>Thank for you such a great tutorial. I am having problem by following your instructions. I have renamed the database_driven_jquery_slideshow_with_text_navigation.php to default.php. Download all the plugins jquery and etc,. modified the database credentials. but when i browse the web page I see nothing.<br />
the URL us <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>Your help is very much appreciated.<br />
Thank you<br />
-Imran</p>
]]></content:encoded>
	</item>
	<item>
		<title>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-465</link>
		<dc:creator>Kevin Dubois</dc:creator>
		<pubDate>Fri, 26 Mar 2010 21:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-465</guid>
		<description>It&#039;s pretty much the default theme except I put my own picture in the header and added the google ad right under...</description>
		<content:encoded><![CDATA[<p>It&#039;s pretty much the default theme except I put my own picture in the header and added the google ad right under&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogiskewl</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-464</link>
		<dc:creator>blogiskewl</dc:creator>
		<pubDate>Fri, 26 Mar 2010 19:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-464</guid>
		<description>Hi, I recently started a bloghosting platform (based on wordpress MU) and when I stumbled your blog I paid attention to your theme (looking good) so I was wondering can you tell me is it custom made theme or one of those free ones? thanks in advance! regards, blogiskewl</description>
		<content:encoded><![CDATA[<p>Hi, I recently started a bloghosting platform (based on wordpress MU) and when I stumbled your blog I paid attention to your theme (looking good) so I was wondering can you tell me is it custom made theme or one of those free ones? thanks in advance! regards, blogiskewl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
