<?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 Higgins for President</title>
	<atom:link href="http://higginsforpresident.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://higginsforpresident.net</link>
	<description>Rants, Raves, and Code: the Interwebs and beyond</description>
	<lastBuildDate>Tue, 06 Apr 2010 13:54:52 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Widgets within Widgets by emailtoid.net/i/736ea11b/&#8230;</title>
		<link>http://higginsforpresident.net/2010/01/widgets-within-widgets/comment-page-1/#comment-1086</link>
		<dc:creator>emailtoid.net/i/736ea11b/&#8230;</dc:creator>
		<pubDate>Tue, 06 Apr 2010 13:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=49#comment-1086</guid>
		<description>Why can&#039;t you just call destroyRecursive()? Actually, I&#039;m confused about why there are two destroy methods in the first place.  When is it useful to destroy a widget but not its nested widgets? TIA.</description>
		<content:encoded><![CDATA[<p>Why can&#8217;t you just call destroyRecursive()? Actually, I&#8217;m confused about why there are two destroy methods in the first place.  When is it useful to destroy a widget but not its nested widgets? TIA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on Dojo &#8220;plugins&#8221; by Learning Dojo &#124; SitePen Blog</title>
		<link>http://higginsforpresident.net/2009/05/more-on-dojo-plugins/comment-page-1/#comment-1085</link>
		<dc:creator>Learning Dojo &#124; SitePen Blog</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=36#comment-1085</guid>
		<description>[...] (article) More on Dojo &#8220;Plugins&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] (article) More on Dojo &#8220;Plugins&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Dojo Plugin Pattern by Learning Dojo &#124; SitePen Blog</title>
		<link>http://higginsforpresident.net/2009/03/a-dojo-plugin-pattern/comment-page-1/#comment-1084</link>
		<dc:creator>Learning Dojo &#124; SitePen Blog</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=34#comment-1084</guid>
		<description>[...] (article) A Dojo Plugin Pattern [...]</description>
		<content:encoded><![CDATA[<p>[...] (article) A Dojo Plugin Pattern [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on Dojo &#8220;plugins&#8221; by codylindley</title>
		<link>http://higginsforpresident.net/2009/05/more-on-dojo-plugins/comment-page-1/#comment-1079</link>
		<dc:creator>codylindley</dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=36#comment-1079</guid>
		<description>Slick! I really enjoy how this example can take a persons understanding of jQuery and extend it into the world of Dojo.</description>
		<content:encoded><![CDATA[<p>Slick! I really enjoy how this example can take a persons understanding of jQuery and extend it into the world of Dojo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Widgets within Widgets by neonstalwart.blogspot.com/</title>
		<link>http://higginsforpresident.net/2010/01/widgets-within-widgets/comment-page-1/#comment-1072</link>
		<dc:creator>neonstalwart.blogspot.com/</dc:creator>
		<pubDate>Sun, 17 Jan 2010 18:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=49#comment-1072</guid>
		<description>i usually use dijit._Container and it is not quite as flexible as what you&#039;ve done but it does have some child management functions and you would need to call destroyRecursive to make sure that the descendants are destroyed as well.</description>
		<content:encoded><![CDATA[<p>i usually use dijit._Container and it is not quite as flexible as what you&#8217;ve done but it does have some child management functions and you would need to call destroyRecursive to make sure that the descendants are destroyed as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Widgets within Widgets by dante hicks</title>
		<link>http://higginsforpresident.net/2010/01/widgets-within-widgets/comment-page-1/#comment-1070</link>
		<dc:creator>dante hicks</dc:creator>
		<pubDate>Sun, 17 Jan 2010 14:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=49#comment-1070</guid>
		<description>@nathan - _supportingWidgets is there, yes. Granted in this example we include _templated, but _supportingWidgets is both _private (so no guarantee our added stuff will always stay working) and only present when widgetsInTemplate:true. Not all of our Thingers need _Templated or widgetsInTemplate (added overhead, albeit minimal). This is why I decided to introduce the _addedItems array for just this. If dijit._Widget had this API internally, it would probably just piggyback on the _supportingWidgets array, as they both serve the same purpose.</description>
		<content:encoded><![CDATA[<p>@nathan &#8211; _supportingWidgets is there, yes. Granted in this example we include _templated, but _supportingWidgets is both _private (so no guarantee our added stuff will always stay working) and only present when widgetsInTemplate:true. Not all of our Thingers need _Templated or widgetsInTemplate (added overhead, albeit minimal). This is why I decided to introduce the _addedItems array for just this. If dijit._Widget had this API internally, it would probably just piggyback on the _supportingWidgets array, as they both serve the same purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Widgets within Widgets by toonetown</title>
		<link>http://higginsforpresident.net/2010/01/widgets-within-widgets/comment-page-1/#comment-1069</link>
		<dc:creator>toonetown</dc:creator>
		<pubDate>Sun, 17 Jan 2010 13:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=49#comment-1069</guid>
		<description>We add our internally-created widgets to _supportingWidgets and then things &quot;just work&quot; since the base _Widget class cleans all those up.</description>
		<content:encoded><![CDATA[<p>We add our internally-created widgets to _supportingWidgets and then things &#8220;just work&#8221; since the base _Widget class cleans all those up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Widgets within Widgets by Matthew Weier O'Phinney</title>
		<link>http://higginsforpresident.net/2010/01/widgets-within-widgets/comment-page-1/#comment-1068</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Sun, 17 Jan 2010 13:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=49#comment-1068</guid>
		<description>Awesome post -- this is a problem I&#039;ve run into a number of times, and typically created some fairly complex destroyRecursive() functionality for. Your &quot;extra keystrokes&quot; are a ton less than I was using previously. :)</description>
		<content:encoded><![CDATA[<p>Awesome post &#8212; this is a problem I&#8217;ve run into a number of times, and typically created some fairly complex destroyRecursive() functionality for. Your &#8220;extra keystrokes&#8221; are a ton less than I was using previously. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 140 Characters of awesome by google.com/profiles/jr&#8230;</title>
		<link>http://higginsforpresident.net/2009/12/140-characters-of-awesome/comment-page-1/#comment-1057</link>
		<dc:creator>google.com/profiles/jr&#8230;</dc:creator>
		<pubDate>Sat, 05 Dec 2009 03:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=38#comment-1057</guid>
		<description>How do you feel about allowing the addContent arg as either addContent: &quot;first&quot; (or things like that) as an extraArgs argument? I know that muddies things, it is now not just extraArgs just for the XHR call, but might be nice.

But it might be nice to use allow setting method as a property on extraArgs. That fits in with the XHR model a bit, and then the addContent position can be the third arg. Or just add it as a property on extraArgs too. Not sure yet what works better.

I would also like to see if we could reconcile it with jquery&#039;s load, ideally we could have it operate like load, but have some special sauce to do the above if needed. That might be too big, but another thought.

Neat method!</description>
		<content:encoded><![CDATA[<p>How do you feel about allowing the addContent arg as either addContent: &#8220;first&#8221; (or things like that) as an extraArgs argument? I know that muddies things, it is now not just extraArgs just for the XHR call, but might be nice.</p>
<p>But it might be nice to use allow setting method as a property on extraArgs. That fits in with the XHR model a bit, and then the addContent position can be the third arg. Or just add it as a property on extraArgs too. Not sure yet what works better.</p>
<p>I would also like to see if we could reconcile it with jquery&#8217;s load, ideally we could have it operate like load, but have some special sauce to do the above if needed. That might be too big, but another thought.</p>
<p>Neat method!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 140 Characters of awesome by lazutkin.com/</title>
		<link>http://higginsforpresident.net/2009/12/140-characters-of-awesome/comment-page-1/#comment-1056</link>
		<dc:creator>lazutkin.com/</dc:creator>
		<pubDate>Fri, 04 Dec 2009 14:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://higginsforpresident.net/?p=38#comment-1056</guid>
		<description>I like the final function the best. Cool stuff!</description>
		<content:encoded><![CDATA[<p>I like the final function the best. Cool stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

