Contact Jasper

Your Message

captcha

Close
Jasper Thayer is an Apple Certified Trainer for Final Cut Pro
Jasper just bought a new macro lens. Visit the photos page to see his latest pics.
The all-new JasperThayer.com has launched! Visit the blog for regular updates.
Remastered audio tracks performed by Jasper Thayer are available on the music page.
Contact Jasper Thayer today for your photo, video, and web development needs.
Visit the schedule page to see if Jasper is available to work the day of your event.
Leave comments for Jasper on this website by logging into your facebook account.
Requiem for a JasperThayer.com
Portland Zombie Walk 2011
Music by: Squarepusher
Snowboarding Video
A fun animation using still images
"The Bomb"
Social Media is "The Bomb"
Jasper's Videos

Tutorials

Digitizing old VHS tapes

I’ve been spending the evening digitizing old VHS home movies. I hook up the VCR to the XL2, which has an analog RCA import connect, then I connect the firewire from the XL2 to the computer. There is a setting on the XL2 to set the VCR mode to analog/digital converter. This allows me to convert the analog VCR footage to a digital file on the computer during import. Then I create a project in the video editing software and import the footage from the digital source of the XL2.

Flour Fusion: Real Particles

How to rotate images randomly on refresh

In the following example let’s assume you have 4 images in your root directory sequentially numbered 1.jpg, 2.jpg, 3.jpg, 4.jpg Use php to create an array of the file names and then randomize the array. Then simply echo the results of the random array. On page.php put this: <?php $input = array("1", "2", "3", "4"); $rand_banner = array_rand($input, 4); ?> <img src="<?php echo $input[$rand_banner[0]]; ?>.jpg" /><br /> <img src="<?php echo $input[$rand_banner[1]]; ?>.jpg" /><br /> <img src="<?php echo $input[$rand_banner[2]]; ?>.jpg" /><br /> <img src="<?php echo $input[$rand_banner[3]]; ?>.jpg" /> If you have more images but you’d like to limit the number that’s …

July 4th photoshoot