-
Surprise Birthday Party
This is one of best birthday I had. I was to attending my brother-in-law’s marriage eve party. There I got this surprise party by my in-laws. Really grateful and happy to get such a surprise. Never celebrate my birthday with so much noise and happy cheers all around. Feels like special person. Hardly much to […]
-
z-Index: Short note
It is been sometime I try my hand to CSS. But today when I got a chance to work on Jquery Animation to make it smoother than what it was, I realise that I never work with Z-index property. It is not that I don’t know about it, but it always is pain and I […]
-
Video Shopping Plugin
Just finish coding major stuff of Video plugin for wordpress that enable Purchase of Video and then view to only registered members. This use Paypal Express Checkout as payment gateway. Love coding on wordpress at time, though it is not as good as doing in custom CMS, but still very much a home for me […]
-
WordPress Plugin: Localization
This is quick steps on how to create your own Language file for wordpress plugin. I hope you know that you can call wordpress localization functions as echo __(‘text your want to display’, ‘your-unique-language-textdomain’); This localization is done using internal function of wordpress, where it load language file for given language wordpress is set, and […]
-
Azure: First Experience
After a long time finally get time and reason to touch base with Azure Service. It was great experience working with it thus far. My client want to move his website from a regular host to something that we can easily manage. We are not keen to hire a server admin to do stuff for […]
-
Programming keep me busy
Time flies. I though have an idea that I didn’t blog for long time, but really got myself surprise that it is over three months now. Was busy programming and finish couple of long delayed projects and life is taking new shape. In recent past, I developed new methodology for my programming and that process […]
-
WordPress: Black and White Post Overlay Image
One of my client ask us to create Black and white thumbnail for wordpress blog post that on mouse over turn coloured. This is pretty common effect now a days and with my custom PHP or ASP.NET programming we usually create black and white image at time of upload and save it. This is what […]