<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Introducing MooTools&#160;ElementSpy</title> <atom:link href="http://davidwalsh.name/mootools-elementspy/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-elementspy</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:28:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Anton Korzhuk</title><link>http://davidwalsh.name/mootools-elementspy/comment-page-1#comment-16005</link> <dc:creator>Anton Korzhuk</dc:creator> <pubDate>Tue, 09 Feb 2010 03:47:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4772#comment-16005</guid> <description>Sweet plugin, awesome site!</description> <content:encoded><![CDATA[<p>Sweet plugin, awesome site!</p> ]]></content:encoded> </item> <item><title>By: Sheldon Lendrum</title><link>http://davidwalsh.name/mootools-elementspy/comment-page-1#comment-15998</link> <dc:creator>Sheldon Lendrum</dc:creator> <pubDate>Mon, 08 Feb 2010 18:15:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4772#comment-15998</guid> <description>This is a sweet plugin, Thanks David !</description> <content:encoded><![CDATA[<p>This is a sweet plugin, Thanks David !</p> ]]></content:encoded> </item> <item><title>By: Guillermo Rauch</title><link>http://davidwalsh.name/mootools-elementspy/comment-page-1#comment-15997</link> <dc:creator>Guillermo Rauch</dc:creator> <pubDate>Mon, 08 Feb 2010 18:12:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4772#comment-15997</guid> <description>Also, another way to detect support is to check for the presence of the MutationEvent constructorif (document.implementation.hasFeature(‘MutationEvents’,&#039;2.0&#039;) &#124;&#124; &#039;MutationEvent&#039; in window)</description> <content:encoded><![CDATA[<p>Also, another way to detect support is to check for the presence of the MutationEvent constructor</p><p>if (document.implementation.hasFeature(‘MutationEvents’,&#8217;2.0&#8242;) || &#8216;MutationEvent&#8217; in window)</p> ]]></content:encoded> </item> <item><title>By: Guillermo Rauch</title><link>http://davidwalsh.name/mootools-elementspy/comment-page-1#comment-15996</link> <dc:creator>Guillermo Rauch</dc:creator> <pubDate>Mon, 08 Feb 2010 18:06:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4772#comment-15996</guid> <description>Nice idea. Not sure if I&#039;d implement it as a standalone Class myself though.Also, I would avoid the timer if DOMAttrModified is available:if (document.implementation.hasFeature(&#039;MutationEvents&#039;,&#039;2.0&#039;)){
// subscribe to DOMAttrModified
} else {
timer
}There&#039;re many ways to approach this problem. Another would be to create a custom MooTools event.</description> <content:encoded><![CDATA[<p>Nice idea. Not sure if I&#8217;d implement it as a standalone Class myself though.</p><p>Also, I would avoid the timer if DOMAttrModified is available:</p><p>if (document.implementation.hasFeature(&#8216;MutationEvents&#8217;,&#8217;2.0&#8242;)){<br
/> // subscribe to DOMAttrModified<br
/> } else {<br
/> timer<br
/> }</p><p>There&#8217;re many ways to approach this problem. Another would be to create a custom MooTools event.</p> ]]></content:encoded> </item> <item><title>By: Eneko Alonso</title><link>http://davidwalsh.name/mootools-elementspy/comment-page-1#comment-15995</link> <dc:creator>Eneko Alonso</dc:creator> <pubDate>Mon, 08 Feb 2010 17:07:59 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4772#comment-15995</guid> <description>Nice idea, David. Do you think this could be combined with native Javascript getter/setters for browsers that support them? I understand getters and setters are not very standard or supported, but it would be cool to use them when possible, right?
https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Creating_New_Objects/Defining_Getters_and_Setters</description> <content:encoded><![CDATA[<p>Nice idea, David. Do you think this could be combined with native Javascript getter/setters for browsers that support them? I understand getters and setters are not very standard or supported, but it would be cool to use them when possible, right?<br
/> <a
href="https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Creating_New_Objects/Defining_Getters_and_Setters" rel="nofollow">https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Creating_New_Objects/Defining_Getters_and_Setters</a></p> ]]></content:encoded> </item> <item><title>By: ajaxgoogle</title><link>http://davidwalsh.name/mootools-elementspy/comment-page-1#comment-15994</link> <dc:creator>ajaxgoogle</dc:creator> <pubDate>Mon, 08 Feb 2010 16:47:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4772#comment-15994</guid> <description>David, this is very useful! Thank you! BTW, It looks like Harald Kirschner&#039;s Observer class, but more functional :) Mootools FTW!!11</description> <content:encoded><![CDATA[<p>David, this is very useful! Thank you! BTW, It looks like Harald Kirschner&#8217;s Observer class, but more functional :) Mootools FTW!!11</p> ]]></content:encoded> </item> <item><title>By: tbela99</title><link>http://davidwalsh.name/mootools-elementspy/comment-page-1#comment-15993</link> <dc:creator>tbela99</dc:creator> <pubDate>Mon, 08 Feb 2010 16:17:38 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4772#comment-15993</guid> <description>there is a typo in the stop options.&quot;start: Fired when you stop spying on an element&quot;great post (As usually)!</description> <content:encoded><![CDATA[<p>there is a typo in the stop options.</p><p>&#8220;start: Fired when you stop spying on an element&#8221;</p><p>great post (As usually)!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/14 queries in 0.009 seconds using disk: basic
Object Caching 670/671 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 04:47:59 -->
