Haven’t used this but it looks pretty solid. At $135 with the universal lens gear ring at $29 bucks, it’s the most affordable follow focus I’ve seen. Wow. I’m not sure I love the design of using little screws to rest on the lens itself, so let me know if you use this and if you like it.
Entries Tagged 'Technology' ↓
D|Focus™ cheap DSLR follow focus for $135
March 7th, 2010 — Photography, Technology
Vestax Handy Trax
March 3rd, 2010 — Technology
Just picked up two of these Vestax Handy Trax turntables from B&H Photo Video Pro Audio. Gonna be a blast DJing this summer in Central Park! Battery-powered with pitch bending and high torque, these are a dream product come to life.
Apple iPhone says “Jeter=Heterosexual”
March 2nd, 2010 — New York City, Technology
How many grooves does a record have?
March 1st, 2010 — Flint Michigan, Technology, Video
Great idea using cheap technology to benefit animals
February 12th, 2010 — Technology, Video
Great PBS/Frontline documentary on technology, distraction, and education
February 8th, 2010 — Internet, Technology, Video
How to show Flash video on your iPhone in Wordpress
February 4th, 2010 — Internet, Technology, Video
Well, you can’t, really, but you can fake it real good. Youtube works great, but I really like Vimeo which sadly is Flash-based and does not work on the iPhone. But you can instruct your Wordpress blog post to swap out the Vimeo video for an MP4 version of the video that does work on the iPhone.
Here’s how you do it:
1. Encode your video and output an MP4 iPhone compatible video. Upload it to where you host your files. I use Quicktime Pro and the default settings.
2. Download the EXEC-PHP Wordpress plugin. This will let your posts interpret PHP code without any hassle.
3. Add a new post. Click the HTML tab, and paste this code in, changing the values accordingly.
<?php
if(strstr($_SERVER['HTTP_USER_AGENT'],’iPhone’) || strstr($_SERVER['HTTP_USER_AGENT'],’iPod’)) {
print <<<END
<embed src=”http://pathtovideo.m4v” width=”XXX” height=”XXX” href=”http://pathtovideo.m4v”>
END;
}
else {
print <<<END
*****VIDEO EMBED CODE*****
END;
}
?>
How to cheaply protect your touchscreen device against snow/rain
January 28th, 2010 — Technology, Video
How to (cheaply) protect your touchscreen device against rain/snow from Shawn Chittle on Vimeo.
Rain/snow will ruin your touchscreen device in no time. How to protect it without spending a fortune on a bulky waterproof case? We share a great tip.
Here are my iPhone apps and why I organize them the way I do
January 20th, 2010 — Technology



