Home arrow JavaScript arrow Building a Page Controller with the jQuery Quick Pagination Plug-in
JAVASCRIPT

Building a Page Controller with the jQuery Quick Pagination Plug-in


Welcome to the final installment of the series that introduces you to the jQuery Quick Pagination plug-in. Comprised of five parts, this series takes an in-depth look at the most useful features provided by this jQuery add-on and shows you how to use it either for splitting up hard-coded HTML elements, such as paragraphs and images in chunks of readable data, or for paginating sets of database records.

Author Info:
By: Alejandro Gervasio
Rating: 4 stars4 stars4 stars4 stars4 stars / 3
December 31, 2009
TABLE OF CONTENTS:
  1. · Building a Page Controller with the jQuery Quick Pagination Plug-in
  2. · Review: web application source code so far
  3. · Building a simple page controller in PHP
  4. · Paginating user-related data

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Building a Page Controller with the jQuery Quick Pagination Plug-in
(Page 1 of 4 )

And now that I mentioned the term "database records," it's fair to recall that in the previous tutorial I started building a basic PHP-driven application. Its main task was to display on the browser basic information about some fictional users, previously fetched from a MySQL table.

The purpose of coding an application like this was to demonstrate how to employ the functionality of Quick Pagination to paginate a few database rows, thus providing a more realistic context. Even so, the application in its current version doesn't do anything especially useful; it's only capable of statically generating the header and footer sections of a web page and nothing else. That's pretty boring and very distant from the dynamic scenario that we see every day on the web.

Well, it's time to give the application a dramatic twist and make it much more functional. With that goal in mind, in this last part of the series I'm going to implement a basic page controller in PHP. It will not only fetch the user-related data from the corresponding MySQL table, but display this information in the form of paginated divs, thanks to the use of the Quick Pagination plug-in.

Ready to tackle this last chapter of the series? Then let's get going!


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks
- Dynamic jQuery Styling

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 5 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials