<?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: Refreshing an element at a set time interval using jQuery and a sprinkle of&#160;Ajax</title>
	<atom:link href="http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/</link>
	<description>It&#039;s About You, Not Us.</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:43:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cottage in Yorkshire</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-11171</link>
		<dc:creator>Cottage in Yorkshire</dc:creator>
		<pubDate>Wed, 09 Nov 2011 08:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-11171</guid>
		<description>your post is so nice and very informative,thanks to share this very important and 
knowledgeable information ,I hope that it will be very helpful for all.</description>
		<content:encoded><![CDATA[<p>your post is so nice and very informative,thanks to share this very important and<br />
knowledgeable information ,I hope that it will be very helpful for all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#124; PHPVA.COM</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-9545</link>
		<dc:creator>20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#124; PHPVA.COM</dc:creator>
		<pubDate>Fri, 29 Jul 2011 08:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-9545</guid>
		<description>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</description>
		<content:encoded><![CDATA[<p>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#171; Swadesh&#39;s Technology Blog</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-9476</link>
		<dc:creator>Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#171; Swadesh&#39;s Technology Blog</dc:creator>
		<pubDate>Thu, 21 Jul 2011 02:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-9476</guid>
		<description>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</description>
		<content:encoded><![CDATA[<p>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-8903</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 21 Apr 2011 18:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-8903</guid>
		<description>Rich, 

I know you put this up over 2 years ago, but I was struggling for some time on a problem and this example gave me the &quot;light bulb&quot; moment that led to a perfect solution.

Just wanted to say &quot;Thanks!&quot;.</description>
		<content:encoded><![CDATA[<p>Rich, </p>
<p>I know you put this up over 2 years ago, but I was struggling for some time on a problem and this example gave me the &#8220;light bulb&#8221; moment that led to a perfect solution.</p>
<p>Just wanted to say &#8220;Thanks!&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-4834</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Mon, 12 Jul 2010 09:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-4834</guid>
		<description>Can you use multiple refreshes on a single page with this?
or would you know if you could with prototypes

function getFrequests()
{
   new Ajax.Updater(&#039;notificationbox&#039;, &#039;php/notifications/get_frequests.php&#039;, {
     method: &#039;get&#039;, frequency: 1, decay: 1
   });

}</description>
		<content:encoded><![CDATA[<p>Can you use multiple refreshes on a single page with this?<br />
or would you know if you could with prototypes</p>
<p>function getFrequests()<br />
{<br />
   new Ajax.Updater(&#8216;notificationbox&#8217;, &#8216;php/notifications/get_frequests.php&#8217;, {<br />
     method: &#8216;get&#8217;, frequency: 1, decay: 1<br />
   });</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project&#160;&#124;&#160;Dummies Garage V3</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-2350</link>
		<dc:creator>20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project&#160;&#124;&#160;Dummies Garage V3</dc:creator>
		<pubDate>Sun, 28 Feb 2010 12:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-2350</guid>
		<description>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</description>
		<content:encoded><![CDATA[<p>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-01-22 - Roger Dickey Jr</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-2047</link>
		<dc:creator>links for 2010-01-22 - Roger Dickey Jr</dc:creator>
		<pubDate>Sat, 23 Jan 2010 07:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-2047</guid>
		<description>[...] Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax &#124; Web Development Now lets say that you a web page that has a big Block of “something” and inside this “something” you would like to have some information change at a set time interval. Well with Jquery, some PHP and a sprinkle of Ajax, you can get this done quick fast and in a hurry. (tags: php ajax jquery) [...]</description>
		<content:encoded><![CDATA[<p>[...] Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax | Web Development Now lets say that you a web page that has a big Block of “something” and inside this “something” you would like to have some information change at a set time interval. Well with Jquery, some PHP and a sprinkle of Ajax, you can get this done quick fast and in a hurry. (tags: php ajax jquery) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terhi</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-423</link>
		<dc:creator>Terhi</dc:creator>
		<pubDate>Mon, 18 May 2009 05:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-423</guid>
		<description>Oh I didn&#039;t read the article good enough.. I realized now that I&#039;ll see the code from the example site. So thanks again.</description>
		<content:encoded><![CDATA[<p>Oh I didn&#8217;t read the article good enough.. I realized now that I&#8217;ll see the code from the example site. So thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terhi</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-422</link>
		<dc:creator>Terhi</dc:creator>
		<pubDate>Mon, 18 May 2009 05:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-422</guid>
		<description>Hi!

Do you happen to have a .zip file of your code? Could not open .rar with Ubuntu and I would like to take a look at your code. I&#039;m trying to do so that after file upload tabs get refreshed via Ajax. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Do you happen to have a .zip file of your code? Could not open .rar with Ubuntu and I would like to take a look at your code. I&#8217;m trying to do so that after file upload tabs get refreshed via Ajax. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#124; Noupe</title>
		<link>http://www.thatagency.com/design-studio-blog/2009/01/refreshing-an-element-at-a-set-time-interval-using-jquery-and-a-sprinkle-of-ajax/comment-page-1/#comment-360</link>
		<dc:creator>20 Useful PHP + jQuery Components &#38; Tuts for Everyday Project &#124; Noupe</dc:creator>
		<pubDate>Sun, 05 Apr 2009 23:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatagency.com/design-studio-blog/?p=501#comment-360</guid>
		<description>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</description>
		<content:encoded><![CDATA[<p>[...] 18. Refreshing an element at a set time interval using jQuery and a sprinkle of Ajax [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

