September 27th, 2007
Intro to JavaScript
JavaScript: A scripting language for web sites that was developed by Netscape. JavaScript is run on the client side as opposed to the server side. (In server side programming such as ASP and PHP, the broswer has to go back to the server and the code is processed there. In client side programming, all […]
Filed under: JavaScript

