During development we always come across situation where you need to add custom routes based on some settings based from the user. In this case we cannot use any of the standard methods like annotation and configuration files in symfony. In this case you need to use a services and hooks to inject your custom… Continue reading Symfony: Adding custom route by code during runtime
Category: Programming
stuffs I do…
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… Continue reading WordPress Plugin – Bitly External URLS
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… Continue reading RSSReader Version 2.0 with UITabBarController
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… Continue reading WordPress S3 plugin updated to 1.1 Alpha
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… Continue reading Facebook Open Graph Meta WordPress Plugin