AJAXSLT
Now that
some seem to really dislike the term
Ajax, here comes
AJAXSLT from Google:
AJAXSLT is an implementation of XSL-T in JavaScript, intended for use in fat web pages, which are nowadays referred to as AJAX applications. Because XSL-T uses XPath, it is also an implementation of XPath that can be used independently of XSL-T.
Via
JohnveyAJaX: Asynchronous JavaScript + XML
Ajax: A New Approach to Web Applications by Jesse James Garrett
Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates:
- standards-based presentation using XHTML and CSS;
- dynamic display and interaction using the Document Object Model;
- data interchange and manipulation using XML and XSLT;
- asynchronous data retrieval using XMLHttpRequest;
- and JavaScript binding everything together.

[...] The biggest challenges in creating Ajax applications are not technical. The core Ajax technologies are mature, stable, and well understood. Instead, the challenges are for the designers of these applications: to forget what we think we know about the limitations of the Web, and begin to imagine a wider, richer range of possibilities.
Some examples of Ajax:
Google Maps,
BXE,
Flickr.
map.search.ch uses Javascript, but I am not sure if it would qualify as AJAX?
UPDATE:
Dare Obsanjo doesn't like the newly coined term Ajax.
Here he says why.
Synchronized Multimedia Activity Launched
Congratulations Gon!
Gon trackbacked my
earlier entry on the bitflux blog about him to send me a notice about the relaunch of SYMM:
W3C is pleased to announce the relaunch of the Synchronized Multimedia (SYMM) Activity. The Synchronized Multimedia Working Group is co-chaired by Yoshihisa Gonno (Sony) and Guido Grassel (Nokia) and will extend the SMIL 2.0 W3C Recommendation.
See Gon's post at:
Synchronized Multimedia Activity LaunchedSVG OPEN 2004 CALL FOR PARTICIPATION
Announcing SVG Open 2004, the 3rd Annual Conference on Scalable Vector
Graphics! The conference will be held September 7-10, 2004 at Keio
University, Japan, on the Mita Campus in Tokyo. For full details on the
conference, tune your Browser to the conference Web site:
SVG Open 2004
Via Jun Fujisawa