Category Archives: AJAX

Asynchronous JavaScript and XML

WordLadder Coding Challenge

Recently a co-worker of mine was interviewing with a large internet retailer of some Brazillian-jungle influence, and was asked to write a word ladder application in Java using a given dictionary. The object of the application was to find the … Continue reading

Posted in AJAX, Development, Fun & Games, PHP | 3 Comments

Aptana Web IDE

I just wrote a review of the Eclipse-based Web IDE called Aptana. With features like code completion for JavaScript, CSS and HTML, DOM compatibility checking, and cross-browser quirkiness testing, it’s shaping up to be a very good editor. Read the … Continue reading

Posted in AJAX, Development, JavaScript | Leave a comment

AJAX Rating Stars

Today I bring to you the second installment to my fledgling widgets library (which, by the way, I intend to packages together when I get enough components): AJAX Rating Stars. You have probably seen examples of these used all over … Continue reading

Posted in AJAX, Development, JavaScript, Widgets | 69 Comments

AJAX-enabled Help-Balloons

These have been deprecated with a new version available. Click here to go to the new version. As more and more websites adopt Web2.0 design, the simplicity of 25-year-old console styling is a thing of the past. Web browsers are … Continue reading

Posted in AJAX, JavaScript, Widgets | 115 Comments

Ajax.Form enhancement to Prototype.js

After using Prototype.js for a while, one shortcoming I’ve found is that it lacks the built-in ability to submit an entire form via AJAX. To remedy this, I created an addon to address this (available here: prototype.ajax.form.js). View the source … Continue reading

Posted in AJAX, Development, JavaScript | 5 Comments