<?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 for Devign | Web Development, JavaScript, CSS, MooTools | Elad Ossadon</title> <atom:link href="http://devign.me/comments/feed/" rel="self" type="application/rss+xml" /><link>http://devign.me</link> <description>Development with Style</description> <lastBuildDate>Fri, 02 Dec 2011 08:27:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on Greasemonkey’s GM_getValue/GM_setValue functions for Google Chrome by Elad Ossadon</title><link>http://devign.me/greasemonkey-gm_getvaluegm_setvalue-functions-for-google-chrome/comment-page-1/#comment-5787</link> <dc:creator>Elad Ossadon</dc:creator> <pubDate>Fri, 02 Dec 2011 08:27:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/?p=241#comment-5787</guid> <description>Thanks!
Looks like you could use &lt;code&gt;Object.keys(localStorage)&lt;/code&gt; to get the keys instead of a loop.</description> <content:encoded><![CDATA[<p>Thanks!<br
/> Looks like you could use <code>Object.keys(localStorage)</code> to get the keys instead of a loop.</p> ]]></content:encoded> </item> <item><title>Comment on Greasemonkey’s GM_getValue/GM_setValue functions for Google Chrome by Esrun</title><link>http://devign.me/greasemonkey-gm_getvaluegm_setvalue-functions-for-google-chrome/comment-page-1/#comment-5786</link> <dc:creator>Esrun</dc:creator> <pubDate>Fri, 02 Dec 2011 04:53:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/?p=241#comment-5786</guid> <description>Very useful, thank you. I expanded a little bit on your code to support GM_listValues.
    this.GM_listValues=function () {    	var localKeys = new Array();    	for (key in localStorage) {localKeys.push(key)}    	return localKeys;    }; </description> <content:encoded><![CDATA[<p>Very useful, thank you. I expanded a little bit on your code to support GM_listValues.</p><p>    this.GM_listValues=function () {    	var localKeys = new Array();    	for (key in localStorage) {localKeys.push(key)}    	return localKeys;    };</p> ]]></content:encoded> </item> <item><title>Comment on Google Reader Filter by Guest</title><link>http://devign.me/google-reader-filter/comment-page-1/#comment-5775</link> <dc:creator>Guest</dc:creator> <pubDate>Wed, 19 Oct 2011 11:01:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/#comment-5775</guid> <description>Bug: if i use &quot;Google Reader Filter JS&quot;, GReader native &quot;Edit tags&quot; button doesn`t respond at all.
