Monthly Archives: March 2010

How to install rails on CentOS 5.4 x64

1. Download ruby source wget http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7.tar.gz tar -zxvf ruby-1.8.7.tar.gz 2. Install dependencies sudo yum install gcc sudo yum install gcc-c++ sudo yum install zlib-devel sudo yum install openssl-devel sudo yum install readline-devel sudo yum install sqlite3-devel 3. Build ruby from … Continue reading

Posted in Web | Tagged , , , | 4 Comments

Story Mapper is Release Planning for Pivotal Tracker

We’re proud to announce the release of Story Mapper, a project we have been working on at Carbon Five to support an Agile project planning technique called story mapping. We use Pivotal Tracker to manage our feature backlog and the … Continue reading

Posted in Process | Tagged , , , | 10 Comments

Ada Freezes Monsters with Snowballs (and Canvas)

Alex sent me an email Saturday morning with this really cute Canvas game he wrote with his daughter Ada. His timing was really great since I am on a panel at SXSW Tuesday called Is Canvas the End of Flash? … Continue reading

Posted in Everything Else | Tagged , | Leave a comment

Testing iPhone View Controllers

I have been writing tests around my iPhone apps’ view controllers in order to follow the same TDD practices we use in other environments. Writing tests first has changed the way I structure my code in a couple of ways … Continue reading

Posted in Mobile, Process | Tagged , , | 24 Comments

Javascript Testing Talk in Oakland

Next week at EBig Jonah and I are wrapping up our world tour of talking about Javascript testing. March 17th in Oakland: ”Recent evolutions in Javascript testing frameworks now allow creating test suites, test-driving development, and running tests on a continuous … Continue reading

Posted in Process | Tagged , , , , | Leave a comment

Alon on Flash and Canvas at SXSW

I’m looking forward to participating in a panel Is Canvas the End of Flash? this month at SXSW on the role the new HTML Canvas element is playing in web development and how it compares to Flash. Much of the … Continue reading

Posted in Everything Else | Tagged | 1 Comment