AJAX web design and webdevelopment
AJAX has become very popular. AJAX ensures that data can be achieved without having to reload a Web browser. This phenomenon is
achieved by the XML Http Request. With AJAX can be very advanced websites and web applications are developed. Today it is mainly used in
"future" related projects and image galleries.
A good example of AJAX is Google search engine that have been tried to improve and this AJAX technology. During the search word to look
in the database and suggestions are shown.
The Google project is available at http://www.google.com/webhp?complete=1&hl=en
AJAX has its advantages because the data directly from the server will be removed and the page does not have to reload you have more
chance that visitors to the website remain. It has been proven through research that visitors have to wait too long load times on your website
minimize and other things to do. Is your website has not been loaded it can even be eliminated simply by clicking the visitor. Here, AJAX is
the ultimate solution.
Why do AJAX use:
- AJAX is fast (XML Http Request)
- AJAX is the future (even Google test it)
- AJAX loading the interaction between user and Web site similar to a desktop application
- AJAX is cross browser compatible to
Why not use AJAX.
-Add to favorites / bookmarks for individual pages can be a problem
-Can affect the way the search engine's website index upgraded this depends partly on the structure and construction of the site
To ensure the development of AJAX applications easier, you can use a framework. The best at this moment I think the self Prototype frame
work that can be found at: http://www.webdesignorient.com
Post a Comment