eHow launches Android app: Get the best of eHow on the go.
Showing 1-5 of 5 results
Asynchronous JavaScript and XML, AJAX, is a technique using several web technologies to develop interactive client-side web applications. JavaScript is used to read an XML file, and display...
ActionScript is the script based language used within Adobe's Flash development software. This scripting language gives developers the ability to make Flash animations more interactive. As with...
When writing programs and working with web pages written with Javascript, it is often useful to convert strings to integers. In fact, when you are getting input from the user, you will nearly...
In this article I will teach you how to make use of JSON (JavaScript Object Notation) variables to make organizing your JavaScript code easier.
To gather visitor's time zone information, below is a short script the result of which can be stored in a cookie/a hidden field. Function returns client GMT offset hours. Advantages of using...