10 Auto Complete Ajax Scripts

Posted on

In 2005 when Google implemented Google Suggest, Ajax took off. Every web developer was trying to duplicate what Google accomplished. Its now 2008 and there are tons of ways to accomplish Google Suggest. Below is a list of 10 Auto Complete Scripts with various frameworks. The list below is in no particular order. jqac – Is jQuery plugin for autocomplete. jqac is very easy to implement and has a scrollable suggests list. It also allows… Read more »


10 Edit In-Place Ajax Scripts

Posted on

In an Era of Ajax and an increase use of Edit in place, I decided to put together a list of edit in place scripts. I hope this list will help you in your quest to make your web application or website more user friendly. This list is in no particular order. tEditable – In place editing for tables using the jQuery Framework. It works by allowing you to that edit cells in a table… Read more »


Tooltips for the Prototype framework

Posted on

Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework. If you also use Scriptaculous you can even add some nice effects to them. With Prototip you can show images, html, and even style the tooltip with css. There many different variations that you can create with Prototip.


8 Ajax Lightbox Scripts

Posted on

Let me first explain what Lightbox is. Lightbox is a simple, unobtrusive script used to overlay images on the current page. Since it is written in Ajax the page never reloads. Below is a List of 8 Lightbox scripts that all differ from the original. LightBox 2: In Lightbox 2 you are able to group images together to form a slideshow and it has some fancy transitions. Lightbox 2 only allows the use of Images…. Read more »


Javascript and Flash Upload Library

Posted on

SWFUpload is a combination of JavaScript and Flash that provides advanced browser upload control. This includes an AJAX style upload with progress notifications, Multiple file selection, and upload control. This is an excellent library that is fairly easy to install. This is my favorite upload library it is very easy to edit and you will be able to edit the style to fit your website.