|
Easy Java Script Code
Easy Slide Show Code With Linked Slides A slide show sequences through pictures of products.
Wouldn't it be nice if the user could stop the slide show, go back to the previous
picture, click on the picture to get detailed information about the product? More ... Calculators for Your Website : Decimal to Hexidecimal Converter It's not easy for most people to convert between decimal and hexadecimal in their head. In this
article, I will provide you with Java Script code for a Decimal to Hexidecimal / Hexidecimal
to Decimal Converter. More ... Password Protection Using JavaScript You can password protect a webpage or your entire website with some very simple Java script.
In this article, I provide you with the code for two different methods to password protect
your website with Java Script. More ... Easy Java Script Windows This article gives you the basics of designing, opening, and closing browser windows using Java Script.
In future articles, I will show you how to do all kinds of annoying things with windows using Java Script. More ... Web Site Menus : Which Section Am I In? Increase usability by highlighting the button of the current section in the navigation bar. This
helps the user understand where they are within the structure of your website. In this article
you'll learn how to highlight the button of the current section. More ... Calculators for Your Web Site : Body Mass Index If you have a Web site related to health or dieting, or you just want to provide more useful
features on your Web site, you can provide a BMI calculator. This article shows you how to code
a Java Script BMI calculator for your Web site. 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 ... Round a Float to 4 Digits to the Right of the Decimal Point On the typical PC, Java Script Math object methods can return floating point numbers with
up to 16 digits to the right of the decimal point. For most purposes, this kind of
accuracy is not required, nor desired, and that many digits causes nothing but confusion.
In this article, You'll learn how to round a floating point number to 4 digits to the
right of the decimal point. More ... Where Did the User Click? This code creates a webpage with an html div containing the words ONE TWo THREE. A Java Script
function uses the event object's clientX and clientY properties to determine which word the
user clicked on and displays it in a message box. More ...
|