C and C++ Programming Resources

Custom Search

Source Code

Airport Calculator

Posted on September 9th, 2008 0 Comments

This useful JavaScript calculator will tell you the degrees, Nautical Miles, Statute Miles, and Kilometers between your originating and destination airports. It’s got a built-in database of over 150 of the most traveled airports! Very neat! I’ve given a copy to everyone I know who fly often. ;-) /******************************************************* *...
Read More | Make a Comment

Interest Calculator

Posted on September 9th, 2008 0 Comments

Use JavaScript to find out just how much that new house or car is going to cost you each month. Enter values into the fields below to find out how much each monthly payment would be with the given number of payments, interest rate, and loan amount. /******************************************************* * MYCPLUS Sample Code - http://www.mycplus.com ...
Read More | Make a Comment

Blinker

Posted on September 9th, 2008 0 Comments

This script allow you to quickly blink the background. With a click of a button, the background changes from white to blue and back several times to return to white. /******************************************************* * MYCPLUS Sample Code - http://www.mycplus.com * * * * This code is made available...
Read More | Make a Comment

Periodic Table

Posted on September 9th, 2008 0 Comments

Besides a very organized Periodic Table, this script will tell you lots of information about any periodic element you click on. Very neat! /******************************************************* * MYCPLUS Sample Code - http://www.mycplus.com * * * * This code is made available as a service to our...
Read More | Make a Comment

Color Table

Posted on September 9th, 2008 0 Comments

JavaScript helps you manipulate the background of the document. Either choose the color you want by its name, or create a unique color by using the “+” and “-” Red, Green, and Blue buttons. A really neat effect. /******************************************************* * MYCPLUS Sample Code - http://www.mycplus.com * * ...
Read More | Make a Comment

Phone Bill

Posted on September 9th, 2008 0 Comments

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 and see the total charge at any time! Save time, money, and learn JavaScript all with this script! :-) /******************************************************* *...
Read More | Make a Comment

color Wheel

Posted on September 9th, 2008 0 Comments

This JavaScript will change the background from one color to the next for each of the 10 colors then it starts the loop over again! There is also an On/Off button to let you start and stop the JavaScript. /******************************************************* * MYCPLUS Sample Code - http://www.mycplus.com * * ...
Read More | Make a Comment

Browser Check

Posted on September 9th, 2008 0 Comments

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. Just Cut & Paste this script even if you don’t plan to use it yet. It’ll come in handy some day! /******************************************************* *...
Read More | Make a Comment


Page 5 of 2412345678910...20...Last »