Assalamualaikum.
Let's continue with our topic which is AJAX.
This term seems familiar right? Oh yes! we've learnt it in Netcentric subject. (and the sad thing is until now I didn't manage to run an ajax using netbean.. poor me!)
So, from what I understand.. AJAX is an Asynchronous JavaScript And XML where it doesn't need page refresh in transferring data. It works asynchronously. Asynchronous means that it doesn't need to wait for the data to be processed and it can get the result in a short period. For example, 2 people communicate using a telephone. Both of them can talk whenever they like. No need to wait for a certain time to reply it. AJAX also similar to that situation. Ok. Let me give an example of AJAX. Most of the hotel reservation system will have the part where we can check room's availability. User will choose a date and key in some information that are required. Then, the user will click at the submit button to check the availability. At the end, the result will be displayed at the same place without refreshing or navigating the page. This is where ajax has been used.
Let's continue with our topic which is AJAX.
This term seems familiar right? Oh yes! we've learnt it in Netcentric subject. (and the sad thing is until now I didn't manage to run an ajax using netbean.. poor me!)
So, from what I understand.. AJAX is an Asynchronous JavaScript And XML where it doesn't need page refresh in transferring data. It works asynchronously. Asynchronous means that it doesn't need to wait for the data to be processed and it can get the result in a short period. For example, 2 people communicate using a telephone. Both of them can talk whenever they like. No need to wait for a certain time to reply it. AJAX also similar to that situation. Ok. Let me give an example of AJAX. Most of the hotel reservation system will have the part where we can check room's availability. User will choose a date and key in some information that are required. Then, the user will click at the submit button to check the availability. At the end, the result will be displayed at the same place without refreshing or navigating the page. This is where ajax has been used.
These are some example of AJAX apps that are being used in real life :
- Google maps (http://maps.google.com)
- Gmail (http://gmail.com
- Google search (the suggest part - http://www.google.com/webhp?complete=1&hl=en)
End of topic.
hd







0 comments:
Post a Comment