Back from Erie.

On Sunday, I went to Waldameer Amuement Park, located literally next door to where I was staying. Their premier attraction, the Steel Dragon, wasn’t bad, but their best ride was the Bermuda Triangle, which was three water slides. They dropped you down about 40 or 50 feet. The perimeter slides were fun by themselves, but the center one was the best. You shot down an incline so fast that you almost have to push off of the top wall to prevent hitting it (and you’re going down, so your hand extends horizontally). If you curl up into a cannonball correctly, you spit out of the tube something like 10 feet. It was awesome.

Yesterday, we were on the beach all day. Not much to mention, except we made our dog un-afraid of the water (Sunday he would scurry away from the water when a little baby wave threatened to touch his paws – now, he’ll go swimming a little bit).

This is going to be such an awesome movie. It’s made by the South Park guys, Matt and Trey. it will be truly magnificent.

I’ve started on my second major Cocoa project today. My first remains unannounced, as will this one. However, I will say that its an application for developers, and it also looks like iSync.

More information as I feel to expose it.

NSBundle is very useful, and includes an excellent method that returns the path to a file:

- (NSString *)pathForResource:(NSString *)name ofType:(NSString *)extension;

This method, however, requires two strings, which didn’t work for my app. So I wrote the extension. I realize you could use:

  [bundle pathForResource:[string stringByDeletingPathExtension] ofType:[string pathExtension]];

but mine is easier:

  [bundle pathForResource:string];

Download extension

August is upon us. The AlchemyTV should be here Monday, the first Red Vs Blue DVDs started shipping for sponsors, and the Cleveland Browns are winning in their season 7-2.

Work was business as usual, however punctuated by a bunch of Final Fantasy X (Tidus and the gang just killed Lord Seymour). And that’s it. Oh, and for you Cocoa geeks, I did some more work on a subclass of NSTableView I’m doing.

Check this awesome schedule out for this weekend.

Friday: 3 PM to some time around 9 or 10 PM

Saturday: 10 AM to some time after 8 PM

Sunday: 10 AM to some time after 8 PM

And then next week, Mon-Fri I’m working 8 AM until 4 PM. It’s good money but its a lot of time.