Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Ajax - A New Technology, AJAX relies on Java Script
nirmaldaniel
post Sep 8 2007, 06:43 AM
Post #1


Premium Member
********

Group: [HOSTED]
Posts: 195
Joined: 7-June 07
From: India
Member No.: 44,356



Recently i did one of my project using AJAX and i could experience the real advantage of this Language , What do you say about that ?
Go to the top of the page
 
+Quote Post
syncn21
post Sep 8 2007, 02:15 PM
Post #2


Newbie [Level 1]
*

Group: Members
Posts: 19
Joined: 26-November 06
Member No.: 34,064



ajax, yes i have heared a lot about that but i am confused please can you tell me more about Ajax
Go to the top of the page
 
+Quote Post
faund
post Sep 8 2007, 04:30 PM
Post #3


Advanced Member
*******

Group: Members
Posts: 128
Joined: 7-September 07
From: Ningbo, China
Member No.: 49,552



I think AJAX will be a wide used technology very soon. The asynchronous communicate ability between browser and server can bring a lot of benefit of user's experience.

As I know, some famous service supplier is using this technology now such as hotmail, google, alibaba.

In a word, this technology can sent requests and get responses with out have to get whole page refreshed. So, it get more rapid response and lesser network bandwidth needed.
Go to the top of the page
 
+Quote Post
Soviet
post Sep 9 2007, 06:02 AM
Post #4


Premium Member
********

Group: [HOSTED]
Posts: 168
Joined: 13-August 07
Member No.: 48,072



I was trying to do something in ajax and If I can say it it very cool technology. It is harder to learn but when you will learn it you can make beautiful pages with many awesome things. I was doing a shout box but it wasn't working.
Why? Because I'm not good at coding and these languages.
But as was said, ajax will be a wide used technology very soon.
Go to the top of the page
 
+Quote Post
abminara
post Sep 9 2007, 01:20 PM
Post #5


Premium Member
********

Group: Members
Posts: 164
Joined: 7-September 07
Member No.: 49,538



It needs more popularity and simplicity added to the language itself - everything else makes it a very good technology for sitebuilding, I also use it a lot.
Go to the top of the page
 
+Quote Post
faund
post Sep 9 2007, 01:30 PM
Post #6


Advanced Member
*******

Group: Members
Posts: 128
Joined: 7-September 07
From: Ningbo, China
Member No.: 49,552



QUOTE(Soviet @ Sep 9 2007, 06:02 AM) *
I was trying to do something in ajax and If I can say it it very cool technology. It is harder to learn but when you will learn it you can make beautiful pages with many awesome things. I was doing a shout box but it wasn't working.
Why? Because I'm not good at coding and these languages.
But as was said, ajax will be a wide used technology very soon.


If you want to get start quickly, I suggest you should take a look at http://www.asp.net/ajax/. That is ajax for asp.net 2.0, it's really easy to use. I am looking for some good ajax develop environment for php but not find yet. If anyone finded it, tell me please.
Go to the top of the page
 
+Quote Post
delivi
post Sep 9 2007, 03:33 PM
Post #7


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,300
Joined: 11-January 06
From: Chennai, India
Member No.: 16,932



AJAX is not a new technology, it has been around for several years. The word was coined for this in the recent years.

AJAX is nothing but Javascript and XML. It is used to transfer data asynchronously in XML format using javascript functions.

learn more about AJAX here, en.wikipedia.org/wiki/Ajax

here is a brief tutorial on AJAX, www.w3schools.com/ajax/default.asp
Go to the top of the page
 
+Quote Post
nirmaldaniel
post Sep 25 2007, 07:03 PM
Post #8


Premium Member
********

Group: [HOSTED]
Posts: 195
Joined: 7-June 07
From: India
Member No.: 44,356



Ajax was there before ??? can i know when ? and you say that several years before can i please know when ??
Go to the top of the page
 
+Quote Post
shadowx
post Sep 25 2007, 08:10 PM
Post #9


A clever man learns from his own mistakes, a WISE man learns from those of OTHERS
*********

Group: [HOSTED]
Posts: 884
Joined: 12-April 06
From: Essex, UK
Member No.: 21,719



Well because AJAX is just a SYSTEM not a language it presumably came about as soon as javascript had the ability to send and receive information via HTTP and POST and GET methods.

Ive just started using it too and its extremely good, before the submission of a form would require the user being sent to a whole new page and then if there was anything missing or invalid i had to show them an error and take them back again, i know that couldve been solved with JS but i was too lazy for JS at the time. Now i just use AJAX to send the form variables and any errors or messages can be shown via redirection or using AJAX to assign the value of a DIV to the text that is echo'd by the PHP. Good times!

I think it would be excellent if AJAX could be made simpler, maybe by an addition to the JS language of several in-built commands to establish conections and for better browser compatibility to ensure it works first time and all the time.
Go to the top of the page