View Single Post
Old Dec 6th, 2005, 12:54 AM   #34
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 928
Rep Power: 4 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
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.
titaniumdecoy is offline   Reply With Quote