# Google Reader Filter 1.1.2 , Opera 11.51 Build 1087utton don`t respond at all. </description> <content:encoded><![CDATA[<p>Bug: if i use &#8220;Google Reader Filter JS&#8221;, GReader native &#8220;Edit tags&#8221; button doesn`t respond at all.<br
/> # Google Reader Filter 1.1.2 , Opera 11.51 Build 1087utton don`t respond at all.</p> ]]></content:encoded> </item> <item><title>Comment on Google Reader Filter by Guest</title><link>http://devign.me/google-reader-filter/comment-page-1/#comment-5770</link> <dc:creator>Guest</dc:creator> <pubDate>Sun, 16 Oct 2011 16:40:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/#comment-5770</guid> <description> Bug: &quot;Google Reader Filter&quot; button cover GoogleReader Settings menu.
#  Google Reader Filter 1.1.2, Opera 11.51 Build 1087</description> <content:encoded><![CDATA[<p>Bug: &#8220;Google Reader Filter&#8221; button cover GoogleReader Settings menu.<br
/> #  Google Reader Filter 1.1.2<br
/> , Opera 11.51 Build 1087</p> ]]></content:encoded> </item> <item><title>Comment on Tree Rendering in Client-Side, No Recursion by Mkhahani</title><link>http://devign.me/tree-rendering-in-client-side-no-recursion/comment-page-1/#comment-5767</link> <dc:creator>Mkhahani</dc:creator> <pubDate>Tue, 04 Oct 2011 06:29:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/?p=160#comment-5767</guid> <description>Sorry! I see the date right now :)</description> <content:encoded><![CDATA[<p>Sorry! I see the date right now :)</p> ]]></content:encoded> </item> <item><title>Comment on Tree Rendering in Client-Side, No Recursion by Mohsen Khahani</title><link>http://devign.me/tree-rendering-in-client-side-no-recursion/comment-page-1/#comment-5766</link> <dc:creator>Mohsen Khahani</dc:creator> <pubDate>Tue, 04 Oct 2011 06:27:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/?p=160#comment-5766</guid> <description>Good job! Works nice.
Thanks for sharing your code.
As a suggestion, your posts doesn&#039;t have date. </description> <content:encoded><![CDATA[<p>Good job! Works nice.</p><p>Thanks for sharing your code.</p><p>As a suggestion, your posts doesn&#8217;t have date.</p> ]]></content:encoded> </item> <item><title>Comment on Bug: Chrome&#8217;s for..in Loop Messes the Order of the Indexes by Bill Schneider</title><link>http://devign.me/bug-chromes-for-in-loop-messes-the-order-of-the-indexes/comment-page-1/#comment-5750</link> <dc:creator>Bill Schneider</dc:creator> <pubDate>Thu, 25 Aug 2011 14:09:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/?p=333#comment-5750</guid> <description>IE9 has the same problem.
http://wrschneider.blogspot.com/2011/08/javascript-associative-array-and.html</description> <content:encoded><![CDATA[<p>IE9 has the same problem.</p><p><a
href="http://wrschneider.blogspot.com/2011/08/javascript-associative-array-and.html" rel="nofollow">http://wrschneider.blogspot.com/2011/08/javascript-associative-array-and.html</a></p> ]]></content:encoded> </item> <item><title>Comment on Google Reader Filter by Felix</title><link>http://devign.me/google-reader-filter/comment-page-1/#comment-5747</link> <dc:creator>Felix</dc:creator> <pubDate>Sun, 31 Jul 2011 21:17:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/#comment-5747</guid> <description>Can you help plz?</description> <content:encoded><![CDATA[<p>Can you help plz?</p> ]]></content:encoded> </item> <item><title>Comment on Google Reader Filter by Felix</title><link>http://devign.me/google-reader-filter/comment-page-1/#comment-5741</link> <dc:creator>Felix</dc:creator> <pubDate>Mon, 18 Jul 2011 11:21:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/#comment-5741</guid> <description>I am using google chrome (12.0.742.122)    and windows 7 ultimate x64
Google Reader Filter - Version: 1.1.2
other extensions; 
*Fast YouTube Search                                    *Google Calendar Checker                                             *Google Dictionary*Google Tasks                                    *Google Translate *Mini Google Maps                                                *Mini Maps                                                                         
*RSS Subscription Extension (by google)                             *Smooth Gestures                   (for easy mouse shortcuts)                *Start!                                        (other layout when opening a new tab)                   *StumbleUpon                                                                                  *Tokyo Toshokan Latest Torrents                                                                      *TooManyTabs for Chrome                                                                     *Turn Off the Lights (for youtube)                                                                 And thank you for the fast reply!                                                   </description> <content:encoded><![CDATA[<p>I am using google chrome (12.0.742.122)    and windows 7 ultimate x64<br
/> Google Reader Filter &#8211; Version: 1.1.2</p><p>other extensions; <br
/> *Fast YouTube Search                                    *Google Calendar Checker                                             *Google Dictionary*Google Tasks                                    *Google Translate *Mini Google Maps                                                *Mini Maps                                                                         <br
/> *RSS Subscription Extension (by google)                             *Smooth Gestures                   (for easy mouse shortcuts)                *Start!                                        (other layout when opening a new tab)                   *StumbleUpon                                                                                  *Tokyo Toshokan Latest Torrents                                                                      *TooManyTabs for Chrome                                                                     *Turn Off the Lights (for youtube)                                                                 And thank you for the fast reply!                                                   </p> ]]></content:encoded> </item> <item><title>Comment on Inline Recursion in ASP.NET Template to Print a Tree&#8217;s Node List by RollerSMB</title><link>http://devign.me/inline-recursion-asp-net-template-print-a-tree/comment-page-1/#comment-5740</link> <dc:creator>RollerSMB</dc:creator> <pubDate>Mon, 18 Jul 2011 11:18:00 +0000</pubDate> <guid
isPermaLink="false">http://devign.me/?p=263#comment-5740</guid> <description>Cool tip, tks!</description> <content:encoded><![CDATA[<p>Cool tip, tks!</p> ]]></content:encoded> </item> </channel> </rss>
