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

 
octocat

Making Git show post-receive e-mails as an HTML color formatted diff

I wanted git to send me an e-mail with a color formatted HTML diff view of pushes/commits whenever the remote server received a push. After some digging I found that I could accomplish this using the post-receive email hooks in...
by Christopher McCulloh
8

 
 
gitCommitManagement

Git it now?

Git is amazing. The problem is, it’s hard for a lot of people to get git. Specifically the remotes part. If you are used to CVS or SVN (Subversion) you’re probably used to the idea that when you “commit”...
by Christopher McCulloh
0

 
 
2011-05-23_1043

Flurl – Part 5: The Unicorn/Panda Rainbow Connection

Wait, where’s parts 2 through 4? Not done yet, but I’m done with the project and I may never get around to posting those other parts and wanted to post the finished product. Again, Flurl is a little practice exercis...
by Christopher McCulloh
0

 

 
 

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