<?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: $: Now with more magic!</title>
	<atom:link href="http://ajaxian.com/archives/now-with-more-magic/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/now-with-more-magic</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: Rozzy</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-259274</link>
		<dc:creator>Rozzy</dc:creator>
		<pubDate>Sat, 24 Nov 2007 02:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-259274</guid>
		<description>Holy shit! Its a f**king example, its not a JS library to replace jQuery or Prototype. It is simply showing you how the core of jQuery is built</description>
		<content:encoded><![CDATA[<p>Holy shit! Its a f**king example, its not a JS library to replace jQuery or Prototype. It is simply showing you how the core of jQuery is built</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sjoerd</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-259076</link>
		<dc:creator>Sjoerd</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-259076</guid>
		<description>In prototype you can do:
&lt;code&gt;$(&#039;mydiv&#039;).innerHTML = &quot;Hello everybody&quot;;&lt;/code&gt;

The code above does not allow you to do that... :p</description>
		<content:encoded><![CDATA[<p>In prototype you can do:<br />
<code>$('mydiv').innerHTML = "Hello everybody";</code></p>
<p>The code above does not allow you to do that&#8230; :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256799</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 09 Oct 2007 19:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256799</guid>
		<description>That is why mootools is modular</description>
		<content:encoded><![CDATA[<p>That is why mootools is modular</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Benevides</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256784</link>
		<dc:creator>Miguel Benevides</dc:creator>
		<pubDate>Tue, 09 Oct 2007 16:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256784</guid>
		<description>Nice work Dustin.

@Chris: &quot;There are times when using a JavaScript library is called for...&quot; i read this somewhere.</description>
		<content:encoded><![CDATA[<p>Nice work Dustin.</p>
<p>@Chris: &#8220;There are times when using a JavaScript library is called for&#8230;&#8221; i read this somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256753</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 09 Oct 2007 08:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256753</guid>
		<description>Sorry, but what is the point with that? You can do that with mootools core functions and elements extensions...
$$(&#039;#foo&#039;, &#039;#bar&#039;).addEvent(&#039;click&#039;, function(){
this.setStyles({
&#039;color&#039;: &#039;green&#039;,
&#039;fontSize&#039;: &#039;2em&#039;
}).addClass(&#039;active&#039;);
});

it is neither news, nor it is something special, so what is the point?</description>
		<content:encoded><![CDATA[<p>Sorry, but what is the point with that? You can do that with mootools core functions and elements extensions&#8230;<br />
$$(&#8216;#foo&#8217;, &#8216;#bar&#8217;).addEvent(&#8216;click&#8217;, function(){<br />
this.setStyles({<br />
&#8216;color&#8217;: &#8216;green&#8217;,<br />
&#8216;fontSize&#8217;: &#8217;2em&#8217;<br />
}).addClass(&#8216;active&#8217;);<br />
});</p>
<p>it is neither news, nor it is something special, so what is the point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Diaz</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256747</link>
		<dc:creator>Dustin Diaz</dc:creator>
		<pubDate>Mon, 08 Oct 2007 23:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256747</guid>
		<description>To be fair, this isn&#039;t &quot;all&quot; of jQuery in 54 lines. It was just a couple of the core functions. And by no means is it a replacement, or a released js library - this was just a sample implementation of a couple functions that has a cool chainable interface :)</description>
		<content:encoded><![CDATA[<p>To be fair, this isn&#8217;t &#8220;all&#8221; of jQuery in 54 lines. It was just a couple of the core functions. And by no means is it a replacement, or a released js library &#8211; this was just a sample implementation of a couple functions that has a cool chainable interface :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uriel Katz</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256724</link>
		<dc:creator>Uriel Katz</dc:creator>
		<pubDate>Mon, 08 Oct 2007 17:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256724</guid>
		<description>it is a function that call itself,the reason to do this is to keep the global namespace clean so the _$ is local to the function but the $ function is exposed because it is append to the global namespace(i.e. window).</description>
		<content:encoded><![CDATA[<p>it is a function that call itself,the reason to do this is to keep the global namespace clean so the _$ is local to the function but the $ function is exposed because it is append to the global namespace(i.e. window).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256723</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 08 Oct 2007 17:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256723</guid>
		<description>Is that console.log in the css function left in there on purpose?</description>
		<content:encoded><![CDATA[<p>Is that console.log in the css function left in there on purpose?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scriptor</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256719</link>
		<dc:creator>Scriptor</dc:creator>
		<pubDate>Mon, 08 Oct 2007 16:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256719</guid>
		<description>Neat stuff. Maybe some simplified version of Prototype&#039;s Ajax object and it&#039;ll be all I need. Also, can someone explain to me what the parentheses around the function do? Like

&lt;code&gt;
(function (){
...
})();
&lt;/code&gt;
Is this another way to create objects? Thanks in advance for any help.</description>
		<content:encoded><![CDATA[<p>Neat stuff. Maybe some simplified version of Prototype&#8217;s Ajax object and it&#8217;ll be all I need. Also, can someone explain to me what the parentheses around the function do? Like</p>
<p><code><br />
(function (){<br />
...<br />
})();<br />
</code><br />
Is this another way to create objects? Thanks in advance for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EmEhRKay</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256711</link>
		<dc:creator>EmEhRKay</dc:creator>
		<pubDate>Mon, 08 Oct 2007 15:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256711</guid>
		<description>Amazing!</description>
		<content:encoded><![CDATA[<p>Amazing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon BrÃ¼chner</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256708</link>
		<dc:creator>Simon BrÃ¼chner</dc:creator>
		<pubDate>Mon, 08 Oct 2007 14:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256708</guid>
		<description>jQuery in 54 lines ;)</description>
		<content:encoded><![CDATA[<p>jQuery in 54 lines ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://ajaxian.com/archives/now-with-more-magic/comment-page-1#comment-256704</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 08 Oct 2007 12:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2860#comment-256704</guid>
		<description>Basically, Dustin is reinventing jQuery =P

I wholeheartedly agree though and am currently in a similar process of thought. jQuery can be a whole lot less bulky (and it&#039;s small to begin with) and it seems they&#039;re headed towards the same mentality as well.

ps. I&#039;m not on the pro-jQuery bandwagon, we use prototype ourselves as well at my company...</description>
		<content:encoded><![CDATA[<p>Basically, Dustin is reinventing jQuery =P</p>
<p>I wholeheartedly agree though and am currently in a similar process of thought. jQuery can be a whole lot less bulky (and it&#8217;s small to begin with) and it seems they&#8217;re headed towards the same mentality as well.</p>
<p>ps. I&#8217;m not on the pro-jQuery bandwagon, we use prototype ourselves as well at my company&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

