Contact the author.

Contact Info

To contact me, send an e-mail message to this address:

type my address!

To do this securely, use my public key.


Sorry about making you open a mailer window and then transcribe my address by hand (the above is a PNG image, not copy-and-pastable text), but I do not want to get more spam. The spammers run their own automated processes to crawl through web pages and collect e-mail address patterns. This is sometimes called "web scraping".

Once upon a time you could hide your address from the spammer's automated searches by using Javascript. You can no longer use those tricks, as the Javascript function document.write() is not allowed within XML or XHTML. Of course, you can't easily use XML or XHTML anyway: Microsoft's Internet Explorer does not support those modern languages, as explained on another page. My pages are written in XHTML, and unless I have overlooked something, they all validate as valid XHTML with valid CSS, but my server tags them as text/html so that users of the rather out-of-date Explorer product can view them.

Some people attempt to fool the spammers' automated searches by obfuscating the HTML mailto: tag and their address through ASCII encoding. However, that is easily circumvented by the spammers' automated web-scraping programs.

FYI, that image was created with ImageMagick:

$ convert -size 280x30 xc:transparent -font Helvetica \
	-pointsize 20 \
	-draw "text 10,20 'your-address@goes-here.net'" \
	-fill black address.png  

You may need to change the 280 to a larger number in that command if your e-mail address is longer than mine, to allow it to fit into the image. You may want to make that number smaller if your address is shorter, so your image isn't much bigger than it needs to be. And, of course, you can change the first 20 to make the text larger or smaller, accompanied by the needed changes in image width and height.

Click here to inquire about advertising on this or any page on this site.
© Page author May 2012. Valid XHTML 1.0! Valid CSS!