<?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: MooTools Core 1.3 beta 2</title>
	<atom:link href="http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/</link>
	<description>The Blog</description>
	<lastBuildDate>Thu, 30 May 2013 22:46:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sonyl</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1128</link>
		<dc:creator>Sonyl</dc:creator>
		<pubDate>Thu, 10 Jun 2010 19:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1128</guid>
		<description>&lt;p&gt;Props to everyone on the team! Is there any idea on when a production release will be available?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Props to everyone on the team! Is there any idea on when a production release will be available?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1119</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 05 Jun 2010 13:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1119</guid>
		<description>&lt;p&gt;set(element.set(&#039;tween&#039;, {...})) - Hmm, is the extra &quot;set&quot; at the beginning a typo?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>set(element.set(&#8216;tween&#8217;, {&#8230;})) - Hmm, is the extra &#8220;set&#8221; at the beginning a typo?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gonchuki</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1117</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Fri, 04 Jun 2010 15:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1117</guid>
		<description>&lt;p&gt;@nicolas:
you could always do that using .set but with a twist: .set returns the element, so you have to chain a .tween/.fade or whatever else you need instead of chaining the .start method of Fx.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@nicolas:
you could always do that using .set but with a twist: .set returns the element, so you have to chain a .tween/.fade or whatever else you need instead of chaining the .start method of Fx.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Arian</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1116</link>
		<dc:creator>Arian</dc:creator>
		<pubDate>Fri, 04 Jun 2010 15:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1116</guid>
		<description>&lt;p&gt;Little addition how you can build your MooTools.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make sure you&#039;ve got git installed&lt;/li&gt;
&lt;li&gt;$ git clone http://github.com/mootools/mootools-core.git&lt;/li&gt;
&lt;li&gt;$ git submodule update --init &lt;/li&gt;
&lt;li&gt;$ php build &gt; mootools-core.js&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cool you mentioned me in the blogpost! You could view the docs on http://www.aryweb.nl/projects/MooDocs/ as well!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Little addition how you can build your MooTools.</p>

<ul>
<li>Make sure you&#8217;ve got git installed</li>
<li>$ git clone <a href="http://github.com/mootools/mootools-core.git" rel="nofollow">http://github.com/mootools/mootools-core.git</a></li>
<li>$ git submodule update &#8212;init </li>
<li>$ php build &gt; mootools-core.js</li>
</ul>

<p>Cool you mentioned me in the blogpost! You could view the docs on <a href="http://www.aryweb.nl/projects/MooDocs/" rel="nofollow">http://www.aryweb.nl/projects/MooDocs/</a> as well!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fabiomcosta</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1114</link>
		<dc:creator>fabiomcosta</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1114</guid>
		<description>&lt;p&gt;@Nicolas, you can easily do e.set(&#039;tween&#039;, opt).get(&#039;tween&#039;).start();&lt;/p&gt;

&lt;p&gt;This makes getters and setters more consistent on the hole mootools API.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Nicolas, you can easily do e.set(&#8216;tween&#8217;, opt).get(&#8216;tween&#8217;).start();</p>

<p>This makes getters and setters more consistent on the hole mootools API.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1113</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 04 Jun 2010 11:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1113</guid>
		<description>&lt;p&gt;I love MooTools, but sadly JQuery (1.4.2), Prototype (1.6.1/1.7 RC2), Dojo 1.4.3, YUI 3.1.0 and DOMAssistant (2.8) are still faster in the SlickSpeed Selectors Test. :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I love MooTools, but sadly JQuery (1.4.2), Prototype (1.6.1/1.7 RC2), Dojo 1.4.3, YUI 3.1.0 and DOMAssistant (2.8) are still faster in the SlickSpeed Selectors Test. :(</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cpojer</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1112</link>
		<dc:creator>cpojer</dc:creator>
		<pubDate>Fri, 04 Jun 2010 10:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1112</guid>
		<description>&lt;p&gt;As said in the blog post we are providing &quot;Generics&quot;, that means that you can now use Object.map(myObject, fn) instead of myHash.map(fn). We are not adding methods on the Object prototype but on Object itself. This solution is much cleaner than Hash.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As said in the blog post we are providing &#8220;Generics&#8221;, that means that you can now use Object.map(myObject, fn) instead of myHash.map(fn). We are not adding methods on the Object prototype but on Object itself. This solution is much cleaner than Hash.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: TBB</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1111</link>
		<dc:creator>TBB</dc:creator>
		<pubDate>Fri, 04 Jun 2010 07:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1111</guid>
		<description>&lt;p&gt;&quot;we have added Object.js which brings you all the Hash methods as generics&quot;&lt;/p&gt;

&lt;p&gt;But wasn&#039;t extending the Object Prototype always a big no-no?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;we have added Object.js which brings you all the Hash methods as generics&#8221;</p>

<p>But wasn&#8217;t extending the Object Prototype always a big no-no?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1110</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Fri, 04 Jun 2010 07:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1110</guid>
		<description>&lt;p&gt;I was mostly using get because I could tune the tween options and then chain the call with some start.
e.get(&#039;tween&#039;, opt).start(); I guess that can&#039;t be done with set, right?&lt;/p&gt;

&lt;p&gt;Besides that things are looking really cool! Congrats :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was mostly using get because I could tune the tween options and then chain the call with some start.
e.get(&#8216;tween&#8217;, opt).start(); I guess that can&#8217;t be done with set, right?</p>

<p>Besides that things are looking really cool! Congrats :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gonchuki</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1109</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Fri, 04 Jun 2010 04:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1109</guid>
		<description>&lt;p&gt;lol, I never imagined that you could use .get to set those element options, I always used .set
I will give beta 2 a ride on my sites and check on the improvements ;) great job guys!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>lol, I never imagined that you could use .get to set those element options, I always used .set
I will give beta 2 a ride on my sites and check on the improvements ;) great job guys!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel15</title>
		<link>http://mootools.net/blog/2010/06/03/mootools-core-1-3-beta-2/comment-page-1/#comment-1108</link>
		<dc:creator>Daniel15</dc:creator>
		<pubDate>Fri, 04 Jun 2010 04:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://mootools.net/blog/?p=964#comment-1108</guid>
		<description>&lt;p&gt;Yay! I love MooTools :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yay! I love MooTools :D</p>]]></content:encoded>
	</item>
</channel>
</rss>
