This is a small collection of my personal preference of color themes for xcode programming environment. For those who are…
Year: 2010
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
Cloud Company – (Change Happens) – 2010
Trace freed/deallocated instances of objects
This procedure has saved me more than once, so I need to document it throughly for everyone! There are cases…
Windows 7 – GodMode
Sounds impressive eeeh? This is a real deal check it for yourself. How to make a godmode shortcut on your…
SQL Server – Clear Log File
After some research i found a very simple solution Try following steps 1. change mode from FULL to Simple. 2.…