Follow me on GitHub

Node.js is a great platform for building lightweight web applications. It is built on top of Google Chrome’s javascript runtime engine and uses an event driven,…

  1. Posted on 1350521866
  2. 0 Comments
  3. Tagged nodenodejsjavascriptmac

I wanted to share some code I wrote for getting started with backbone.js. I ended up building a simple CRUD app for a book inventory…

  1. Posted on 1333021765
  2. 0 Comments
  3. Tagged javascriptjquerybackbone-js

Using form helpers in web applications can often save you time. However, if the code base is quite large and you want complete control over your…

  1. Posted on 1313536766
  2. 0 Comments
  3. Tagged rubyrailshelpers

I just released an open source JQuery Lightbox called Dialogic. I actually extracted it from a Ruby on Rails project I’ve been working on recently. While…

  1. Posted on 1312726511
  2. 0 Comments
  3. Tagged dialogicjquery

I was looking for a good solution today to truncate my blog posts and came across a good post here. The basic idea was to…

  1. Posted on 1312723213
  2. 0 Comments
  3. Tagged nokogiriruby

I was reading a post on StackOverFlow today that highlighted a few good examples of ruby class inheritance. For me, I was always a little…

  1. Posted on 1312715504
  2. 0 Comments
  3. Tagged rubyclass inheritance