pagination
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 57
CSS Pagination
CSSPagination is a pagination class which combines with Cascading Style Sheet for good looking style; CSSPagination has main function to split all records before they will be loaded into one website, to be several records in one page (you can determine more>> CSSPagination is a pagination class which combines with Cascading Style Sheet for good looking style; CSSPagination has main function to split all records before they will be loaded into one website, to be several records in one page (you can determine how many records in one page). So, if you want to jump at the other page, you can choose once of them. CSSPagination is easy to use and good looking. I try to throw the complexity code. The most important is, that you can change the CSS code (style.css) to make it suitable with your own page style.<<less
Added: 2008-11-05 License: GPL Price: $0.00USD
25 downloads
PHP pagination
More than 6 examples of PHP pagination functions to output a better navigation for your visitors. more>> More than 6 examples of PHP pagination functions to output a better navigation for your visitors.<<less
Added: 2007-03-05 License: Freeware Price: Free
792 downloads
Data pagination 1.0
If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old more>> If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This quick class handles pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we provide a sample CSS snippet that you can alter to fit your site design.<<less
Added: 2005-06-30 License: LGPL Price: $0.00USD
13 downloads
Other version of Data pagination
Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
License:LGPL
License:LGPL
Ajax Pagination script
This script lets you include content from multiple pages and display them on demand, using Ajax. Pagination links are automatically created, with each page downloaded only when requested. more>> This script lets you include content from multiple pages and display them on demand, using Ajax. Pagination links are automatically created, with each page downloaded only when requested.<<less
Added: 2007-12-13 License: Freeware Price: $0.00USD
30 downloads
PHP Array Pagination 1
If you are looking for a solution to displaying page numbers from an array of items then this is the solution, all you need to do is include the small class file and then parse your array through the class and then handle the data like you would handle a more>> If you are looking for a solution to displaying page numbers from an array of items then this is the solution, all you need to do is include the small class file and then parse your array through the class and then handle the data like you would handle a normal php array and you can generate the page numbers with a single line of code, it really is that simple.<<less
Added: 2007-11-20 License: GPL Price: $0.00USD
19 downloads
MySQL Pagination Script
A simple and free pagination function more>> A simple and free pagination function<<less
Added: 2008-02-15 License: Freeware Price: $0.00USD
27 downloads
Generic Easy Pagination
This PHP class generates an HTML navigation bar for listings to be split in multiple pages more>>
Generic Easy Pagination is a powerful tool designed to generate an HTML navigation bar for listings to be split in multiple pages. Arbitrary types of listings can be paginated. An example is provided to demonstrate how to paginate the results of a database query using ADODB API.
Major Features
- Set current page
- Set the records listed in each page
- Get the total number of records that were retrieved
- Set the query for searching records
- Use the same query to get the total number of records
- Defining the additional parameters that may be necessary on the search and will be passed between pages with the GET method
- Output the total number of records
- Output the total number of pages based on to the number of records in each page
- Output the values of the records of the current page
- Output the links for browsing from 1 to 10, 11 to 20, 21 to 30, and so on
Added: 2009-06-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
15 downloads
Virtual Pagination script
This script lets you transform long content on your page into a series of virtual pages, browseable via pagination links. The broken up content pieces are separated simply via arbitrary DIVs (or another block level element of your choice) with a shared more>> This script lets you transform long content on your page into a series of virtual pages, browseable via pagination links. The broken up content pieces are separated simply via arbitrary DIVs (or another block level element of your choice) with a shared class name.<<less
Added: 2007-01-16 License: Freeware Price: $0.00USD
17 downloads
Array-based PHP Pagination
If you are going to have a site where users can submit stuff, and the stuff is listed on one page, you definitely need pagination. Pagination scripts consist of two main parts: getting the correct records and displaying them, and displaying the page more>> If you are going to have a site where users can submit stuff, and the stuff is listed on one page, you definitely need pagination. Pagination scripts consist of two main parts: getting the correct records and displaying them, and displaying the page links at the bottom. This pagination script is based on an array, and can be easily customized.<<less
Added: 2008-08-02 License: Freeware Price: $0.00USD
23 downloads
Faster pagination in Rails
RoRs default pagination methods have a number of bottlenecks. In this guide you will learn how to use paginating_find to create fast, reusable and good looking pagination code for your projects. This more>> RoRs default pagination methods have a number of bottlenecks. In this guide you will learn how to use paginating_find to create fast, reusable and good looking pagination code for your projects. This method also works for pagination of find_by_sql queries and even supports find_by_sql with eager loading!<<less
Added: 2006-09-29 License: Other Free / Open Source License Price: Free
1144 downloads
MyPagina (pagination) class 1.03
The page navigation (pagination) of lists with records from a (MySQL) database is often used on a lot of dynamic websites. This class is extremely easy to use in your existing application: just use your own SQL statement and voila you get information more>> The page navigation (pagination) of lists with records from a (MySQL) database is often used on a lot of dynamic websites. This class is extremely easy to use in your existing application: just use your own SQL statement and voila you get information like the result set (you need this for later output, page navigation links and the (current) number of records. While using this class all other query string parts are included inside the page links. An example database table (with data) is included. New in Version 1.03: There is a new variable $max_rows, this variable is used to limit the maximum of results during a query. That will say if there are more rows then the number of $max_rows only the last one will show up. Use the new variable $outstanding_rows if you need to inform the user about that.<<less
Added: 2005-06-04 License: BSD Price: $0.00USD
14 downloads
Other version of MyPagina (pagination) class
Pagination in PHP & MySQL
Do you have a news system that is becoming increasingly larger, or perhaps some custom forum software that displays to many topics on one page? Many beginning PHP developers deal with this very proble more>> Do you have a news system that is becoming increasingly larger, or perhaps some custom forum software that displays to many topics on one page? Many beginning PHP developers deal with this very problem that arises from forums, news systems, guestbooks, and many other scripts that return many rows of mysql results. Some people have solved this problem by developing a way to regulate how many results you get per page. This tutorial will show you how to turn huge amounts of data on one page into multiple pages, and provide a simple to use page numbering guide that looks something like this: Last>> So, without futher wait, lets begin on the next page.<<less
Added: 2007-01-18 License: Freeware Price: Free
1096 downloads
How To Create A Pagination In PHP 1
This is a guide how to create a pagination in PHP more>> This is a guide how to create a pagination in PHP<<less
Added: 2009-05-18 License: Freeware Price: $0.00USD
25 downloads
Sam Database Pagination Class 0.9a
This class can be used to display database query results split in multiple pages. It can perform queries to a MySQL database table and retrieve a range of results to display in the current page given the page number and the limit of results to more>> This class can be used to display database query results split in multiple pages. It can perform queries to a MySQL database table and retrieve a range of results to display in the current page given the page number and the limit of results to display per page. The class can display the results as a listing of articles or as photo gallery.<<less
Added: 2008-05-19 License: LGPL Price: $0.00USD
10 downloads
Demo of Alternate Pagination Paradigm 0.1
This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the more>> This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the limitations of html requests lengths, since it uses sessions. Also, it does not go to the database well for each page. Typically, for a given set of access parameters, it only accesses the database once, caching away the results in a session variable. Paging is thus more fluid. It also uses HTML form submit buttons, in conjunction with a select for page jumps, to page through the document as opposed to hyperlinks. This makes for cleaner code in general.<<less
Added: 2006-11-14 License: Freeware Price: $0.00USD
11 downloads
Other version of Demo of Alternate Pagination Paradigm
Price: FreeAdditionalInfoNoincorporationintocommercialproductwithoutexpressconsentofauthor
License:Freeware
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above pagination search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed