Difference between revisions of "What new technology has been developed by Google?"

From ScenarioThinking
Jump to navigation Jump to search
Line 1: Line 1:
==Description==
"Google is making a huge investment in developing the Ajax approach. All of the major products Google has introduced over the last year — Orkut, Gmail, the latest beta version of Google Groups, Google Suggest, and Google Maps — are Ajax applications".<br><br>
"Google is making a huge investment in developing the Ajax approach. All of the major products Google has introduced over the last year — Orkut, Gmail, the latest beta version of Google Groups, Google Suggest, and Google Maps — are Ajax applications".<br><br>


Ajax is a web development technique which is used for creating interactive web applications using a combination of;<br><br>
Ajax is a web development technique which is used for creating interactive web applications using a combination of


XHTML and CSS; <br><br>
*XHTML and CSS
Document Object Model; <br><br>
*Document Object Model  
XML and XSLT; <br><br>
*XML and XSLT  
XMLHttpRequest; <br><br>
*XMLHttpRequest  
JavaScript  <br><br>
*JavaScript   


The biggest advantage of using Ajax technologies is that data can be manipulated without having to render the entire page again in the web browser. This allows web applications to respond more quickly to many types of user interaction and to avoid repeatedly sending unchanged information back and forth across the network. While no browser plug-in is required, Ajax requires users to have JavaScript enabled in their browsers.<br><br>
The biggest advantage of using Ajax technologies is that data can be manipulated without having to render the entire page again in the web browser. This allows web applications to respond more quickly to many types of user interaction and to avoid repeatedly sending unchanged information back and forth across the network. While no browser plug-in is required, Ajax requires users to have JavaScript enabled in their browsers.<br><br>


References<br><br>
==References==
[http://www.adaptivepath.com/publications/essays/archives/000385.php  Ajax: A New Approach to Web Applications by Jasse James Garret] <br><br>
[http://www.adaptivepath.com/publications/essays/archives/000385.php  Ajax: A New Approach to Web Applications by Jasse James Garret] <br><br>
http://pchere.blogspot.com
http://pchere.blogspot.com

Revision as of 18:44, 6 May 2006

Description

"Google is making a huge investment in developing the Ajax approach. All of the major products Google has introduced over the last year — Orkut, Gmail, the latest beta version of Google Groups, Google Suggest, and Google Maps — are Ajax applications".

Ajax is a web development technique which is used for creating interactive web applications using a combination of

  • XHTML and CSS
  • Document Object Model
  • XML and XSLT
  • XMLHttpRequest
  • JavaScript

The biggest advantage of using Ajax technologies is that data can be manipulated without having to render the entire page again in the web browser. This allows web applications to respond more quickly to many types of user interaction and to avoid repeatedly sending unchanged information back and forth across the network. While no browser plug-in is required, Ajax requires users to have JavaScript enabled in their browsers.

References

Ajax: A New Approach to Web Applications by Jasse James Garret

http://pchere.blogspot.com