Easy Java Script Code
Code for Java Script Circle/Sphere Calculator In this article you learn how to use to Java Script to create a Circle/Sphere
calculator. The user enters the radius of a circle or sphere, and the calculator returns
the area, circumference, surface area, and volume. The process for coding any calculator
can be broken down into a step-by-step procedure. More ... Date Picker For Your Web Site In this article, I give you the code for a date
picker calendar and I explain the code in detail so you'll feel comfortable modifying it for your own use. More ... Easy Drag n Drop Code The ability to drag and drop graphics on webpage can allow you to create online training material, games,
greeting card makers, and other interesting applications. In this article, I show you an easy way to
implement drag and drop graphics. More ... Java Script Code for a Random Circle Generator Have you seen some Web content that uses a group of several different size and
color circles as a decoration? In this article I'll show you how to use a bit
of Java Script code to draw a group of random size and color circles. More ... Calculators For Your Web Site If you have a Web site where your visitor would find an online calculator very handy, with a little
Java Script code you can easily provide a custom calculator right on your Web page. More ... Convert Mixed Number to Decimal Wouldn't it be convenient if the user was allowed to enter mixed numbers into a form
rather than having to mentally convert them decimals? This code is designed to accept
both decimal and mixed number input. More ... Easy Fading Text Banner Code In this article you learn how to create a fading text banner, a fading text banner with several
different messages that fade in and out, and a fading image banner with several different image
banners that fade in and out. You also learn how to use the document.write method so that you
can give a link to others to include your banners in their webpage. More ... Easy Moving Popup Code You have probably come across a webpage where a small window appears at the side of the webpage and
drifts to the center of the webpage. They are commonly used to present you with a form where you can
enter your email address to subscribe to a newsletter. In this article I give you the code to
create this type of moving popup window. More ... Free eBook - Basic JavaScript Programming JavaScript is an amazingly eloquent and cooperative language. It's easy to learn,
easy to use, and easy to debug. If you have been experimenting with HTML, now is
the time to start using the power of JavaScript to make your Web pages dynamic. More ... Password Protection Using the Frames Method One method of password protecting your webpages is to use a cookie, but cookies are
unreliable. If you can't trust a cookie to store the information that the user is
logged in, where can you store it? In this example I'll show you how to use frames
for JavaScript password security. More ... Working With the Keyboard in Java Script Using Java Script you can determine which keyboard key the user pressed. You can
use this information to block certain keys, to replace a key's character, or to
perform an action based upon a specific key being pressed. In this article, I'll
provide some basic code for working with the keyboard. More ... Easy Code for Animated Banner - Squeeze Text Using JavaScript along with CSS allows us to create some fun and interesting animations. One of
the easiest things to create is an animated banner. In this article I'll show you how to use JavaScript
and CSS to create an animated banner that squeezes text and which you can easily customize for your own use. More ...
|