do not say AJAX

I

ivan

AJAX is a stupid and confusing word.
People is wondering for something that programmers have used for many years.
Javascript + Xml and asynchronous requests is not new. People started to
speak about AJAX a lot after XmlHttpRequest was introduced, so AJAX cant'be
Javasript+xml+xmlhttprequest.
But if you still think so, you can't anyway call this AJAX. What is new with
xmlhttprequest is the possibility to perform a synchronous request! (but
incredibly AJAX stay for Asynchrous+JavaScript+XML).
So AJAX is really a bad word, don't use it here, we are programmers not end
users to wonder with mythological words.
 
T

Thomas 'PointedEars' Lahn

ivan said:
AJAX is a stupid and confusing word. People is wondering for
something that programmers have used for many years.
True.

Javascript + Xml and asynchronous requests is not new.

I beg your pardon?
People started to speak about AJAX a lot after XmlHttpRequest was
introduced,
True.

so AJAX cant'be Javasript+xml+xmlhttprequest.

I am afraid your logic escapes me.
But if you still think so, you can't anyway call this AJAX. What is new
with xmlhttprequest is the possibility to perform a synchronous request!

You probably meant "What is new with xmlhttprequest is the possibility to
perform an asynchronous request!". (Potentially) synchronous requests have
always been possible through AOM/DOM objects and through normal HTML forms.
(but incredibly AJAX stay for Asynchrous+JavaScript+XML).

Because that is what is "new" about it.
So AJAX is really a bad word, don't use it here, we are programmers not
end users to wonder with mythological words.

I agree that it is a term often misused. However,
<URL:http://en.wikipedia.org/wiki/AJAX> exists;
AJAX is not a bad word per se.


PointedEars
 
C

cicap

You probably meant "What is new with xmlhttprequest is the possibility to
perform an asynchronous request!". (Potentially) synchronous requests
have
always been possible through AOM/DOM objects and through normal HTML
forms.

No. synchronous request without refresh.
request.open("GET", url, false); //this a synchronous request with
xmlhttprequest.
 
A

Aaron Gray

AJAX is a stupid and confusing word.

AJAX in England is the name of an old scouring powder product.

AJAX is _A_syncronous _J_ava _A_nd _X_ML request.

I am afraid like web 2.0 the term is here to stay.

Aaron
 
T

Thomas 'PointedEars' Lahn

cicap said:
Yes.

synchronous request without refresh. request.open("GET", url,
false); //this a synchronous request with xmlhttprequest.

So? new Image().src = url; is (potentially) a synchronous request,
(delays with extensive preloading show this) as is (potentially)
hiddenFrame.location = url;


PointedEars
 
I

ivan

Thomas 'PointedEars' Lahn said:

No, because It wasn't what I meant :)
So? new Image().src = url; is (potentially) a synchronous request,
(delays with extensive preloading show this) as is (potentially)
hiddenFrame.location = url;

Uhm yes, you are right.
 
M

Matt Silberstein

AJAX is a stupid and confusing word.
People is wondering for something that programmers have used for many years.
Javascript + Xml and asynchronous requests is not new. People started to
speak about AJAX a lot after XmlHttpRequest was introduced, so AJAX cant'be
Javasript+xml+xmlhttprequest.
But if you still think so, you can't anyway call this AJAX. What is new with
xmlhttprequest is the possibility to perform a synchronous request! (but
incredibly AJAX stay for Asynchrous+JavaScript+XML).
So AJAX is really a bad word, don't use it here, we are programmers not end
users to wonder with mythological words.
Am I the only one who said "AJAX, AJAX, AJAX" to himself. And then
checked around to make sure no ghostly can of scouring powder showed
up.


--
Matt Silberstein

Do something today about the Darfur Genocide

http://www.beawitness.org
http://www.darfurgenocide.org
http://www.savedarfur.org

"Darfur: A Genocide We can Stop"
 
V

VK

Matt said:
Am I the only one who said "AJAX, AJAX, AJAX" to himself.

Hah! I bet you did not look at the mirror at the same time! Cheater!
:-D

:-|
I think it's a bit of a zealous here for all this "don't say AJAX",
"AJAX is a wrong term" etc.

Any term is good as long as it commonly accepted. Who the hell wants to
type/say every time "I'm having problems with sending and retrieving
data over XMLHttpRequest and its equivalents"?

"My AJAX doesn't work!" - it's much better, is it? :)

AJAX as a term is short, nice (Greek myth) and it has "J" in it. What a
hell more do you want? And who cares what does this abbreviation mean
(if anything)?

Does anyone see a lot of sense in ActiveX? Why not ActiveZ? And even if
X stays from eXchange then it doesn't reflect the nature of ActiveX.
But it is sound and easy to say - that's suffice.

You jast wait JSON will come (coming already). Lucky if 1 of 10 will
eventually know that it's JavaScript Object Notation. But it will not
stop anyone from using it.
 
T

Thomas 'PointedEars' Lahn

VK said:
Any term is good as long as it commonly accepted. [...]

I expected this from you. Why call things correctly
if there is a "so-called accepted" different term?

Because it prevents misunderstandings that can lead
to basic misconceptions.


PointedEars
 
M

Matt Kruse

ivan said:
AJAX is a stupid and confusing word.

And yet, the coining of the term (in addition to google) helped push the
technology into use by a lot more people. So, having a term is a good thing.

Even the term "Javascript" is confusing and misleading, yet we use it.

Obviously, to use "Ajax" it doesn't need to be async, nor javascript, nor
xml. But in most cases, it probably is. So the name's not all that bad.

Perhaps an alternative definition of AJAX could be arrived at:
Asynchronous Javascript Albatross eXchange?
 
V

VK

Matt said:
Perhaps an alternative definition of AJAX could be arrived at:
Asynchronous Javascript Albatross eXchange?

Or:
Active Javascript Autochthonous eXchange

if it helps anyone to sleep better tonight :)
 
T

Thomas 'PointedEars' Lahn

Matt said:
And yet, the coining of the term (in addition to google) helped push the
technology into use by a lot more people. So, having a term is a good
thing.

Not per se.
Even the term "Javascript" is confusing and misleading, yet we use it.

Some, not all, of us use that.


PointedEars
 
J

John W. Kennedy

Aaron said:
AJAX in England is the name of an old scouring powder product.

US, too.

--
John W. Kennedy
"But now is a new thing which is very old--
that the rich make themselves richer and not poorer,
which is the true Gospel, for the poor's sake."
-- Charles Williams. "Judgement at Chelmsford"
 
V

VK

Thomas said:
As well as here in Germany and in a number of other countries
where Colgate-Palmolive sells it:

<URL:http://colgate-palmolive.com/app/Colgate/US/SiteMap.cvsp>

Also note that AJAX can make use of SOAP ;-)

(What the heck has this to do with programming?)

"The Trojans were surprised by the big size of Ajax, but the match soon
got under way. Hector had won the right to hit first, which he did.
But it only bounced off Ajax's big, strong shield. When Ajax threw
his spear, it hit Hector's and also pierced it. The two got their
spears back and started to circle each other."
Ajax vs. Hector
The Iliad, Part II

Of course anyone has her own set of associations.
 
M

marc

And apart form that they take a very dissapointing place in the Dutch
eredivisie, they are at number nine! Hey, now even in computer science
newsgroups you torture me with the present state of my team, right stop
keep reminding me of this! Right! Do not mention the Amsterdam Football
Club Ajax!

;-P
 
T

thakadu

AJAX is _A_syncronous _J_ava _A_nd _X_ML request.

That would be:

_A_syncronous _J_avaSCRIPT _A_nd _X_ML request.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top