Month: February 2009

  • Ackk! My Macbook Pro burns!

    I’ve noticed for a while that my MacBook Pro has run hot, and I figured it was maybe because it was a 17″ and running lots of apps at once. But today I’m testing the waters to decide if, instead, I want to use my old co-worker’s MBP (a 15″) and it still ran hot! […]

  • Not so recursive method annoyance fix

    Ok just first of all, I would like to point out that the method in my previous post was in all actuality not a recursive method. It loops through objects in that class but not the same object consecutive times.. my bad. On that note. Thanks to Hudson Ansley on the flashcodersny blog for pointing […]

  • Recursive method annoyance

    So I’ve been working on incarnations of a mapping application over the last year or so and am rather happy with how it’s been growing so far but one thing has come to my attention.  The map pulls in hotel properties and displays them as markers on the map depending on the x and y […]