472,351 Members | 1,620 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

What is the differences between AJAX and JavaScript?

RC
Is AJAX built on top of JavaScript?
What browsers supported AJAX?
Can someone tell me some link introduce
about AJAX?
Jul 26 '06 #1
6 4591
RC said the following on 7/26/2006 8:56 AM:
Is AJAX built on top of JavaScript?
Yes.
What browsers supported AJAX?
Any browser that supports the HTTPRequest object
Can someone tell me some link introduce
about AJAX?
<URL: http://jibbering.com/2002/4/httprequest.html>

That URL is in the group FAQ.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jul 26 '06 #2
RC wrote:
Is AJAX built on top of JavaScript?
The client-side part is, the server-side part could be built on
anything.
What browsers supported AJAX?
Browsers that expose an XML HTTP request object to javascript, and have
scripting enabled. An potentially non-comprehensive list would include
all Mozilla/Gecko based browsers, Opera from about version 8, Recent
Safari and Konqueror, IceBrowser from version 6 (all with scripting
enabled) and IEs 5 to 6 with scripting and ActiveX enabled and IE 7
with scripting enabled.
Can someone tell me some link introduce
about AJAX?
Probably, but if you had to ask the first question you probably want to
spend some time learning browser scripting before even attempting
something with as potentially negative consequences as AJAX.

Richard.

Jul 26 '06 #3
Asynchronous
JavaScript
And
XML
(first letter of each makes ajax)
for more:
http://en.wikipedia.org/wiki/AJAX
http://en.wikipedia.org/wiki/JavaScript

Jul 26 '06 #4
Paul Davis said the following on 7/26/2006 3:06 PM:
Asynchronous
JavaScript
And
XML
(first letter of each makes ajax)
for more:
http://en.wikipedia.org/wiki/AJAX
http://en.wikipedia.org/wiki/JavaScript
And then try to find out what it really is.

Question: How do you spot a Google User?
Answer: I can't tell you because I would have to quote the answer.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jul 26 '06 #5
JRS: In article <yI******************************@comcast.com>, dated
Wed, 26 Jul 2006 09:23:02 remote, seen in news:comp.lang.javascript,
Randy Webb <Hi************@aol.composted :
>RC said the following on 7/26/2006 8:56 AM:
>Is AJAX built on top of JavaScript?

Yes.
>What browsers supported AJAX?

Any browser that supports the HTTPRequest object
>Can someone tell me some link introduce
about AJAX?

<URL: http://jibbering.com/2002/4/httprequest.html>

That URL is in the group FAQ.
With no explicit indication that it is connected with AJAX; and someone
who is reading the FAQ and wants to know about AJAX is fairly likely to
search for the string "AJAX".

Read the newsgroup FAQ.
--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/>? JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Jul 27 '06 #6
Dr John Stockton said the following on 7/27/2006 12:51 PM:
JRS: In article <yI******************************@comcast.com>, dated
Wed, 26 Jul 2006 09:23:02 remote, seen in news:comp.lang.javascript,
Randy Webb <Hi************@aol.composted :
>RC said the following on 7/26/2006 8:56 AM:
>>Is AJAX built on top of JavaScript?
Yes.
>>What browsers supported AJAX?
Any browser that supports the HTTPRequest object
>>Can someone tell me some link introduce
about AJAX?
<URL: http://jibbering.com/2002/4/httprequest.html>

That URL is in the group FAQ.

With no explicit indication that it is connected with AJAX;
I didn't say it did. I merely pointed out that the URL is in the FAQ.
and someone who is reading the FAQ and wants to know about AJAX is
fairly likely to search for the string "AJAX".
And no <FAQENTR*from you about it?
Read the newsgroup FAQ.
You really should consider changing that mindset of yours.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jul 27 '06 #7

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

Similar topics

10
by: G Matthew J | last post by:
interesting "signal vs. noise" blog entry: http://37signals.com/svn/archives2/whats_wrong_with_ajax.php
1
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web...
31
by: Mason | last post by:
I've been working to become competent at making websites. My learning path has been: html -css- paintshop pro -javascript -php/mysql I'm...
6
by: mosesdinakaran | last post by:
Hi Everybody, As all knows the difference between GET and POST is in the way how the data is transfered, But in case of ajax Though it may be...
2
by: ma | last post by:
The subject says all! Where can I read about their differences and which technology is suitable for which application? Regards
3
by: venkat bandla | last post by:
tell me the differences between JavaScript and AJAX
10
by: paulie | last post by:
Hi, I have been experiencing an issue when trying to use AJAX to reload a DIV area using a timer of 2000ms, which contains a html page with...
2
by: soni2926 | last post by:
hi, does anyone know of any good books on ajax and asp.net, one that teaches ajax itself before jumping in atlas? I wanted to get an...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....

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.