Dojo
The Dojo Toolkit is an open source JavaScript Library that allows users to develop JavaScript/Ajax-based applications and websites.
Thursday, June 16th, 2005
Category: Articles
, Dojo
The well-known Dojo toolkit provides a solution for the infamous back button problem, but Mike Stenhouse demonstrates how to implement back button trapping yourself along with bookmarking support (via re-writing the browser URL) in a well-written article. I’ve written a little script to try and fix the back button and bookmarking issues common to some Read the rest…
Tuesday, May 17th, 2005
Category: Ajax
, Dojo
, Examples
, Toolkit
, XmlHttpRequest
Scott Miles took the latest Dojo Toolkit, and built a new Grid Widget: It’s not much of a dataset, but the grid has sorting and in-place editing. The data is retrieved asynchronously from a PHP/MySql backend. I have an internal version which transparently writes edits back to the DB (which is kind of snazzy). Good Read the rest…
Monday, May 9th, 2005
Category: Ajax
, Dojo
Alex Russell is the head honcho behind the opensource JavaScript framework Dojo Toolkit, and works for Jotspot, a Wiki company. Alex gave more of a spoken word talk, than a presentation, which meant that the sentences weren’t full of “er and um” :) HTML applications don’t have to abuse users Alex talks about the land Read the rest…