<?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: Rotate Product Listings With PHP and jQuery</title>
	<atom:link href="http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/</link>
	<description>The ThemeForest Blog</description>
	<lastBuildDate>Mon, 27 Sep 2010 19:49:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deleting Multiple Records with PHP : ColorTone</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-25955</link>
		<dc:creator>Deleting Multiple Records with PHP : ColorTone</dc:creator>
		<pubDate>Tue, 17 Nov 2009 08:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-25955</guid>
		<description>[...] MySQL database. I’m going to use the same ‘products’ table I used in my previous tutorial – Rotating Product Listings with PHP &amp; jQuery. For those following from scratch, I’ll repeat the process [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL database. I’m going to use the same ‘products’ table I used in my previous tutorial – Rotating Product Listings with PHP &amp; jQuery. For those following from scratch, I’ll repeat the process [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: In the Woods &#8211; Deleting Multiple Records with PHP</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-25765</link>
		<dc:creator>In the Woods &#8211; Deleting Multiple Records with PHP</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-25765</guid>
		<description>[...] I&#8217;m going to use the same &#8216;products&#8217; table I used in my previous tutorial &#8211; Rotating Product Listings with PHP &amp; jQuery. For those following from scratch, I&#8217;ll repeat the process [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m going to use the same &#8216;products&#8217; table I used in my previous tutorial &#8211; Rotating Product Listings with PHP &amp; jQuery. For those following from scratch, I&#8217;ll repeat the process [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20+ PHP Tutorials &#38; Resources &#171; Powerusers</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-25600</link>
		<dc:creator>20+ PHP Tutorials &#38; Resources &#171; Powerusers</dc:creator>
		<pubDate>Tue, 29 Sep 2009 19:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-25600</guid>
		<description>[...] 18. Rotate Product Listing with PHP and jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] 18. Rotate Product Listing with PHP and jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Adams</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-21331</link>
		<dc:creator>Jeff Adams</dc:creator>
		<pubDate>Sat, 22 Aug 2009 11:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-21331</guid>
		<description>Nice job caminomast. I have to admit that testing locally it works but caching is an issue for IE7 so cheers for that!</description>
		<content:encoded><![CDATA[<p>Nice job caminomast. I have to admit that testing locally it works but caching is an issue for IE7 so cheers for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caminomaster</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-21153</link>
		<dc:creator>caminomaster</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-21153</guid>
		<description>I&#039;ll get it :D
just add a random var in the load url:

old:
     $(&quot;#widgetbox&quot;).load(&quot;getProducts.php&quot;, function() {

new:
     $(&quot;#widgetbox&quot;).load(&quot;getProducts.php?a=&quot;+Math.random(), function() {

this prevent browser (ie in this case) from loading cached file (getProducts.php)

that&#039;s all :D</description>
		<content:encoded><![CDATA[<p>I&#8217;ll get it <img src='http://blog.themeforest.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
just add a random var in the load url:</p>
<p>old:<br />
     $(&#8220;#widgetbox&#8221;).load(&#8220;getProducts.php&#8221;, function() {</p>
<p>new:<br />
     $(&#8220;#widgetbox&#8221;).load(&#8220;getProducts.php?a=&#8221;+Math.random(), function() {</p>
<p>this prevent browser (ie in this case) from loading cached file (getProducts.php)</p>
<p>that&#8217;s all <img src='http://blog.themeforest.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caminomaster</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-21144</link>
		<dc:creator>caminomaster</dc:creator>
		<pubDate>Thu, 20 Aug 2009 14:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-21144</guid>
		<description>I suggest you to insert a demo link near the &#039;download sourde&#039; link.
We also need it working in ie7; if I got success on it, i&#039;ll tell you.</description>
		<content:encoded><![CDATA[<p>I suggest you to insert a demo link near the &#8216;download sourde&#8217; link.<br />
We also need it working in ie7; if I got success on it, i&#8217;ll tell you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 12 Easy-to-Implement jQuery effects for your Website &#171; Web Design / Development Blog :: Alt Creative</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-20758</link>
		<dc:creator>12 Easy-to-Implement jQuery effects for your Website &#171; Web Design / Development Blog :: Alt Creative</dc:creator>
		<pubDate>Mon, 17 Aug 2009 16:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-20758</guid>
		<description>[...] http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/ Rotate Product Listings With PHP and jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/" rel="nofollow">http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/</a> Rotate Product Listings With PHP and jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-19361</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Fri, 07 Aug 2009 08:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-19361</guid>
		<description>Hi Tracey

Same here. it is not updating the images in IE 7.
I tried and copied the code on my local machine. Still same result :(

Please provide an update to run it on any browser</description>
		<content:encoded><![CDATA[<p>Hi Tracey</p>
<p>Same here. it is not updating the images in IE 7.<br />
I tried and copied the code on my local machine. Still same result <img src='http://blog.themeforest.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Please provide an update to run it on any browser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bolix</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-19227</link>
		<dc:creator>Bolix</dc:creator>
		<pubDate>Thu, 06 Aug 2009 00:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-19227</guid>
		<description>Very nice work,   I noticed the RAND() function will sometimes rotate the same content 2 or 3 times in a row.  Will sequential rotation be considered in part 2 ? 
 I can&#039;t wait for part 2...   When I grow up I would like to be a coder like you :)</description>
		<content:encoded><![CDATA[<p>Very nice work,   I noticed the RAND() function will sometimes rotate the same content 2 or 3 times in a row.  Will sequential rotation be considered in part 2 ?<br />
 I can&#8217;t wait for part 2&#8230;   When I grow up I would like to be a coder like you <img src='http://blog.themeforest.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutoriales de la web para tu web &#187; Blog Archive &#187; Rotar los anuncios de productos con PHP y jQuery</title>
		<link>http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/comment-page-1/#comment-17596</link>
		<dc:creator>Tutoriales de la web para tu web &#187; Blog Archive &#187; Rotar los anuncios de productos con PHP y jQuery</dc:creator>
		<pubDate>Wed, 22 Jul 2009 19:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=2044#comment-17596</guid>
		<description>[...] En este tutorial te mostraremos una forma sencilla de rotar el contenido de su sitio. Vamos a ser la recuperación de los datos de una base de datos MySQL y el uso de un widget dinámico que se actualiza automáticamente usando AJAX.Enlace: http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/ [...]</description>
		<content:encoded><![CDATA[<p>[...] En este tutorial te mostraremos una forma sencilla de rotar el contenido de su sitio. Vamos a ser la recuperación de los datos de una base de datos MySQL y el uso de un widget dinámico que se actualiza automáticamente usando AJAX.Enlace: <a href="http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/" rel="nofollow">http://blog.themeforest.net/tutorials/rotate-product-listings-with-php-and-jquery/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
