inherit
165142
0
Apr 28, 2024 3:44:58 GMT -8
channonite
Still Learning
200
March 2011
channonite
|
Post by channonite on Apr 12, 2013 7:07:53 GMT -8
I see it being mentioned all over the place. I have even seen a couple of nice polite Ajax error windows asking me if I want to wait, but I have no idea what, or indeed who Ajax is/are.
Thanks!
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Apr 12, 2013 9:02:11 GMT -8
Ajax stands for Asynchronous JavaScript and XML, and it's used by browsers to communicate with a web server asynchronously (in the background) without interfering with the existing page you have already loaded. The shoutbox is a good example because you can see new posts in the shoutbox without having to reload the page. Automatic twitter updates is another good example, where new tweets automatically show up on the page without you having to reload the page. So, it allows you to send and receive data to the server without having to reload the page or submit a form.
The traditional method of submitting a web form is still used extensively since you still have to hit "Create Post" to create a new post or "Save Account Settings" to save your account settings which then sends you to another page.
|
|