Showing posts with label autocomplete. Show all posts
Showing posts with label autocomplete. Show all posts

Thursday, February 7, 2008

FaceBook Like - jQuery and autosuggest Search Engine

FaceBook Like - jQuery and autosuggest Search Engine

This autosuggest search engine is inspired from facebook for design, use jQuery as ajax framework and BSN Autosuggest libs.
Features :
- Autosuggest and ajax support
- Support search plugins
- Support cache
- Cross Browser support ( IE > 5.5, FireFox, Safari, Opera )


You can look at the HTML source to understand how to use this autosuggest module.
To download example, click here.

Tuesday, January 8, 2008

Auto-Suggest & Auto-Complete Control

Auto-Suggest Control (CodeProject)
This article presents code that augments any INPUT box with an auto-suggest feature, AJAX-capable.
Download latest (beta) release - 8.4 KB
Download stable release - 7.8 KB

Auto-complete Control (CodeProject)
http://www.codeproject.com/KB/scripting/jsactb.aspx

Friday, January 4, 2008

Auto-Complete Widgets with Dojo, Scriptaculous, Yahoo User Interface

Fun with Auto-Complete Widgets (developer.com)
read page: 1 2 3 4




Implementation in Dojo
dojo.widget.ComboBox

Implementation in the Scriptaculous Toolkit
Ajax.Autocompleter

Implementation in the Yahoo User Interface (YUI) Library
YAHOO.widget.AutoComplete





sources

You can download the code that accompanies this article here.

References
Google labs Auto complete: http://www.google.com/webhp?hl=en&complete=1
Dojo: http://dojotoolkit.com/
http://www.sauter-online.de/dojo/demos/widget/comboBox.html
Yahoo! User Interface Library (YUI): http://developer.yahoo.com/yui/
http://developer.yahoo.com/yui/examples/autocomplete/ac_states_jsarray.html
Script.aculo.us: http://script.aculo.us/
Prototype _JavaScript Library