Mark of the Web for small utilities
I often write small utilities for myself, usually in JScript. For example, I’ve been working with native code where I often need to look at VARIANT values, and I wanted a little utility that would crack down the variant type field into a human-readable value, including the masking values for arrays and such. To build the UI for the utility, I typically use a bit of HTML.
Original post:
Mark of the Web for small utilities


