UIScreen Notifications for connecting external display in iOS

UIScreen class has three main notifications which gets triggered when a new screen (external display) is attached to the device. UIScreenDidConnectNotification This notification is posted when a new screen is connected to the device. The object of the notification is the UIScreen object representing the new screen. There is no userInfo dictionary. Connection notifications are… Continue reading UIScreen Notifications for connecting external display in iOS

iPhone RSS Reader with source code

Last week I had prepared simple RSSReader application for demoing at Arabnet Shift Digital Summit. Since there was not much time to really explain I had to cut short my presentation with a very basic application demo. I promised to few programmers at Arabnet that I will release the source code for this application on… Continue reading iPhone RSS Reader with source code

Trip to Arabnet Shift Digital Summit in Beirut

Last week I got an opportunity to do a presentation in Arabnet Shift Digital Summit about iPhone development. This took place at Beirut in Lebanon. The submit was held for three days and was an outstanding experience for me. Had a chance to meet lot of people from the middle east region. On the second… Continue reading Trip to Arabnet Shift Digital Summit in Beirut

Book Review – WordPress 3 Complete

“WordPress 3 Complete” book written by April Hodge Silver is a excellent guide to kickstart, tweak and to play with your wordpress blog. This books comprises of 11 chapters which covers from installing wordpress to writing your own plugin (This book author recommends some programming knowledge in PHP, HTML and CSS). Chapters covered in this… Continue reading Book Review – WordPress 3 Complete