<?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: Queuing ajax requests with MooTools 1.2</title>
	<atom:link href="http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/</link>
	<description>it's tricky to rock a style thats liked online</description>
	<lastBuildDate>Fri, 05 Mar 2010 20:08:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: diancitie</title>
		<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/comment-page-1/#comment-18817</link>
		<dc:creator>diancitie</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://trickeries.com/?p=189#comment-18817</guid>
		<description>Great article.Thanks.</description>
		<content:encoded><![CDATA[<p>Great article.Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atom</title>
		<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/comment-page-1/#comment-5497</link>
		<dc:creator>atom</dc:creator>
		<pubDate>Sat, 06 Dec 2008 04:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://trickeries.com/?p=189#comment-5497</guid>
		<description>it looks like someone else thought thinks queueing needs a little help, however his is mroe useful and doesn&#039;t just stack, which you can already apparently do:

http://www.clientcide.com/code-snippets/ajax/new-plugin-requestqueue/</description>
		<content:encoded><![CDATA[<p>it looks like someone else thought thinks queueing needs a little help, however his is mroe useful and doesn&#8217;t just stack, which you can already apparently do:</p>
<p><a href="http://www.clientcide.com/code-snippets/ajax/new-plugin-requestqueue/" rel="nofollow">http://www.clientcide.com/code-snippets/ajax/new-plugin-requestqueue/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paddo</title>
		<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/comment-page-1/#comment-2169</link>
		<dc:creator>paddo</dc:creator>
		<pubDate>Wed, 20 Aug 2008 21:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://trickeries.com/?p=189#comment-2169</guid>
		<description>&quot;When using ‘link’:&#039;chain’, I am not seeing a response logged in Firebug, however the response does exist, as I can still use it when passing to the onSuccess function.&quot;

Same here, firebug doesn&#039;t show the request until it&#039;s already done. And when it&#039;s done, it tells me that it only took 1ms (which can&#039;t be true, I&#039;ve put a sleep(2) in my php). Odd, odd, odd... link: &#039;chain&#039; however works like a charm! I hope they&#039;ll update the docs soon.</description>
		<content:encoded><![CDATA[<p>&#8220;When using ‘link’:&#8217;chain’, I am not seeing a response logged in Firebug, however the response does exist, as I can still use it when passing to the onSuccess function.&#8221;</p>
<p>Same here, firebug doesn&#8217;t show the request until it&#8217;s already done. And when it&#8217;s done, it tells me that it only took 1ms (which can&#8217;t be true, I&#8217;ve put a sleep(2) in my php). Odd, odd, odd&#8230; link: &#8216;chain&#8217; however works like a charm! I hope they&#8217;ll update the docs soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atom</title>
		<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/comment-page-1/#comment-1826</link>
		<dc:creator>atom</dc:creator>
		<pubDate>Wed, 06 Aug 2008 08:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://trickeries.com/?p=189#comment-1826</guid>
		<description>@adamnfish you are absolutely correct =)

My implement is indeed useless.  It is not in the documentation, but setting &#039;link&#039;:&#039;chain&#039; does work to chain/queue requests.

After testing I think I have either discovered a MooTools bug, or a Firebug bug, or some other manner of oddity.  When using &#039;link&#039;:&#039;chain&#039;, I am not seeing a response logged in Firebug, however the response does exist, as I can still use it when passing to the onSuccess function.

So, uh, someone look into that or something.</description>
		<content:encoded><![CDATA[<p>@adamnfish you are absolutely correct =)</p>
<p>My implement is indeed useless.  It is not in the documentation, but setting &#8216;link&#8217;:'chain&#8217; does work to chain/queue requests.</p>
<p>After testing I think I have either discovered a MooTools bug, or a Firebug bug, or some other manner of oddity.  When using &#8216;link&#8217;:'chain&#8217;, I am not seeing a response logged in Firebug, however the response does exist, as I can still use it when passing to the onSuccess function.</p>
<p>So, uh, someone look into that or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adamnfish</title>
		<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/comment-page-1/#comment-1825</link>
		<dc:creator>adamnfish</dc:creator>
		<pubDate>Wed, 06 Aug 2008 07:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://trickeries.com/?p=189#comment-1825</guid>
		<description>The request class in mootools 1.2 already includes chaining!

The check method allows you to queue, cancel or ignore requests while there is already a request running (identical to the Fx classes) depending on the option you provide. (look at the source!)

So to do this, you don&#039;t need to add any code (ie @atom, it is already in the core...)

Simply provide {link: &#039;ignore&#039; &#124; &#039;chain&#039; &#124; &#039;cancel&#039;} as required. The default is ignore, so you won&#039;t have seen it and I&#039;ve no doubt it&#039;s not documented yet...
*rolls eyes

Honestly, since the forums were shut this sort of thing seems to be happening a lot.

To implement &#039;onChainComplete&#039; (like you did for the queue), just add an event to onSuccess that checks the length of the chain ;)

ps. I *Adore* your design...</description>
		<content:encoded><![CDATA[<p>The request class in mootools 1.2 already includes chaining!</p>
<p>The check method allows you to queue, cancel or ignore requests while there is already a request running (identical to the Fx classes) depending on the option you provide. (look at the source!)</p>
<p>So to do this, you don&#8217;t need to add any code (ie @atom, it is already in the core&#8230;)</p>
<p>Simply provide {link: &#8216;ignore&#8217; | &#8216;chain&#8217; | &#8216;cancel&#8217;} as required. The default is ignore, so you won&#8217;t have seen it and I&#8217;ve no doubt it&#8217;s not documented yet&#8230;<br />
*rolls eyes</p>
<p>Honestly, since the forums were shut this sort of thing seems to be happening a lot.</p>
<p>To implement &#8216;onChainComplete&#8217; (like you did for the queue), just add an event to onSuccess that checks the length of the chain <img src='http://trickeries.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>ps. I *Adore* your design&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atom</title>
		<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/comment-page-1/#comment-1684</link>
		<dc:creator>atom</dc:creator>
		<pubDate>Wed, 30 Jul 2008 21:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://trickeries.com/?p=189#comment-1684</guid>
		<description>@keif: i agree =)

I am pretty surprised that something like this hasn&#039;t made its way into the core yet.</description>
		<content:encoded><![CDATA[<p>@keif: i agree =)</p>
<p>I am pretty surprised that something like this hasn&#8217;t made its way into the core yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keif</title>
		<link>http://trickeries.com/189/queuing-ajax-requests-with-mootools-12/comment-page-1/#comment-1682</link>
		<dc:creator>keif</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://trickeries.com/?p=189#comment-1682</guid>
		<description>Very, very useful, I was working on something similar.</description>
		<content:encoded><![CDATA[<p>Very, very useful, I was working on something similar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
