Re: python and ajax

2005-08-30 Thread gene tani
http://www.modernmethod.com/sajax/ http://selenium.thoughtworks.com/usage.html Stephan Diehl wrote: > On Mon, 29 Aug 2005 12:04:46 -0700, Steve Young wrote: > > > Hi, I was wondering if anybody knew of any good > > tutorial/example of AJAX/xmlhttprequest in python. > > Thanks. > > > > -Steve > > A

Re: python and ajax

2005-08-30 Thread Stephan Diehl
On Mon, 29 Aug 2005 12:04:46 -0700, Steve Young wrote: > Hi, I was wondering if anybody knew of any good > tutorial/example of AJAX/xmlhttprequest in python. > Thanks. > > -Steve As all the others have said already, AJAX has nothing to do with python, but everything with JavaScript. You might wa

Re: python and ajax

2005-08-29 Thread Jp Calderone
On Mon, 29 Aug 2005 12:04:46 -0700 (PDT), Steve Young <[EMAIL PROTECTED]> wrote: >Hi, I was wondering if anybody knew of any good >tutorial/example of AJAX/xmlhttprequest in python. >Thanks. > There's a short example of Nevow's LivePage online here: http://divmod.org/svn/Nevow/trunk/examples/live

Re: python and ajax

2005-08-29 Thread Peter Hansen
Steve Young wrote: > Hi, I was wondering if anybody knew of any good > tutorial/example of AJAX/xmlhttprequest in python. > Thanks. I can't say if it's "good" since I haven't looked at it yet, but it's certainly timely: this was just posted to the c.l.p.announce group: --

Re: python and ajax

2005-08-29 Thread matt
Steve- I recently ported version 1.3 of cpaint to python. Soon after version 2.0 was released and I haven't really looked at it since. The 1.3 stuff was really simple though if you understand cgi, then you just implement a endpoint for your request to call. The javascript side is really the onl

Re: python and ajax

2005-08-29 Thread Do Re Mi chel La Si Do
Hi ! Here : http://wikipython.flibuste.net/moin.py/AJAX @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

python and ajax

2005-08-29 Thread Steve Young
Hi, I was wondering if anybody knew of any good tutorial/example of AJAX/xmlhttprequest in python. Thanks. -Steve Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs -- http://mail.python.org/mai

Re: Python and "Ajax technology collaboration"

2005-02-24 Thread Evan Simpson
John Willems wrote: Interesting GUI developments, it seems. Anyone developed a "Ajax" application using Python? Very curious Not what you meant, perhaps, but http://weboggle.shackworks.com has a Javascript/HTML/CSS one-page client that uses XMLHttpRequest to talk to a Python back-end. The re

Re: Python and "Ajax technology collaboration"

2005-02-24 Thread Valentino Volonghi aka Dialtone
Chris <[EMAIL PROTECTED]> wrote: > Does anyone else have any Nevow examples? Nevow SVN is full of examples ranging from a simple hello world to a complete blog engine with xml-rpc, smtp and web interfaces for adding new posts and an atom feed, or even a live chat or a pastebin or an image uploade

Re: Python and "Ajax technology collaboration"

2005-02-24 Thread Chris
Does anyone else have any Nevow examples? In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > aurora <[EMAIL PROTECTED]> wrote: > > > It was discussed in the last Bay Area Python Interest Group meeting. > > > > Thursday, February 10, 2005 > > Agenda: Developing Responsive GUI Applicati

Re: Python and "Ajax technology collaboration"

2005-02-23 Thread Valentino Volonghi aka Dialtone
aurora <[EMAIL PROTECTED]> wrote: > 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 Li

Re: Python and "Ajax technology collaboration"

2005-02-23 Thread Dave Brueck
John Willems wrote: 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 d

Re: Python and "Ajax technology collaboration"

2005-02-23 Thread aurora
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.

Python and "Ajax technology collaboration"

2005-02-23 Thread John Willems
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 usi