<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for enter the pirate</title>
	<atom:link href="http://enterthepirate.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://enterthepirate.wordpress.com</link>
	<description>A poorly maintained blog of technology</description>
	<lastBuildDate>Thu, 19 Jun 2008 07:23:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Prototype JavaScript framework by Veejay</title>
		<link>http://enterthepirate.wordpress.com/2008/05/01/prototype-javascript-framework/#comment-12</link>
		<dc:creator>Veejay</dc:creator>
		<pubDate>Thu, 19 Jun 2008 07:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://enterthepirate.wordpress.com/?p=22#comment-12</guid>
		<description>Somehow i missed the point. Probably lost in translation :) Anyway ... nice blog to visit.

cheers, Veejay.</description>
		<content:encoded><![CDATA[<p>Somehow i missed the point. Probably lost in translation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyway &#8230; nice blog to visit.</p>
<p>cheers, Veejay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype JavaScript framework by joshteam</title>
		<link>http://enterthepirate.wordpress.com/2008/05/01/prototype-javascript-framework/#comment-6</link>
		<dc:creator>joshteam</dc:creator>
		<pubDate>Fri, 02 May 2008 19:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://enterthepirate.wordpress.com/?p=22#comment-6</guid>
		<description>Haha, I wish I was more affiliated with the core team tbh, they have some pretty smart people (from the ones I&#039;ve gotten to talk to in #mootools) but  I think we can agree to disagree. Both frameworks are very good for the evolution of javascript development.</description>
		<content:encoded><![CDATA[<p>Haha, I wish I was more affiliated with the core team tbh, they have some pretty smart people (from the ones I&#8217;ve gotten to talk to in #mootools) but  I think we can agree to disagree. Both frameworks are very good for the evolution of javascript development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype JavaScript framework by enterthepirate</title>
		<link>http://enterthepirate.wordpress.com/2008/05/01/prototype-javascript-framework/#comment-5</link>
		<dc:creator>enterthepirate</dc:creator>
		<pubDate>Fri, 02 May 2008 19:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://enterthepirate.wordpress.com/?p=22#comment-5</guid>
		<description>Ok, one thing I think we both need to get on the same page with is &lt;b&gt;versions.&lt;/b&gt; Any post that I&#039;ve made I&#039;ve been very specific that I&#039;m talking about mootools 1.11 (the only released version of their framework). Everything that you&#039;ve cited has to do with their latest beta.

I&#039;ve looked over their documentation for their 1.2 beta and I&#039;m impressed by some of the changes that they&#039;ve made to Class.js.

This syntax is something that I can live with:

&lt;code&gt;
var Cat = new Class({
    Implements: Animal,
    setName: function(name){
        this.name = name
    }
});
&lt;/code&gt;

You&#039;re not on their payroll are you? ;) (I&#039;M KIDDING!) Opinions are like @ssh0les, everybody has one. (And sometimes they change?? ... wait, that makes no sense)

I think we&#039;ll have to live with each others differing opinions for the moment. You never know, reading the docs for v1.2 and the announcement of a release may have me changing my opinion.</description>
		<content:encoded><![CDATA[<p>Ok, one thing I think we both need to get on the same page with is <b>versions.</b> Any post that I&#8217;ve made I&#8217;ve been very specific that I&#8217;m talking about mootools 1.11 (the only released version of their framework). Everything that you&#8217;ve cited has to do with their latest beta.</p>
<p>I&#8217;ve looked over their documentation for their 1.2 beta and I&#8217;m impressed by some of the changes that they&#8217;ve made to Class.js.</p>
<p>This syntax is something that I can live with:</p>
<p><code><br />
var Cat = new Class({<br />
    Implements: Animal,<br />
    setName: function(name){<br />
        this.name = name<br />
    }<br />
});<br />
</code></p>
<p>You&#8217;re not on their payroll are you? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (I&#8217;M KIDDING!) Opinions are like @ssh0les, everybody has one. (And sometimes they change?? &#8230; wait, that makes no sense)</p>
<p>I think we&#8217;ll have to live with each others differing opinions for the moment. You never know, reading the docs for v1.2 and the announcement of a release may have me changing my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype JavaScript framework by joshteam</title>
		<link>http://enterthepirate.wordpress.com/2008/05/01/prototype-javascript-framework/#comment-4</link>
		<dc:creator>joshteam</dc:creator>
		<pubDate>Fri, 02 May 2008 18:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://enterthepirate.wordpress.com/?p=22#comment-4</guid>
		<description>I don&#039;t want to get into a irrelevant argument of semantics &amp; wording. One could argue that the evolution of all &quot;languages and frameworks&quot; are inspired in one way or another by it&#039;s predecessor. In fact, that is, in my opinion one of the core strengths with the internet and especially open source. Innovation over invention. With that being said, the simple components that Moo offers such as inheritance (known as implements) in there docs, physics library built into it, interfaces, and so much more allow programmers from traditional languages to utilize the best practices with little to no transition into the new domain of javascript.

This alone is a superior functionality set which puts MooTools as a front runner in JavaScript in terms of &quot;Advanced Usage&quot;.

This is just one example however of Moo being inspired by &quot;Good Ideas&quot; and taking them to the next step. I challenge you to read more about some of the brilliant, imo, things they are continuing to do to push the boundaries in: http://docs12b.mootools.net/</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to get into a irrelevant argument of semantics &amp; wording. One could argue that the evolution of all &#8220;languages and frameworks&#8221; are inspired in one way or another by it&#8217;s predecessor. In fact, that is, in my opinion one of the core strengths with the internet and especially open source. Innovation over invention. With that being said, the simple components that Moo offers such as inheritance (known as implements) in there docs, physics library built into it, interfaces, and so much more allow programmers from traditional languages to utilize the best practices with little to no transition into the new domain of javascript.</p>
<p>This alone is a superior functionality set which puts MooTools as a front runner in JavaScript in terms of &#8220;Advanced Usage&#8221;.</p>
<p>This is just one example however of Moo being inspired by &#8220;Good Ideas&#8221; and taking them to the next step. I challenge you to read more about some of the brilliant, imo, things they are continuing to do to push the boundaries in: <a href="http://docs12b.mootools.net/" rel="nofollow">http://docs12b.mootools.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype JavaScript framework by enterthepirate</title>
		<link>http://enterthepirate.wordpress.com/2008/05/01/prototype-javascript-framework/#comment-3</link>
		<dc:creator>enterthepirate</dc:creator>
		<pubDate>Fri, 02 May 2008 13:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://enterthepirate.wordpress.com/?p=22#comment-3</guid>
		<description>I&#039;m sure you know exactly what you&#039;re talking about, but look at mootools credit for the love of God: &quot;Some functions are inspired by those found in prototype.js http://prototype.conio.net/ © 2005 Sam Stephenson sam [at] conio [dot] net, MIT-style license&quot;

Inspired?? We both know what that means. We took a good chunk of Prototype and folded it in to our framework... Until I see mootools drop their class expansion functionality and get onboard with inheritance, I&#039;m going to happily stick with Prototype.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure you know exactly what you&#8217;re talking about, but look at mootools credit for the love of God: &#8220;Some functions are inspired by those found in prototype.js <a href="http://prototype.conio.net/" rel="nofollow">http://prototype.conio.net/</a> © 2005 Sam Stephenson sam [at] conio [dot] net, MIT-style license&#8221;</p>
<p>Inspired?? We both know what that means. We took a good chunk of Prototype and folded it in to our framework&#8230; Until I see mootools drop their class expansion functionality and get onboard with inheritance, I&#8217;m going to happily stick with Prototype.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype JavaScript framework by joshteam</title>
		<link>http://enterthepirate.wordpress.com/2008/05/01/prototype-javascript-framework/#comment-2</link>
		<dc:creator>joshteam</dc:creator>
		<pubDate>Fri, 02 May 2008 04:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://enterthepirate.wordpress.com/?p=22#comment-2</guid>
		<description>Sorry, but MooTools 1.2 (trunk) is far superior to prototype from a programming/functionality stand point. Prototype is a nice framework, don&#039;t get me wrong, but Moo is a breed i in it&#039;s own.  I&#039;ve been playing with MooTools for about 6 months now from the 18 months I&#039;ve had with Prototype. It was a quick transition :)</description>
		<content:encoded><![CDATA[<p>Sorry, but MooTools 1.2 (trunk) is far superior to prototype from a programming/functionality stand point. Prototype is a nice framework, don&#8217;t get me wrong, but Moo is a breed i in it&#8217;s own.  I&#8217;ve been playing with MooTools for about 6 months now from the 18 months I&#8217;ve had with Prototype. It was a quick transition <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
