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 ‘development’
 

 
 

TOTW: Modernizr

Modernizr is a JavaScript library that you include on your page that executes itself and adds a series of classes to your HTML tag. This allows to implement modern CSS functionality without worrying about writing conditionals i...
by Christopher McCulloh
0

 
 
 

Flurl – Part 1.a: Rolling your own JavaScript library, setting up the core

Flurl is a mashup I did recently as a practice exercise. It takes a flickr panda photo-stream, displays a photo, and uses qurl to make a shortened URL link to the photo. These are the notes I took while I was doing it. The proj...
by Christopher McCulloh
1

 
 
 

My own little dailyWTF

Note: WTF can stand for “Worse Than Failure”… Yesterday I was re-living my saga on thedailywtf.com. I’m Jared L. Part 1 Part 2 Part 3 Well, immediately after reading all of that I went and made a big ...
by Christopher McCulloh
1

 

 
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

 
 
 

TOTW:Online JSON Parser

This week’s Tool of the Week is Online JSON Parser. What it does: Allows you to paste in a JSON string and have it validated. It will immediately allow you to see pesky subtle errors in your JSON syntax. Just edit your JS...
by Christopher McCulloh
0