JavaScript Class Using Substring
JavaScript tutorial class notes on string parsing using the standard string processing methods such as substring and split.
Jun 20, 2008
–
Guy Lecky-Thompson
Using the JavaScript Date Object
This JavaScript tutorial article lesson is an introduction to the JavaScript Date Object, and how to use it to calculate dates, date offsets, and format date strings.
Jun 18, 2008
–
Guy Lecky-Thompson
How To Get URL Parts in JavaScript
This JavaScript Tutorial article explains the Location object, and how to retrieve the URL from it in several parts, including how to parse, split, and rebuild URLs.
Mar 21, 2008
–
Guy Lecky-Thompson
JavaScript Randomize Landing Page
JavaScript tutorial article showing how to set up an array, select an item at random, and use it to redirect the browser to one of a collection of possible landing pages.
Mar 21, 2008
–
Guy Lecky-Thompson
Dynamic Redirect with JavaScript
JavaScript tutorial article explaining how to split and modify a URL using JavaScript to allow dynamic redirection of web site traffic.
Mar 15, 2008
–
Guy Lecky-Thompson
JavaScript Split - List or String
JavaScript tutorial article detailing string and array split and join functions with JavaScript examples drawn from common programming problems.
Feb 29, 2008
–
Guy Lecky-Thompson
JavaScript Document.Write Tutorial
Simple JavaScript tutorial explaining the purpose of the JavaScript document.write command with reference to web programming.
Jan 11, 2008
–
Guy Lecky-Thompson