I have a database of news feeds that are sorted by time. The users simply needs to view them line by line. The feeds can get pretty large in numbers so I don't want to show them all at one time. I do not want to make a page view either. So I'm thinking if there is a way to show a page's worth of them in the beginning and as the users scroll down, more begin to appear.
I know this is possible since I think facebook does it. But I'm a little confused at the concept. I'm open to using JavaScript/JQuery and HTML, PHP.
Any ideas on the concept behind this? I'm guessing I need a client side script to access the database.
Any help would be appreciated.