Hi. My name is Ben Gotow and this is my portfolio. I'm a programmer, web designer and photographer, and an undergraduate in the School of Engineering at Vanderbilt University.

I'm also available for hire.

NetSketch

Jul. 6th, 2008
NetSketch is the first collaborative drawing app for the iPhone and iPod Touch. It allows you to draw on the iPod's screen and share your work over the wireless network.

Spring 2008 (D40X!)
Trip West
Winter
New England Schools

PackBits algorithm in Objective-C

The PackBits algorithm is one of the TIFF data compression methods, and it's also used for pixel data in Photoshop PSD and TGA files. It was originally developed for MacPaint, and although it's still widely used, there isn't a whole lot of information online about it. I spent some time this weekend writing a category to extend the NSData class and support the packBits algorithm, and I think ... More...

Custom compiler flags in XCode

So I've been messing with compiler flags in XCode for the last hour or so, and it turns out I was totally misunderstanding things. If you get info on a project or target in XCode, there's a "User-Defined" section at the bottom that allows you to create your own flags for use at compile time. However, these flags are not actually passed into GCC! (Mistake 1!) I assumed ... More...

The Best Wordpress Site Ever?

So I accidentally clicked an ad this afternoon and stumbled across Ecoki.com, an online community for eco-friendly folks. I hadn't even scrolled half way down their home page when I found myself thinking: "What was this built in?" Ecoki is quite possibly the best designed wordpress site I've ever seen. I had to look at the page source to figure it out. http://www.ecoki.com/ It looks like it's a completely custom template. ... More...