As a developer you’ll soon find a need to paginate data when displaying contents from the database, and rather than use JavaScript which could require all the data to be loaded into the page on load, we can use PHP to ensure that we’re only requesting the data that we need.
Related Submissions:
- Easy Pagination with PHP and Mootools 1.2 When you have an application that returns data, invariably you’ll accumulate enough to require paginating the results. Because pagination is really a form of navigation,...
- Using the Data Tables Plugin in jQuery 1.3 (PDF) Data Tables, builds a very large data table and discusses how to navigate, sort, search, paginate, and search it using jQuery and Ajax. In this...
- Introducing EnhanceJS: A Smarter, Safer Way to Apply Progressive Enhancement EnhanceJS is a new JavaScript framework (a single 2.5kb JavaScript file once minified/gzipped) that that automates a series of browser tests to ensure that advanced...
- Advanced CSS Accordion Effect I’m going to admit up front: these modifications require JavaScript. So what’s the point of having a “CSS†accordion technique that uses JavaScript? Well, all...
- Optimizing for Rich “Jump To” Snippets There are a few things you can do to increase the chances that they [these jump to snippets, JdV] might appear on your pages. First,...