Wrox Programmer Forums
|
Ajax the combination of XHTML, CSS, DOM, XML, XSLT, XMLHttpRequest, and JavaScript
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Ajax section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 5th, 2009, 06:30 AM
Registered User
 
Join Date: Feb 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ajax anyone

hi there

i just want to know what is Ajax give it to me in a nutshell
and it's relationship to JavaScript

Is Ajax exclusively used only with JavaScript

Thank you so much for your time in answering
have a nice day
 
Old February 5th, 2009, 09:55 AM
jminatel's Avatar
Wrox Staff
Points: 18,059, Level: 58
Points: 18,059, Level: 58 Points: 18,059, Level: 58 Points: 18,059, Level: 58
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
Default

Here's a Wrox.com article "What is Ajax" by Chris Ullman from his book Beginning Ajax that should get you started.
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click on their post!
 
Old February 5th, 2009, 04:35 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

Nice article. I'm one of those criticizers of Ajax, though not of the concepts. I just feel it is now over-used. I find it in places that have no need of it. And/or in places where there are simpler (and faster) solutions. When used with JSON, especially, there are clearly faster and easier solutions available (specifically, hidden IFRAMEs where you dump in an a JS array ready-to-go so you don't need the hassle of the eval( ) that JSON needs).

But never mind. AJAX is still clearly the right solution for many, many problems and that article does a nice job of getting the concepts straight for beginners.

p.s.: Here's a funny: You *could* use "AJAX" without using JavaScript and without using XML. That is, *IF* your audience exclusively used MSIE, you could use all the same concepts and code in VBScript with, say, CSV-style text data. So what should we call it then? "ABAC"?? <grin/>
 
Old February 6th, 2009, 07:57 AM
Registered User
 
Join Date: Feb 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ajax

thanks for the reply i really appreciate it..

good day
 
Old February 6th, 2009, 08:04 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Quote:
Originally Posted by Old Pedant View Post
p.s.: Here's a funny: You *could* use "AJAX" without using JavaScript and without using XML. That is, *IF* your audience exclusively used MSIE, you could use all the same concepts and code in VBScript with, say, CSV-style text data. So what should we call it then? "ABAC"?? <grin/>
It also doesn't have to asynchronous, so Synchronous VBScript and JSON, SVAJ...
__________________
Joe
http://joe.fawcett.name/

Last edited by joefawcett; February 6th, 2009 at 08:09 AM..
 
Old February 6th, 2009, 04:29 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

LOL!!!! LOVE IT!

Of course, it would no longer by JSON. It would be VBSON. SVAB. Ehhh...this is getting silly. I guess the real lesson here is that there are just too many ways to skin this particular cat.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommend an AJAX IDE - JoyiStar AJAX WebShop. kingstar Ajax 4 December 15th, 2006 05:12 AM
Need Help using AJAX s_saravananerd Ajax 0 October 16th, 2006 01:08 AM
New Ajax article: Creating an Ajax Search W jminatel BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 1 May 11th, 2006 03:45 PM
new Ajax article: Creating an Ajax Search Widget jminatel Ajax 0 May 11th, 2006 02:50 PM
New Ajax Article: Ajax Submission Throttling jminatel Ajax 0 April 11th, 2006 08:00 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.