It was discussed in the last Bay Area Python Interest Group meeting.

Thursday, February 10, 2005
Agenda: Developing Responsive GUI Applications Using HTML and HTTP
Speakers: Donovan Preston
http://www.baypiggies.net/

The author has a component LivePage for this. You may find it from http://nevow.com/. Similar idea from the Javascript stuff but very Python centric.



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

ie Google has used these technologies to build Gmail, Google Maps etc.

more info:
http://www.adaptivepath.com/publications/essays/archives/000385.php)


-- http://mail.python.org/mailman/listinfo/python-list

Reply via email to