<?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: Scriptaculous ScrollTo</title>
	<atom:link href="http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 21 Feb 2010 13:51:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bookmarks about Scriptaculous</title>
		<link>http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/comment-page-1/#comment-32</link>
		<dc:creator>Bookmarks about Scriptaculous</dc:creator>
		<pubDate>Wed, 20 Aug 2008 07:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/#comment-32</guid>
		<description>[...] http://blox.svbasi.com/?p=54 - bookmarked by 4 members originally found by wenderlan on 2008-07-29  Scriptaculous ScrollTo [tutorial]  http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/ - bookmarked by 3 members [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blox.svbasi.com/?p=54" rel="nofollow">http://blox.svbasi.com/?p=54</a> &#8211; bookmarked by 4 members originally found by wenderlan on 2008-07-29  Scriptaculous ScrollTo [tutorial]  <a href="http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/" rel="nofollow">http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/</a> &#8211; bookmarked by 3 members [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/comment-page-1/#comment-31</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 14 Aug 2008 16:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/#comment-31</guid>
		<description>Hi all. I&#039;m new to prototype and scriptaculous. I&#039;d like to use this scroll element on a site I&#039;m working on. I have a menu in one div, and I&#039;d like for it to work so that when an item in the menu is clicked, it scrolls content in a separate div on the same page. Any help is greatly appreciated. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi all. I&#8217;m new to prototype and scriptaculous. I&#8217;d like to use this scroll element on a site I&#8217;m working on. I have a menu in one div, and I&#8217;d like for it to work so that when an item in the menu is clicked, it scrolls content in a separate div on the same page. Any help is greatly appreciated. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/comment-page-1/#comment-35</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 08 Aug 2008 19:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/#comment-35</guid>
		<description>Hi Tim,

This is really easy to accomplish. Firstly if you are using prototype you can use:
document.observe(&quot;dom:loaded&quot;, function() {
  // when we load, get the string
  var location=window.location.toString();
  // search the string for a #
  if(location.indexOf(&quot;#&quot;)!=-1) {
    // work out the element
    var element=location.substring((location.indexOf(&quot;#&quot;)+1));
    new Effect.ScrollTo(element);
  }
});</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>This is really easy to accomplish. Firstly if you are using prototype you can use:<br />
document.observe(&#8221;dom:loaded&#8221;, function() {<br />
  // when we load, get the string<br />
  var location=window.location.toString();<br />
  // search the string for a #<br />
  if(location.indexOf(&#8221;#&#8221;)!=-1) {<br />
    // work out the element<br />
    var element=location.substring((location.indexOf(&#8221;#&#8221;)+1));<br />
    new Effect.ScrollTo(element);<br />
  }<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Schneider</title>
		<link>http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/comment-page-1/#comment-34</link>
		<dc:creator>Tim Schneider</dc:creator>
		<pubDate>Fri, 08 Aug 2008 17:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/#comment-34</guid>
		<description>I&#039;ve been looking around trying to find instructions on how to do this based on the anchor in the url on page load. I would like a link on one site to load another site and automatically scroll to the section based on the anchor. Anyone know how?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking around trying to find instructions on how to do this based on the anchor in the url on page load. I would like a link on one site to load another site and automatically scroll to the section based on the anchor. Anyone know how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Conroy-Finn</title>
		<link>http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/comment-page-1/#comment-33</link>
		<dc:creator>James Conroy-Finn</dc:creator>
		<pubDate>Sun, 03 Aug 2008 14:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/#comment-33</guid>
		<description>Beautiful site… Very nice!</description>
		<content:encoded><![CDATA[<p>Beautiful site… Very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scriptaculous ScrollTo Tutorial &#124; foojam.com</title>
		<link>http://dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/comment-page-1/#comment-30</link>
		<dc:creator>Scriptaculous ScrollTo Tutorial &#124; foojam.com</dc:creator>
		<pubDate>Sat, 15 Mar 2008 14:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dtsn.co.uk/2008/03/14/scriptaculous-scrollto-tutorial/#comment-30</guid>
		<description>[...] Saxil-Nielsen has a nice Scriptaculous tutorial showing off Effect.ScrollTo(). Short and sweet  tutorial that will give you a nice little effect [...]</description>
		<content:encoded><![CDATA[<p>[...] Saxil-Nielsen has a nice Scriptaculous tutorial showing off Effect.ScrollTo(). Short and sweet  tutorial that will give you a nice little effect [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
