line

Add to any feed reader

JavaScript Shell Command from JDK

This tutorial provides introductions and examples on the JavaScript shell command included in the JDK package. Topics include downloading and installing JDK 1.6, ECMAScript engine, running JavaScript code in command line, interactive or batch mode. (more…)

A Good Enough addEvent

This function makes it easy to add events without tripping over existing ones. Easy to implement. (more…)

Disable Form Buttons

This script will disable your submit button in order to prevent multiple form submissions. Easy to implement. (more…)

How to Populate Fields from New Windows

Occasionally, filling out forms can be daunting. Fortunately, some forms display a question mark next to the form field, which opens a popup window containing additional information. In this tutorial you’ll learn how to enhance the functionality of those windows. (more…)

Focus Slide Menu

Mousing over a list item will cause the bluish green DIV to slide over to that list item. Interesting menu effect. Easily customizable. Degrades very nicely for those with JavaScript turned off. (more…)

Next Page »