Archive for the ‘Video’ Category

Rune Glifburg Video

Monday, October 26th, 2009

No fault to Rune but this footage was never used. I guess I should've wiped my lens clean before shooting into the sun.


Watch Rune Glifberg Skateboarding in Sports  |  View More Free Videos Online at Veoh.com


Watch Rune Glifberg Skateboarding 2 in Sports  |  View More Free Videos Online at Veoh.com

Trip to Sao Paulo Brazil with the MegaRamp

Thursday, February 12th, 2009

Charles Proxy for FLV Debugging

Wednesday, August 6th, 2008

Charles Proxy provides easy access to FLV file information such as video codec and embeded metadata.
To find this information you will want to find and select the flv in Charles. When selected you will then want to select the "Response" tab in the opposite window to revel flv file info.

Adio Footwear

Saturday, July 26th, 2008

Client: Adio Footwear
Work: Flash ActionScript 3.0, SWFAddress, SEO, Ruby on Rails, REST
Link: www.adiofootwear.com
Description: With SWFAddress at its core this full flash site manages state like a typical html web site. One of the most interesting patterns in this project is the management of multiple tiers of state and loaded assets. The admin was built with Ruby on Rails, deployed with Capistrano and, served by a cluster of 4 Mongrels.

Results: In this graph we can see an immediate 25% decrease in the bounce rate. The orange line shows the bounce rate is know skewed due to an increase of traffic at the site launch. The blue line shows the drop in the user bounce rate. I attribute this improvement to the sites navigation improvements. Visually the navigation is broken up into two consistent visual elements giving the user a familiar tool. Functionally this site improves the user experience by showing state in the address bar and having working forward/back buttons.

This graph compares the average time on site "Orange" improved by 2 minutes and bounce rate decreasing by 25%.


Footwear Page

OS X 10.5 Virtual Host and PHP

Tuesday, January 29th, 2008

I found instructions for editing the host file and enabling PHP at 456bereastreet.com.

What is a host file? Lets say your editing website locally and would like to bypass any security errors caused by the localhost url. You can use the host file to redirect the real url "www.jonathanspooner.com" to point at your local copy.

I also added a short cut to my profile document so I can just type 'host' in terminal and TextMate will open the doc.
To do this create a file named .profile in your users directory "/Users/yourusername/" and bash script like the one below. I have a few other handy shortcuts in there too.

alias host="mate /private/etc/hosts"