December 17th, 2009

AIS on siteInspire

logo_orange

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

October 28th, 2009

Standing In The Rain

IMG_5224

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

October 26th, 2009

Center Anything

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
		});

	});

});

October 1st, 2009

LIFE on Google Books

life-cover

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.

LIFE – Google Books

October 1st, 2009

sicbusiness.se

sicbiz

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