2009.09.29

Live on Bourbon St

By underblob @ 10:03pm — Categories: Remote Post

Live on Bourbon St

DSC01498.jpeg

Me drive truck good

By underblob @ 3:47pm — Categories: Remote Post

Me drive truck good

DSC01497.jpeg

2009.09.19

Our new place

By underblob @ 5:23pm — Categories: Remote Post

Our new place

DSC01493.jpeg

2009.09.18

After brunch @ Marmalade Cafe, we went h

By underblob @ 1:49pm — Categories: Remote Post

After brunch @ Marmalade Cafe, we went hiking on Malibu coast.

DSC01490.jpeg

2009.09.17

Hollywood hills

By underblob @ 3:59pm — Categories: Remote Post

Hollywood hills

DSC01489.jpeg

2009.09.10

Lightning Storm

By underblob @ 4:01pm — Categories: Video

This spectacular lightning storm was isolated inside a cumulus cloud. Celeste filmed with our point and shoot camera over at Karen and Thorin’s place in Sarasota, FL. The low quality video doesn’t really do justice to the amazing visual beauty.

YouTube Preview Image

2009.09.05

Fading Images with jQuery

By underblob @ 5:32pm — Categories: Javascript, Tech

I just started using the jQuery javascript framework to replace my home-grown animation functions. It is really helpful in speeding up development and is cross-browser compatible so it also cuts down on QA testing. Below is a little bit of jQuery code for swapping out images:

function imgin () {
	$( '#img-id' ).attr ( { 'src': 	new_img_url } );
	$( '#img-id' ).load ( function () {
		$( '#img-id' ).fadeIn ( 1000 );
	} );
}
$( '#img-id' ).fadeOut ( 200, imgin );

Start by setting a 200 millisecond fadeOut on the current image with a callback to imgin function. imgin sets the src attribute (via the attr method) of the image to load the new image file (via new_img_url variable). Then set a load event on the image to trigger fadeIn after the image is loaded.

Links

docs.jQuery.com/Effects

2009.09.01

Breakfast

By underblob @ 8:58am — Categories: Remote Post

Breakfast

DSC01485.jpeg