Interesting GUI developments, it seems. Anyone developed a "Ajax" application using Python? Very curious....
thx
(Ajax stands for: 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
We're using it in a couple of projects with Zope as the backend and it works really well - the web applications are way more responsive now (I'm hoping someone with lots of Zope knowledge will redo the ZMI itself using this approach).
-Dave -- http://mail.python.org/mailman/listinfo/python-list