<?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 on: Extending dojo.query()</title>
	<atom:link href="http://infrequently.org/2008/02/extending-dojoquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://infrequently.org/2008/02/extending-dojoquery/</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 17:22:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: CpILL</title>
		<link>http://infrequently.org/2008/02/extending-dojoquery/comment-page-1/#comment-234793</link>
		<dc:creator>CpILL</dc:creator>
		<pubDate>Mon, 14 Jul 2008 11:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=649#comment-234793</guid>
		<description>So &quot;extending&quot; classes directly instead of inheriting from them. Does this run into the problem of messing with a namespace you don&#039;t have direct control over, the same way that Dojo tries not to mess with the base Javascript name space (i.e. as Prototype does)?</description>
		<content:encoded><![CDATA[<p>So &#8220;extending&#8221; classes directly instead of inheriting from them. Does this run into the problem of messing with a namespace you don&#8217;t have direct control over, the same way that Dojo tries not to mess with the base Javascript name space (i.e. as Prototype does)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://infrequently.org/2008/02/extending-dojoquery/comment-page-1/#comment-234673</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 03 Jul 2008 22:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=649#comment-234673</guid>
		<description>CpILL:

building on would be creating a function external to query() which handles the inspect task and then returning the NodeList back out. By keeping the NodeList class open and giving you clean injection points to this and many other parts of Dojo, you can pull it apart and customize it as you need to. We also try to name and structure things in ways that allow extensions like these to live peacefully with one another. The goal of Dojo in this respect isn&#039;t just to give you useful APIs to use, but rather to give you building blocks which you can mix, match, and even replace as your application demands.

Regards</description>
		<content:encoded><![CDATA[<p>CpILL:</p>
<p>building on would be creating a function external to query() which handles the inspect task and then returning the NodeList back out. By keeping the NodeList class open and giving you clean injection points to this and many other parts of Dojo, you can pull it apart and customize it as you need to. We also try to name and structure things in ways that allow extensions like these to live peacefully with one another. The goal of Dojo in this respect isn&#8217;t just to give you useful APIs to use, but rather to give you building blocks which you can mix, match, and even replace as your application demands.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CpILL</title>
		<link>http://infrequently.org/2008/02/extending-dojoquery/comment-page-1/#comment-234669</link>
		<dc:creator>CpILL</dc:creator>
		<pubDate>Thu, 03 Jul 2008 09:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=649#comment-234669</guid>
		<description>I&#039;m intreeged but this phylosophy “build with, not on”. What would be the example of &quot;build on&quot; here?</description>
		<content:encoded><![CDATA[<p>I&#8217;m intreeged but this phylosophy “build with, not on”. What would be the example of &#8220;build on&#8221; here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DojoCampus &#187; Blog Archive &#187; Extending dojo.dnd with a creator function</title>
		<link>http://infrequently.org/2008/02/extending-dojoquery/comment-page-1/#comment-233558</link>
		<dc:creator>DojoCampus &#187; Blog Archive &#187; Extending dojo.dnd with a creator function</dc:creator>
		<pubDate>Tue, 24 Jun 2008 10:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=649#comment-233558</guid>
		<description>[...] the Dojo philosophy of &quot;build with, not on&quot;, dojo.dnd provides a terrific API for getting the right behaviour for your app, with plenty of [...]</description>
		<content:encoded><![CDATA[<p>[...] the Dojo philosophy of &#8220;build with, not on&#8221;, dojo.dnd provides a terrific API for getting the right behaviour for your app, with plenty of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SitePen Blog &#187; RESTful JSON + Dojo Data</title>
		<link>http://infrequently.org/2008/02/extending-dojoquery/comment-page-1/#comment-232584</link>
		<dc:creator>SitePen Blog &#187; RESTful JSON + Dojo Data</dc:creator>
		<pubDate>Fri, 13 Jun 2008 07:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=649#comment-232584</guid>
		<description>[...] composed of a layer of modules that can easily be utilized and extended on their own, following the Dojo philosophy of extensibility. First, JsonRestStore is an extension of the ServiceStore data store and is designed for [...]</description>
		<content:encoded><![CDATA[<p>[...] composed of a layer of modules that can easily be utilized and extended on their own, following the Dojo philosophy of extensibility. First, JsonRestStore is an extension of the ServiceStore data store and is designed for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPSykes</title>
		<link>http://infrequently.org/2008/02/extending-dojoquery/comment-page-1/#comment-231776</link>
		<dc:creator>JPSykes</dc:creator>
		<pubDate>Fri, 15 Feb 2008 15:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=649#comment-231776</guid>
		<description>Alex, what&#039;s very cool about this article, is that on face value it&#039;s about how you can extend dojo.query, which is cool.  But then when you see dojo.query as a metaphor for &quot;everything in the Dojo toolkit&quot;, you realize what the potential is here.</description>
		<content:encoded><![CDATA[<p>Alex, what&#8217;s very cool about this article, is that on face value it&#8217;s about how you can extend dojo.query, which is cool.  But then when you see dojo.query as a metaphor for &#8220;everything in the Dojo toolkit&#8221;, you realize what the potential is here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

