20 Excellent AJAX Effects You Should Know
NETTUTS just published a list of 20 extremely useful Ajax effects that they say are “the top 20 Ajax effects that every web developer should know.”
Here’s the quick summary they provide:
There are a few special techniques or effects that can spice up just about any web page. These are the top 20 Ajax effects that every web developer should know. They’re essential parts of any web developer’s toolbox. If you haven’t seen them yet, you no doubt will in your future web development endeavors.
I would strongly suggest taking a look at the list in full, but I have pulled out a few of my favorites.
Inline Editing
This small aesthetic feature is something that really adds to the user experience. It’s a subtle move, but allows for easy editing of information. It has been used on sites like Flickr and Last.fm brilliantly and is something quick and easy to implement.
View a demo
Download the source
Live Validation
Allowing users to view live feedback while filling in a form will prevent users from having to resubmit forms due to providing incorrect information. It can also allow users to see availability of usernames and show whether or not their e-mail address is valid.
View a demo
Download the source
Ajax IM
Ajax IM has developed into an amazing instant messenger client that is extremely easy to implement into your site over the last few years. Extremely customizable, this could help increase interaction on a social networking site with ease.
View a demo
Download the source

