• Bug Reporting How-To?

    Awhile back I stumbled across a document targeted to users that explains what a programmer needs in a bug report to be able to quickly fix a bug, without having to email back and forth a billion times to the user. Does anyone happen to know of such a document? I’ve googled until [...]

  • Saddam Captured

    Not one to write about war-related things, but Saddam Hussin has been captured.

  • A quick Unicode lesson.

    Joel wrote a nice about Unicode. Well, there are some catches that I need to save here.

    in ASP, when using unicode and SQL, make sure you use the nvarchar, nchar, ntext datatypes. These are explicitly for unicode, and use 2 bytes to store every character.
    make sure to specify utf-8 everywhere in the output [...]

  • Quick Signing of VBA Code

    I’ve been doing some VBA programming To send important emails to my phone automatically, and was getting all kinds of security warnings everytime it ran.
    I found this nice little article on how to create a self-signed digital signature that can be used to sign your VBA projects. Quite Handy. What would be [...]

December

This is the archive for December, 2003.