Main > Free Download Search >

Free sort script

sort

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 261
sort_unprefix 1.4

sort_unprefix 1.4


This script will sort an array or multidimentional array alphabeticly while ignoring any prefix on the column such as The, An, A, etc. This script is ideal for sorting a group of artist names where the title may be The Beatles but the sorting should more>> This script will sort an array or multidimentional array alphabeticly while ignoring any prefix on the column such as The, An, A, etc. This script is ideal for sorting a group of artist names where the title may be The Beatles but the sorting should be alphabetical under B instead of T.<<less
Added: 2003-05-01 License: GPL Price: 0.00
10 downloads
 
Other version of sort_unprefix
License:GPL
Download
2367 downloads
Added: 2003-05-01
Bubble sorting in ASP 1.0

Bubble sorting in ASP 1.0


This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective. more>> This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective.<<less
Added: 2005-11-07 License: Freeware Price: $0.00USD
16 downloads
 
Other version of Bubble sorting in ASP
License:Freeware
Download
1464 downloads
Added: 2005-11-07
Dodos Image Sort Script 1.0

Dodos Image Sort Script 1.0


This script makes sorting images based on their width or height easier. You dont have to specify your images width or height. It automatically detect them and sort according to width or height in an ascending or descending order. Very little php more>> This script makes sorting images based on their width or height easier. You dont have to specify your images width or height. It automatically detect them and sort according to width or height in an ascending or descending order. Very little php knowledge is required to use this script.<<less
Added: 2003-02-11 License: Freeware Price: 0.00
13 downloads
Sorting data within table

Sorting data within table


This script creates a table with extremely fast sorting and autofilter feature. Other sorting scripts used to has a limit around 1000 rows without collapsing the browser. This one is able to handle around 5000 rows without having significant problem. The more>> This script creates a table with extremely fast sorting and autofilter feature. Other sorting scripts used to has a limit around 1000 rows without collapsing the browser. This one is able to handle around 5000 rows without having significant problem. The script works much faster than several other sorting solution. Features: * sorting * autofilter with math relations * show selected and non-selected elements * support of different date and numeric form<<less
Added: 2006-12-29 License: Freeware Price: $0.00USD
16 downloads
Table Sorting And Utils 0.981

Table Sorting And Utils 0.981


Table Sorting And Utils is a javascript library offering the key functionality which is typical - the most common of which is client-side table sorting. more>>

Table Sorting And Utils 0.981 is a javascript library offering the key functionality which is typical - the most common of which is client-side table sorting. Tabular data in table form is common on web sites and web applications, and a common requirement is to manipulate the data tables on the client side, rather than going back to the server to sort, filter, page, etc.

Major Features:

  1. Sorting is fast. Much faster than most other libraries, due to a number of optimizations
  2. Rowspan and Colspan in headers will not confuse the code
  3. Alternate row coloring (a common item) is handled by re-shading after sorting or filtering
  4. Tbody contents are handled separately, so there can be separate sortable sections of a table
  5. Easy CSS classes are applied to cells after filtering, sorting, etc which you can hook into from your CSS rules to show the sorted column or the cells which are filtered.

Enhancements: Added Sort.numeric_comma, additional date parsing formats

<<less
Added: 2009-07-27 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
Sorting Database Results with PHP

Sorting Database Results with PHP


This tutorial will show you how to display data from a database and allow the user to sort it. more>> This tutorial will show you how to display data from a database and allow the user to sort it.<<less
Added: 2002-09-24 License: Not Specified Price: Free
2641 downloads
Herongs Tutorial Notes on Sorting

Herongs Tutorial Notes on Sorting


This book is a collection of notes and sample codes related to varies sorting algorithms and Java implementations. Topics include Bubble Sort, Heap Sort, Insertion Sort, Java, Merge Sort, performance, more>> This book is a collection of notes and sample codes related to varies sorting algorithms and Java implementations. Topics include Bubble Sort, Heap Sort, Insertion Sort, Java, Merge Sort, performance, Quicksort, Selection Sort, Shell Sort, etc.<<less
Added: 2005-08-26 License: Free for non-commercial use Price: Free
1547 downloads
Herong's Tutorial Notes on Sorting

Herong's Tutorial Notes on Sorting


