<?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: Enjoying the Observer pattern with custom events</title>
	<atom:link href="http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shawn D</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-46020</link>
		<dc:creator>Shawn D</dc:creator>
		<pubDate>Thu, 14 Jan 2010 04:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-46020</guid>
		<description>Hey Dion,

Ajaxian linked to this post in one of their posts today. I did see a mootools version but it didn&#039;t work for me so I humbily took a stab at it:

http://www.shawndube.com/CustomEvents-Mootools.html

S</description>
		<content:encoded><![CDATA[<p>Hey Dion,</p>
<p>Ajaxian linked to this post in one of their posts today. I did see a mootools version but it didn&#8217;t work for me so I humbily took a stab at it:</p>
<p><a href="http://www.shawndube.com/CustomEvents-Mootools.html" rel="nofollow">http://www.shawndube.com/CustomEvents-Mootools.html</a></p>
<p>S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asanga bandara wijekoon</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-40987</link>
		<dc:creator>asanga bandara wijekoon</dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-40987</guid>
		<description>Here more information about the observer pattern - http://asanga86.wordpress.com/2009/05/30/observer-pattern/</description>
		<content:encoded><![CDATA[<p>Here more information about the observer pattern &#8211; <a href="http://asanga86.wordpress.com/2009/05/30/observer-pattern/" rel="nofollow">http://asanga86.wordpress.com/2009/05/30/observer-pattern/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dion</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39428</link>
		<dc:creator>dion</dc:creator>
		<pubDate>Mon, 18 Aug 2008 04:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39428</guid>
		<description>Dave,

Ah, very interesting. Fancy writing up the use cases for that as a guest post on Ajaxian? ;)

D</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Ah, very interesting. Fancy writing up the use cases for that as a guest post on Ajaxian? ;)</p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Johnson</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39427</link>
		<dc:creator>Dave Johnson</dc:creator>
		<pubDate>Mon, 18 Aug 2008 02:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39427</guid>
		<description>Sort of a tangent Dion but a useful feature that we have come up with in our Observer pattern implementation is an observeOnce method that will make it so that the event only gets fired once and then auto detaches itself. Very handy for page load situations or dynamically chaining events.

-dave</description>
		<content:encoded><![CDATA[<p>Sort of a tangent Dion but a useful feature that we have come up with in our Observer pattern implementation is an observeOnce method that will make it so that the event only gets fired once and then auto detaches itself. Very handy for page load situations or dynamically chaining events.</p>
<p>-dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo Beckers</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39393</link>
		<dc:creator>Ivo Beckers</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39393</guid>
		<description>Dion,

Some Appcelerator parts (configuration, widgets) are missing in your customevents directories. That&#039;s the reason why the appcelerator2 demo fails.

Plus, do you plan to add Appcelerator (the web SDK part) to http://code.google.com/apis/ajaxlibs/ ?

-Ivo</description>
		<content:encoded><![CDATA[<p>Dion,</p>
<p>Some Appcelerator parts (configuration, widgets) are missing in your customevents directories. That&#8217;s the reason why the appcelerator2 demo fails.</p>
<p>Plus, do you plan to add Appcelerator (the web SDK part) to <a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow">http://code.google.com/apis/ajaxlibs/</a> ?</p>
<p>-Ivo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Quinlan</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39385</link>
		<dc:creator>Matthew Quinlan</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39385</guid>
		<description>Nice work Ivo!  I like the revision :)</description>
		<content:encoded><![CDATA[<p>Nice work Ivo!  I like the revision :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techno Cake</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39384</link>
		<dc:creator>Techno Cake</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39384</guid>
		<description>it&#039;s nice code, i&#039;ll put on my own</description>
		<content:encoded><![CDATA[<p>it&#8217;s nice code, i&#8217;ll put on my own</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: curtis</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39374</link>
		<dc:creator>curtis</dc:creator>
		<pubDate>Fri, 08 Aug 2008 20:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39374</guid>
		<description>hey Dion,
i have a couple of friend over in the olympics and i want to display the photos from facebook on to out blog? how did u do it on you site?
is it a plugin for you blog?
i add the photo2rss on my facebook. i just want to pull this to my blog?

email me back? please?

Curtis Z</description>
		<content:encoded><![CDATA[<p>hey Dion,<br />
i have a couple of friend over in the olympics and i want to display the photos from facebook on to out blog? how did u do it on you site?<br />
is it a plugin for you blog?<br />
i add the photo2rss on my facebook. i just want to pull this to my blog?</p>
<p>email me back? please?</p>
<p>Curtis Z</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo Beckers</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39371</link>
		<dc:creator>Ivo Beckers</dc:creator>
		<pubDate>Fri, 08 Aug 2008 17:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39371</guid>
		<description>Dion,

The &quot;console&quot; messages were caused by some debug/trace code. It should be fixed now:

http://ibec.appspot.com/events.html</description>
		<content:encoded><![CDATA[<p>Dion,</p>
<p>The &#8220;console&#8221; messages were caused by some debug/trace code. It should be fixed now:</p>
<p><a href="http://ibec.appspot.com/events.html" rel="nofollow">http://ibec.appspot.com/events.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dion</title>
		<link>http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events/comment-page-1#comment-39370</link>
		<dc:creator>dion</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/enjoying-the-observer-pattern-with-custom-events#comment-39370</guid>
		<description>Matthew,

Thanks, I have put it up at http://google-ajax-examples.googlecode.com/svn/trunk/customevents/mootools.html

Very good point about event propagation too.

Cheers,

Dion</description>
		<content:encoded><![CDATA[<p>Matthew,</p>
<p>Thanks, I have put it up at <a href="http://google-ajax-examples.googlecode.com/svn/trunk/customevents/mootools.html" rel="nofollow">http://google-ajax-examples.googlecode.com/svn/trunk/customevents/mootools.html</a></p>
<p>Very good point about event propagation too.</p>
<p>Cheers,</p>
<p>Dion</p>
]]></content:encoded>
	</item>
</channel>
</rss>
