Skip to content
Archive of posts filed under the Programming category.

WordPress Plugin – Bitly External URLS

I have been blogging for a long time now. In each of my article I normally use a lot of reference websites links. But I really don’t know if anyone is clicking on those links. To analyze the external links and user behavior I need to know whether the user is clicking them. So I [...]

RSSReader Version 2.0 with UITabBarController

Couple of months back I released an open source RSS Reader app for iPhone on GitHub. Most of the people who downloaded the source requested for an updated version using UITabBarController. Today I am releasing version 2.0 with the following changes Updated the views to use UITabBarController Loads rss subscription from plist file More fun [...]

WordPress S3 plugin updated to 1.1 Alpha

Past couple of days I have been focusing hard to optimize my blog. Related to this I have been working on the next version of s3 plugin. This version supports the following Uploads any media file in the blog to a CDN Support for cloudfront Expire headers Support for CSS and JS compression Dynamic Cache [...]

Facebook Open Graph Meta WordPress Plugin

Today I wanted put Facebook Open Graph Protocol meta tags on my blog. I searched for a long time and I was not able to get a simple and working plugin for WordPress. So I decided to write my own. If you want use this plugin please make sure you replace the tag [REPLACE] with [...]

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 [...]

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 [...]