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


 
 

 
 

Diagonal Accordion with jQuery

diagonalAccordion is a jQuery plugin that allows for accordion functionality, but in a diagonal angle of your choice! I forked Charles Marshall’s diagonal-accordion- plugin (on github) which allowed for a 45 degree angle ...
by Christopher McCulloh
0

 
 
 

Making users confirm they want to leave the page

Here is how to make a user confirm that they want to browse away from your page: <script> window.onbeforeunload = askconfirm; function askconfirm(){ return "Using the back/forward/refresh buttons can have unexpected results"...
by Christopher McCulloh
3

 
 
 

New H1N1 Tag Announced by w3

Today the w3c announced the addition of the H1N1 tag to the HTML 5 standard. Apparently this is part of the new “semantic web”. You should use this tag when discussing the flu, or common worse-than-just-a-cold illne...
by Christopher McCulloh
3

 

 
 

Sprite Button Style Reset

CSS Style to clear Input type button styles in order to use a CSS Sprite as the image for the button. button{ text-indent: -999px; overflow: hidden; display: block; line-height: 99; border: none; padding: 0; } This is for my ow...
by Christopher McCulloh
0

 
 
 

Mac Subversion Client (SCPlugin) Installation

Installing SCPlugin (Subversion Client) View more documents from Christopher McCulloh.
by Christopher McCulloh
1

 
 
 

iPhone programming

I’m working on a mobile computing course for a local college (which explains the lack of posts recently). It’s going to be an introduction to Objective-C and iPhone SDK followed by an introduction to the PhoneGap li...
by Christopher McCulloh
0