<?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"
	>
<channel>
	<title>Comments on: Extend Prototype $() yourself</title>
	<atom:link href="http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Sun, 20 Jul 2008 11:40:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Cameron</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-85810</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Thu, 01 May 2008 19:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-85810</guid>
		<description>You could have also done:

Object.extend(Element.Methods, {
    moveTo: function(element,x,y) {
        new Effect.Move(element, {x: x, y: y, mode: ‘absolute’});
        return element;
    },
    pulsate: function(element) {
      new Effect.Pulsate(element);
      return element;
    }
});
Element.addMethods();


Anyway, I found this article very informative. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>You could have also done:</p>
<p>Object.extend(Element.Methods, {<br />
    moveTo: function(element,x,y) {<br />
        new Effect.Move(element, {x: x, y: y, mode: ‘absolute’});<br />
        return element;<br />
    },<br />
    pulsate: function(element) {<br />
      new Effect.Pulsate(element);<br />
      return element;<br />
    }<br />
});<br />
Element.addMethods();</p>
<p>Anyway, I found this article very informative. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gov.UA</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-34774</link>
		<dc:creator>Gov.UA</dc:creator>
		<pubDate>Fri, 29 Jun 2007 06:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-34774</guid>
		<description>&lt;strong&gt;Gov.UA...&lt;/strong&gt;

Hello!...</description>
		<content:encoded><![CDATA[<p><strong>Gov.UA&#8230;</strong></p>
<p>Hello!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Morris</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-34486</link>
		<dc:creator>Craig Morris</dc:creator>
		<pubDate>Wed, 27 Jun 2007 07:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-34486</guid>
		<description>What version of Prototype are you using?</description>
		<content:encoded><![CDATA[<p>What version of Prototype are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cialis.</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-26344</link>
		<dc:creator>Cialis.</dc:creator>
		<pubDate>Thu, 24 May 2007 04:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-26344</guid>
		<description>&lt;strong&gt;Taking viagra with cialis....&lt;/strong&gt;

Generic cialis. Buy generic cialis. Cialis 20mg. Cialis....</description>
		<content:encoded><![CDATA[<p><strong>Taking viagra with cialis&#8230;.</strong></p>
<p>Generic cialis. Buy generic cialis. Cialis 20mg. Cialis&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-743</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 20 Nov 2006 20:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-743</guid>
		<description>Will this only work with pre-release code? The current 1.4.0 release doesn't seem to have the ".Methods" trick at all.</description>
		<content:encoded><![CDATA[<p>Will this only work with pre-release code? The current 1.4.0 release doesn&#8217;t seem to have the &#8220;.Methods&#8221; trick at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-421</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Tue, 17 Oct 2006 04:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-421</guid>
		<description>I love it when a problem fixes itself!</description>
		<content:encoded><![CDATA[<p>I love it when a problem fixes itself!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-401</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Mon, 16 Oct 2006 20:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-401</guid>
		<description>seems that the change in 1.5rc_1 fixed my problem :)
thanks :)</description>
		<content:encoded><![CDATA[<p>seems that the change in 1.5rc_1 fixed my problem <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thanks <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-400</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Mon, 16 Oct 2006 17:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-400</guid>
		<description>Hmm, it should work as its a &lt;a href="http://dev.rubyonrails.org/browser/trunk/railties/html/javascripts/prototype.js?rev=#L1347" rel="nofollow"&gt;line in prototype.js&lt;/a&gt;, and I think its been in prototype.js for a long time. Weird.</description>
		<content:encoded><![CDATA[<p>Hmm, it should work as its a <a href="http://dev.rubyonrails.org/browser/trunk/railties/html/javascripts/prototype.js?rev=#L1347" rel="nofollow">line in prototype.js</a>, and I think its been in prototype.js for a long time. Weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-399</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Mon, 16 Oct 2006 17:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-399</guid>
		<description>more specifically the error is thrown at some point after the new method finishes executing but before results are returned</description>
		<content:encoded><![CDATA[<p>more specifically the error is thrown at some point after the new method finishes executing but before results are returned</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-398</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Mon, 16 Oct 2006 16:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2006/09/09/extend-prototype-dollar-yourself/#comment-398</guid>
		<description>does this work for you in IE?

I am getting "object doesnt support property or method" when calling a method that was added using Element.addMethods</description>
		<content:encoded><![CDATA[<p>does this work for you in IE?</p>
<p>I am getting &#8220;object doesnt support property or method&#8221; when calling a method that was added using Element.addMethods</p>
]]></content:encoded>
	</item>
</channel>
</rss>
