Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Redirecting URL in JavaScript - JavaScript tutorial


Learn how to redirect to different web pages when the user selects an item from a drop-down menu.
Category: JavaScript tutorials > Navigation - Difficulty:


More cool JavaScript tutorials:



Typing Text Effect with Javascript
Typing Text Effect with Javascript
Create this superb text effect that gives the illusion that the text is typing out itself.
Category: JavaScript tutorials > Text Effects - Difficulty:
A Designer's Guide to Prototyping Ajax - Extremely detailed article
A Designer's Guide to Prototyping Ajax - Extremely detailed article
A Designer's Guide to Prototyping Ajax - Extremely detailed article
Category: JavaScript tutorials > AJAX - Difficulty:
Create an AJAX chat
Create an AJAX chat
A fully functional, clean looking realtime chat script for your site, with explanation. Uses a PHP/MySQL backend. Basic javascript and PHP knowledge are recommended.
Category: JavaScript tutorials > AJAX - Difficulty:
Making color sliders in JavaScript
Making color sliders in JavaScript
Tutorials are meant to teach, so this will bring you through the whole development process, from scratch, for creating sliders that can manipulate color in JavaScript.
Category: JavaScript tutorials > DHTML - Difficulty:
Extending javascript classes
Extending javascript classes
Today I tell you about a Javascript feature that surely many of you already know it, the objects types extension. With this feature you can add methods and properties to classes defined by the user or predefined in the language, and so, resolve the trouble of miss methods in many base classes of Javascript.
Category: JavaScript tutorials > DHTML - Difficulty: