<?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: Dojo Roundup: A/V, Animation, and a lot more</title>
	<atom:link href="http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261348</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Wed, 13 Feb 2008 17:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261348</guid>
		<description>@Tom
I have support for require/requireIf in the bridge, but will probably look into a setting for bypassing that. If I have any more questions I will post on the dojo forums, thank you.</description>
		<content:encoded><![CDATA[<p>@Tom<br />
I have support for require/requireIf in the bridge, but will probably look into a setting for bypassing that. If I have any more questions I will post on the dojo forums, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Trenka</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261332</link>
		<dc:creator>Tom Trenka</dc:creator>
		<pubDate>Wed, 13 Feb 2008 04:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261332</guid>
		<description>@Andy: understood.  If you need any help or direction, feel free to ping us over on the dojo forums (http://dojotoolkit.org/forums) and either Eugene or I can point you in the right direction.  One of the key things is the conditional loads for the various renderers, and I&#039;m not sure how you&#039;d want to do that without asking people to include a specific script tag (the package system handles that for us).</description>
		<content:encoded><![CDATA[<p>@Andy: understood.  If you need any help or direction, feel free to ping us over on the dojo forums (<a href="http://dojotoolkit.org/forums" rel="nofollow">http://dojotoolkit.org/forums</a>) and either Eugene or I can point you in the right direction.  One of the key things is the conditional loads for the various renderers, and I&#8217;m not sure how you&#8217;d want to do that without asking people to include a specific script tag (the package system handles that for us).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261330</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Wed, 13 Feb 2008 00:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261330</guid>
		<description>Just for comparison, the bridge I have written so far (for dojox.gfx only) is 2kb compressed/gzipped, missing dojo.declare/Color/connect functionality.</description>
		<content:encoded><![CDATA[<p>Just for comparison, the bridge I have written so far (for dojox.gfx only) is 2kb compressed/gzipped, missing dojo.declare/Color/connect functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261329</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Tue, 12 Feb 2008 23:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261329</guid>
		<description>@Tom
I don&#039;t really have any reasons other than wanting to avoid duplicate functionality being downloaded. The other thing I want to avoid is the dynamic package downloading system, but that could be solved by creating a custom build.</description>
		<content:encoded><![CDATA[<p>@Tom<br />
I don&#8217;t really have any reasons other than wanting to avoid duplicate functionality being downloaded. The other thing I want to avoid is the dynamic package downloading system, but that could be solved by creating a custom build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Trenka</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261328</link>
		<dc:creator>Tom Trenka</dc:creator>
		<pubDate>Tue, 12 Feb 2008 23:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261328</guid>
		<description>@Dylan: I would too, I was just suggesting a quick fix for the short term without having to dive into the mechanics of dojo.declare :)</description>
		<content:encoded><![CDATA[<p>@Dylan: I would too, I was just suggesting a quick fix for the short term without having to dive into the mechanics of dojo.declare :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Schiemann</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261327</link>
		<dc:creator>Dylan Schiemann</dc:creator>
		<pubDate>Tue, 12 Feb 2008 23:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261327</guid>
		<description>@Andy: dojo.Color you could probably grab wholesale, and dojo.declare is just a convenient wrapper for inheritance/mixins/instantiations that can be unrolled or mimiced-ed pretty easily.

@Tom: while I&#039;d personally love everyone to use Dojo Core, I think it would be pretty cool to see other toolkits be able to use some of the great stuff in DojoX such as gfx, charting, and grid.</description>
		<content:encoded><![CDATA[<p>@Andy: dojo.Color you could probably grab wholesale, and dojo.declare is just a convenient wrapper for inheritance/mixins/instantiations that can be unrolled or mimiced-ed pretty easily.</p>
<p>@Tom: while I&#8217;d personally love everyone to use Dojo Core, I think it would be pretty cool to see other toolkits be able to use some of the great stuff in DojoX such as gfx, charting, and grid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Trenka</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261325</link>
		<dc:creator>Tom Trenka</dc:creator>
		<pubDate>Tue, 12 Feb 2008 21:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261325</guid>
		<description>@Andy
Any reason you might feel compelled to just not use the Dojo core for loading it up and using it?  It&#039;s not a knock on Moo or a lack of desire to see a port, but just from an expediency standpoint I would think that it wouldn&#039;t be too hard (and shouldn&#039;t create a major conflict) to simply load the Dojo core and consume (philosophy aside)?  I suppose that would depend on how anal (no offense intended) you might want to be about downloads...</description>
		<content:encoded><![CDATA[<p>@Andy<br />
Any reason you might feel compelled to just not use the Dojo core for loading it up and using it?  It&#8217;s not a knock on Moo or a lack of desire to see a port, but just from an expediency standpoint I would think that it wouldn&#8217;t be too hard (and shouldn&#8217;t create a major conflict) to simply load the Dojo core and consume (philosophy aside)?  I suppose that would depend on how anal (no offense intended) you might want to be about downloads&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261323</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Tue, 12 Feb 2008 20:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261323</guid>
		<description>@Dylan
I did a scan of all Dojo Core usage in the dojox.gfx package and have been working on a slim Mootools bridge to see if I can get it to work. There are Mootools equivalents for most of the calls but there are some features that don&#039;t really have any simple equivalents (like dojo.declare and dojo.Color) that need to get included so I&#039;m not sure that its going to gain much in the end anyways. Just wishful thinking I suppose.</description>
		<content:encoded><![CDATA[<p>@Dylan<br />
I did a scan of all Dojo Core usage in the dojox.gfx package and have been working on a slim Mootools bridge to see if I can get it to work. There are Mootools equivalents for most of the calls but there are some features that don&#8217;t really have any simple equivalents (like dojo.declare and dojo.Color) that need to get included so I&#8217;m not sure that its going to gain much in the end anyways. Just wishful thinking I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Schiemann</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261319</link>
		<dc:creator>Dylan Schiemann</dc:creator>
		<pubDate>Tue, 12 Feb 2008 17:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261319</guid>
		<description>Andy, without too much work, they could be.  They don&#039;t rely on that much Dojo code currently (Dojo base, 23K compress, gzipped), and someone could of course remove the dependencies that are there.  You could of course use Dojo and another toolkit in the same app in most cases, though you do spend an extra 23K.

From our perspective, writing a neutral compatibility layer would probably take almost the same amount of code.  We could define some standard interfaces I suppose, but at what point is it just easier to rip out what you don&#039;t need and port it, etc.?</description>
		<content:encoded><![CDATA[<p>Andy, without too much work, they could be.  They don&#8217;t rely on that much Dojo code currently (Dojo base, 23K compress, gzipped), and someone could of course remove the dependencies that are there.  You could of course use Dojo and another toolkit in the same app in most cases, though you do spend an extra 23K.</p>
<p>From our perspective, writing a neutral compatibility layer would probably take almost the same amount of code.  We could define some standard interfaces I suppose, but at what point is it just easier to rip out what you don&#8217;t need and port it, etc.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/dojo-roundup-av-animation-and-a-lot-more/comment-page-1#comment-261317</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Tue, 12 Feb 2008 16:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3322#comment-261317</guid>
		<description>Definitely some cool technology. I really wish that the excellent vector graphics and charting libraries could be used with other frameworks though ;-).</description>
		<content:encoded><![CDATA[<p>Definitely some cool technology. I really wish that the excellent vector graphics and charting libraries could be used with other frameworks though ;-).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

