development
FiddlerCap and HTTP protocol debugging
Jan 29th
Capturing web traffic
Introduction
If you’ve reached this page, chances are good that you were asked to capture a HTTP log file. Usually, this action is performed to track down a bug in your web browser or a website.
You can use Microsoft FiddlerCap to take a snapshot of HTTP traffic, and send that snapshot to facilitate [...]
libOpenMetaverse
Jan 8th
libOpenMetaverse (formerly libSecondLife) is a very interesting project. Basically, it’s a library in C# is used for connecting to the secondlife grid. I’ve been playing with 0.5.0 (last official release apparently) and also with /trunk.
I’ve been able to work my around into creating a name2key and key2name functions for the included testclient app. [...]