<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Garrick Cheung &#187; Comet</title>
	<atom:link href="http://www.garrickcheung.com/tag/comet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garrickcheung.com</link>
	<description>Sharing what I know and learn about CSS, MooTools, Javascript, PHP and etc.</description>
	<lastBuildDate>Fri, 30 Sep 2011 05:16:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Moo-Comet aka MooTools Request.Comet</title>
		<link>http://www.garrickcheung.com/mootools/moo-comet-aka-mootools-requestcomet/</link>
		<comments>http://www.garrickcheung.com/mootools/moo-comet-aka-mootools-requestcomet/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 07:05:36 +0000</pubDate>
		<dc:creator>Garrick</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Comet]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Moo-Comet]]></category>
		<category><![CDATA[Request.Comet]]></category>

		<guid isPermaLink="false">http://www.garrickcheung.com/?p=73</guid>
		<description><![CDATA[Ever heard of Comet? I heard it long ago when it just started out in Ajaxian&#8217;s post. They described it best: Alex Russell has coined a term for a flavour of Ajax that’s been getting more attention of late. Comet describes applications where the server keeps pushing &#8211; or streaming &#8211; data to the client, [...]]]></description>
			<content:encoded><![CDATA[<p>Ever heard of Comet? I heard it long ago when it just started out in Ajaxian&#8217;s post. They described it best:</p>
<blockquote><p><a href="http://alex.dojotoolkit.org/?p=545" target="_blank">Alex Russell has coined a term</a> for a flavour of Ajax that’s been getting more attention of late. Comet describes applications where the server keeps pushing &#8211; or <a href="http://ajaxpatterns.org/HTTP_Streaming" target="_blank">streaming</a> &#8211; data to the client, instead of having the browser <a href="http://ajaxpatterns.org/Periodic_Refresh" target="_blank">keep polling</a> the server for fresh content.</p></blockquote>
<p>Correct me if I&#8217;m wrong but I think the Dojo framework may have been the first to support Comet. Some of the uses I know of is chat and stock ticker updates but I&#8217;m sure there are tons of uses.</p>
<p>Now, when I learned about Comet, I was using MooTools 1.0/1.11. I was really interested in trying out this new tech and was trying to learn as much as I could. I knew that MooTools didn&#8217;t have a Request.Comet so I looked into building one. Long story short, I wasn&#8217;t successful because other projects took up my time, but my curiosity never went away.</p>
<p>Doing a search for Moo-Comet has led me to <a href="http://www.xvolter.com/" target="_blank">Benjamin Hutchins</a> and his <a href="http://www.xvolter.com/comet/" target="_blank">Request.Comet example</a>. He has a MooTools 1.2 and 1.1 version of Request.Comet.</p>
<p>His code us up on <a href="http://code.google.com/p/moo-comet/" target="_blank">Google Code</a> for all the world to see. Great job, Ben! I can call you Ben, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.garrickcheung.com/mootools/moo-comet-aka-mootools-requestcomet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

