After office work me and Saifudeen (saif) went to confirm my bus tickest as my flight to Chennai was bit expensive due to my extra baggage. After booking the ticket we both went for dinner and had ‘Rocket Dosa’ . . This picture was taken in Saif house in Trivandrum 🙂 More to come ;-).… Continue reading Rocket Dosa fun with Saif
Category: Programming
stuffs I do…
My dream theme for wordpress
I am kind of again tired with my current theme. This time I am not going to search for better theme. The theme what I am using now is kind of cool and really nice but I had this for real long time. While modifying the theme for pda I found WordPress theme is not… Continue reading My dream theme for wordpress
Organizer n PDA plugin on Podcast
I was really surprised and happy to see both of my plugin in wordpress podcast under the title Dealing with splogs, posting by e-mail and more. I am really happy to see many people using my plugins for their blogs. Have some news regarding organizer plugin and I will update soon 😉
Worpress 2.0.5-RC1 Upgrade
Today I have upgraded my blog to 2.0.5-RC1. Upgrade was simple as usual. I was checking everything on my blog and it was smooth. I don’t think there is any new features but lot of bug and changes has been done. http://trac.wordpress.org/query?status=closed&milestone=2.0.5 One issue I came across was the default category was not getting selected… Continue reading Worpress 2.0.5-RC1 Upgrade
WordPress url rewrite hack plugin
There is a simple way to push your rewrite rules to wordpress using a simple filter. To do this you need use rewrite_rules_array filter. Before starting with that let me explain the basic rewrite structure of wordpress 2.0 and above. # BEGIN WordPress < IfModule mod_rewrite.c > RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond… Continue reading WordPress url rewrite hack plugin