MochiKit TODO

  1. Support for TAL or Kid-like templating (like the ajax_tables example).
  2. A nice general API for doing a complex async XMLHttpRequest (e.g. supporting POST, etc. directly), and an API for doing synchronous XMLHttpRequests. (See <http://groups-beta.google.com/group/mochikit/browse_thread/thread/de8ed8b42bfe52e7>).
  3. Some kind of iframe, injected-script-tag, or Flash (ugh) API for getting at data to work around the brain-dead "security" model of XMLHttpRequest.
  4. WebDAV
  5. SimpleEventSystem ? (Bob, what do you think?)
  6. script.aculo.us-like visual effects. Candidate: ScriptAculoUs.
  7. Support for select and textarea fields in formContents().

The ever-present TODO items are:

  1. Tutorials / High-level documentation
  2. More demos (and add more polish to the demos we do have)