B and E Blog

Just a couple of opinionated nerds talking about ColdFusion, PHP, and technology in general.

B and E Blog header image 4

Entries Tagged as 'Debugging'

WebScarab-NG

May 9th, 2008 · 1 Comment · Debugging, Programming

WebScarab-NG is a really amazing tool that Brian introduced me to a few months back.  It’s essentially a local proxy which you can use to capture the full details of HTTP requests traveling through it.  It listens by default on port 8008 on your local address, and you can configure any software to use that [...]

[Read more →]

Tags:

Speed Limiter

April 8th, 2008 · No Comments · Debugging, Programming

Once in a while you need to simulate what a user experience will be at a certain connection speed. I’ve added up data sizes and times and did some math to figure out what the numbers will be, but this ignores tcp and http header overhead.
Fortunately there exists a simple tool for Windows to [...]

[Read more →]

Tags: ·