Post Archive Subscribe

  1. WestHost gets Rails

    I received an email announcement yesterday that WestHost (my host of choice) is going to be offering Ruby on Rails for install through its Site Manager. I guess it means that, sometime this month, my tutorial on the subject will no longer needed.

    Read more…

  2. Speeding up your code with the Bitwise Operator (&)

    While building a Flash game, I wrote some code to alternate through squares on a grid system and it seemed rather slow. My code made use of the % (modulo) operator and, thinking that was the cause, I went in search of a better solution. I blew the dust off the Bitwise operator (&) and researched what it actually does. As it turns out, this little bit of programming’s past can be quite handy.

    Read more…

  3. Touchdown…

    Kel and I landed in Austin, TX this afternoon. We’re here for SXSWi. It’s like an annual pilgrimage. Molly calls it “geek camp,” but I think of it more as a time to actually see the people I spend so much time with virtually.

    Read more…