Kalypto – jQuery plugin for customizing checkbox and radio button form elements


I’m happy to announce the first public version of Kalypto (former working name, replaceRCInputs) through GitHub:

Demo page here: http://localpcguy.github.com/Kalypto/

Code here: https://github.com/localpcguy/Kalypto

Description: Kalypto is a basic plugin to use a simple sprite and CSS in place of a checkbox or radio button. Styles for the checked/non-checked state should be defined in a stylesheet, and the plugin changes the class and maintains the state of the checkbox or radio button.

Read more

JavaScript Resources


There are a ton of free or low cost resources for learning or improving JavaScript skills, and since I had recently gathered some together, I wanted to post them here for anyone to benefit from them.  So without further ado:

jQuery (definitely learn JavaScript first, don’t make the mistake of jumping straight into jQuery)

Read more

Border radius inset or inverted rounded corners


At work today I was asked if it was possible to make inverted rounded corners on an element using CSS3, and it was a fun little challenge.  I thought maybe I would find that border radius has an “inset” property that can be applied, and the W3C probably should have considered adding that.  Ah well, it still turned out to be relatively simple, and I thought I’d document in case it can help anyone else.

Read more