Building AJAX Tabbed Content

Wednesday, February 22nd, 2006

The Ajax Lessons blog has a nice tutorial on Building Tabbed Content using a mix of JavaScript and PHP.

Yahoo! UI Library

Monday, February 13th, 2006

Here’s a real gem! The Yahoo! UI Library is a collection of JavaScript libraries that have been released as open source under a BSD license and are free for all uses!  The library contains libraries for DOM scripting, HTML, AJAX and a set of really cool UI widgets.

Fantastic AJAX JS Library

Monday, February 13th, 2006

moo.ajax is a small and awesome JavaScript library that will make embedding AJAX calls in your web applications very easy.  I’ve been using this library for the past couple of weeks, and have found it to be great to work with.  It’s based on the popular Prototype JS library, but is much smaller in size (3K) so is a perfect solution if the full Prototype library add too much overhead.

Preloading Data with Ajax and JSON

Monday, January 30th, 2006

The Particletree weblog has a great tutorial on Preloading Data with Ajax and JSON.  This is a neat technique to help speed up the responsiveness of your web applications.

Great Web 2.0 Developers’ Firefox Extension

Thursday, January 19th, 2006

This has got to be one of the greatest Firefox Extensions aimed at the Web 2.0 developer. FireBug is a docking pane that essentially replaces the Firefox DOM Inspector, JavaScript Console and HTTPRequest Sniffer all in one fell swoop.  The pane docks against the document loaded into the current tab or window and shows information only for that page.  The best part is that the DOM inspector included with this tool is far simpler and more powerful than the one installed with Firefox.  Go get this one now!

AJAX Tutorial with Prototype

Monday, January 16th, 2006

Web develolper Pete Freitag offers a nice concise AJAX Tutorial using Prototype - a popular JavaScript library.  The tutorial walks you through the steps to create a live zipcode lookup widget.

General Web Development Advent Calendar

Thursday, December 22nd, 2005

Another advent calendar worth reading is 24 ways. Again a post every day from December 1 to December 24 except this calendar post totally awesome general web development tutorials.

Using AJAX for Security

Wednesday, December 21st, 2005

Wow - here’s some pretty cool uses for AJAX. In a three part tutorial, security schemes are created that:

I think there are some serious usability issues with parts one and three, as I must admit that I was unable to make them work (mostly an eye/hand coordination thing) but they are none the less cool and worth checking out.

AJAX Issue Tracking Application

Monday, December 19th, 2005

Agave Group has released a very good Priority / To-Do / Keep-track-of-stuff List web application. It’s a pretty slick open-source product that uses lots of AJAX mixed with PHP and MySQL. The download info is available in a separate post.

Cross-Domain Scripting using Dynamic Node Creation

Tuesday, December 6th, 2005

Dynodes use CSS, unobtrusive Javascript, and the Document Object Model to create, import, run, and destroy foreign script nodes on demand, without the usual security restrictions faced by AJAX.