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