Computer Science

CSS3 Reflection

Simple little CSS class to add a reflection that fades out underneath an element .reflection{ -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(white)) } Works pretty well…               Just make sure you have enough space below…   Notice the reflection on the <p> tag above? [...]

Prototype Image Flip

I found a great Javascript image flip function over at Webmuch and wanted to use it, problem was it was only implemented in JQuery. I was using Prototype and script.aculo.us, so I ported it over. I ended up not using it, but for future reference I’ll preserve it here. Enjoy. //adapted from a jQuery flip [...]

Bastardizing the CNAME

Second time around edit: I recovered this from the burning wreckage of the former site, its an oldie, with a unique lesson and an arrogant voice, but something to get the posts flowing. So I was just now tossing and turning thinking about a new series I want to write on web applications when I thought [...]