I have been using Dropbox for a while now, just the cool little icon reminding me of service that keeps things ticking in the background, UNTIL today. During a coding session in xCode I found […]
Author: Paul Usher
review: TaskPaper
I am always on the lookout for applications that can help me streamline the daily tasks I need to perform. In particular is list management. The problem with switching to a new list management tool […]
Ambiguous errors: oledbconnection DB_SEC_E_AUTH_FAILED
A client rang to say they are having problems with a small program I wrote. It has worked for a few months – no problem, then out of the blue they started receiving an error […]
The pList Dilemma – xCode Gotcha
Why does the following code return no objects in the array. NSString *path = [[NSBundle mainBundle] pathForResource:@”stations” ofType:@”plist”]; NSMutableArray* anns = [[NSMutableArray alloc] initWithContentsOfFile:path]; Here is a screen shot from within Xcode at the pList […]
SIGABRT – unrecognized selector sent to instance
I received an SOS from a mate asking to see why his $1,000,000 app making idea was crashing at the first hurdle. Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[MyAnnotation objectForKey:]: unrecognized selector sent […]
Blogs for software suggestions
During a meeting today with @AdamCogan (www.adamcogan.com | http://www.ssw.com.au) we discussed the idea of using a blog to post about software enhancements. So lets run with it. Feel free to vote or comment on ideas […]