Open/Close


Archive for the 'AJAX' Category

Spellbook: Milestone 0.2 (Neophyte)

February 21st, 2007 by joby

I’ve completed Milestone 0.2 of Spellbook.  This is not a fully functional product yet. I’ve only implemented the spell CRUD interface — the spell list functionality will be in Milestone 0.4.

The running application is available for data entry.

Firebug

February 12th, 2007 by joby

For anyone doing web development — particularly if you are using AJAX — you need to install the Firefox extension Firebug.  With this extension your ability to follow the flow of your web applications is unparalleled: from inspecting and modifying the DOM and CSS, monitoring network activity, and debugging JavaScript/AJAX.  Check out the site, install the extension, and increase your productivity!