Welcome!

Open Source Authors: Patrick Burke, Maureen O'Gara, Elizabeth White, Liz McMillan, David Smith

Related Topics: AJAX & REA

AJAX & REA: Article

Feather AJAX: The Lightweight AJAX Library

Lightweight, Easily Customizable AJAX Library

Software developer Sean Patrick Kane has created a JavaScript library for implementing AJAX functionality on a webpage. Called Feather AJAX, the script is less than 1KB in size and works in all modern browsers. The library is light-weight, and easily customizable.

Kane promises that his library is simple and easy to learn. Hosted on Kane’s personal website (www.celtickane.com/programming/code/ajax.php), the library can be downloaded for free. Users can also make changes if they wish to. “I only ask that you retain the comments at the top of the code that contains the original author information,” says Kane.

Advantages of Feather Ajax
• Extremely customizable - The code is so small and compact, it's easy to figure out how it works, and change it to the way that developers like it

• Cross-Browser Support - It works on most, if not all, mainstream browsers that support Javascript. It has a built-in redundancy system to ensure that it will work

• Extremely light weight - The code isn't bloated, so webpages will load fast. The entire purpose of Feather AJAX is to get the job done and over with easily.

• Object Oriented - Because it's object oriented, it gets around an AJAX bug that is really annoying. If one tries to have two AJAX connections going at the same time in Firefox, the second one will fail and an error complaining about NS_ERROR_NOT_INITIALIZED. As long as the developers create two objects with different names, this error won't present itself.

Two versions of Feather AJAX are available: a commented version, which serves as documentation, and an uncommented one that saves bandwidth.

More Stories By RIA News Desk

Ever since Google popularized a smarter, more responsive and interactive Web experience by using AJAX (Asynchronous JavaScript + XML) for its Google Maps & Gmail applications, SYS-CON's RIA News Desk has been covering every aspect of Rich Internet Applications and those creating and deploying them. If you have breaking RIA news, please send it to RIA@sys-con.com to share your product and company news coverage with AJAXWorld readers.

Comments (2) View Comments

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


Most Recent Comments
n d 09/18/06 04:52:13 PM EDT

Software developer Sean Patrick Kane has created a JavaScript library for implementing AJAX functionality on a webpage. Called Feather AJAX, the script is less than 1KB in size and works in all modern browsers. The library is light-weight, and easily customizable.

AJAXWorld News Desk 07/18/06 12:17:37 PM EDT

Software developer Sean Patrick Kane has created a JavaScript library for implementing AJAX functionality on a webpage. Called Feather AJAX, the script is less than 1KB in size and works in all modern browsers. The library is light-weight, and easily customizable.