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
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
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
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:
--
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
Hi !
Here : http://wikipython.flibuste.net/moin.py/AJAX
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
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.
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
14 matches
Mail list logo