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… .reflection{ -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(white)) } .largeFont{ font-size:150%; }               [...]

USPSA Score Keeper

So I’ve finally gone and done it. I’ve got an app in the AppStore. Its an app that lets you keep track of your score, time, and some notes about the an USPSA competition round. It will then calculate your points, hitfactor, and save it for later review. It also has a power factor calculator. [...]

Mac Decals

So I saw a great link the other day. Seeing this made me think, wow, I want to make one just like that, only with Iron Man, and the apple being the Arc Reactor in his chest. I looked up on Ebay the blank vinyl sheets, Iron Man images on google images, and had my [...]

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 [...]

Hello world!

Lets try this again. Just got the server up an running, its been a productive weekend. I’ll try to get some of the better content from the previous site up here in the coming days once I’ve had a chance to nail down the server configs and security.