Javascript Tutorial

Text Animation

Check out this JavaScript-powered text animation artwork. A cheerleader runs through her entire routine. Wow!
General » javascript.internet.com
Score(+): 0 | Views: 172 | Save it | Report it


Top 20 Similar Javascript Tutorials

Animagix - Animation for Javascript

In this tutorial you can fine a useful JavaScript toolkit for animations. With the demonstration, little geckos wander around this page with just four lines of code added to your page. Check out there great "how to" page for the source and instructions.
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 80 | Similar Tuts | Save it | View this tutorial

Button Text v1.0

This script lets you click a button & see the text inside that button, as more text appears the button gets larger.
Effects » javascript.internet.com
Score(+): 0 | Views: 186 | Similar Tuts | Save it | View this tutorial

Glow Text

(Internet Explorer 5.5) Present text with an amazing glowing border. Automatically changes color, height, and width of message at a specified rate. Note: Text appears normal in all other browsers.
Effects » javascript.internet.com
Score(+): 0 | Views: 183 | Similar Tuts | Save it | View this tutorial

Butterfly Text

This script creates a pattern for eight sets of words to follow as the mouse moves around the screen. This is a little different than those other scripts. Pretty neat! IE only.
Effects » javascript.internet.com
Score(+): 0 | Views: 138 | Similar Tuts | Save it | View this tutorial

Parse Text

Quickly and easily convert text into a JavaScript string. Neat!
Forms » javascript.internet.com
Score(+): 0 | Views: 162 | Similar Tuts | Save it | View this tutorial

Text Reverser

JavaScript will take the contents of a box and reverse it! If you entered 'hello' it will change the box to say 'olleh'. This might be useful on your site in a form or just for fun
Forms » javascript.internet.com
Score(+): 0 | Views: 333 | Similar Tuts | Save it | View this tutorial

Self Correcting Text

General » javascript.internet.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Text Blinker

JavaScript 1.2 (found in version 4.0 browsers) provides this neat effect: the text changes color every second. Now this is a great way to draw attention without using the annoying BLINK tag.
Effects » javascript.internet.com
Score(+): 0 | Views: 186 | Similar Tuts | Save it | View this tutorial

Neon Text

General » javascript.internet.com
Score(+): 0 | Views: 76 | Similar Tuts | Save it | View this tutorial

Text Cycler

Forms » javascript.internet.com
Score(+): 0 | Views: 708 | Similar Tuts | Save it | View this tutorial

Text Effect

Essentially a multi-function scroller, this script does some really amazing stuff. It takes your message line and scrolls it left and right and .... Just check it out!
General » javascript.internet.com
Score(+): 0 | Views: 109 | Similar Tuts | Save it | View this tutorial

Menu Text

This script uses the onMouseOver command with buttons. The first & second button show text. but the third button also has a link. IE & NS6+
General » javascript.internet.com
Score(+): 0 | Views: 125 | Similar Tuts | Save it | View this tutorial

Shadow Text

This tutorial contains a script, that little script creates a shadow text. It is simply text that has a shadow behind it.
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 229 | Similar Tuts | Save it | View this tutorial

Rainbow Text

Displays your text in a multitude of rainbow colors. Definitely a visually appealing effect. And, it's a breeze to modify.
General » javascript.internet.com
Score(+): 0 | Views: 113 | Similar Tuts | Save it | View this tutorial

Text Link

This is a very short script for creating a link that looks like standard text (no underlining or link pointer). IE and NS6+
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 178 | Similar Tuts | Save it | View this tutorial

Blinking Text

This script is a simple layer based javascript that blinks any text. The script can be used to catch the attention of the user. The blinking speed can be adjusted by the variable blink_speed. Only works in MSIE.
Effects » javascript.internet.com
Score(+): 0 | Views: 205 | Similar Tuts | Save it | View this tutorial

Checkbox Text

Learn how to create checkbox text using JavaScript
General » javascript.internet.com
Score(+): 0 | Views: 146 | Similar Tuts | Save it | View this tutorial

Text Encryption

This JavaScript library provides encryption using simple, text-oriented method called column transposition. The idea is to write the plain text in block on the row-first bases. The text is then read column-first. The trick is in that the columns are not read from left to right, but in the order specified by the encryption key. Transliteration is also used
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 111 | Similar Tuts | Save it | View this tutorial

Text Ripple

The ripple is created by converting each sequential letter from lower case to upper case. The ripple speed can be also be changed.
General » javascript.internet.com
Score(+): 0 | Views: 108 | Similar Tuts | Save it | View this tutorial

Text Highlighter

Alternates the font color of each character in a line of text. Useful to catch the attention of your web site visitors. You may also customize the color and font of the text.
General » javascript.internet.com
Score(+): 0 | Views: 144 | Similar Tuts | Save it | View this tutorial