<?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: New Prototype DOM Builder</title>
	<atom:link href="http://ajaxian.com/archives/new-prototype-dom-builder/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/new-prototype-dom-builder</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: Coder</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-257910</link>
		<dc:creator>Coder</dc:creator>
		<pubDate>Mon, 29 Oct 2007 13:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-257910</guid>
		<description>So, i create an element and then extend it by creating the object node?</description>
		<content:encoded><![CDATA[<p>So, i create an element and then extend it by creating the object node?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dino Fancellu</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-252858</link>
		<dc:creator>Dino Fancellu</dc:creator>
		<pubDate>Thu, 19 Jul 2007 09:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-252858</guid>
		<description>Damn, its slow.

I was using the Scriptaculous Builder, but found that it was slow.

On a table with 24 columns, 14 rows it took about 1.25 seconds to build, which was unacceptable.

So I saw that Prototype 1.5.2 had its own builder.

I ported to that, app worked as before, just MUCH slower.

About 5-6 seconds to build the above.

So beware, it might be fine for a little bit of building, but does not scale well. I&#039;m on the hunt for a better DOM builder, or I&#039;ll be back to building the big HTML string myself.</description>
		<content:encoded><![CDATA[<p>Damn, its slow.</p>
<p>I was using the Scriptaculous Builder, but found that it was slow.</p>
<p>On a table with 24 columns, 14 rows it took about 1.25 seconds to build, which was unacceptable.</p>
<p>So I saw that Prototype 1.5.2 had its own builder.</p>
<p>I ported to that, app worked as before, just MUCH slower.</p>
<p>About 5-6 seconds to build the above.</p>
<p>So beware, it might be fine for a little bit of building, but does not scale well. I&#8217;m on the hunt for a better DOM builder, or I&#8217;ll be back to building the big HTML string myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff McDonald</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-251059</link>
		<dc:creator>Jeff McDonald</dc:creator>
		<pubDate>Thu, 31 May 2007 20:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-251059</guid>
		<description>Thank you to the community for the few of many tools that I&#039;ve used to accomplish things that I otherwise could not have on my own. Thanks Aaron for working on and improving Mootools so greatly, and for building the great website to support it. 

Thanks everyone for the countless hours of time taking what might have started as a personal need and turning it into something that those masses less practiced in JavaScript than you could use so readily!</description>
		<content:encoded><![CDATA[<p>Thank you to the community for the few of many tools that I&#8217;ve used to accomplish things that I otherwise could not have on my own. Thanks Aaron for working on and improving Mootools so greatly, and for building the great website to support it. </p>
<p>Thanks everyone for the countless hours of time taking what might have started as a personal need and turning it into something that those masses less practiced in JavaScript than you could use so readily!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagaozen</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250614</link>
		<dc:creator>nagaozen</dc:creator>
		<pubDate>Sat, 19 May 2007 03:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250614</guid>
		<description>Nothing much to say... i simply love this way of injecting elements into dom... glad that prototype ppl adopted it ;) congrats</description>
		<content:encoded><![CDATA[<p>Nothing much to say&#8230; i simply love this way of injecting elements into dom&#8230; glad that prototype ppl adopted it ;) congrats</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Geary</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250596</link>
		<dc:creator>Michael Geary</dc:creator>
		<pubDate>Fri, 18 May 2007 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250596</guid>
		<description>Actually, MochiKit uses a fairly different approach, where each DOM element is created via a function call. I should know, since I shamelessly stole that style for my own DOM creation plugin for jQuery. :-)</description>
		<content:encoded><![CDATA[<p>Actually, MochiKit uses a fairly different approach, where each DOM element is created via a function call. I should know, since I shamelessly stole that style for my own DOM creation plugin for jQuery. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Edwards</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250593</link>
		<dc:creator>Dean Edwards</dc:creator>
		<pubDate>Fri, 18 May 2007 14:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250593</guid>
		<description>To settle the argument, MochiKit did it first.</description>
		<content:encoded><![CDATA[<p>To settle the argument, MochiKit did it first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobie Langel</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250566</link>
		<dc:creator>Tobie Langel</dc:creator>
		<pubDate>Fri, 18 May 2007 00:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250566</guid>
		<description>Michael: I wasn&#039;t playing &quot;whose on first&quot;. Just wanted to clear the fact that Prototype did not take this syntax from Mootools. That&#039;s all.</description>
		<content:encoded><![CDATA[<p>Michael: I wasn&#8217;t playing &#8220;whose on first&#8221;. Just wanted to clear the fact that Prototype did not take this syntax from Mootools. That&#8217;s all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobie Langel</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250559</link>
		<dc:creator>Tobie Langel</dc:creator>
		<pubDate>Thu, 17 May 2007 18:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250559</guid>
		<description>SchizoDuckie, as a matter of fact, this syntax was &lt;a href=&quot;http://groups.google.com/group/prototype-core/msg/7d6c95273fd3cc23&quot; rel=&quot;nofollow&quot;&gt;first discussed&lt;/a&gt; in the Prototype Core mailing list on the 5th of February, which makes it about a week &lt;em&gt;before&lt;/em&gt; it &lt;a href=&quot;http://dev.mootools.net/changeset/284&quot; rel=&quot;nofollow&quot;&gt;made its way into Mootools&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>SchizoDuckie, as a matter of fact, this syntax was <a href="http://groups.google.com/group/prototype-core/msg/7d6c95273fd3cc23" rel="nofollow">first discussed</a> in the Prototype Core mailing list on the 5th of February, which makes it about a week <em>before</em> it <a href="http://dev.mootools.net/changeset/284" rel="nofollow">made its way into Mootools</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Newton</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250552</link>
		<dc:creator>Aaron Newton</dc:creator>
		<pubDate>Thu, 17 May 2007 15:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250552</guid>
		<description>Michael is right. Mootools borrows from Prototype and Dean Edwards and Jquery and others. There&#039;s a lot of unique stuff there, too, and not much is flatly derivative of other libraries, but let&#039;s not kid ourselves here. The teams working on all these libraries are trying to solve their own problems and when there&#039;s a solution around, like domready, there&#039;s no reason to find another one just because someone else wrote it first.

If anything, this kind of syntactical convergence is a good thing. It means that as a developer you can move from one library to another with greater ease, it means that browser vendors like MSFT and Firefox can look at our work and see what we want out of Javascript and consider how to deliver it to us without doing it in competing ways...

I&#039;m happy that Prototype has added this, even if I won&#039;t be using it any time soon.

-one of the Moo guys</description>
		<content:encoded><![CDATA[<p>Michael is right. Mootools borrows from Prototype and Dean Edwards and Jquery and others. There&#8217;s a lot of unique stuff there, too, and not much is flatly derivative of other libraries, but let&#8217;s not kid ourselves here. The teams working on all these libraries are trying to solve their own problems and when there&#8217;s a solution around, like domready, there&#8217;s no reason to find another one just because someone else wrote it first.</p>
<p>If anything, this kind of syntactical convergence is a good thing. It means that as a developer you can move from one library to another with greater ease, it means that browser vendors like MSFT and Firefox can look at our work and see what we want out of Javascript and consider how to deliver it to us without doing it in competing ways&#8230;</p>
<p>I&#8217;m happy that Prototype has added this, even if I won&#8217;t be using it any time soon.</p>
<p>-one of the Moo guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250549</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 17 May 2007 14:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250549</guid>
		<description>Schizo,

In case you haven&#039;t noticed, the whole js community has been stealing from each other and reinventing the same old wheels for quite a while now. Let&#039;s see...can you can spot any of the MooTools source code that actually comes from other libraries?</description>
		<content:encoded><![CDATA[<p>Schizo,</p>
<p>In case you haven&#8217;t noticed, the whole js community has been stealing from each other and reinventing the same old wheels for quite a while now. Let&#8217;s see&#8230;can you can spot any of the MooTools source code that actually comes from other libraries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SchizoDuckie</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250541</link>
		<dc:creator>SchizoDuckie</dc:creator>
		<pubDate>Thu, 17 May 2007 08:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250541</guid>
		<description>Very nicely stolen from MooTools 1.1 ;-)</description>
		<content:encoded><![CDATA[<p>Very nicely stolen from MooTools 1.1 ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eburhan</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250539</link>
		<dc:creator>eburhan</dc:creator>
		<pubDate>Thu, 17 May 2007 07:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250539</guid>
		<description>very simple :D</description>
		<content:encoded><![CDATA[<p>very simple :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250538</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 17 May 2007 06:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250538</guid>
		<description>This looks freaking awesome. Thanks!</description>
		<content:encoded><![CDATA[<p>This looks freaking awesome. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Plante</title>
		<link>http://ajaxian.com/archives/new-prototype-dom-builder/comment-page-1#comment-250536</link>
		<dc:creator>Philip Plante</dc:creator>
		<pubDate>Thu, 17 May 2007 06:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2404#comment-250536</guid>
		<description>This is cool.  I used the Builder included with Scriptaculous once but felt that it just caused me to write mode code than it was worth.

Gonna start playing around with this tonight because I needed to do a bunch of element creation on a project soon, so anything to assist would be nice.</description>
		<content:encoded><![CDATA[<p>This is cool.  I used the Builder included with Scriptaculous once but felt that it just caused me to write mode code than it was worth.</p>
<p>Gonna start playing around with this tonight because I needed to do a bunch of element creation on a project soon, so anything to assist would be nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

