30 Must-Bookmark Web 2.0 Generator 

Save your working time for more sleeps and beers! Leverage the power of these 30 web generator tools online, for free.

JSON Suggest Box 

Turn a text box into an auto suggest box which search’s and displays results specified in a JSON string either on construction or dynamically. The set of results can contain images and extra details about each item. If must atleast contain the text to actually search on. The chosen item can optionally be sent to [...]

Remove the Human Element – a Guide to Site Automation 

Anybody who is old enough to remember sites from before WordPress and CMS’es knows that the number one hardship of owning and running a site was updating it. You had to go through and update every file, move content from one document to another, it all took too long and was too much trouble. I’ll [...]

Auto-Complete Field with jQuery 

I thought i would write this tutorial because most of the auto completer applications i have seen just dump the code into a zip and tell you how to use it rather than how and why it works, knowing about this enables you to customise it a lot more (this has been demonstrated with the [...]

Auto-Complete Field with jQuery – Code Explained 

Hello! As I promised, I’ll be explaining all the JavaScript code of the auto-complete field in this post. If you haven’t read the previous post where I talk about the auto-complete field take a moment to read it first before continuing. Now take some cookies because the post is quite long. Be comfortable and let’s [...]

jQuery Autocomplete Mod 

This is a modification of Dylan Verheul’s jQuery Autcomplete plug-in.

Facebook like Autocomplete 

This autosuggest search engine is inspired from facebook for design and uses jquery.

AutoComplete – JQuery 

jQuery plugin: Autocomplete is very easy to integrate to your existing forms.

AJAX: Auto Suggest 

The auto suggest bar has almost become a standard feature on the web today, this article shows how you can make your very own using AJAX and PHP.

Auto Suggest Box 

A normal text input box which, using a custom javascript function, automatically suggest’s results as the user types. The mark up is simple