<?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: A framework-agnostic model</title>
	<atom:link href="http://james.padolsey.com/javascript/a-framework-agnostic-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/a-framework-agnostic-model/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 12:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://james.padolsey.com/javascript/a-framework-agnostic-model/comment-page-1/#comment-8079</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 17 Mar 2009 14:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=647#comment-8079</guid>
		<description>Pretty interesting article but I have a couple of questions regarding the second example:

1. Is setup.documentReady supposed to be setup.DOM.ready or is it referring to something else?

2. How does setup.load[format](location, callback) work? From what I understand setup.load has no arguments so are they inherited from jQuery.get or jQuery.getJSON depending on the filetype or something else?

Great article and great blog. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Pretty interesting article but I have a couple of questions regarding the second example:</p>
<p>1. Is setup.documentReady supposed to be setup.DOM.ready or is it referring to something else?</p>
<p>2. How does setup.load[format](location, callback) work? From what I understand setup.load has no arguments so are they inherited from jQuery.get or jQuery.getJSON depending on the filetype or something else?</p>
<p>Great article and great blog. Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo</title>
		<link>http://james.padolsey.com/javascript/a-framework-agnostic-model/comment-page-1/#comment-7793</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Thu, 12 Mar 2009 16:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=647#comment-7793</guid>
		<description>Swiss - a JavaScript framework framework - developed and used by Appcelerator does this abstraction for you:

http://github.com/jhaynie/swiss/tree/master</description>
		<content:encoded><![CDATA[<p>Swiss &#8211; a JavaScript framework framework &#8211; developed and used by Appcelerator does this abstraction for you:</p>
<p><a href="http://github.com/jhaynie/swiss/tree/master">http://github.com/jhaynie/swiss/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Asher</title>
		<link>http://james.padolsey.com/javascript/a-framework-agnostic-model/comment-page-1/#comment-7702</link>
		<dc:creator>James Asher</dc:creator>
		<pubDate>Wed, 11 Mar 2009 17:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=647#comment-7702</guid>
		<description>An example of this is the ExtJS framework.  They use a base object for all core functionality, and then the Ext stuff sits on top of that.  The base object can be jQuery, Prototype, YUI, or Ext (they have a base object as well).  I think there might be a MooTools and a Dojo base class as well.</description>
		<content:encoded><![CDATA[<p>An example of this is the ExtJS framework.  They use a base object for all core functionality, and then the Ext stuff sits on top of that.  The base object can be jQuery, Prototype, YUI, or Ext (they have a base object as well).  I think there might be a MooTools and a Dojo base class as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
