RSS

Archive | July, 2008

Loops: break & continue statements

26. July 2008

Comments Off

Simple and easy to understand explanations of loop, break, and continue statements.

Continue reading...

Loops

25. July 2008

Comments Off

Examples of While, Do While, and For loops.

Continue reading...

Load listeners

24. July 2008

Comments Off

A common problem arises in JavaScript when adding onLoad events to your page. It will not recognize an element until it is loaded onto the web page. This post teaches you how to get around that and add additional onLoad events to your page.

Continue reading...

Attaching functions to events

24. July 2008

Comments Off

The following post describes how to attach event handlers to html objects using the document object model separating code from content.

Continue reading...

The script tag

24. July 2008

Comments Off

Shows simply how to add JavaScript, or attach JavaScript files to your web page.

Continue reading...

Two WordPress Homepages Fix

20. July 2008

Comments Off

Stuck with two home pages when using WordPress? Find out how to remove/ rename one of them in this post.

Continue reading...