Home > AJAX > Suggesting Auto Suggest

Suggesting Auto Suggest

January 19th, 2009 admin Leave a comment Go to comments

One of the biggest pieces on the Top10Reads site is the search bar.  Being a Google fan, I really wanted my search to work the same way as theirs. After researching a bit, I found that there are lots of other sites that have implemented the search text box the same way as Google.  As a user types the search box drops down a list of suggested keywords. This helps the user find the search term they are looking for quite easily. The technology used is AJAX. So with my rudimentary AJAX knowledge I went ahead an implemented it. Or tried to.

Well, the results did drop down.  But that’s about it. And now I appreciate the Google Search bar much more for the work that has gone in to it.

There’s tons of links and web resources on this. Most of it was terrible or used proprietary libraries (which meant that you need to download some big javascript libraries that other folk wrote).  In the end I found a Wrox book , Professional Ajax, 2nd Edition (Programmer to Programmer), that provided a fantastic description of this.  BTW – parts of this particular chapter happen to be available on Google Book search - check out Chapter 8.

Categories: AJAX Tags:
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.