A few people have asked recently what I’m up to so I figured I should at least blog about it. For the past 2 months I’ve immersed myself in the iPhone SDK in an attempt to become both a fluent iPhone developer as well as an OS X developer. To reach my goal of fluency [...]
Entries Tagged as 'Development'
What I’ve been Doing
August 1st, 2008 · No Comments
Tags: Development
Thanks Bill
June 27th, 2008 · No Comments
Today Bill Gates steps down from his role at Microsoft and I believe I owe him a huge thanks for all he’s done - for the software industry, for his community and now what’s he’s doing for the world at large. I grew up not far from Microsoft and remember when its offices were next [...]
Tags: Development
Asteroids in Processing
May 5th, 2008 · 5 Comments
Last February I decided to write a game. Around that same time I was also introduced to Processing. To great things that work great together. If you are a software developer and are not familiar with Processing then I think you should be. It’s a wonderful Java based environment in which you can sketch out [...]
Tags: Development
First Attempt at Debugging iPhone Web App
August 15th, 2007 · No Comments
I’ve started debugging an application for the iPhone and thought it decent to post my first thoughts and discoveries. Apologies for the bad code formatting, I’ve never posted code to my blog before and WordPress really gave me a bad time. I’ll figure this out.
Logging via console.log
First off was console output. The [...]
Tags: Development