AJAX category archive

April 24th, 2007 | Filed under Javascript, AJAX, Extensions, Firebug

Firebug’s creator, Joe Hewitt, demonstrates how he uses Firebug.


July 20th, 2006 | Filed under Javascript, DHTML, AJAX, API

Social timeline maker Dandelife is really cool but I’m anti-social, and anti-hosted data. Happily, with the open source, fancy pants SIMILE Timeline one can create and host their own timeline. Fabulous.


AJAX homepage tutorial

June 26th, 2006 | Filed under Javascript, DHTML, AJAX, Tutorials

After reviewing about 17 dozen dynamic RSS reader homepages on Lifehacker (like Google’s Personalized Homepage and Netvibes and Protopage) - which are all basically the same - it warms my heart to see a tutorial on how to build your own.

Hopefully this means these “desktop” homepages have jumped the shark and everyone move their “WebOS” dev efforts onto something a bit more innovative (and useful!).

AJAX Desktop tutorial [MuseStorm]

FileChucker: AJAX File Upload Script with Progress Bar

February 24th, 2006 | Filed under AJAX, Perl

FileChucker’s a $15 Perl script that provides an Ajax-y file upload interface for your web site, complete with progress bar. Haven’t tried it, but looks pretty cool.

FileChucker: AJAX File Upload Script with Progress Bar [Encodable Industries]

AJAX Unit Testing

February 15th, 2006 | Filed under AJAX, Unit testing

The words “Ajax” and “Unit testing” spoken in the same how-to article make me all warm and tingly inside. If JSUnit is actually workable, I’ll have a lot less mental blockage around dev’ing Ajax functionality for sure.

AJAX and Unit Testing - it’s time to mingle [Jim Plush’s Programming Paradise]

Yahoo! UI Library

February 13th, 2006 | Filed under Javascript, DHTML, AJAX

The Yahoo! User Interface Library’s got a bunch of open source Ajaxy UI components, including a Calendar control, Drag and Drop, a Slider and Tree View. Neat.

Yahoo! UI Library

Ajax tutorial linkdump

February 9th, 2006 | Filed under Reference, AJAX, Tutorials

A few Ajax links I’ve been hoarding:

Updated with one more link.


AJAX Golden Rule

October 20th, 2005 | Filed under AJAX

Just because you can doesn’t mean you should.


AJAX using only an image

October 3rd, 2005 | Filed under DHTML, AJAX

Forget XMLHttpRequest, this Ajax method sets the src of an img dynamically to pull data from the server.

AJAX using only an image

Ajax invite-only comments

September 26th, 2005 | Filed under AJAX

I’ve been MIA here because we just launched invite-only comments over at Lifehacker which involve a crazy MT plugin and really neat Ajax as-you-type comment preview and posting.

Usually velvet ropes aren’t my cup of tea, but the invitation system seems to be working well. I’ll send anyone an invite who offers an earnest and worthwhile tip for the site. So far there have been fewer comments than I anticipated but the ones that are there are super-high quality and on-topic, so that makes me happy.

Comments completely change the face of a site, making a post an interaction instead of a statement, which is nice. I felt kind of high up there on my LH horse and disconnected from the readership. Now, with comments, I feel like we can all stand around and chat.

Comments also went live on Gawker, and already commenters there have been banned and threads seem more like a standup comedy routine where people compete to show who’s snarkier. Which makes sense for Gawker, I guess.

Anyway, most other stuff has been put on hold while I pack my apartment to move West and keep Lifehacker on track. Hopefully more dev posts soonish.


Ajax quick searches and lookups

September 21st, 2005 | Filed under Javascript, DHTML, AJAX

ObjectGraph’s define-as-you-type dictionary and Wikiwax’s dynamic Wikipedia lookup are my two favorite uses of Ajax.

ObjectGraph Dictionary
WikiWax

Ajax SuggestBox

September 8th, 2005 | Filed under AJAX

SuggestBox in actionThe free Ajax SuggestBox will render a search input box that drops down with suggestions as-you-type on a web page. The Javascript and server-side script for getting suggestions available for download.

The most useful applications of this type of suggest I’ve seen are for entering freeform tags in del.icio.us, and for a Wikipedia search at WikiWax. Of course, there’s always Google Suggest which I think started the whole suggest theme. Any others out there?

SuggestBox


Learning Ajax

September 4th, 2005 | Filed under AJAX

O’Reilly developer Micheal Smith asks readers what resources will help him learn Ajax, and gets a few good recommendations in response.

Learning Ajax (JavaScript and XML): recommendations? [O’Reilly XML.com]