Archive | 2008
img-2244.jpg

I Win

I wanted to tell a story but realized I needed some background as to why it’s funny. I blogged about these once before, albeit very briefly. I thought I’d tell the story. It started a long time ago when I had an awesome job working at a student housing apartment complex. One of my coworkers [...]

Continue Reading →

Introduction to Podcasting

I did this talk at Blog Orlando 3 and thought some people might find this useful. Feel free to share and get in touch with me if you have any questions or comments. Podcasting Basics Download PDF Podcasting Links Hivelogic Podcasting Equipment Guide: This is an excellent guide by Dan Benjamin Rails Envy Podcast (Shameless [...]

Continue Reading →
Backpack Ruby Script

Backpack Ruby Script

Each week I edit the Rails Envy podcast. We use Backpack to work together on the stories each week. Each story is a note in the Backpack page: Today while I was preparing the post, I remembered that Backpack had an API. A quick google turned up the Backpack API page with a link to [...]

Continue Reading →

Hpricot and utf-8

I tried to use Hpricot to parse a page with special characters in a utf-8 encoding. The docs tell you to do this: require ‘rubygems’ require ‘open-uri’ require ‘hpricot’   doc = Hpricot(open("http://url/")) However, this won’t give you the output you want. The open method on Open-URI leaves the output in the default character set [...]

Continue Reading →

Unobtrusive Javascript

In January, I gave a presentation at the Orlando Ruby Users Group about unobtrusive javascript. I figured that I’d reproduce it here for anyone who wanted to watch it. Some topics covered in the video include semantic markup, benefits of coding unobtrusively, examples, and guidelines. Special thanks to Gregg Pollack for editing the video, and [...]

Continue Reading →