<?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: Firing Custom Events With The Prototype Javascript Framework</title>
	<atom:link href="http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/</link>
	<description>Publicing platform</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:33:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Parker</title>
		<link>http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/comment-page-1/#comment-23535</link>
		<dc:creator>Parker</dc:creator>
		<pubDate>Tue, 07 Oct 2008 17:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/#comment-23535</guid>
		<description>Thank you for the article!</description>
		<content:encoded><![CDATA[<p>Thank you for the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Dempcy</title>
		<link>http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/comment-page-1/#comment-17067</link>
		<dc:creator>Jonah Dempcy</dc:creator>
		<pubDate>Wed, 07 May 2008 19:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/#comment-17067</guid>
		<description>@Tobie: Good point about bubbling. You are correct that many frameworks have a publisher/subscriber pattern for events but that these events don&#039;t bubble.

I used Prototype 1.5 for around a year but haven&#039;t check out newer versions. It looks like I&#039;ve been missing out!</description>
		<content:encoded><![CDATA[<p>@Tobie: Good point about bubbling. You are correct that many frameworks have a publisher/subscriber pattern for events but that these events don&#8217;t bubble.</p>
<p>I used Prototype 1.5 for around a year but haven&#8217;t check out newer versions. It looks like I&#8217;ve been missing out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron&#8217;s UI Design Blog &#187; dom:loaded makes me happy</title>
		<link>http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/comment-page-1/#comment-10979</link>
		<dc:creator>Aaron&#8217;s UI Design Blog &#187; dom:loaded makes me happy</dc:creator>
		<pubDate>Tue, 04 Dec 2007 21:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/#comment-10979</guid>
		<description>[...] Prototype v1.6, and I am ecstatic. It&#8217;s called dom:loaded and you can learn all about it from this linked blog entry. reddit_url=&#039;http://www.brethorsting.com/uidesign/2007/12/domloaded_makes_me_happy.html&#039;    [...]</description>
		<content:encoded><![CDATA[<p>[...] Prototype v1.6, and I am ecstatic. It&#8217;s called dom:loaded and you can learn all about it from this linked blog entry. reddit_url=&#8217;http://www.brethorsting.com/uidesign/2007/12/domloaded_makes_me_happy.html&#8217;    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas</title>
		<link>http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/comment-page-1/#comment-10271</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Thu, 15 Nov 2007 21:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/#comment-10271</guid>
		<description>Thanks Tobie!</description>
		<content:encoded><![CDATA[<p>Thanks Tobie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobie Langel</title>
		<link>http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/comment-page-1/#comment-10269</link>
		<dc:creator>Tobie Langel</dc:creator>
		<pubDate>Thu, 15 Nov 2007 21:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/11/08/firing-custom-events-with-the-prototype-javascript-framework/#comment-10269</guid>
		<description>There&#039;s one particularity of Prototype&#039;s new custom events system: the events &lt;em&gt;bubble&lt;/em&gt;! (That feature requires namespacing so as not to conflit with native events).

As far as I know, other implementations of custom events are actually more of a publisher/receiver pattern (i.e. they don&#039;t bubble).

Note that if you want to observe &lt;code&gt;dom:loaded&lt;/code&gt;, you&#039;ll need to observe it on &lt;code&gt;document&lt;/code&gt;, not on &lt;code&gt;window&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>There&#8217;s one particularity of Prototype&#8217;s new custom events system: the events <em>bubble</em>! (That feature requires namespacing so as not to conflit with native events).</p>
<p>As far as I know, other implementations of custom events are actually more of a publisher/receiver pattern (i.e. they don&#8217;t bubble).</p>
<p>Note that if you want to observe <code>dom:loaded</code>, you&#8217;ll need to observe it on <code>document</code>, not on <code>window</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

