Emulating the PHP foreach(){...} in javascript
Javascript does not provide a foreach construct like that found in VB.
Tips and Tutorials
Textbox Fields
An effective way of performing script input and output operations is through use of textbox fields.
Tips and Tutorials
Tizag Javascript Tutorial
If you are new to javascript this tutorial would be a good place to start.
Tips and Tutorials
Introduction to JavaScript (Tutorial)
Meant to be a "basic overview" of the world of JavaScript, including who developed JavaScript, How to, Where to, JavaScript vs.
Tips and Tutorials
Easy Javascript for Beginners
For Javascript beginners or as a reference.
Tips and Tutorials
hasChildNodes()
This tutorial shows you how to use the hasChildNodes() method in Javascript.
Tips and Tutorials
switch()
A tutorial for beginners to show how to use the switch() statement.
Tips and Tutorials
parentNode
This tutorial shows you how to using the parentNode property.
Tips and Tutorials
createTextNode()
Simple tutorial showing you how to create new text nodes, and also goes into the basics of adding some style.
Tips and Tutorials
createDocumentFragment()
In this tutorial I show you how to create a new document fragment and append new nodes to it before appending it to the document.
Tips and Tutorials