Tag: Development

Community

I Never Metafile I Didn’t Like

(Peter Aitken) A metafile is one of the two fundamental ways that a graphics image can be stored. The other, which most people are more familiar with, is a bitmap in which the image is defined as a grid of pixels with each pixel having a color value. Most graphics files that you work with, including

Community

Token Replacement in ASP.NET

(Damon Armstrong) As a web developer, you will encounter situations that call for an effective token replacement scheme. Token replacement is really just a technologically-savvy way of saying string replacement, and involves substituting a “real” value for a “token” value in a string. This article p