nav-left nav-right

Learn JavaScript

You, Me hear this all the time : AJAX

April 13, 2009

What is AJAX? AJAX started out as an acronym invented a couple of years ago. Microsoft invented something called XML HTTP request. It was a little hard to describe and explain to people so AJAX was coined as Asynchronous JavaScript and XML. This means is that JavaScript communicates with the server and gets the information [...]

What is JavaScript

April 13, 2009

JavaScript a programming language that adds interactivity to web pages. It enables you to create dynamic pages. Its a scripting language. It simply means it doesn’t require any compiler.