Simple web design, web development, information technology, & technical communication

Articles and resources for web developers and the average person. Topics include web development, web design, technical writing and communication, and all aspects of information technology.

JavaScript Programming


Parse a string using JavaScript

Monday, February 19th, 2007 by Chris Jason

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.

4 Comments (Talk about it now)

Write the current date using JavaScript

Sunday, November 27th, 2005 by Chris Jason

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

4 Comments (Talk about it now)

Opening a new window using JavaScript

Sunday, September 18th, 2005 by Chris Jason

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.

No Comments (Talk about it now)

Articles By Category

Stay Updated