Today our target is to know how we can time events – a practical usage can be a quiz page that calculates score on the basis of time taken to answer the questions. This article will lead to a working example that tells your visitor the time he spent on […]
Browser detection can be important if you are using some advanced HTML tags or JavaScript objects. These functions / tags may not be supported by old browsers. Detecting the exact version and browser of the client will help you in coping with such situations.
Arrays exist in every programming language and you must be comfortable with them if you want to master programming. In this article, you will find the basic information about arrays; with detailed examples and explanation.
This is the first of a series of articles intended on the topic of HTML form processing using JavaScript. Starting from what a from is, we will go to high level of form processing. A must read for any one interested in interactive sites.