Javascript Tutorial

Create simple cross-browser textarea editor using JavaScript

Learn how to create simple cross-browser textarea editor
General » bewebmaster.com
Score(+): 0 | Views: 42 | Save it | Report it


Top 20 Similar Javascript Tutorials

Scroll Editor

This is a very cool way to show you a little bit better how Javascript works. Go ahead. You can manipulate several different variables and then see the effects on the scroll box. Have fun!
General » javascript.internet.com
Score(+): 0 | Views: 32 | Similar Tuts | Save it | View this tutorial

Textarea Scroller

Use JavaScript to alert your user with the contents of a textarea! This also serves little purpose in the real world, but nonetheless is a great example of JavaScript. Type something in the box and hit 'Alert Me!'
General » javascript.internet.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

Limit Textarea

This tutorial contains a script which controls a maximum textarea input amount and updates a small counter with how many characters are left with each keystroke. Dynamic fix now allows you to use this script in multiple textboxes on a page. Easy!
Forms » javascript.internet.com
Score(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

Textarea Maxlength Script

This tutorial contains a simple but effective script for extending your textarea with a maxlength attribute, so the user's input cannot exceed a certain number of characters. Works with any number of textareas on the page.
Forms » dynamicdrive.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Simple Calendar

This script displays a calendar page of the chosen month and year. The function takes a date object as its parameter. If it is omitted, the calendar will default to the date on the client computer
Date and Time » javascript.internet.com
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

Simple Page Scroller

This script creates a series of scrolling messages in the middle of the page. The script is fully customizable. You can customize the following elements of the script
General » javascript.internet.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Simple Info Line

Do you just not like the browser and computer "user agent" line that the web browsers use? This neat script (written by Netscape!) actually converts the user agent line into a more "user friendly" form, indicating the user's computer platform, browser version, and more! Check it out!
General » javascript.internet.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

jQuery - Making scrolling and toggling simple

After studying this tutorial you will be able to make scrolling and toggling simple
General » prodevtips.com
Score(+): 0 | Views: 29 | Similar Tuts | Save it | View this tutorial

Create an Ajax XML ticker that uses a text txt file!

This is an Ajax enhanced ticker script that lets you use a text file as the content of the ticker to show!
AJAX » dynamicdrive.com
Score(+): 0 | Views: 180 | Similar Tuts | Save it | View this tutorial

Create a 2 level horizontal tab menu system

In this tutorial you will learn how to create a 2 level horizontal tab menu system
Navigation and Button » javascriptkit.com
Score(+): 0 | Views: 26 | Similar Tuts | Save it | View this tutorial

Browser Properties

More information about the web browser than you knew existed! Find out the code name, color depth, platform, if java is enabled, resolution, ip address, hostname, and more! Simply incredible.
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

Browser Version

This script will also provide a little bit more information about the visitor's browser. Check it out!
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Browser Redirection

If you maintain a different page for Microsoft Internet Explorer and another for Netscape browsers, you should use this script. Quite simply, it sends the right browser to the right browser-optimized page.
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

Browser Window Trick

(Internet Explorer Only) Create a browser window within an existing browser window. Allows you to uniquely provide custom links and navigation. Awesome!
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 59 | Similar Tuts | Save it | View this tutorial

Computer Drive Browser

Browse the drives ("A", "C", "D", and "E" in this example) on your computer. You can also type in a folder path (i.e., "C:\Program Files"). Launch any file in the folder by double-clicking on it just as in the Windows Explorer. IE only.
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Browser & Version Redirect

If you maintain separate pages for Netscape and Internet Explorer browsers and want to additionally divide each browser's page into version pages, this script is for you. The script will create a link (or can be changed to automatically redirect) to browser[version number].html. (For example, a visitor with Netscape 4.5 would see a link to netscape4.html)
JS and Browsers » javascript.internet.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Determining whether a browser window is open or not

Learn how to determine whether a browser window is open or not
JS and Browsers » javascriptkit.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

Redirect your browser after alerting the user

This tutorial is intended for Beginner JavaScript users, understanding of JavaScript required.
JS and Browsers » pixel2life.com
Score(+): 0 | Views: 62 | Similar Tuts | Save it | View this tutorial

Using object detection to detect browser type

Learn how to use object detection to detect browser type
General » javascriptkit.com
Score(+): 0 | Views: 24 | Similar Tuts | Save it | View this tutorial

Moving, scrolling, and resizing browser window

This tutorial helps you to learn more about using javascript for Moving, scrolling, and resizing browser window
JS and Browsers » javascriptkit.com
Score(+): 0 | Views: 18 | Similar Tuts | Save it | View this tutorial