Archive for the JS & Ajax Category (Only the LAST 10 articles are listed here) Please use the search box to see the other articles in THIS category

Ajax: An introduction

  AJAX stand for Asynchronous JavaScript & XML. AJAX is not a new programming language, rather it is form of advanced JavaScript. I came to

JS & Ajax

No Comments

Javascript : Events and Error handling

We have seen the event ‘onclick’ in the earlier tutorial. Apart from that you can have many other types of events that you can use in your code. S

JS & Ajax

No Comments

Javascript : Variables

Variables are used to store values in javascript (of course, in any language!). Here is a code that illustrates this:  var x; for (x=1, x<10,

JS & Ajax

No Comments