I thought they were gone forever, but it turns out two major commentaries I wrote on Y2K in 1999 and…
Category: Code Bloopers
Things produced while being less-than-alert while writing code.
Use Meaningful Method Names in WebAPI (.NET)
<rant> I don’t know if it comes from laziness in changing a default name from a template, or a misunderstanding…
Preventing the orphaned system tray icon in a Windows App
Windows applications often add an icon to the system tray to remove themselves from the task bar when minimized, and…
Old rounding errors never die, they just fade into images…
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
My friend Matt Owen posted a snapshot of the stock results on his Facebook wall today, which showed some interesting…
When an empty string is really an empty string…
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/nzzqfted/public_html/blog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Sometimes clarity of thinking during late night programming is elusive… 1 (footerMessage.Trim().Length == 0 ? string.Empty : footerMessage + "\r\n\r\n")(footerMessage.Trim().Length…
