JavaScript Programming


Monday, February 19th, 2007 by Chris Jason
4 Comments

Parse a string using JavaScript

A handy trick for Web Developers in the ability to parse a string to check for a given substring. In plain English, this means checking if a word or part of a word is contained within text. This tutorial demonstrates how to do this using JavaScript.

Sunday, November 27th, 2005 by Chris Jason
4 Comments

Write the current date using JavaScript

Using the date() object in JavaScript, we can print the current date in a variety of popular formats.

Sunday, September 18th, 2005 by Chris Jason
No Comments

Opening a new window using JavaScript

Despite developing a bad reputation in recent years, pop-up windows are still an integral part of many good web applications. This quick tutorial will show you how to create and control a pop-up window using JavaScript.