<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Filterable tables – MochiKit-style</title>
	<link>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/</link>
	<description>My life with ActionScript and relations</description>
	<pubDate>Wed, 07 Jan 2009 18:07:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Barklund</title>
		<link>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3740</link>
		<pubDate>Sun, 14 Oct 2007 20:44:09 +0000</pubDate>
		<guid>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3740</guid>
					<description>Daniel, of course. For production, I would wrap the whole thing in &lt;code&gt;connect(window, &quot;onload&quot;, function(){...});&lt;/code&gt;, but for now, it is still only proof-of-concept :)</description>
		<content:encoded><![CDATA[<p>Daniel, of course. For production, I would wrap the whole thing in <code>connect(window, "onload", function(){...});</code>, but for now, it is still only proof-of-concept <img src='http://www.barklund.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniel Fetchinson</title>
		<link>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3730</link>
		<pubDate>Sun, 14 Oct 2007 14:55:06 +0000</pubDate>
		<guid>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3730</guid>
					<description>Hi, a small improvement in case one has other functions that are hooked up to the load event:

Instead of using an anonymous function hooked up to onload, create a named function with the same code and at the end add a hook:

addLoadEvent( filtermanager );

where filtermanager is the name of the function. In this way not only this function will be hooked but anything else that were added in maybe other scripts or along the way somewhere else.</description>
		<content:encoded><![CDATA[<p>Hi, a small improvement in case one has other functions that are hooked up to the load event:</p>
<p>Instead of using an anonymous function hooked up to onload, create a named function with the same code and at the end add a hook:</p>
<p>addLoadEvent( filtermanager );</p>
<p>where filtermanager is the name of the function. In this way not only this function will be hooked but anything else that were added in maybe other scripts or along the way somewhere else.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jamie</title>
		<link>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3432</link>
		<pubDate>Sat, 06 Oct 2007 00:33:24 +0000</pubDate>
		<guid>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3432</guid>
					<description>Very cool. Thanks for the examples. There is a shortage of targeted examples like this.</description>
		<content:encoded><![CDATA[<p>Very cool. Thanks for the examples. There is a shortage of targeted examples like this.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniel Fetchinson</title>
		<link>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3331</link>
		<pubDate>Tue, 02 Oct 2007 21:43:06 +0000</pubDate>
		<guid>http://www.barklund.org/blog/2007/09/27/filterable-tables-mochikit-style/#comment-3331</guid>
					<description>Hey, this is really cool, thanks!</description>
		<content:encoded><![CDATA[<p>Hey, this is really cool, thanks!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
