Software-Development

Some WinDbg tips

5 minute read

I’ve gathered some WinDbg tips over time (mostly for managed dump analysis) and this seems like as good a place as any to share them, so here you go.

Getting spinner gifs from a CDN

less than 1 minute read

Using animated gifs for spinner / loader animation can be quite convenient, and sites such as AjaxLoad allow you to create them to your liking. However, bein...

Measuring on-screen pixels

1 minute read

There are times when measuring pixels on-screen may be useful. This is especially true when following redline specifications (just make sure your browser zoo...