Chomper Stomping
jQuery/JavaScript/CSS 3/HTML 5, Java/PHP/Python/ActionScript, Git, Chrome/Firefox Extensions, Wordpress/Game/iPhone App Development and other random techie tidbits I've collected


 
Posts Tagged ‘Javascript’
 

 
 

JavaScript, pass by value & pass by reference

In JavaScript Objects are passed by reference. Primitives are passed by value. I did not know this. I should have, but I didn’t. I didn’t because I had never done anything destructive on an object before today. Let ...
by Christopher McCulloh
0

 
 
 

Exploring jQuery getScript, or “How I created the jQuery getScriptLite plugin”!

I set out to discover how the getScript function in jQuery works today. Here is what I found. This post sort of illustrates just how easy it is to dig into the jQuery source and really learn the library. The first thing I did i...
by Christopher McCulloh
0

 
 
 

TOTW: Firebug Console

This is a special Tool of the Week, because it focuses on a sub-set of a larger tool. This week’s Tool of the Week is the console feature of the Firefox extension Firebug by Joe Hewitt, Rob Campbell, FirebugWorkingGroup. ...
by Christopher McCulloh
0

 

 
 

JavaScript Haxagon Game Board with Hexagon tiles

I’m working on a JavaScript version of The Settlers of Catan. The first problem I decided to tackle was constructing (visually and array-structure wise) the game board using nothing but loops (didn’t want to hard co...
by Christopher McCulloh
2