Chapter 8. Infinite Scrolling with jQuery
Infinite scrolling is a technique employed by a lot of popular sites that minimizes the amount of data loaded on a page initially, and then incrementally loads more data when the user has scrolled to the bottom of the page. You can see this effect on the Facebook or Twitter timelines among others.