Hire Me! I'm currently looking for my next role in developer relations and advocacy. If you've got an open role and think I'd be a fit, please reach out. You can also find me on LinkedIn.

If you use BlogCFC, please edit your style sheets so that the code style adds "courier new" to the list of fonts and changes the size to 1em. For a while now I've been wondering why code blocks were small on BlogCFC sites, but only on my Mac. I want to thank Chris Jordan for sending me the fix and sharing it on the cfbloggers listserv.

Oops, forgot to paste the final code:

.code { font-family: "courier new",courier,monospace; font-size: 1em; color: black; border: solid thin #0000cc; background-color: #ffffcc; overflow: auto; max-height: 200px; padding: 4px 4px 4px 4px; line-height: 15px; margin:5px 0 5px 0; }