Autocomplete as a service

Finished my second Yii project: autocompletesearch.com

It’s a web site that offers a bit of JavaScript and a backend to have autocompletion of input-fields on third-party sites (similar to Google’s search box or jQuery).

For now I concentrated on the core functionality and kept the layout similar to the default one. Most of the work went into getting the JavaScript to work.

At the moment, the site serves to test things out. It would be great to hear what you think about it and any errors you encountered!

What I noticed myself is that the response time is somewhat disapointing. It may be due to a slowish shared-host, but it’s something I need to keep working on.

Thanks for your input!

here something that may help you to see what others do: http://www.predictad.com/home/

congrats for your work