This gallery contains 12 photos.
I got to talk & take pictures with some of my Ruby/Rails heroes while at RailsConf. If you click on a picture, you can hop to a detail page with an option to download the full rez image.
Let’s say you wanted to sort the columns of a MySQL table. Your reasons are your own and I’m not here to judge. Well, if you were so inclined, the following won’t work: describe users order by field …and this … Continue reading
My new hiccup with “Comment On The Movies: A Backbone.js tutorial”, has been deciding how to store our comments. At first I was simply going to use localStorage. It’s supported by multiple modern browsers (albeit inconsistently) & gets the job done. The … Continue reading
This gallery contains 12 photos.
I got to talk & take pictures with some of my Ruby/Rails heroes while at RailsConf. If you click on a picture, you can hop to a detail page with an option to download the full rez image.
This year was my first RailsConf. For those that don’t know, RailsConf is “THE” Rails conference that brings people in from around the world. It features keynotes & focused talks by the brightest stars in the Rails universe. It’s story … Continue reading
Please checkout Part 1 where I explain the philosophy behind Backbone.js It’s time to build our Backbone.js app, “Comment on the Movies”. This tutorial will, ideally, give you something interesting to build. Take a look at the finished app (so far) on … Continue reading
Node Knockout 2011 took place this past weekend. I signed up with the hope of being a “One Man Army” & winning the solo contestant award. I figured that NodeJs was so easy to use and so powerful (seriously, it’s freaking awesome) that … Continue reading
I figured it’d nice to deploy the tutorial Backbone.js app to Heroku. The tutorial app that we’re building, “Comment on the movies”, has a simple Sinatra backend & Heroku welcomes Rails & Rack-based apps. Here are the 2 gotchas that I … Continue reading
At my new job I’m getting pretty friendly with Backbone.js. This 2-part post will teach you some backbone basics & show you how to create your own backbone.js app with multiple routes. Continue reading
I just got bit by this and fixed it thanks to this StackOverflow post. http://stackoverflow.com/questions/1197746/uiactionsheet-cancel-button-strange-behaviour Long story short, if your launch an action sheet in a view that lives in a UITabBarController, the “hit” box for the cancel button gets … Continue reading