|
Different forms of Javascript are becoming very popular these days because of AJAX (Asynchronous Javascript and XML). The idea of AJAX is that a webpage can load and display new data without being reloaded. For an example, check out maps.google.com. When you zoom in or move around you see the new areas of the map loading live.
Also, check out the script library script.aculo.us. It's pretty cool for doing things like sliding divs.
|