While researching about image manipulation for my next project, I came across an interesting piece… Read More… Continue reading Merging two images in objective-c
Date formatting in Cocoa
“Date formatters format the textual representation of cells that contain date objects (including Gregorian dates),… Read More… Continue reading Date formatting in Cocoa
How to show UIWebView without background
I was working on an iPhone app, when I came across a problem, where I… Read More… Continue reading How to show UIWebView without background
How to set specific year/month/date/time into UIDatePicker control
While working on a date picker control I encountered a problem, where I was supposed… Read More… Continue reading How to set specific year/month/date/time into UIDatePicker control
How to show UIPopover control with header bar and title
In iPad, we have a new control called UIPopover. This control shows up as an… Read More… Continue reading How to show UIPopover control with header bar and title
How to access remote MySql database from localhost
I had this requirement from long to access my remote MySql database (hosted on some… Read More… Continue reading How to access remote MySql database from localhost
PHP function to create random password.
While creating a password recovery system for one of my projects, I had to generate… Read More… Continue reading PHP function to create random password.
iPhone – How to find height of a label for dynamic string in it.
Here is a small but very useful function, which gives height of a label for… Read More… Continue reading iPhone – How to find height of a label for dynamic string in it.
Objective C – Convert local time into GMT time.
These days m working on iPhone development and came across an interesting problem of converting… Read More… Continue reading Objective C – Convert local time into GMT time.
Running a batch file from C#
Here’s a piece of code, which enables running a batch file from C# code. I… Read More… Continue reading Running a batch file from C#