• What I Do
  • RPS - Pro
  • Roulette
Check it out New iPhone® Roulette Application




Latest Posts

Objective-C iPhone save & load data from plist

So one of the most common questions I see from new iOS developers is how do I save application data for the next time...

PHP MySQL recursive Dump

A lot of times I have a need to backup all the data in multiple databases. So I wrote this neat and quick php...

Objective-C (number formatting)

Here is a quick example of a helper function I wrote to convert numbers to a comma format (by thousands).

1 2 3 4 5 6 7 8 9 10 - (NSString *) returnFormatedStringFromFormattedNumber:(long long)n{ ...