A cool'n'simple search page using Google AJAX Search API, and some DHTML
In this article I'll demonstrate how easy it is, to create a usable webpage with some advanced technologies (such as fast asynchronous web search) in a very simple way, using a public API. You can see this in action at my personal website: http://www.kenegozi.com
Background
I've created this page since I wanted:
- A search oriented homepage that uses google as it's engine
- To be able to search and re-search without needing to point the cursor to the search field, nor use a lot of tab keystrokes
- A simple way to search my blog
- A cool root for my personal website
Using the code
Step 1: Initialization
The first thing we are going to do, is to create a minimal webpage markup
Comments