JavaScript Calculator Program
This is a very nice JavaScript calculator program to demonstrate simple operations such as addition, multiplication and division. Although the source code can get quite confusing, it works.
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This is a very nice JavaScript calculator program to demonstrate simple operations such as addition, multiplication and division. Although the source code can get quite confusing, it works.
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
The periodic table is a tabular arrangement of the chemical elements, ordered by their atomic number, electron configuration, and recurring chemical properties, whose adopted structure shows periodic trends. Besides a very...
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Does it ever bother you how much a long-distance phone call is going to cost, after you hung up? With this script, all you have to do is enter the amount per minute, and any initial amount, then click start when the call begins...
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
It’s often necessary to make a script only accessible to the newer browsers (that can support the script without error) and keep older browsers from trying to work with it. This script, as an added plus, is very short....
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
This source code shows you how to connect to Oracle Database 11g and execute queries using the PHP. First of all it sets the ORACLE_HOME and ORACLE_SID Environment variables using the putenv() method. Note that to run this code, you will need PHP OCI8 extension enable in php.ini file.
Read MorePosted by M. Saqib | Sep 9, 2008 | PHP Source Code |
The following PHP source code shows that how to print random numbers within a range using. It uses rand() function to return the random numbers within a predefined range. The srand() function is used to provide the seed or arbitrary int number.
Read More