Programming Discipline!

I was reading the article “Destructors Considered Harmful” on DrDobbs by Andrew Koenig. Generally I agree with Andrew’s views on various programming topics but I thought I should just write down my thoughts on this particular article. I have a number of agreements and disagreements on certain points. One point that specifically sticks out especially […]

Configure “Delegate” as a Forward Proxy

Delegate is a very simple and nice proxy which can be configured into many different kind of proxies depending on the use-case you are trying to implement. Best of all, it is open source i.e. free and works across various operating systems including our most hated Microsoft Windows platforms. But before I start to write […]

EasySMSv0.1 for Windows Mobile 6.x – Source Code

My previous post http://www.naresh.se/2009/09/24/easysmsv0-1-for-windows-mobile-6-x/ describes in detail why I created EasySMSv0.1 for my Windows Mobile device. Just search the Internet for “tmail.exe crashing in Windows Mobile” and you will find loads of people with the problem. Not one of them has been able to find a proper solution. I have created the application to have […]