Since 1999

Development Category

Focused on coding, languages, and development.

01/14/2012

Rails: TypeError: nil can't be coerced into Float

In Rails, whinny nil exceptions are a real pain. I like to use to_f when computing float values because nil.to_f is 0.0.

Read More »

01/02/2012

Integrate Blog Content with your Rails 3 Website with Pure Ruby Code and RSS

Read More »

12/26/2011

How to automate copyright notice updates in Ruby on Rails

Read More »

12/21/2011

Conditionally Including Resources on SSL or non-SSL to Avoid Mixed Content Security Warnings in Ruby on Rails

When building content that can be delivered on an encrypted HTTPS connection it is necessary to reference all of the embedded resources, 3rd party badge images, embedded YouTube videos, etc, from an HTTPS url. Otherwise a mixed content error will imply to your users that the website is not safe, ouch!

Read More »

01/21/2007

The SIC-2007 Call for Papers is Hot off the Press

Read More »

07/25/2005

Upcoming Beta Release: SQL Converter 2 for Excel

Read More »

05/16/2005

A Little Huffman Coding with Java Tricks

Explore Huffman coding in Java: a binary tree method for efficient message encoding, crucial for data compression algorithms like JPEG and ZIP.

Read More »

04/30/2005

SWT and Swing in the News, Again.

Read More »