Ajax In WordPress

Tuesday, March 30th, 2010

Here’s a good tutorial on implementing Ajax in WordPress themes.

Loading Indicator

Monday, March 15th, 2010

You can’t release that project into the wild until you give people a slick, colorful loading indicator to know that they are waiting for something to happen. Coding something from scratch is most certainly beneath you, so you need this progress indicator from AjaxLoad.info. It’s is a two-step process that takes about 20 seconds: choose from one of about 40 styles of indicators, and designate a background and foreground color. Hit ‘generate’, then if you like it hit ‘download’. It’s quicker than the time it took me to explain it. It will get you back working on your next big assignment that much sooner.

MooTools Tips

Friday, February 19th, 2010

Over at net.tutsplus.com David Walsh has a long article comprised of fifteen highly-detailed tips for optimizing your MooTools JavaScript framework code.

The Father of “AJAX” on AIR

Thursday, July 26th, 2007

Wired has a feature article with the man who coined the term “AJAX”,
Jesse James Garrett, where he suggests that  AIR will be another boost for web apps.  It really great to see the HTML/CSS/JS crowd embracing the AIR plaform just as it’s great to see Adobe embracing the same community.

The Power of Google Gears

Sunday, July 1st, 2007

O’Reilly’s ONLamp.com site has the first part in a new series documenting The Power of Google Gears. Part one outlines the database portion of the Google Gears API while future tutorials will show you how to use the WorkerPool and LocalServer API’s.

Showroom of Simple Downloadable DHTML and AJAX Scripts

Sunday, March 25th, 2007

MiniAjax.com has a showroom of nice looking simple downloadable DHTML and AJAX scripts that can add some zip and spice to your websites. The scripts have all been created and hosted by other authors, but this is a nice place to start to browse some of the most popular scripts of the past year or so.

Prototype 1.5 Complete Documentation

Friday, February 2nd, 2007

Prototype 1.5: The Complete Documentation has just been released. This 166 page pdf e-book was written by Sam Stephenson and the Prototype team so should be an authoritative source of docs.

Another (great) JavaScript Library

Monday, November 6th, 2006

Mootools is a small object-oriented JavaScript library that is crossbrowser compatible and easy to use. Some features include DOM effects, Ajax, DOM Navigator, drag and drop, sortable lists, cookies management and much more. The framework also makes it easy to extend HTML elements with your own methods, to help make your coding style way cooler.

One of the nicer features is the way you download mootools. You choose the features you want to use, and mootools packages a custom JS file that includes all dependencies. This makes mootools very small and efficient!

3 Easy Steps to Avoid JavaScript Memory Leaks

Wednesday, October 11th, 2006

Jack Slocum offers some 3 Easy Steps to Avoid JavaScript Memory Leaks. This article offers three great tips and an overview of using Leak Monitor to detect places where your JavaScript may be leaking.

Interview with Dojo Creator Alex Russell

Sunday, August 20th, 2006

Here is a nice two part interview with Alex Russell who is the creator of the Dojo AJAX toolkit. In Part I, Alex discusses the history and strengths and weaknesses of Dojo. Part II looks at AJAX challenges as well as competition to the Dojo toolkit.