Stop Right Mouse Clicks
Stop people from getting at your source by right clicking on your web page. Sounds good, but doesn't protect you totally, you can never fully protect your work, but it will make it harder.
Type : JavaScript Tutorials
Level : Beginner
Added : Nov 01, 2005
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
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
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
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
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
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
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
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
Learning JavaScript Basics - Events
First, events are bits of code that link an action by a user, to an action performed by the computer. The action can be a mouse action or key press on the keyboard, or even loading / unloading a webpage...
Type : JavaScript Tutorials
Level : Beginner
Added : Sep 26, 2005

