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

Add a blinking flash message at the status bar of Web browser(IE) - JavaScript tutorial


The following sample of code gives an idea of how to add a blinking flash message at the status bar. Adding flash text at the status is very simple for that we use a single if-else loop in function blinkflash(). This script is compatible with IE. Click here to see live example. First of all we define three variables var message for ‘display message at status bar’, var speed for ‘set time interval to flash text’, and var control to control blinking of message
Category: JavaScript tutorials > Basics - Difficulty:


More cool JavaScript tutorials:



MenuGen Drop Down menu generator
MenuGen Drop Down menu generator
MenuGen Drop Down menu generator
Category: JavaScript tutorials > Navigation - Difficulty:
Beginners guide to prototypal inheritance in javascript
Beginners guide to prototypal inheritance in javascript
Javascript is all about objects and inheritance. But unlike many other languages it uses a "prototypal inheritance" instead of a "classical inheritance" mechanism. In a classical inheritance system, objects derive from classes and classes can derive from other classes to. With javascript's prototypal inheritance system, objects inherit from objects... A beginners guide to javascript prototypal inheritance system.
Category: JavaScript tutorials > Basics - Difficulty:
Force IE6 to Display Alpha Transparency
Force IE6 to Display Alpha Transparency
We're running short on quick tips! That means we need your expertise! For tonight's evening tip, I'll simply refer you to the "2 Minute Video Tip" that I created on my personal site, Detached Designs, this morning. We'll be back to the normal format tomorrow. Keep reading if you have some ideas.
Category: JavaScript tutorials > Basics - Difficulty:
Date Functions
Date Functions
The document object has a last modified date property. This specifys the date the file was last modified on. This can be useful for showing when the page was last modified without having to modify any HTML when you make a change. This tutorial shows how to display the last modified date in several different formats using JavaScript.
Category: JavaScript tutorials > Date & Time - Difficulty:
The Perfect Trick for Prying Eyes - Find out EXACTLY where users have been!
The Perfect Trick for Prying Eyes - Find out EXACTLY where users have been!
Let's face it, without getting all philosophical on the subject, marketing is everywhere these days. It's literally in our faces. In 20 years I wouldn't be surprised if a small flying drone followed us around with a television screen implanted in it, providing custom adverts for us to see, based on our consumerism patterns. This little trick, achieved using Javascript, allows you to essentially build an entire profile on your visitors. You can see which websites they've been to and act accordingly.
Category: JavaScript tutorials > Security - Difficulty: