|
|
View previous topic - View next topic |
Author |
Message |
biggerUniverse Mage
Joined: 18 Nov 2003 Posts: 326 Location: A small, b/g planet in the unfashionable arm of the galaxy
|
Posted: Tue Aug 23, 2005 6:32 am Post subject: Ajax anyone? |
[quote] |
|
Has anyone used it, and is it actually any more useful than PHP or Servlet+JSP? _________________ We are on the outer reaches of someone else's universe.
|
|
Back to top |
|
|
Mandrake elementry school minded asshole
Joined: 28 May 2002 Posts: 1341 Location: GNARR!
|
Posted: Tue Aug 23, 2005 2:16 pm Post subject: |
[quote] |
|
I've used it. It's just a different technology. It's usefull for things like real-time searches or dynamic forms. It's a way of extending PHP/ASP/Etc, not a replacement for them. _________________ "Well, last time I flicked on a lighter, I'm pretty sure I didn't create a black hole."-
Xmark
http://pauljessup.com
|
|
Back to top |
|
|
LeoDraco Demon Hunter
Joined: 24 Jun 2003 Posts: 584 Location: Riverside, South Cali
|
Posted: Wed Aug 24, 2005 7:08 am Post subject: |
[quote] |
|
I have not messed around with the XMLHttpRequest side of things, as of yet, but I have been doing the other two (notable) features of AJAX for a while: as a brief search of the forums would suggest, I have been championing (proper) HTML/CSS for quite some time; I have also been utilizing the DOM bindings in JS for about a year now, with different projects. The latter, as Mandrake suggests, are very nice for dynamic form construction.
While I can see a few areas where using something like SOAP might be useful, I have no immediate use for it. I'm working on a rewrite of my website, and could probably tack some of the functionality on there, but I would have to redesign whole segments of it to minimize the data transfers. _________________ "...LeoDraco is a pompus git..." -- Mandrake
|
|
Back to top |
|
|
Nephilim Mage
Joined: 20 Jun 2002 Posts: 414
|
Posted: Wed Aug 24, 2005 6:16 pm Post subject: |
[quote] |
|
Yeah, what Mandrake said. You'll still probably need PHP or Java (or whatever) on the server side to get AJAX to work. My understanding is that AJAX is more of a paradigm for how information goes back and forth. Instead of loading up separate pages of a web application every time a user wants to do something, instead, you send the whole application once, and then send XML back and forth. But you still need something to process requests and send back XML on the server side. _________________ Visit the Sacraments web site to play the game and read articles about its development.
|
|
Back to top |
|
|
|
Page 1 of 1 |
All times are GMT
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|