This book is a collection of notes and sample codes related to varies sorting algorithms and Java implementations. Topics include Bubble Sort, Heap Sort, Insertion Sort, Java, Merge Sort, performance, Quicksort, Selection Sort, Shell Sort, etc. more>> This book is a collection of notes and sample codes related to varies sorting algorithms and Java implementations. Topics include Bubble Sort, Heap Sort, Insertion Sort, Java, Merge Sort, performance, Quicksort, Selection Sort, Shell Sort, etc.<<less
Added: 2005-08-26 License: Free Non-Commercial Price: $0.00USD
12 downloads
Sortable table javascript 1.5.6

Sortable table javascript 1.5.6


Simple script that allows users to sort your tables by simply adding a script to your page and a class and id to your tables! more>> Simple script that allows users to sort your tables by simply adding a script to your page and a class and id to your tables!<<less
Added: 2007-03-13 License: Other Price: $0.00USD
18 downloads
AJAX sorting with Script.aculo.us

AJAX sorting with Script.aculo.us


Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX. more>> Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX.<<less
Added: 2007-08-10 License: Free for non-commercial use Price: Free
742 downloads
A Sortable Data Grid Using Ajax

A Sortable Data Grid Using Ajax


Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a more>> Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a page reload. Full instructions including source code and demo.<<less
Added: 2005-11-24 License: Freeware Price: $0.00USD
16 downloads
Sorting images with PHP and DHTML

Sorting images with PHP and DHTML


Using this script admins or users can arrange the photos in an order they would like to view. This script would be really helpful when we integrate it with flash. more>> Using this script admins or users can arrange the photos in an order they would like to view. This script would be really helpful when we integrate it with flash.<<less
Added: 2007-07-30 License: Other Free / Open Source License Price: $25.00
825 downloads
HTML table sorting JavaScript 1.30

HTML table sorting JavaScript 1.30


Include this script in your html page header and add class="sortable" to the tables you want sorted. You can then sort the tables by either press ctrl-alt and click anywhere inside the table; Or click the links auto-added on your table column headings. more>> Include this script in your html page header and add class="sortable" to the tables you want sorted. You can then sort the tables by either press ctrl-alt and click anywhere inside the table; Or click the links auto-added on your table column headings. The script allows automatic detection and sorting of data types like major currencies, US time/date, numbers (scientific notation too), IP addresses, etc; You could also explicitly specify column data type to override auto-detection; Specify European styled date/time sorting as well as any user-specified date format, or even specify custom data type and supply custom sorting functions if so wished to sort anything you want! Other features include support for cookie (remember sort state), multi-row table headers/footers, preserving the row/cell styles (eg alternatively highlighted rows), X-browser support, complete control over the looks of sorting link both before and after sorting. Its by far the most advanced table sorter on web!<<less
Added: 2006-03-14 License: Freeware Price: $0.00USD
25 downloads
Adding Sorting and Paging in GridView

Adding Sorting and Paging in GridView


ASP.NET 2.0 Free Training : Adding Sorting and Paging in GridView - In this tutorial you will learn adding sorting and paging in a GridView Control, Implement Two Column Sorting, Create Code for Custo more>> ASP.NET 2.0 Free Training : Adding Sorting and Paging in GridView - In this tutorial you will learn adding sorting and paging in a GridView Control, Implement Two Column Sorting, Create Code for Custom Sorting, Editing the GridView control data, Deleting Displayed Records, Inserting Records and Using Templates.<<less
Added: 2005-09-29 License: Freeware Price: Free
885 downloads
Easily sort tables on a web page with Dynamic Table 1.0.5

Easily sort tables on a web page with Dynamic Table 1.0.5


Dynamic Table is a script that enables your users to sort a table by clicking on the table headers. The script is very light-weight (under 5Kb) and super fast! It wont interfere with the look of the table, it just adds extra functionality. Setting more>> Dynamic Table is a script that enables your users to sort a table by clicking on the table headers. The script is very light-weight (under 5Kb) and super fast! It wont interfere with the look of the table, it just adds extra functionality. Setting it up can be done very simply by just importing a single js file and then initializing with one line of code. The freeware version is fully functional and can be used by anyone.<<less
Added: 2006-07-20 License: Freeware Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5