473,795 Members | 2,887 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4692
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.htm l>

That URL is in the group FAQ.

--
Randy
comp.lang.javas cript 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.javas cript 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.htm l>

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.c om/faq/>? JL/RC: FAQ of news:comp.lang. javascript
<URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demo n.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.htm l>

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.javas cript 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
2074
by: G Matthew J | last post by:
interesting "signal vs. noise" blog entry: http://37signals.com/svn/archives2/whats_wrong_with_ajax.php
1
16514
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 image gallery demo ; at Novell AJAX - microlink pattern tutorial : A microlink is a link that opens up
31
2596
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 getting somewhat proficient at php/mysql (although I have plenty to learn - I haven't even started on gd library) and want to think about my next step. Any suggestions?
6
3936
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 a post Request we need to format a querystring manually and send with the url, My question is there any other way that without sending the query string can we get the post values as in a normal form submit.
2
1483
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
1705
by: venkat bandla | last post by:
tell me the differences between JavaScript and AJAX
10
3486
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 another DIV and javascript. Scenario ------------- I have perl script which simply runs a ps on a Solaris server and generates a static html page with all of the code perfectly and this html page works fine when viewing it statically or with a META REFRESH header tag. The idea is to give the user...
2
2262
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 understanding of ajax and how to use it, most books i've seen on .net and ajax seem to jump into atlas right away, does anyone know of any that teach ajax itself and then later get into atlas?
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7541
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6783
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.