Getting the custom installation portion of a Visual Studio setup project to … well, work!


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

I was creating a Visual Studio solution with a Setup project, and needed to add a set of custom installation…

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…

The lost art of break and continue


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

BREAK and CONTINUE are two forms of loop control, which I have seen under-used lately.  I think it is time…