Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

Javascript Subcategories

Beginners | Date and Time | Cookies | DHTML | Forms | Objects | Math | Other | Windows | Page Elements | Flash | Effects | Menus | Strings | Functions | XML | DOM |

Number rounding in JavaScript
Javascript | Views: 12 |
So trivial a task to us humans, almost so to JavaScript as well. Round up your brain cells as we explore number rounding in the language

Paint Calculator
Javascript | Views: 0 |
This calculator can be used by painters to find out how much paint is needed to cover a given area. The calculator also has an advanced feature that will take the total of the width and height of doors and windows and subtract that measurement from the t..

Round number to x decimals
Javascript | Views: 1 |
A useful utility that rounds any number to the specified decimal place. This is needed because JavaScript doesn't have any built-in methods for the task

LCD Clock
Javascript | Views: 1 |
Display the time with style using this LCD clock script.. Note that the "digital" interface is visible in IE4+ and NS6+ only, with other browsers displaying a plain "form" clock instead

MPS to MPH converter
Javascript | Views: 0 |
This script makes it easy to calculate how fast something goes "miles per hour", by allowing you to enter its speed using the more manageable "meters per second."

The Math object
Javascript | Views: 0 |
Looking to pull off a few mathematical operations using JavaScript? You'll need to arm yourself with the Math object

JavaScript Graph-it!
Javascript | Views: 0 |
Create graphs easily using our latest JavaScript creation! You supply the data, the script generates the bars