<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ELIÆ</title>
	<atom:link href="http://elia.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://elia.wordpress.com</link>
	<description>Now there's a man with an open mind: you can feel the breeze from here!</description>
	<lastBuildDate>Wed, 02 Dec 2009 17:13:16 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to declare top rake prerequisites from within a namespace by Richie Vos</title>
		<link>http://elia.wordpress.com/2008/05/28/how-to-declare-top-rake-prerequisites-from-within-a-namespace/#comment-1566</link>
		<dc:creator>Richie Vos</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/?p=71#comment-1566</guid>
		<description>Thanks, super useful.</description>
		<content:encoded><![CDATA[<p>Thanks, super useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get input in Rake Tasks by ebuychance</title>
		<link>http://elia.wordpress.com/2008/11/07/get-input-in-rake-tasks/#comment-1565</link>
		<dc:creator>ebuychance</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/?p=80#comment-1565</guid>
		<description>nice helper..

My &#039;fork&#039; lol:

def ask message, default_response=&#039;&#039;
  print &quot;#{message} &quot;
  response = STDIN.gets.chomp
  response.blank? ? default_response : response
end</description>
		<content:encoded><![CDATA[<p>nice helper..</p>
<p>My &#8216;fork&#8217; lol:</p>
<p>def ask message, default_response=&#8221;<br />
  print &#8220;#{message} &#8221;<br />
  response = STDIN.gets.chomp<br />
  response.blank? ? default_response : response<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth scrolling for Script.aculo.us by Justin</title>
		<link>http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1564</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 06 Nov 2009 22:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1564</guid>
		<description>Below is code to add expand the Element.scrollTo to use ths effect directly.

e.g. $(&#039;container&#039;).scrollTo(&#039;child&#039;);

Element.addMethods({
	scrollTo: function(element, child){
		var element = $(element);
		if(arguments.length == 1) {
		  var pos = element.cumulativeOffset();
		  window.scrollTo(pos[0], pos[1]);
		} else {
			Position.prepare();
			container_y = Position.cumulativeOffset($(element))[1]
			element_y = Position.cumulativeOffset($(child))[1]
			new Effect.Scroll(element, {x:0, y:(element_y-container_y)});
			return false;
		}
		return element;
	}
});</description>
		<content:encoded><![CDATA[<p>Below is code to add expand the Element.scrollTo to use ths effect directly.</p>
<p>e.g. $(&#8216;container&#8217;).scrollTo(&#8216;child&#8217;);</p>
<p>Element.addMethods({<br />
	scrollTo: function(element, child){<br />
		var element = $(element);<br />
		if(arguments.length == 1) {<br />
		  var pos = element.cumulativeOffset();<br />
		  window.scrollTo(pos[0], pos[1]);<br />
		} else {<br />
			Position.prepare();<br />
			container_y = Position.cumulativeOffset($(element))[1]<br />
			element_y = Position.cumulativeOffset($(child))[1]<br />
			new Effect.Scroll(element, {x:0, y:(element_y-container_y)});<br />
			return false;<br />
		}<br />
		return element;<br />
	}<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gems through the proxy (or the «undefined method `[]=&#8217;» error) by Jeremy H</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1563</link>
		<dc:creator>Jeremy H</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1563</guid>
		<description>Thanks, great work.  In case anyone needs to know where the default windows (at least XP) location of the ruby file you need to find, it is in C:\ruby\lib\ruby\site_ruby\1.8\rubygems</description>
		<content:encoded><![CDATA[<p>Thanks, great work.  In case anyone needs to know where the default windows (at least XP) location of the ruby file you need to find, it is in C:\ruby\lib\ruby\site_ruby\1.8\rubygems</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gems through the proxy (or the «undefined method `[]=&#8217;» error) by Jack Su</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1561</link>
		<dc:creator>Jack Su</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1561</guid>
		<description>Thanks, that works fine !</description>
		<content:encoded><![CDATA[<p>Thanks, that works fine !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get input in Rake Tasks by David</title>
		<link>http://elia.wordpress.com/2008/11/07/get-input-in-rake-tasks/#comment-1560</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/?p=80#comment-1560</guid>
		<description>works like a charm.</description>
		<content:encoded><![CDATA[<p>works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth scrolling for Script.aculo.us by Tom</title>
		<link>http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1559</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 01 Jul 2009 20:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1559</guid>
		<description>Thanks Elia,

I did this:


function moveTo(container, element){
  Position.prepare();
  container_y = Position.cumulativeOffset($(container))[1]
  element_y = Position.cumulativeOffset($(element))[1]
  new Effect.Scroll(container, {duration:1, x:0, y:(element_y-container_y)});
  return false;
}


- duration is set to 1 - a faster scroll can be obtained if setting duration below 1 eg. 0.3</description>
		<content:encoded><![CDATA[<p>Thanks Elia,</p>
<p>I did this:</p>
<p>function moveTo(container, element){<br />
  Position.prepare();<br />
  container_y = Position.cumulativeOffset($(container))[1]<br />
  element_y = Position.cumulativeOffset($(element))[1]<br />
  new Effect.Scroll(container, {duration:1, x:0, y:(element_y-container_y)});<br />
  return false;<br />
}</p>
<p>- duration is set to 1 &#8211; a faster scroll can be obtained if setting duration below 1 eg. 0.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth scrolling for Script.aculo.us by ~Elia</title>
		<link>http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1558</link>
		<dc:creator>~Elia</dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1558</guid>
		<description>try passing a &quot;duration&quot; option</description>
		<content:encoded><![CDATA[<p>try passing a &#8220;duration&#8221; option</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth scrolling for Script.aculo.us by Tom</title>
		<link>http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1557</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/01/18/overflow-smooth-scroll-with-scriptaculous/#comment-1557</guid>
		<description>Is it possible to control scroll speed? If yes, could you point to me where?
Thanks and regards :)</description>
		<content:encoded><![CDATA[<p>Is it possible to control scroll speed? If yes, could you point to me where?<br />
Thanks and regards :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gems through the proxy (or the «undefined method `[]=&#8217;» error) by Marcos Ramos</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1533</link>
		<dc:creator>Marcos Ramos</dc:creator>
		<pubDate>Tue, 21 Apr 2009 07:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1533</guid>
		<description>Thank you. Worked like a charm! :)</description>
		<content:encoded><![CDATA[<p>Thank you. Worked like a charm! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
