<?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: Chaining Functions in Mootools for Dynamic Text Effects</title>
	<atom:link href="http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/</link>
	<description>just another code junkie looking for a fix</description>
	<pubDate>Wed, 10 Mar 2010 08:49:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zellot</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-3075</link>
		<dc:creator>zellot</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-3075</guid>
		<description>lol "way to PC" what a MAC zellot... lol

Thanks for tut anyway :P</description>
		<content:encoded><![CDATA[<p>lol &#8220;way to PC&#8221; what a MAC zellot&#8230; lol</p>
<p>Thanks for tut anyway <img src='http://richardimanning.com/wpblog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mtness</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-1834</link>
		<dc:creator>mtness</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-1834</guid>
		<description>Hi there!

Kudos to you for that beautiful snippet.
Finally I understood chaining, thank you very much!

Kind regards,

mtness</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>Kudos to you for that beautiful snippet.<br />
Finally I understood chaining, thank you very much!</p>
<p>Kind regards,</p>
<p>mtness</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-1556</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-1556</guid>
		<description>Also important is the CSS: giving elements  "position: absolute;" is what allows setting left, top, etc.

h2.saying {
	position: absolute;
	top: 40px;
}

h2#where { left: 0; }

h2#when { right: 0; }

h2#final { left: 272px; top: 80px; }</description>
		<content:encoded><![CDATA[<p>Also important is the CSS: giving elements  &#8220;position: absolute;&#8221; is what allows setting left, top, etc.</p>
<p>h2.saying {<br />
	position: absolute;<br />
	top: 40px;<br />
}</p>
<p>h2#where { left: 0; }</p>
<p>h2#when { right: 0; }</p>
<p>h2#final { left: 272px; top: 80px; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nurettin</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-1427</link>
		<dc:creator>nurettin</dc:creator>
		<pubDate>Mon, 11 May 2009 12:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-1427</guid>
		<description>Hi,
i like it is efect.
Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i like it is efect.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-1411</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 09 May 2009 21:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-1411</guid>
		<description>Wow, you're welcome.  Made my day!</description>
		<content:encoded><![CDATA[<p>Wow, you&#8217;re welcome.  Made my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wissenwill</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-1399</link>
		<dc:creator>wissenwill</dc:creator>
		<pubDate>Fri, 08 May 2009 16:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-1399</guid>
		<description>You have saved my life with the function above!! Many many THX!!!</description>
		<content:encoded><![CDATA[<p>You have saved my life with the function above!! Many many THX!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-168</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 03 Mar 2009 03:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-168</guid>
		<description>olivier, I agree with your comment about Fx.Elements.  It is easier (and more elegant).</description>
		<content:encoded><![CDATA[<p>olivier, I agree with your comment about Fx.Elements.  It is easier (and more elegant).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olivier</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-166</link>
		<dc:creator>olivier</dc:creator>
		<pubDate>Mon, 02 Mar 2009 15:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-166</guid>
		<description>You should try Fx.Elements with the option 'link' set to 'chain', it's a even easier. The only downside is that you have to know how many elements you are dealing with and the position of each in the collection, while your method is more abstract</description>
		<content:encoded><![CDATA[<p>You should try Fx.Elements with the option &#8216;link&#8217; set to &#8216;chain&#8217;, it&#8217;s a even easier. The only downside is that you have to know how many elements you are dealing with and the position of each in the collection, while your method is more abstract</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-163</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 01 Mar 2009 19:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-163</guid>
		<description>Thanks, Ryan.  Regarding the analogy, I thought about adding a disclaimer saying I wasn't advocating the indiscriminate use of firearms.  Then I thought, "Naw, that's way too PC!"</description>
		<content:encoded><![CDATA[<p>Thanks, Ryan.  Regarding the analogy, I thought about adding a disclaimer saying I wasn&#8217;t advocating the indiscriminate use of firearms.  Then I thought, &#8220;Naw, that&#8217;s way too PC!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://richardimanning.com/wpblog/2009/02/28/chaining-functions-in-mootools-for-dynamic-text-effects/comment-page-1/#comment-162</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 01 Mar 2009 15:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://richardimanning.com/wpblog/?p=36#comment-162</guid>
		<description>Very well explained. The analogy really helps communicate how it works very well!</description>
		<content:encoded><![CDATA[<p>Very well explained. The analogy really helps communicate how it works very well!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
