Monthly Archives: September 2008
Enabling Debug Print (DbgPrint) in Windows Vista and Server 2008

Issue: Debug prints ( DbgPrint ) are not working in Windows Vista/Server2008. Solution: By default DbgPrint() outputs are disabled in Vista/Server2008. You may follow the below setting in registry to enable the debug prints. Open up the registry and go … Continue reading
Paypal Donation integration with your web site

Here is a mini HOWTO on integrating paypal account with your web site for donation acceptance. 1. create a Business account in http://www.paypal.com (It is free) 2. Add your bank account in “My account”->”Profile”->”Add or Edit Bank Account link”. You … Continue reading
Creating a kernel module RPM Package

This HOWTO narrates three stages of creating a linux kernel module binary RPM package. 1. Creating a RPM .spec file 2. Building the the binary RPM package 3. Installing the RPM Let us see these steps in detail further. 1. … Continue reading
How to test Sign the driver in Windows Vista and Server 2008

Many of us use to skip the Driver signature warning message while installing the Windows driver. But this is not possible in the case of Windows Vista and Server 2008 – 64-bit editions. In case of 64-bit systems, it is … Continue reading
Hei… I got a Mozilla Add-ons team T-shirt!!!!

You know that I have developed a small extension called Request Access for Firefox. Recently Mozilla asked its addon developers to upgrade their applications to upgrade to support Firefox 3 which is scheduled to release in a month from now. … Continue reading
Win32 – A quick refresher

I use to enjoy when I do Win32 API Programming. So far I have worked on it without any formal learning. I think this is high time to make my understanding neat and clean on Win32. Here is my attempt to start summarizing … Continue reading
