Interactive Tables with JavaScript Objects

Written by Brian on August 3, 2010 Categories: Javascript Tags: , , , ,

In this article, we’ll display some sample data in an interactive, categorized, and summarized table using a couple of JavaScript objects and in so doing, delve a little deeper into the peculiarities of prototypal inheritance.

(more…)

No Comments

Object Oriented JavaScript: Appendix A

Written by Brian on July 26, 2010 Categories: Javascript Tags: , , , , , , , ,

Using JavaScript debuggers to analyze JavaScript objects. Inside the JavaScript object.

(more…)

3 Comments

Object Oriented JavaScript: Part 11

Written by Brian on  Categories: Javascript Tags: , , ,

Wrap up. Our  memory-like tile game.

(more…)

No Comments

Object Oriented JavaScript: Part 10

Written by Brian on  Categories: Javascript Tags: , , ,

Other UI Elements. ScoreBoard. Stats. Counter.

(more…)

No Comments

Object Oriented JavaScript: Part 9

Written by Brian on July 25, 2010 Categories: Javascript Tags: , , , , , , , ,

The Tiles object. Minimizing memory usage when you have many instances of an object with instance members. Dynamically assigning objects as event handlers for HTML DOM Elements.

(more…)

No Comments