Javascript Events – Capturing and Bubbling

Attaching an event handler to a an event is quite straight-forward in JavaScript and trivial in jQuery (soon to become just became even more concise). With all the recent advances in JavaScript (and all facets of web development), I found myself wanting to understand as much as possible about the native DOM and JavaScript API. […]

read further

Emboss linked images with box-shadow and pseudo elements

category-css3

A CSS implementation of an image emboss effect traditionally achieved with pngs. Some delicious Firefox transition action comes as a bonus!

read further