<?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: QuickBoxes for&#160;Dojo</title> <atom:link href="http://davidwalsh.name/quickboxes-dojo/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/quickboxes-dojo</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 02:40:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: David Walsh</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-18269</link> <dc:creator>David Walsh</dc:creator> <pubDate>Thu, 17 Jun 2010 13:16:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-18269</guid> <description>Hmmmm...I should really rewrite this.</description> <content:encoded><![CDATA[<p>Hmmmm&#8230;I should really rewrite this.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10433</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 15 Jul 2009 19:49:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10433</guid> <description>&lt;p&gt;I&#039;ve updated the script by changing references to &quot;dojo&quot; to &quot;d&quot;.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>I&#8217;ve updated the script by changing references to &#8220;dojo&#8221; to &#8220;d&#8221;.</p> ]]></content:encoded> </item> <item><title>By: Peter Higgins</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10432</link> <dc:creator>Peter Higgins</dc:creator> <pubDate>Wed, 15 Jul 2009 19:43:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10432</guid> <description>I agree it should be using &#039;d&#039; in all places. In this case can also drop the &#124;&#124; create(&quot;div&quot;) part for this progressive case. $ is used twice in the above, so the closure is fine otherwise.I agree it should react to dragging over the label. dojo.setSelectable can help there, should be pretty easy.@ignar - dijit is probably &quot;too much&quot; for such a simple action (though would benefit from some of the framework design patterns, this is just a simple &quot;plugin&quot; using only Base Dojo, so the overhead is minimal)Regards</description> <content:encoded><![CDATA[<p>I agree it should be using &#8216;d&#8217; in all places. In this case can also drop the || create(&#8220;div&#8221;) part for this progressive case. $ is used twice in the above, so the closure is fine otherwise.</p><p>I agree it should react to dragging over the label. dojo.setSelectable can help there, should be pretty easy.</p><p>@ignar &#8211; dijit is probably &#8220;too much&#8221; for such a simple action (though would benefit from some of the framework design patterns, this is just a simple &#8220;plugin&#8221; using only Base Dojo, so the overhead is minimal)</p><p>Regards</p> ]]></content:encoded> </item> <item><title>By: Shane</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10427</link> <dc:creator>Shane</dc:creator> <pubDate>Wed, 15 Jul 2009 17:35:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10427</guid> <description>Nice and useful - works similarly to my Dojo powered GreaseMonkey script called EasyCheckboxes - http://userscripts.org/scripts/show/48011</description> <content:encoded><![CDATA[<p>Nice and useful &#8211; works similarly to my Dojo powered GreaseMonkey script called EasyCheckboxes &#8211; <a
href="http://userscripts.org/scripts/show/48011" rel="nofollow">http://userscripts.org/scripts/show/48011</a></p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10426</link> <dc:creator>Matt</dc:creator> <pubDate>Wed, 15 Jul 2009 16:02:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10426</guid> <description>darn HTML filter.</description> <content:encoded><![CDATA[<p>darn HTML filter.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10424</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 15 Jul 2009 15:17:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10424</guid> <description>&lt;p&gt;@Pierre: I built that off of a plugin template -- good point.&lt;/p&gt;&lt;p&gt;@Darkimmortal: Fair enough.&lt;/p&gt;&lt;p&gt;@Ignar:  I wanted to use &quot;pure&quot; Dojo code for this first one.&lt;/p&gt;&lt;p&gt;@Matt:  Do you mean LABEL?&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@Pierre: I built that off of a plugin template &#8212; good point.</p><p>@Darkimmortal: Fair enough.</p><p>@Ignar:  I wanted to use &#8220;pure&#8221; Dojo code for this first one.</p><p>@Matt:  Do you mean LABEL?</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10422</link> <dc:creator>Matt</dc:creator> <pubDate>Wed, 15 Jul 2009 13:45:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10422</guid> <description>This would be better if you triggered the event when the mouse crosses the  tag.</description> <content:encoded><![CDATA[<p>This would be better if you triggered the event when the mouse crosses the  tag.</p> ]]></content:encoded> </item> <item><title>By: ignar</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10421</link> <dc:creator>ignar</dc:creator> <pubDate>Wed, 15 Jul 2009 13:38:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10421</guid> <description>Why you do not use dojo widget system, its more powerfull?</description> <content:encoded><![CDATA[<p>Why you do not use dojo widget system, its more powerfull?</p> ]]></content:encoded> </item> <item><title>By: Darkimmortal</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10420</link> <dc:creator>Darkimmortal</dc:creator> <pubDate>Wed, 15 Jul 2009 13:35:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10420</guid> <description>Can&#039;t see this being useful - the concept is completely unintuitive.</description> <content:encoded><![CDATA[<p>Can&#8217;t see this being useful &#8211; the concept is completely unintuitive.</p> ]]></content:encoded> </item> <item><title>By: Pierre</title><link>http://davidwalsh.name/quickboxes-dojo/comment-page-1#comment-10418</link> <dc:creator>Pierre</dc:creator> <pubDate>Wed, 15 Jul 2009 12:58:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3164#comment-10418</guid> <description>Why are you using &lt;code&gt;dojo&lt;/code&gt; instead of the &lt;code&gt;d&lt;/code&gt; argument passed to the &quot;safety closure&quot; function?In the same way, dojo.query is not used inside the function? Plugin convention?</description> <content:encoded><![CDATA[<p>Why are you using <code>dojo</code> instead of the <code>d</code> argument passed to the &#8220;safety closure&#8221; function?</p><p>In the same way, dojo.query is not used inside the function? Plugin convention?</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 using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 01:07:21 -->
