<?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: Auto scrolling page navigation with $$</title>
	<atom:link href="http://ajaxian.com/archives/auto-scrolling-page-navigation-with/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: splintor</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248329</link>
		<dc:creator>splintor</dc:creator>
		<pubDate>Sun, 18 Mar 2007 21:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248329</guid>
		<description>Nitpicking: As you said in http://ajaxian.com/archives/prototype-151-release-candidate-released, the $$ operator is not new in 1.5.1, it just got a lot faster, and it now fully supports CCS3, so now it an be more easily used.</description>
		<content:encoded><![CDATA[<p>Nitpicking: As you said in <a href="http://ajaxian.com/archives/prototype-151-release-candidate-released" rel="nofollow">http://ajaxian.com/archives/prototype-151-release-candidate-released</a>, the $$ operator is not new in 1.5.1, it just got a lot faster, and it now fully supports CCS3, so now it an be more easily used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobie Langel</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248179</link>
		<dc:creator>Tobie Langel</dc:creator>
		<pubDate>Wed, 14 Mar 2007 20:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248179</guid>
		<description>@ CrackWilding: As I&#039;ve mentioned in my post, on a UI perspective, this is IMHO better, as it clearly shows the user if he is taken further down the page or back up.</description>
		<content:encoded><![CDATA[<p>@ CrackWilding: As I&#8217;ve mentioned in my post, on a UI perspective, this is IMHO better, as it clearly shows the user if he is taken further down the page or back up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrackWilding</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248160</link>
		<dc:creator>CrackWilding</dc:creator>
		<pubDate>Wed, 14 Mar 2007 13:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248160</guid>
		<description>Is there some real benefit from this? I&#039;d like to point out that the actual functionality has been around since, what, like 1993? So we&#039;re doing what here, slowing the process down? Why?

And what&#039;s next? Simulated page loading?</description>
		<content:encoded><![CDATA[<p>Is there some real benefit from this? I&#8217;d like to point out that the actual functionality has been around since, what, like 1993? So we&#8217;re doing what here, slowing the process down? Why?</p>
<p>And what&#8217;s next? Simulated page loading?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annoyed</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248155</link>
		<dc:creator>annoyed</dc:creator>
		<pubDate>Wed, 14 Mar 2007 12:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248155</guid>
		<description>Ok guys, we get it mootools has something similar, but the author wasn&#039;t trying to replace mootools with this, simply showing the power of $$(), Prototype 1.5.1rc2 has tons of awesome features, why dwell on a lacking novelty like smoothScroll. Also please read the previous posts, the herd of mooTools users sound like a broken record.</description>
		<content:encoded><![CDATA[<p>Ok guys, we get it mootools has something similar, but the author wasn&#8217;t trying to replace mootools with this, simply showing the power of $$(), Prototype 1.5.1rc2 has tons of awesome features, why dwell on a lacking novelty like smoothScroll. Also please read the previous posts, the herd of mooTools users sound like a broken record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitarald</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248150</link>
		<dc:creator>digitarald</dc:creator>
		<pubDate>Wed, 14 Mar 2007 10:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248150</guid>
		<description>for mootools, SmoothScroll takes document.links, is a lot faster then $$:
How to use ...

new SmoothScroll();

Thats easy ;) It also works on Safari. The shown example here is also a bad pattern because it does not set the url fragment correct. Page scrolls but url fragment does not change as expected.</description>
		<content:encoded><![CDATA[<p>for mootools, SmoothScroll takes document.links, is a lot faster then $$:<br />
How to use &#8230;</p>
<p>new SmoothScroll();</p>
<p>Thats easy ;) It also works on Safari. The shown example here is also a bad pattern because it does not set the url fragment correct. Page scrolls but url fragment does not change as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248131</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 13 Mar 2007 17:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248131</guid>
		<description>MooTools already has this.  It&#039;s known as SmoothScroll.</description>
		<content:encoded><![CDATA[<p>MooTools already has this.  It&#8217;s known as SmoothScroll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vital</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248129</link>
		<dc:creator>Vital</dc:creator>
		<pubDate>Tue, 13 Mar 2007 16:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248129</guid>
		<description>2.0.1, 2.0.3 of course it work in latest 2.0.4
nevermind</description>
		<content:encoded><![CDATA[<p>2.0.1, 2.0.3 of course it work in latest 2.0.4<br />
nevermind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobie Langel</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248126</link>
		<dc:creator>Tobie Langel</dc:creator>
		<pubDate>Tue, 13 Mar 2007 16:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248126</guid>
		<description>Vital, could you let us know which version of Safari you are running ?</description>
		<content:encoded><![CDATA[<p>Vital, could you let us know which version of Safari you are running ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vital</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248125</link>
		<dc:creator>Vital</dc:creator>
		<pubDate>Tue, 13 Mar 2007 16:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248125</guid>
		<description>anyway article is great! ;)</description>
		<content:encoded><![CDATA[<p>anyway article is great! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vital</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248124</link>
		<dc:creator>Vital</dc:creator>
		<pubDate>Tue, 13 Mar 2007 16:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248124</guid>
		<description>ok, i get it, so much developers has latest version of Safari and don&#039;t think about a bit old version...</description>
		<content:encoded><![CDATA[<p>ok, i get it, so much developers has latest version of Safari and don&#8217;t think about a bit old version&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delapouite</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248123</link>
		<dc:creator>Delapouite</dc:creator>
		<pubDate>Tue, 13 Mar 2007 16:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248123</guid>
		<description>@ Boris Popoff : this functionality is already available in mootools : the plug-in SmoothScroll</description>
		<content:encoded><![CDATA[<p>@ Boris Popoff : this functionality is already available in mootools : the plug-in SmoothScroll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248116</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 13 Mar 2007 15:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248116</guid>
		<description>What the hell are you talking about Vital, it works fine in Safari.

Great article on the power of Prototype&#039;s revamped $$.</description>
		<content:encoded><![CDATA[<p>What the hell are you talking about Vital, it works fine in Safari.</p>
<p>Great article on the power of Prototype&#8217;s revamped $$.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobie Langel</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248114</link>
		<dc:creator>Tobie Langel</dc:creator>
		<pubDate>Tue, 13 Mar 2007 15:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248114</guid>
		<description>Vital: which version of Safari are you using ?

This is working for me both in Safari 2.0.4 and in WebKit.</description>
		<content:encoded><![CDATA[<p>Vital: which version of Safari are you using ?</p>
<p>This is working for me both in Safari 2.0.4 and in WebKit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vital</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248113</link>
		<dc:creator>Vital</dc:creator>
		<pubDate>Tue, 13 Mar 2007 15:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248113</guid>
		<description>i mean http://projects.danwebb.net/wiki/LowPro</description>
		<content:encoded><![CDATA[<p>i mean <a href="http://projects.danwebb.net/wiki/LowPro" rel="nofollow">http://projects.danwebb.net/wiki/LowPro</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vital</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248112</link>
		<dc:creator>Vital</dc:creator>
		<pubDate>Tue, 13 Mar 2007 15:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248112</guid>
		<description>i think we all ready to add ppk events in prototype.js (like it&#039;s already done by http://www.danwebb.net/lowpro/ ) to RIGHT handle events in Safari (to handle Event.stop)...

becouse this example again don&#039;t work in Safari yeah...</description>
		<content:encoded><![CDATA[<p>i think we all ready to add ppk events in prototype.js (like it&#8217;s already done by <a href="http://www.danwebb.net/lowpro/" rel="nofollow">http://www.danwebb.net/lowpro/</a> ) to RIGHT handle events in Safari (to handle Event.stop)&#8230;</p>
<p>becouse this example again don&#8217;t work in Safari yeah&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Popoff</title>
		<link>http://ajaxian.com/archives/auto-scrolling-page-navigation-with/comment-page-1#comment-248106</link>
		<dc:creator>Boris Popoff</dc:creator>
		<pubDate>Tue, 13 Mar 2007 14:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2206#comment-248106</guid>
		<description>Sweet ! It seems to be easy to port it to mootools or other frameworks.</description>
		<content:encoded><![CDATA[<p>Sweet ! It seems to be easy to port it to mootools or other frameworks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

