Main > Free Download Search >

Free faster pagination in rails script

faster pagination in rails

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1327
Faster pagination in Rails

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
Demo of Alternate Pagination Paradigm 0.1

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
Demo of Alternate Pagination ParadigmDave Silvia - This is a demo of a model for pagination that differs from ... in the pages. Demo of Alternate Pagination
Price: FreeAdditionalInfoNoincorporationintocommercialproductwithoutexpressconsentofauthor
License:Freeware
Download
1077 downloads
Added: 2006-11-14
Data pagination 1.0

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
Data paginationIf youre developing a front end to web applications, sooner or later, youll . If youre developing a front end to web applications, sooner or later, youll
Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
License:LGPL
Download
1594 downloads
Added: 2005-06-30
Beginning Relationships in Rails

Beginning Relationships in Rails


The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing more>> The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing those queries, Rails ActiveRecord will make sense, but for those of you who are just getting started this can be confusing.<<less
Added: 2006-08-31 License: Freeware Price: Free
1150 downloads
CSS Pagination

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
How To Create A Pagination In PHP 1

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
Ajax Pagination script

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

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
Pagination in PHP & MySQL

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
SEO on Rails

SEO on Rails


Tips and Tricks for improving your RoR app so it is search engine friendly. more>> Tips and Tricks for improving your RoR app so it is search engine friendly.<<less
Added: 2007-03-28 License: Freeware Price: Free
947 downloads
MySQL Pagination Script

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
Sam Database Pagination Class 0.9a

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
MyPagina (pagination) class 1.03

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
MyPagina (pagination) classThe page navigation (pagination) of lists with records from a (MySQL) database is often used on ... New in Version 1.03: There is a new variable $max_rows, this variable is used to limit the
License:BSD Style
Download
917 downloads
Added: 2005-06-04
Understanding Action Views in Ruby on Rails

Understanding Action Views in Ruby on Rails


This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application. more>> This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application.<<less
Added: 2006-08-31 License: Freeware Price: Free
1154 downloads
Virtual Pagination script

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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5