Month: March 2008

  • Please…

    Never compare the Bengals with the Steelers.  It pops veins in my head… http://www.timesonline.com/articles/2008/03/16/sports/steelers/doc47ddede3232a3317711311.txt

  • TV

    Tired of lazy service from your cable company?  I was.  No NFL Network, no Big Ten Network, and poor boxes and software. I switched to U-Verse (AT&T) and really like it.  Pricing is in the range of cable with 3 boxes in the house ($5 per add).  The internet speeds are good, you can remotely…

  • Email Blogging

    WordPress supports posting via email. Combine with an iPhone and mobile blogging would be pretty easy.

  • Pagination

    The paginate function was removed from core rails in 2.0.  No problem since my server ran an earlier version of rails. Until Bluehost updated rails without telling me. Easy enough to fix. In your project type: script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination Then tar up your vendor folder and move it to the server, or use a better…

  • Getting Rails Up on OS X

    If you’re having problems with the standard OS X install of ruby, check out http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx/.