Xcode Color Themes
This is a small collection of my personal preference of color themes for xcode programming environment. For those who are
This is a small collection of my personal preference of color themes for xcode programming environment. For those who are
Have you been frustrated sometimes trying to debug an application and really making it worse, the output of your logs
(Somehow this project seems to me so simple, that I’m sure someone has done this before. Anyway). This is my
Continue readingNIBs or code? Why not both? Here’s nib2objc.
It is very important that iPhone and iPad applications use visual styles in a coherent way. This helps users learn
I posted some useful scripts to count your database’s Tables, Views and Stored Procedures. Count Tables [sourcecode language=’sql’] SELECT COUNT(*)
Continue readingCount Tables, Views and Stored Procedures in you Database
Something more relaxing after this scrary number on previous post
This procedure has saved me more than once, so I need to document it throughly for everyone! There are cases
Continue readingTrace freed/deallocated instances of objects