Most application frameworks/languages provide access to the Command Line parameters passed to your application. Generally it is passed to your application [...]
Note: This Post has been (partly) superceded by the implementation described in the more recent Alpha blended forms revisited Post. One common problem that [...]
Though I do tend to try to write my samples and test applications, as well as any new programs, using Visual Studio 2012, I haven’t yet migrated most [...]
Undo/Redo Stacks The BASeBlock Editor has had an Undo/Redo stack for quite a while. The implementation of this logic is relatively simple, but the [...]
I was working on BASeBlock’s splash screen a bit, and thought it would be neat to have a little animation to expand and contract the list of loaded [...]
As many web developers are aware, there are a myriad of ways to develop websites and interactive web applications today. On the server side, one typically [...]
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]