Select Textarea Content
Select the text displayed in a TEXTAREA tag by clicking on a hyperlink. A surprisingly simple bit of java script for such a useful result.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 31, 2005
Rating :




12/24 Hour Clock
A standard java script clock that has the added functionality of letting the user decide whether the time is displayed in 12 for 24 hour format. A nice bit of code that has not tried to be overly complex in displaying the time.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 31, 2005
Rating :




Up and Down Text
A good novelty bit of script to change the font size of a sentence of your choice, up and then down again one letter at a time. Gives your sentence a roller coaster look.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 31, 2005
Rating :




Bouncing Text
Editor's Pick in HTML Tutorials, November 2005
Looking to add a little bounce to your text? Add this code to your page. The simple copy and paste technique offered here makes it easy.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 27, 2005
Rating :




Changing the Background Colour
Editor's Pick in Java Script, October 2005
Yet another snippet of JavaScript code, folks. This time we'll be using JavaScript to change a background color with a MouseOver and a mouse click.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 27, 2005
Rating :




Can I Optimize A Site Designed With Frames?
Editor's Pick in HTML and CSS Tutorials, October 2005
Can you optimize a site designed in frames? Of course you can! The question should be, “how effectively can I optimize a web sire designed in frames?”
Type : JavaScript Tutorials
Level : All levels
Added : Oct 25, 2005
Rating :




Customizing the Status Bar Message
Editor's Pick in JavaScript, October 2005
Place this script in the <HEAD> section of your web page code to add a scrolling marquee to your status bar.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 11, 2005
Rating :




Tip Boxes
When writing content for your site you might want to give some tips or explainations for particular words or phrases. For this you might consider using DHTML Tip boxes that appear when a link is rolled over. The following example shows how you can do this.
Type : JavaScript Tutorials
Level : Beginner
Added : Oct 07, 2005
Rating :




Learning JavaScript Basics
Editor's Pick in JavaScript, September 2005
Want to code in JavaScript? Never done it before? Read this tutorial for beginnners! Get started now.
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet
Learning JavaScript Basics - Variables
What is a variable? A variable is an amount of data which can change over time (throughout your program). What is a constant? A constant is an amount of data which will never change. When using variables in JavaScript, here are a few rules to keep in mind...
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005
Rating : Less than 3 votes yet



