JavaScript Programming
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.
Write the current date using JavaScript
Using the date() object in JavaScript, we can print the current date in a variety of popular formats.
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.