You could try this tutorial - <a href="http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/">http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/</a> - it implements infinite scrolling with jquery. It&#39;s ASP, but shouldn&#39;t be too difficult to get something like this working in Drupal. I haven&#39;t tried it myself, so I don&#39;t know whether it&#39;s doable. <br>
<br><div class="gmail_quote">2009/1/26 Jamie Holly <span dir="ltr">&lt;<a href="mailto:hovercrafter@earthlink.net">hovercrafter@earthlink.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I haven&#39;t seen anything done like this in Drupal (not saying something doesn&#39;t exist that I just missed), but a good example would actually be Google Reader. It loads content as you scroll the window down through AJAX. I have actually thought about using this on sites that get a bunch of comments. Load say 50 at a time, then have the next 50 auto-load as the user gets closer to the bottom of the page.<br>
<font color="#888888">
<br>
Jamie Holly</font><div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
David Cohen wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m building a site to support a very large outline of legal cases. There are thousands of nodes in the outline, each with a very small<br>
amount of text. &nbsp;The outline is about 5 or 6 levels deep. &nbsp;I&#39;ve written<br>
some code to import the outline into the book module. &nbsp;So the book<br>
hierarchy reflects the outline and the node bodies contain these small<br>
chunks of text.<br>
<br>
I&#39;d like to display the entire outline in a single page. &nbsp;This is not<br>
practical because of the overall size. &nbsp;Still I&#39;d like the user to feel<br>
as if they are scrolling through the entire thing, not visiting<br>
thousands of different pages.<br>
<br>
My idea is to use AJAX to accomplish this. &nbsp;Imagine how google maps<br>
works (start somewhere but scroll to anywhere, use ajax to refresh the<br>
view after the scroll). &nbsp;I&#39;d like the same thing for arbitrary HTML. &nbsp;In<br>
other words the browser starts with mostly placeholder divs and a small<br>
amount of content. &nbsp;As the user scrolls around, the placeholders get<br>
replaced with real content. &nbsp;And the real content which scrolls out of<br>
view gets cleaned up so the browser does not run out of memory.<br>
<br>
Has anyone encountered such a thing? &nbsp;Or would be interested in<br>
collaborating on it? &nbsp;Any reason why it would not work?<br>
<br>
Thanks,<br>
<br>
-Dave<br>
<br>
<br>
 &nbsp;<br>
</blockquote>
</div></div></blockquote></div><br>