Implementing Word Wrap in Email Messages
In this article, the author presents code to implement word wrap in emails sent using C# on the .NET platform.
By Jonathan Wood •
Updated on Wednesday, July 4, 2012
|
Implementing a WaitCursor Class
For lengthy operations, it is good form to change the mouse cursor to a wait cursor so that the user knows they must wait until the current task is complete. .NET makes it easy to set a wait cursor. But here's a simple class that helps you avoid a couple of gotchas.
By Jonathan Wood •
Created on Sunday, April 6, 2014
|
A Convenient LogFile Class
Here's a convenient little class for logging program events to a LOG file.
By Jonathan Wood •
Created on Tuesday, December 21, 2010
|
Advanced Message Map Techniques
This article describes a few, more advanced message map techniques that are not implemented automatically by the MFC Wizards.
By Jonathan Wood •
Updated on Saturday, December 4, 2010
|
Enabling RSS Auto Discovery
RSS autodiscovery is a technique that allows browsers and other software to automatically detect any RSS feeds associated with a particular website.
By Jonathan Wood •
Updated on Sunday, April 24, 2011
|
Obfuscated Swaps
Here's some tricks for swapping values between two variables in a way that makes it more difficult for a hacker debugging your program to understand.
By Jonathan Wood •
Created on Saturday, November 1, 2014
|
Converting Between Integers and Spreadsheet Column Labels
Instead of numbers, spreadsheet programs use a system of letters to label columns. Here's a handy routine that can convert an integer value to a column label, and also convert column labels back to integers.
By Jonathan Wood •
Created on Monday, April 11, 2011
|
Abbreviating URLs
Abbreviating a URL is easy: Just truncate it. However, this article shows how you can more intelligently truncate a URL so that it conveys more information about the full URL.
By Jonathan Wood •
Updated on Sunday, December 12, 2010
|
Redirecting to WWW on ASP.NET 4.0 and IIS7
Simple way to redirect pages to URL with a WWW prefix.
By Jonathan Wood •
Updated on Tuesday, December 7, 2010
|
Simulating the Monty Hall Problem
The Monty Hall Problem is an interesting puzzle first presented in Marilyn vos Savant's "Ask Marylyn" column. Her answer sparked some controversy by people who disagreed. This article presents code to simulate the situation described by the puzzle to show if Marilyn was right.
By Jonathan Wood •
Created on Sunday, July 6, 2014
|