This is a discussion on OOT - Ajax definitiondear all, within the PHP General forums, part of the PHP Programming Forums category; Dear All, We all knew that AJAX is an achronym of Asynchronous Javascript And XML. When I use another data ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Dear All,
We all knew that AJAX is an achronym of Asynchronous Javascript And XML. When I use another data format like YAML or CSV, will it still be called as AJAX? Or just "yet another asynchronous method"? -- regards, Yeni Setiawan |
|
|||
|
[snip]
We all knew that AJAX is an achronym of Asynchronous Javascript And XML. When I use another data format like YAML or CSV, will it still be called as AJAX? Or just "yet another asynchronous method"? [/snip] AJAX makes a good catch-all term since the API is called XMLHttpRequest and the API can be used with all sorts of text data. The asynchronous method is still JavaScript (or is it ECMAScript?). Its original intent was XML data (just text with mark-up). Besides, AJAP (Asynchronous JavaScript and PHP) just doesn't sound right somehow. AJAH - and HTML AJAA - and ASP AJA.N - and .NET AJAC - and CSV AJAT - and TXT AJACF - and Cold Fusion AJAPL - and PERL And so on..... |
|
|||
|
----- Original Message ----- From: "Jay Blanchard" <jblanchard@pocket.com> To: "Yeni Setiawan" <yenisetiawan@gmail.com>; <php-general@lists.php.net> Sent: Friday, July 27, 2007 1:51 PM Subject: RE: [php] OOT - Ajax definitiondear all, > [snip] > We all knew that AJAX is an achronym of Asynchronous Javascript And XML. > > When I use another data format like YAML or CSV, will it still be called > as > AJAX? > Or just "yet another asynchronous method"? > [/snip] > > AJAX makes a good catch-all term since the API is called XMLHttpRequest > and the API can be used with all sorts of text data. The asynchronous > method is still JavaScript (or is it ECMAScript?). Its original intent > was XML data (just text with mark-up). Besides, AJAP (Asynchronous > JavaScript and PHP) just doesn't sound right somehow. > > AJAH - and HTML > AJAA - and ASP > AJA.N - and .NET > AJAC - and CSV > AJAT - and TXT > AJACF - and Cold Fusion > AJAPL - and PERL > Just let the X stand for 'unknown'. Satyam > And so on..... > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.10.22/921 - Release Date: > 26/07/2007 23:16 > > |