<?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: Javascript Continuations Make Callback Chains Easy</title>
	<atom:link href="http://blog.agoragames.com/2009/06/26/javascript-continuations-make-callback-chains-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.agoragames.com/2009/06/26/javascript-continuations-make-callback-chains-easy/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 05:46:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ola</title>
		<link>http://blog.agoragames.com/2009/06/26/javascript-continuations-make-callback-chains-easy/comment-page-1/#comment-248</link>
		<dc:creator>Ola</dc:creator>
		<pubDate>Mon, 29 Jun 2009 21:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.agoragames.com/?p=295#comment-248</guid>
		<description>Both jQuery and YUI have facilities to do something very similar to what this code does.

In jQuery you can bind all your custom events to html or body tags and then trigger at will. You should get the same stopPropagation abilities as the chain breaking here gives you.

http://docs.jquery.com/Events

The YUI interface is closer to what our callback chains do:
http://developer.yahoo.com/yui/event/#customevent

In both cases I&#039;m not sure they let you actually test if the callback chain was halted.</description>
		<content:encoded><![CDATA[<p>Both jQuery and YUI have facilities to do something very similar to what this code does.</p>
<p>In jQuery you can bind all your custom events to html or body tags and then trigger at will. You should get the same stopPropagation abilities as the chain breaking here gives you.</p>
<p><a href="http://docs.jquery.com/Events" rel="nofollow">http://docs.jquery.com/Events</a></p>
<p>The YUI interface is closer to what our callback chains do:<br />
<a href="http://developer.yahoo.com/yui/event/#customevent" rel="nofollow">http://developer.yahoo.com/yui/event/#customevent</a></p>
<p>In both cases I&#8217;m not sure they let you actually test if the callback chain was halted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->