Author: Sumit Gupta

  • MDI Window: C# way

    So how can we make MDI Parent and Child Window in C#. The answer I found was that there is nothing inbuilt for it. So, I have two choice, either I modify the Window class and add MDI [Multiple Document Interface] coding in them or I found a alternative interface.  It took less than 5…

  • 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…