SIFT : Sift Iteratively For Text
A PHP/JavaScript API that will create a drop-down box that updates as a user types. Very much like "Google Suggest" this API will allow you to create drop down boxes for very large (1000+) lists. The list is not preloaded onto the web page, instead it uses HTTP requests to get the updated list as the user types.
Description:
A cross-browser PHP/JavaScript API that implements iterative drop-down box searching similar to Google's "Google Suggest". The API allows for an SQL query or an Array that will produce the desired drop-down results. Works well across browsers and is very fast. It is a great way to display lists that are very large (Suggested when you have more than 20 and a must when dealing with lists that have a lengths in the thousands.)
Contact Info:
Download URL:
License:
GNU General Public License (GPL)
Audience:
- State Government