20 Mile Ride to Work

Published on Fri, 02 Jul 2010 21:27

Old Stage Coach Road - Boulder Ride with Mikey




Published on Sun, 27 Jun 2010 21:45

Ride Your Bike to Work Day

Published on Thu, 24 Jun 2010 02:40

Garmin Connect Embed Test

Published on Wed, 09 Jun 2010 15:32

How to take a screenshot on a Mac from a PC style keyboard

I always forget how to take a screen shot – partially because I take one once every six months.

Alt+Shift+4 brings up the crosshairs

Alt+Shift+3 is a full screen image

The image is stored to the desktop.

Published on Thu, 27 May 2010 15:42

IETester

As a developer, Internet Explorer is the bane of my existence. I’m hoping that this IETester product will help with testing. It still in alpha, but it claims to be a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Windows 7, Vista and XP, as well as the installed IE in the same process.

Check it out here…

Published on Wed, 10 Mar 2010 16:21

Spartacus Widget

Published on Fri, 05 Mar 2010 22:14

Ruby display each array item's index

my_vitamins.each_with_index do |vitamin, index|
  puts "#{index} cheers for #{vitamin}!"
end
=> 0 cheers for b-12!
=> 1 cheers for c!
=> 2 cheers for riboflavin!
Published on Sat, 20 Feb 2010 18:18

Typo code formatting

If you want to format code in your Typo blog you may do so by using the typo:code block and setting the following options:

  • lang. Sets the programming language. Currently supported languages are ruby, C, Delphi, HTML, RHTML, Nitro-XHTML, CSS, Diff, Java, * Javascript and yaml. Other languages will format correctly but will not have syntax highlighting.
  • linenumber. Turns on line numbering. Use linenumber=“true” to enable.
  • title. Adds a title block to the top of the code block.

More information at:

http://wiki.github.com/fdv/typo/typo-macros-explained

Published on Sun, 14 Feb 2010 21:48

Spartacus is Airing Tonight!

As some of you may know I've been working at Starz for a while now, and for the last 6 months or so we've been getting the website ready for the launch of Spartacus Blood and Sand. Pretty exciting!

Check out the trailer below:

Published on Sat, 23 Jan 2010 00:23