Search This Blog
Thursday, January 20, 2011
orkut blog: Badges on orkut! Can you collect them all?
orkut blog: Badges on orkut! Can you collect them all?: "You might have noticed something new in orkut. Some of your friends may have little icons on their profile pages, and you may start seeing ..."
Subscribe to:
Post Comments (Atom)
What is Ajax?
Ajax Brief Introduction
Ajax (Asynchronous JavaScript and XML) is a new paradigm introduced in 2005. To use Ajax, able to trade data, with a web server, without having to load a new page. The purpose of Ajax is that of giving the illusion that websites are responsive. It achieves this by processing requests which involve the sending and receiving of small packets of data without refreshing the web browser. Ajax is a technique for creating fast and dynamic web pages. In other words, Ajax allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.
Examples of applications using AJAX: Google Maps, Gmail, Youtube, and Facebook tabs.
Ajax (Asynchronous JavaScript and XML) is a new paradigm introduced in 2005. To use Ajax, able to trade data, with a web server, without having to load a new page. The purpose of Ajax is that of giving the illusion that websites are responsive. It achieves this by processing requests which involve the sending and receiving of small packets of data without refreshing the web browser. Ajax is a technique for creating fast and dynamic web pages. In other words, Ajax allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.
Examples of applications using AJAX: Google Maps, Gmail, Youtube, and Facebook tabs.
No comments:
Post a Comment