<?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: Collecting DOM events</title>
	<atom:link href="http://www.schuerig.de/michael/blog/index.php/2008/01/08/event-collector/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schuerig.de/michael/blog/index.php/2008/01/08/event-collector/</link>
	<description>Sentenced to making sense</description>
	<lastBuildDate>Thu, 08 Apr 2010 22:54:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: michael</title>
		<link>http://www.schuerig.de/michael/blog/index.php/2008/01/08/event-collector/comment-page-1/#comment-20495</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Mon, 21 Jan 2008 02:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://schuerig.de/michael/blog/index.php/2008/01/08/event-collector/#comment-20495</guid>
		<description>Hi kangax,

I&#039;m not sure I understand your suggestion. Of course, I can handle events somewhere at the top of the document, but that&#039;s not what I&#039;m trying to do. The problem I try to solve is getting too many similar events. The proposed solution is to aggregate those events over time and only handle the aggregate event.</description>
		<content:encoded><![CDATA[<p>Hi kangax,</p>
<p>I&#8217;m not sure I understand your suggestion. Of course, I can handle events somewhere at the top of the document, but that&#8217;s not what I&#8217;m trying to do. The problem I try to solve is getting too many similar events. The proposed solution is to aggregate those events over time and only handle the aggregate event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kangax</title>
		<link>http://www.schuerig.de/michael/blog/index.php/2008/01/08/event-collector/comment-page-1/#comment-20491</link>
		<dc:creator>kangax</dc:creator>
		<pubDate>Mon, 21 Jan 2008 02:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://schuerig.de/michael/blog/index.php/2008/01/08/event-collector/#comment-20491</guid>
		<description>Very nice ideas, but I&#039;m failing to see how simple event delegation would not be suffice in case when &quot;DOM is changing&quot;?
Why not handle events (those that bubble of course) on a document level, not caring about changes &quot;down the DOM&quot;?

Best,
kangax</description>
		<content:encoded><![CDATA[<p>Very nice ideas, but I&#8217;m failing to see how simple event delegation would not be suffice in case when &#8220;DOM is changing&#8221;?<br />
Why not handle events (those that bubble of course) on a document level, not caring about changes &#8220;down the DOM&#8221;?</p>
<p>Best,<br />
kangax</p>
]]></content:encoded>
	</item>
</channel>
</rss>

