<?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>Sat, 14 Apr 2012 12:50:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: santhosh</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-479</link>
		<dc:creator>santhosh</dc:creator>
		<pubDate>Wed, 22 Sep 2010 11:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-479</guid>
		<description>Hi Kevin,

 i think there is an error below lines 

$file_links .= &lt;&lt;&lt;EOD
&lt;a href=&quot;{$file[&#039;link&#039;]}&quot; title=&quot;{$file[&#039;title&#039;]}&quot; rel=&quot;nofollow&quot;&gt;
imgfolder}{$file[&#039;filename&#039;]}&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p> i think there is an error below lines </p>
<p>$file_links .= &lt;&lt;&lt;EOD<br />
<a href="{$file['link']}" title="{$file['title']}" rel="nofollow"><br />
imgfolder}{$file['filename']}&#034; /&gt;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santhosh</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-478</link>
		<dc:creator>santhosh</dc:creator>
		<pubDate>Wed, 22 Sep 2010 11:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-478</guid>
		<description>hi dude i had been checked your &quot;Database driven jQuery rotating slide show with text navigation and links using the cycle plugin&quot; and i configure in php  page after i run the program it shows error 
the error is 
&quot;Parse error: syntax error, unexpected $end in F:\xampp\htdocs\santhosh\slide\slide.php on line 194&quot; i need your help for a page</description>
		<content:encoded><![CDATA[<p>hi dude i had been checked your &#034;Database driven jQuery rotating slide show with text navigation and links using the cycle plugin&#034; and i configure in php  page after i run the program it shows error<br />
the error is<br />
&#034;Parse error: syntax error, unexpected $end in F:\xampp\htdocs\santhosh\slide\slide.php on line 194&#034; i need your help for a page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ady</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-477</link>
		<dc:creator>ady</dc:creator>
		<pubDate>Mon, 16 Aug 2010 15:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://kevindubois.com/blog/?p=33#comment-477</guid>
		<description>Hi kevin, I was download and try your sample code, but there isn&#039;t valid XHTML ( Error: end tag for element &quot;A&quot; which is not open), how to make it correct? I try to add //&lt;![CDATA[]] in my script but still not valid.. just curious if it not valid xhtml hehe.. 

thanks,</description>
		<content:encoded><![CDATA[<p>Hi kevin, I was download and try your sample code, but there isn&#039;t valid XHTML ( Error: end tag for element &#034;A&#034; which is not open), how to make it correct? I try to add //&lt;![CDATA[]] in my script but still not valid.. just curious if it not valid xhtml hehe.. </p>
<p>thanks,</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-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>
</channel>
</rss>

