Adventures In Space has been featured on siteInspire, by far my favorite CSS gallery out there. Much thanks!

Recently did a photoshoot for a friend, Lawz Spoken, for his forthcoming EP, Standing In The Rain. Shot on a Canon 20D with the 24mm 1.4L lens.
Read More
Small snippet of jQuery to center anything within a relatively positioned element.
$(function() {
$(element).each(function() {
var h = $(this).height();
var w = $(this).width();
var h = 0 - (h / 2);
$(this).css({
'height' : h,
'width' : w,
'margin-top' : h
});
});
});
Every issue of LIFE magazine from 1936 to 1972 is now available on Google Books. 1,860 issues of gorgeous photos, typography and advertisements for all your inspirational needs.
Just launched homegirl Stephanie’s new portfolio site, sicbusiness.se. I’m using timthumb for auto-generated thumbnails and jQuery for all the loading magic. You’ll notice I ditched the traditional “lightbox” effect for a smoother and cleaner approach that gives each image full focus when selected. Also, I’m utilizing James Padolsey’s Pulse plugin for animating the opacity of the preloader graphic.
Stephanie’s blog: swedeniscold.com/blog


