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


 
 

 
logo

dynode Batch Get Item

Working a lot with node.js, dynode and dynamoDB recently. Still trying to wrap my head around it all. Had a horrible time getting dynode.batchGetItem to work. Here is the error I was getting: { name: 'AmazonError', type: 'Valid...
by Christopher McCulloh
0

 
 
logo

Updates – BASIC jquery ui tabs rotate documentation, a note on nodejs hosting, and a note on the re-design

nodejs, jquery ui tab rotate, and re-design. Just a few quick notes… I’m actively working on documentation for the jquery ui tab rotation plugin. I’ve (finally) got a very basic working example up. The plugin ...
by Christopher McCulloh
0

 
 
1306092411709_a923d

Yet Another Reason to Namespace your JavaScript Variables

If you aren’t namespacing your JS variables, you should be. There are a plethora of great reasons to do so, which I won’t go into here, but I just stumbled upon another great reason today. It makes your code faster....
by Christopher McCulloh
0

 

 
jquery-logo

Using jQuery to bind a function to a select box change and retrieve the selected value

If you need to bind a function to be called when a user selects an option from a select box using jQuery, you’ve come to the right place. There are several different ways to skin this cat, but basically here is what we ar...
by Christopher McCulloh
2

 
 
1306092411709_a923d

JavaScript Arrays – new Array() vs array literal

Do not every say new Array() when creating a new JavaScript Array(). There are differences between creating an array in Javascript using the array literal, or the fully qualified “object” name (Array() vs []), and t...
by Christopher McCulloh
0