473,320 Members | 2,193 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Python and "Ajax technology collaboration"


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/publicat...ves/000385.php)

Jul 18 '05 #1
6 1776
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/publicat...ves/000385.php)


Jul 18 '05 #2
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 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
Jul 18 '05 #3
aurora <au******@gmail.com> 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 LivePage for this. You may find it from
http://nevow.com/. Similar idea from the Javascript stuff but very Python
centric.


As an example for that technology (LivePage) I have this:

http://vercingetorix.dyndns.org:20080/

Which is an online forum where the "Quote & Reply" function is done with
XMLHttpRequest and Python.

Implementing this stuff in the forum with Nevow ( the framework created
by Donovan who I help to develop ) was almost effortless.

--
Valentino Volonghi aka Dialtone
Now Running MacOSX 10.3.8
Blog: http://vvolonghi.blogspot.com
http://weever.berlios.de
Jul 18 '05 #4
Does anyone else have any Nevow examples?
In article <1g*********************************************@g mail.com>,
di**********************@gmail.com says...
aurora <au******@gmail.com> 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 LivePage for this. You may find it from
http://nevow.com/. Similar idea from the Javascript stuff but very Python
centric.


As an example for that technology (LivePage) I have this:

http://vercingetorix.dyndns.org:20080/

Which is an online forum where the "Quote & Reply" function is done with
XMLHttpRequest and Python.

Implementing this stuff in the forum with Nevow ( the framework created
by Donovan who I help to develop ) was almost effortless.

Jul 18 '05 #5
Chris <se***@yahoo.com> 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 uploader and so on.

--
Valentino Volonghi aka Dialtone
Now Running MacOSX 10.3.8
Blog: http://vvolonghi.blogspot.com
http://weever.berlios.de
Jul 18 '05 #6
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 requests are very crude, though, and the server
is utterly specialized (no framework, not even asyncore).

Cheers,

Evan @ 4-am

Jul 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Larry Bud | last post by:
More of a design question than technical.... combining Ajax technology with ASP... Top portion of the page contains several Select boxes which are dependant upon one another. Ajax handles that...
3
by: Tony | last post by:
I've done a fair bit of searching on this, but I want to be certain about what I've found - so here goes with a long example and three questions: For clarity, let me give an example (a number of...
6
by: blueapricot416 | last post by:
I have some javascript in a standard HTML page that uses the ubiquitous "XMLHttpRequest" to send data to a remote ASP page. If that page "answers back" by sending a string using a simple...
1
by: Tony Lawrence | last post by:
Probably a lot of you here are already old hands at Ajax, but I haven't started doing this yet. Part of the reason was that I really didn't understand where Ajax would be useful to my own site,...
3
by: caston | last post by:
Well, everybody can now agree with the fact that the Ajax hype is over. Still multiple Ajax Frameworks are flourishing, aren't they? So, last night I questioned myself with the following: "When...
2
by: pe3no | last post by:
Hi, I'm going to create applications PHP + AJAX + Linux + Apache + Postgres. - Other Open Source technologies / Frameworks, etc. also :) Is this book http://www.amazon.com/gp/reader/0471777781...
1
by: mark4asp | last post by:
Which should I use: 1. "ASP.NET AJAX-Enabled Web Site" or 2. "AJAX Control Toolkit Web Site"? In the first, controls from the control toolkit start as: <cc1:SomeControl></cc1> In the 2nd,...
5
by: Sommer.pde | last post by:
It took me some time to find out when and why this happens. When the window of Internet Explorer is closed with an AJAX call still pending, something funny happens. Do it twice, and you will have...
11
by: Jonathan Wood | last post by:
Can anyone point me to any good resources on adding AJAX to a page once the page has already been created? I know VS2008 has options to add AJAX pages, but I didn't select those options when the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.