February 24, 2008 – 10:15 pm
In the very little free time that I had, I wrote up a small registration form that features live Ajax validation. Ajax has been around for a while so this may seem just like yet another “Web 2.0″ thing. However, I designed this form to represent a use of Ajax that adds to the user […]
January 16, 2008 – 7:58 am
JSON is a happy, lightweight data-interchange format similar to XML. It’s often used in AJAX applications and is commonly offered as a response type (e.g. Yahoo, Google, Twitter). JSON is based on a subset of the JavaScript language but its syntax is similar to those of C-based languages, so it’s considered a “language-independent” format although […]
January 9, 2008 – 5:07 pm
I came upon this portfolio with a unique navigation concept implemented in mootools. The library is used to scroll the window, in effect panning around the contents. Kinda neat. Just curious, I implemented this with jQuery.
January 8, 2008 – 12:33 am
Let’s make sortable lists that remember their order like the ones found in the To-Do lists for 37signals’s Basecamp. With Ajax calls and sortables implemented in Prototype and script.aculo.us, this is just a matter of putting the puzzle pieces together. And for those of you impatient, here’s the final result.