Infinite Pages (Loaders and Uploaders)

Infinite Pages was designed for displaying large pieces of HTML data in more manageable chunks.

When the reader reaches the end of the page, the script loads more content.

It implements an ‘infinite scroll’ mechanism to load data, so the reader doesn’t have to load enourmous amounts
of text / images onto the page all at once. This ensures a more comfortable reading experience for the user.

Infinite Pages works by ‘paginating’ your data, and then feeding that data to the user ‘on demand’.
This technique is known as ‘lazy loading’, and is becoming more and more common on the internet.
An example of infinite scrolling is Google Images, where content is loaded as requested by the user.

The script also works with images. That is to say, if your data has an<IMG HTML tag inside it,
it will be loaded onto that page as requested.

Infinite Pages is easy to setup on your site, and is also very customizeable. The possibilities you can achieve with
this script are nearly ‘infinite’ in themselves.

=========
Getting started

Try testing out the script for yourself at:

http://demos.eire-media.com/infinite/

Download Infinite Pages (Loaders and Uploaders)

Leave a Reply

Your email address will not be published. Required fields are marked *