create a web presentation with ajax

J

Jo

hi there:

I ve never used ajax before but as a test i wanted to use it
for a web presentation i have to do, can you recomend some tutorial
or sample code?
Is it simple for someone who never used ajax?
Thanks

jo
 
D

David Dorward

I've never used ajax before but as a test i wanted to use it
for a web presentation i have to do,

It isn't a very useful technique for use in authoring presentations.
Its usefulness comes from being able to get updated information for
part of a webpage either periodically (when the data is changing) or
in response to user entered data. Neither is all that likely to crop
up in a presentation.
can you recomend some tutorial or sample code?

http://www.jibbering.com/2002/4/httprequest.html
http://developer.yahoo.com/yui/connection/
 
J

Jo

It isn't a very useful technique for use in authoring presentations.
Its usefulness comes from being able to get updated information for
part of a webpage either periodically (when the data is changing) or
in response to user entered data. Neither is all that likely to crop
up in a presentation.


http://www.jibbering.com/2002/4/httprequest.htmlhttp://developer.yahoo.com/yui/connection/

Hi.
thanks for your answer, I basically jsut want to sue ajax to change
"pages"
like a photo gallery, just its webpages that contain text and images
Cheers
 
D

David Dorward

thanks for your answer, I basically jsut want to sue ajax to change
"pages"
like a photo gallery, just its webpages that contain text and images

Since the data isn't going to be changing in the middle of the
presentation, there is little point in going back to the server each
time, its needless complication. I suggest using something like S5
instead.

http://s5project.org/
 
C

charles

Hi.
thanks for your answer, I basically jsut want to sue ajax to change
"pages"
like a photo gallery, just its webpages that contain text and images
Cheers- Hide quoted text -

- Show quoted text -

Since you're trying to do something simple, I would avoid using an
AJAX framework that will give you masses of functionality and hide how
it works.

My favourite tutorial is Peter-Paul Koch's version (http://
www.quirksmode.org/js/xmlhttp.html)
Or you could check the AJAX pages of w3schools.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,429
Latest member
JacelynKit

Latest Threads

Top