<?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: Display a Random Post (with AJAX&#160;Refresh)</title>
	<atom:link href="http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/</link>
	<description>Learn how to take your WordPress skills to the next level.</description>
	<lastBuildDate>Fri, 10 Sep 2010 12:13:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Morgan Cheng</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1945</link>
		<dc:creator>Morgan Cheng</dc:creator>
		<pubDate>Thu, 08 Oct 2009 00:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1945</guid>
		<description>Nice post.

I knew below code can bust AJAX cache.
&lt;code&gt;$.ajaxSetup({&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;cache: false&lt;/code&gt;
&lt;code&gt;});&lt;/code&gt;

Your post inspires me to check how. It turns out that above setting will append a random query string to ajax request as well.</description>
		<content:encoded><![CDATA[<p>Nice post.</p>
<p>I knew below code can bust AJAX cache.<br />
<code>$.ajaxSetup({</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>cache: false</code><br />
<code>});</code></p>
<p>Your post inspires me to check how. It turns out that above setting will append a random query string to ajax request as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juarez P. A. Filho</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1544</link>
		<dc:creator>Juarez P. A. Filho</dc:creator>
		<pubDate>Sat, 05 Sep 2009 18:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1544</guid>
		<description>Wow... This tutorial saved my head. =)
I implemented one truly ajax tabbed system using this technique.
Thanks guys.</description>
		<content:encoded><![CDATA[<p>Wow&#8230; This tutorial saved my head. =)<br />
I implemented one truly ajax tabbed system using this technique.<br />
Thanks guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kleeman</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1342</link>
		<dc:creator>Andy Kleeman</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1342</guid>
		<description>Solved! wohoo! - I think Chris is going to update the article so I&#039;ll leave it to him!

Thanks All</description>
		<content:encoded><![CDATA[<p>Solved! wohoo! &#8211; I think Chris is going to update the article so I&#8217;ll leave it to him!</p>
<p>Thanks All</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1323</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Mon, 17 Aug 2009 17:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1323</guid>
		<description>Indeed this doesn&#039;t work in IE. Sorry about that, I didn&#039;t really test it, I kind of just assumed it was such a simple thing it would work. 

I&#039;m afraid I have no idea why, definitely let me know if you figure something out.

I use this on my Quotes on Design site, and it doesn&#039;t work there either (tested IE 7). Bummer.</description>
		<content:encoded><![CDATA[<p>Indeed this doesn&#8217;t work in IE. Sorry about that, I didn&#8217;t really test it, I kind of just assumed it was such a simple thing it would work. </p>
<p>I&#8217;m afraid I have no idea why, definitely let me know if you figure something out.</p>
<p>I use this on my Quotes on Design site, and it doesn&#8217;t work there either (tested IE 7). Bummer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kleeman</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1313</link>
		<dc:creator>Andy Kleeman</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1313</guid>
		<description>Hi Dan, 

It works fine in firefox for me! I didn&#039;t have it wrapped in a document ready function so i tried that but still the same problem. 

In ie it tries to reload a random comment but always updates as the same one...

here&#039;s a link to the site I&#039;m working on http://sayitwrong.com/app/ the js is in the head if you view the source...</description>
		<content:encoded><![CDATA[<p>Hi Dan, </p>
<p>It works fine in firefox for me! I didn&#8217;t have it wrapped in a document ready function so i tried that but still the same problem. </p>
<p>In ie it tries to reload a random comment but always updates as the same one&#8230;</p>
<p>here&#8217;s a link to the site I&#8217;m working on <a href="http://sayitwrong.com/app/" rel="nofollow">http://sayitwrong.com/app/</a> the js is in the head if you view the source&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Ubilla</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1303</link>
		<dc:creator>Dan Ubilla</dc:creator>
		<pubDate>Mon, 17 Aug 2009 03:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1303</guid>
		<description>Good catch, Andy.  I&#039;m working on getting it to work in FF first, but I&#039;d be interested to hear about the IE fix in the meanwhile.

Could it just be the matter of wrapping the code in $(document).ready?</description>
		<content:encoded><![CDATA[<p>Good catch, Andy.  I&#8217;m working on getting it to work in FF first, but I&#8217;d be interested to hear about the IE fix in the meanwhile.</p>
<p>Could it just be the matter of wrapping the code in $(document).ready?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kleeman</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1248</link>
		<dc:creator>Andy Kleeman</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1248</guid>
		<description>I&#039;ve used this on a site I&#039;m building.... I love it BUT... it doesn&#039;t work in internet explorer! 

Whilst I hate internet exploerer I think a lot of people visiting the site I&#039;m building will be using it.... 

any one got any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used this on a site I&#8217;m building&#8230;. I love it BUT&#8230; it doesn&#8217;t work in internet explorer! </p>
<p>Whilst I hate internet exploerer I think a lot of people visiting the site I&#8217;m building will be using it&#8230;. </p>
<p>any one got any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kleeman</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-1121</link>
		<dc:creator>Andy Kleeman</dc:creator>
		<pubDate>Fri, 07 Aug 2009 22:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-1121</guid>
		<description>Chris this is awesome!- Is exactly what I needed for a project that&#039;s been in the back of my mind for a while! - domain name now brought and I&#039;ll start work in it tomorrow! 

Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Chris this is awesome!- Is exactly what I needed for a project that&#8217;s been in the back of my mind for a while! &#8211; domain name now brought and I&#8217;ll start work in it tomorrow! </p>
<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev Words</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-863</link>
		<dc:creator>Dev Words</dc:creator>
		<pubDate>Sun, 26 Jul 2009 21:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-863</guid>
		<description>I just &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_pages&quot; rel=&quot;nofollow&quot;&gt; found that out&lt;/a&gt; and was about to post it. lol, ah well.</description>
		<content:encoded><![CDATA[<p>I just <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" rel="nofollow"> found that out</a> and was about to post it. lol, ah well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Gran</title>
		<link>http://digwp.com/2009/07/display-a-random-post-with-ajax-refresh/#comment-856</link>
		<dc:creator>Jeff Gran</dc:creator>
		<pubDate>Sat, 25 Jul 2009 22:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://diggingintowordpress.com/?p=334#comment-856</guid>
		<description>Awesome - that is a clever little technique.</description>
		<content:encoded><![CDATA[<p>Awesome &#8211; that is a clever little technique.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
