Newest Javascript Tutorials

Window Calendar

you can create a calendar just like the one used in windows, using this tutorial. You can change the month and the year to view the days of the month. Only works in MSIE.
Date and Time » javascript.internet.com
Score(+): 0 | Views: 157 | Similar Tuts | Save it | View this tutorial

Copy Name

This script allows the user to enter their name in the first field and have copies it to the second field for use as the User ID. It occurs instantly when they click the next field or the submit button. And, if the user tries to modify the second field, it is changed back to the value of the name field. Definitely a good example of the onChange() event handler in use.
Forms » javascript.internet.com
Score(+): 0 | Views: 94 | Similar Tuts | Save it | View this tutorial

Thumbnail Navigator

This script Allows the visitor to easily browse with Previous and Next through several thumbnail images (all of which are preloaded so they show up instantly). Then they can click the Go button to be taken to the selected thumbnail's full size image
Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 77 | Similar Tuts | Save it | View this tutorial

Window Position

Do you not where window.open() opens your new windows? Using this JavaScript, you can actually have the new window open wherever you want! Look at our example to see what we mean! Really neat!
Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 105 | Similar Tuts | Save it | View this tutorial

Maksikn Calendar v1.0

In this tutorial you can find a script to generate a calendar that expresses the days and months in both English and Russian.
Date and Time » javascript.internet.com
Score(+): 0 | Views: 75 | Similar Tuts | Save it | View this tutorial

DHTML Window widget

This is a robust DHTML Window widget that replicates the look and functionality of a traditional pop-up window, minus the intrusiveness. Drag or resize the window widget on the page, minimize or close it, load a new page into it, or spawn whole new windows just as you would with popups. It's a modern, Web 2.0 alternative to pop-up windows that's less intrusive, less prone to being blocked, and much more customizable.
Miscellaneous » dynamicdrive.com
Score(+): 0 | Views: 87 | Similar Tuts | Save it | View this tutorial

Random Text Splitter

Would you like to add some pizazz to your text? This tutorial contains a script whcich splits up a text string and makes each letter (or word) a random color and size. IE only
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 117 | Similar Tuts | Save it | View this tutorial

Thumbnail

This tutorial contains a very simple, one line image enlarger. Nice and neat!
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 112 | Similar Tuts | Save it | View this tutorial

Detecting user's screen size and resolution

After studying this tutorial you will be able to detect user's screen size and resolution
General » javascriptkit.com
Score(+): 0 | Views: 77 | Similar Tuts | Save it | View this tutorial

Open Link

Learn how to add the option of allowing links on your page to be opened in a new window with this powerful script. A simple checkbox toggles between the current and new window. Great!
Forms » javascript.internet.com
Score(+): 0 | Views: 98 | Similar Tuts | Save it | View this tutorial

Sending objects from one page to another

This tutorial is about Sending objects from one page to another
JS and Browsers » javascriptkit.com
Score(+): 0 | Views: 123 | Similar Tuts | Save it | View this tutorial

Hostname

If you would like to get your visitors IP Addresses, use this script.(This code works only for Netscape Browsers with Java enabled) Very cool.
General » javascript.internet.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Sequential Content Revealer

Learn how to Load items in a very specific order using java script
Miscellaneous » dynamicdrive.com
Score(+): 0 | Views: 84 | Similar Tuts | Save it | View this tutorial

Check Mimes

This tutorial contains a script which will beautifully display all the mime types you have installed on the visitor's browser. For instance, this might be used to check for the Quicktime MIME before displaying the Quicktime information
Miscellaneous » javascript.internet.com
Score(+): 0 | Views: 112 | Similar Tuts | Save it | View this tutorial

Date Menu Calendar

This tutorial you can find a JavaScript code which uses the Date function to dynamically generate accurate dates for the pull-down menus. Each time the user selects a year or month, JavaScript gets the correct number of days in that month and updates the pull down menu. The script is Y2K compliant and also works for leap years. Cool!
Date and Time » javascript.internet.com
Score(+): 0 | Views: 169 | Similar Tuts | Save it | View this tutorial