NSFileManager offers a convenient way to write images to and load them from the documents directory. If you’re frequently doing…
CLLocationManager delegate method is not called in iOS4
Weird bug-easy solution. I did have this weird issue also when updating to SDK4.0. I couldn’t get CLLocationManager to work on simulator. This…
NSString Quickies
Yet another small useful collection of small code snippets for NSString.
Xcode Color Themes
This is a small collection of my personal preference of color themes for xcode programming environment. For those who are…
Objective C – Basic Datatypes and NSLog
Have you been frustrated sometimes trying to debug an application and really making it worse, the output of your logs…
NIBs or code? Why not both? Here’s nib2objc.
(Somehow this project seems to me so simple, that I’m sure someone has done this before. Anyway). This is my…
Objective-C Categories as Stylesheets
It is very important that iPhone and iPad applications use visual styles in a coherent way. This helps users learn…
Count Tables, Views and Stored Procedures in you Database
I posted some useful scripts to count your database’s Tables, Views and Stored Procedures. Count Tables [sourcecode language=’sql’] SELECT COUNT(*)…
Funny Drawings
Something more relaxing after this scrary number on previous post