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

Extending javascript classes - JavaScript tutorial


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:


More cool JavaScript tutorials:



Dynamic countdown script
Dynamic countdown script
This is a live count down script that can be set to count down to any future date/time, such as Christmas.
Category: JavaScript tutorials > Date & Time - Difficulty:
Creating time-dependent scripts using JavaScript
Creating time-dependent scripts using JavaScript
Learn how to use JavaScript to manipulate and display the current time and date.
Category: JavaScript tutorials > Date & Time - Difficulty:
JavaScript Digital clock
JavaScript Digital clock
In this article we are going to design a JavaScript based Digital Clock. Here we are see use a HTML Form to show our Digital Clock. Take a look below on piece of code… Here we have defined HTML form. And use input and assign a class frm to it. Class frm will take care of representation of clock.
Category: JavaScript tutorials > Date & Time - Difficulty:
Close Window
Close Window
Ever want to place a link or button on your page that will close the window to make it easier on the user? Well
heres a quick and easy way to do just that.
Category: JavaScript tutorials > Windows & Frames - Difficulty:
Check the length of the message in a textarea and trim it
Check the length of the message in a textarea and trim it
Check the length of the message in a textarea and trim it
Category: JavaScript tutorials > Development - Difficulty: