<?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: Event Pooling with jQuery Using Bind and Trigger: Managing Complex Javascript</title>
	<atom:link href="http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/</link>
	<description>All the stuff after "Hello, World!"</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Change &#8216;this&#8217; when firing custom events in jQuery using $.trigger()</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-1850</link>
		<dc:creator>Change &#8216;this&#8217; when firing custom events in jQuery using $.trigger()</dc:creator>
		<pubDate>Sat, 01 Oct 2011 21:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-1850</guid>
		<description>&lt;p&gt;[...] I&#8217;m playing around with implementing an event pool pattern in my javascript, similar to what is described here: http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-... [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m playing around with implementing an event pool pattern in my javascript, similar to what is described here: <a href="http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-.." rel="nofollow">http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-..</a>. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-1836</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-1836</guid>
		<description>&lt;p&gt;@Michael Matyus: the link is fixed.  Sorry about that!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Michael Matyus: the link is fixed.  Sorry about that!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Matyus</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-1835</link>
		<dc:creator>Michael Matyus</dc:creator>
		<pubDate>Thu, 01 Sep 2011 15:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-1835</guid>
		<description>&lt;p&gt;Been trying to understand binding and triggering. The article has given me some good background, unfortunately, http://www.michaelhamrah.com/blog/wp-content/uploads/jqueryEventPool/index.html is throwing a 404 :( Help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Been trying to understand binding and triggering. The article has given me some good background, unfortunately, <a href="http://www.michaelhamrah.com/blog/wp-content/uploads/jqueryEventPool/index.html" rel="nofollow">http://www.michaelhamrah.com/blog/wp-content/uploads/jqueryEventPool/index.html</a> is throwing a 404 <img src='http://www.michaelhamrah.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Help!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eliseo abadia</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-1817</link>
		<dc:creator>eliseo abadia</dc:creator>
		<pubDate>Wed, 06 Jul 2011 14:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-1817</guid>
		<description>&lt;p&gt;muchas gracias , me ayudó mucho su pagina... gracias.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>muchas gracias , me ayudó mucho su pagina&#8230; gracias.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Name624</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-1814</link>
		<dc:creator>Name624</dc:creator>
		<pubDate>Thu, 23 Jun 2011 10:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-1814</guid>
		<description>&lt;p&gt;Thank you for this great article. Using jQuery trigger I&#039;ve created an &lt;a href=&#039;http://www.thoughtresults.com/observer-pattern-example&#039; rel=&quot;nofollow&quot;&gt;Observer Pattern Example&lt;/a&gt;, which is really useful in front-end development.
I also recommend reading these articles:
&lt;a href=&#039;http://www.thoughtresults.com/page-visibility&#039; rel=&quot;nofollow&quot;&gt;Page Visibility&lt;/a&gt;
&lt;a href=&#039;http://www.thoughtresults.com/network-information-api&#039; rel=&quot;nofollow&quot;&gt;Network Information API&lt;/a&gt;
&lt;a href=&#039;http://www.thoughtresults.com/contacts-api&#039; rel=&quot;nofollow&quot;&gt;Contacts API&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for this great article. Using jQuery trigger I&#8217;ve created an <a href='http://www.thoughtresults.com/observer-pattern-example' rel="nofollow">Observer Pattern Example</a>, which is really useful in front-end development.
I also recommend reading these articles:
<a href='http://www.thoughtresults.com/page-visibility' rel="nofollow">Page Visibility</a>
<a href='http://www.thoughtresults.com/network-information-api' rel="nofollow">Network Information API</a>
<a href='http://www.thoughtresults.com/contacts-api' rel="nofollow">Contacts API</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Name623</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-1813</link>
		<dc:creator>Name623</dc:creator>
		<pubDate>Thu, 23 Jun 2011 10:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-1813</guid>
		<description>&lt;p&gt;&lt;a href=&#039;http://www.google.com&#039; rel=&quot;nofollow&quot;&gt;Google&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href='http://www.google.com' rel="nofollow">Google</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zygor's Guide</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-1810</link>
		<dc:creator>Zygor's Guide</dc:creator>
		<pubDate>Tue, 07 Jun 2011 06:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-1810</guid>
		<description>&lt;p&gt;I read this just a few minutes ago and thought I&#039;d pass it along although it&#039;s not genuinely that relevant. For those who could relive yesterday what would you do differently?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I read this just a few minutes ago and thought I&#8217;d pass it along although it&#8217;s not genuinely that relevant. For those who could relive yesterday what would you do differently?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Custom events and event pooling in jQuery &#8211; What&#8217;s the point? &#124; Webmaster Forum Archive</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-313</link>
		<dc:creator>Custom events and event pooling in jQuery &#8211; What&#8217;s the point? &#124; Webmaster Forum Archive</dc:creator>
		<pubDate>Mon, 07 Jun 2010 11:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-313</guid>
		<description>&lt;p&gt;[...] should be used but I&#8217;m still clearly missing the point. There is a very good article I read here that has the following code [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] should be used but I&#8217;m still clearly missing the point. There is a very good article I read here that has the following code [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 9eFish</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-162</link>
		<dc:creator>9eFish</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-162</guid>
		<description>&lt;p&gt;&lt;strong&gt;Event Pooling with jQuery Using Bind and Trigger: Managing Complex Javascript...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;9efish.æ„Ÿè°¢&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Event Pooling with jQuery Using Bind and Trigger: Managing Complex Javascript&#8230;</strong></p>

<p>9efish.æ„Ÿè°¢</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Organizing Events for Event Pooling with jQuery &#124; Adventures in HttpContext</title>
		<link>http://www.michaelhamrah.com/blog/2008/12/event-pooling-with-jquery-using-bind-and-trigger-managing-complex-javascript/comment-page-1/#comment-158</link>
		<dc:creator>Organizing Events for Event Pooling with jQuery &#124; Adventures in HttpContext</dc:creator>
		<pubDate>Mon, 21 Dec 2009 01:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelhamrah.com/blog/?p=55#comment-158</guid>
		<description>&lt;p&gt;[...]  [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

