Programming Archive

There are several ways to debug and analyze web applications. The first approach is to use network sniffers like wireshark. The problem with sniffers is that they are not so easy to use, and by default they capture all the network traffic. If the interest is only HTTP streams, it is required to add filters […]

Today, I wanted to deactivate Dr Watson on my PC (Windows XP-SP2) and it tooks me some time to find the relevant information to do that. The interesting thing is that, I found some very useful information about the debugger:

Description of the Dr. Watson for Windows (Drwtsn32.exe) Tool: This article describes the Dr. Watson for […]

The magic command to print the stack trace of a windows dump file with Windbg debugger is:
!analyze -v
Crash dump analysis blog offers other tips and detailed explanations on crash analysis.

 Sang Shin from Sun Microsystems offers a 10-week online course on AJAX programming. The course started on august 4th but you may still register here. The material provided is of great quality. The course description says:
What is it  like to take this course online? 

Online attendees of this course are expected to do the course work as […]