<?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: PeriodicalUpdater for jQuery</title>
	<atom:link href="http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 11:52:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peter</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2863</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2863</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luk</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2856</link>
		<dc:creator>luk</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2856</guid>
		<description>Sure it can be done =)...I use it like this on a site (radio) which needs to update the currently playing track, the intervals have to become shorter and shorter to achieve this in the way I want...so I modified the source a bit...&lt;br&gt;&lt;br&gt;first you need to comment out the following line:&lt;br&gt;&lt;br&gt; // settings.multiplier = settings.multiplier &lt; 1 ? 1:settings.multiplier;&lt;br&gt;&lt;br&gt;this sets the multiper back to 1 if it&#039;s smaller than 1...we don&#039;t want that =)&lt;br&gt;&lt;br&gt;not sure about that (see the original code to verify), but I think I changed something in here too:&lt;br&gt;&lt;br&gt;                    if (timerInterval &gt; settings.maxTimeout)&lt;br&gt;                    {&lt;br&gt;                        timerInterval = timerInterval * settings.multiplier;&lt;br&gt;                    }&lt;br&gt;                    &lt;br&gt;                    if(timerInterval &lt; settings.maxTimeout)&lt;br&gt;                    {&lt;br&gt;                        timerInterval = settings.maxTimeout;&lt;br&gt;                    }&lt;br&gt;&lt;br&gt;&lt;br&gt;I initialize it like this:&lt;br&gt;&lt;br&gt;	$.PeriodicalUpdater({&lt;br&gt;		url: &#039;assets/load/load_ap.front.php&#039;,&lt;br&gt;		method: &#039;post&#039;,&lt;br&gt;		minTimeout: 80000,&lt;br&gt;		maxTimeout: 30000,&lt;br&gt;		multiplier: &#039;0.75&#039;&lt;br&gt;...and so on...</description>
		<content:encoded><![CDATA[<p>Sure it can be done =)&#8230;I use it like this on a site (radio) which needs to update the currently playing track, the intervals have to become shorter and shorter to achieve this in the way I want&#8230;so I modified the source a bit&#8230;</p>
<p>first you need to comment out the following line:</p>
<p> // settings.multiplier = settings.multiplier &lt; 1 ? 1:settings.multiplier;</p>
<p>this sets the multiper back to 1 if it&#39;s smaller than 1&#8230;we don&#39;t want that =)</p>
<p>not sure about that (see the original code to verify), but I think I changed something in here too:</p>
<p>                    if (timerInterval &gt; settings.maxTimeout)<br />                    {<br />                        timerInterval = timerInterval * settings.multiplier;<br />                    }</p>
<p>                    if(timerInterval &lt; settings.maxTimeout)<br />                    {<br />                        timerInterval = settings.maxTimeout;<br />                    }</p>
<p>I initialize it like this:</p>
<p>	$.PeriodicalUpdater({<br />		url: &#39;assets/load/load_ap.front.php&#39;,<br />		method: &#39;post&#39;,<br />		minTimeout: 80000,<br />		maxTimeout: 30000,<br />		multiplier: &#39;0.75&#39;<br />&#8230;and so on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freezone45</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2845</link>
		<dc:creator>freezone45</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2845</guid>
		<description>How can I use multiple instances of this plugin? I mean I want to have a periodical updater of 2 different divs&#039; with two different sources.&lt;br&gt;Thank you! That&#039;s super!</description>
		<content:encoded><![CDATA[<p>How can I use multiple instances of this plugin? I mean I want to have a periodical updater of 2 different divs&#39; with two different sources.<br />Thank you! That&#39;s super!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reg Braithwaite</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2844</link>
		<dc:creator>Reg Braithwaite</dc:creator>
		<pubDate>Tue, 09 Feb 2010 01:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2844</guid>
		<description>Alas, Mobile Safari does not support JSON.parse, so if you want to use PeriodicalUpdater on an iPhone/iPod Touch, you need a workaround. jQuery 1.4.1 supports jQuery.paseJSON, so I changed line 126 of jquery.periodicalupdater.js to read:&lt;br&gt;&lt;br&gt;remoteData = jQuery.parseJSON(remoteData);</description>
		<content:encoded><![CDATA[<p>Alas, Mobile Safari does not support JSON.parse, so if you want to use PeriodicalUpdater on an iPhone/iPod Touch, you need a workaround. jQuery 1.4.1 supports jQuery.paseJSON, so I changed line 126 of jquery.periodicalupdater.js to read:</p>
<p>remoteData = jQuery.parseJSON(remoteData);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaysmith123</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2838</link>
		<dc:creator>jaysmith123</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2838</guid>
		<description>how do you make this work with multiple log files and multiple #result id&#039;s? ie #result_1, #result_2 etc and multiple log files: /etc/httpd/logs/access.log, /etc/httpd/logs/error.log</description>
		<content:encoded><![CDATA[<p>how do you make this work with multiple log files and multiple #result id&#39;s? ie #result_1, #result_2 etc and multiple log files: /etc/httpd/logs/access.log, /etc/httpd/logs/error.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lea</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2834</link>
		<dc:creator>lea</dc:creator>
		<pubDate>Sat, 26 Dec 2009 14:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2834</guid>
		<description>Its ok, i make GET into POST.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks again for your wonderful plugin!!!!</description>
		<content:encoded><![CDATA[<p>Its ok, i make GET into POST.</p>
<p>Thanks again for your wonderful plugin!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lea</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2833</link>
		<dc:creator>lea</dc:creator>
		<pubDate>Sat, 26 Dec 2009 14:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2833</guid>
		<description>its ok, i use html() instead of append(), but i am jus wondering maybe this is just me, but this does this work in IE? because it is not working for me.</description>
		<content:encoded><![CDATA[<p>its ok, i use html() instead of append(), but i am jus wondering maybe this is just me, but this does this work in IE? because it is not working for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lea</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2832</link>
		<dc:creator>lea</dc:creator>
		<pubDate>Sat, 26 Dec 2009 13:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2832</guid>
		<description>Hey this is a great plugin, thanks! I was wondering if there is a way to make the data update, as new results are received, instead of append???&lt;br&gt;&lt;br&gt;Thanks again!</description>
		<content:encoded><![CDATA[<p>Hey this is a great plugin, thanks! I was wondering if there is a way to make the data update, as new results are received, instead of append???</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuK</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2817</link>
		<dc:creator>LuK</dc:creator>
		<pubDate>Tue, 03 Nov 2009 08:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2817</guid>
		<description>Hi, &lt;br&gt;&lt;br&gt;thank you very much for this script, good work! I wanted to ask if it&#039;s possible so set the multiplier to something &lt;1, means after the first interval has run out, it will check faster and faster? could this also be limited?&lt;br&gt;&lt;br&gt;thanks for your answer!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thank you very much for this script, good work! I wanted to ask if it&#39;s possible so set the multiplier to something &lt;1, means after the first interval has run out, it will check faster and faster? could this also be limited?</p>
<p>thanks for your answer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery und Periodical Updater - Javascript &#38; Ajax @ tutorials.de: Forum, Tutorial, Anleitung, Schulung &#38; Hilfe</title>
		<link>http://www.360innovate.co.uk/blog/2009/03/periodicalupdater-for-jquery/comment-page-1/#comment-2790</link>
		<dc:creator>jQuery und Periodical Updater - Javascript &#38; Ajax @ tutorials.de: Forum, Tutorial, Anleitung, Schulung &#38; Hilfe</dc:creator>
		<pubDate>Fri, 18 Sep 2009 20:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=373#comment-2790</guid>
		<description>[...] die den von prototype gewohnten periodischen Updater nachstellen.  - ekko.periodicalupdater - jquery.periodicalupdater (360innovate)  Ciao Quaese    __________________ Vielleicht muss man manchmal vom Weg abkommen, um [...]</description>
		<content:encoded><![CDATA[<p>[...] die den von prototype gewohnten periodischen Updater nachstellen.  &#8211; ekko.periodicalupdater &#8211; jquery.periodicalupdater (360innovate)  Ciao Quaese    __________________ Vielleicht muss man manchmal vom Weg abkommen, um [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
