Development Category
Focused on coding, languages, and development.
04/18/2012
mod_deflate: Dramatic website speed increase with Apache compression on Ubuntu Linux
by Frank Rietta
How to supercharge your mobile visitor's experience with mod_deflate, which tends to provide a 62% to 72% savings on bandwidth required to deliver each page.
01/14/2012
Rails: TypeError: nil can't be coerced into Float
by Frank Rietta
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.
01/02/2012
Integrate Blog Content with your Rails 3 Website with Pure Ruby Code and RSS
by Frank Rietta