Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-04-2008, 11:55 PM   PM User | #1
otnj2ee
Regular Coder

 
Join Date: Apr 2007
Posts: 174
Thanks: 17
Thanked 0 Times in 0 Posts
otnj2ee is an unknown quantity at this point
about AJAX

I have some questions:

1) What was used to write the AJAX engine, the javascript?

2) Is the AJAX engine downloaded from the server to the client (Browser)?

I mean, is the following process correct?

--At first the client/browser does not contain the AJAX engine;
--Then the browser makes a request to the server;
--The server send back the AJAX engine or the AJAX engine is download to the client;
--The client then can make the AJAX call

3) If the 2) is correct, then how is the AJAX engine downloaded?

What could be the statement(s) that can trigger the downloading of the AJAX engine?


Thanks

Scott
otnj2ee is offline   Reply With Quote
Old 02-05-2008, 12:05 AM   PM User | #2
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
look at this:

http://www.xul.fr/en-xml-ajax.html

best regards
oesxyl is offline   Reply With Quote
Old 02-05-2008, 02:54 AM   PM User | #3
binaryWeapon
Regular Coder

 
Join Date: Sep 2007
Location: AZ, USA
Posts: 685
Thanks: 6
Thanked 46 Times in 46 Posts
binaryWeapon is on a distinguished road
AJAX ain't no engine!

AJAX - Asynchronous Javascript and XML - Is just a new, dynamic way of sending requests to the server. It does not have its own engine, it runs off of javascript and a little ActiveX thing for IE, which does not behave with AJAX the same way that every other modern browser does...
binaryWeapon is offline   Reply With Quote
Old 02-05-2008, 02:35 PM   PM User | #4
A1ien51
Senior Coder

 
A1ien51's Avatar
 
Join Date: Jun 2002
Location: Between DC and Baltimore In a Cave
Posts: 2,717
Thanks: 1
Thanked 94 Times in 88 Posts
A1ien51 will become famous soon enough
I wrote something similiar to another one of your posts on another forum, writing it here for anyone that reads.

The Ajax engine was a term coined when Ajax first started that was used to describe the native or ActiveX XMLHttpRequest object. There is nothing to be downloaded sice it is built into the browser and all it does is make an http request. Nothing fancy going on.

Eric
__________________
Tech Author [Ajax In Action, JavaScript: Visual Blueprint]
A1ien51 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:37 PM.


Advertisement
Log in to turn off these ads.