lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
HTA Template
As much as I don't love Microsoft, if you're creating an HTML application for a strictly Windows environment (as I am for the moment), HTAs can be very handy. I've created a generic template for use with VBScript that can get you started, available for download here:

HTA VBScript Template

More info on HTAs can be found at the Microsoft site:

HTAs for Beginners (microsoft.com)
PHPMailer with Gmail
PHPMailer is my open source class-of-choice for handling email operation in PHP. GmailMailer is an extension of PHPMailer that allows you to use PHPMailer with a Gmail account. I found a few other hacks of PHPMailer that accomplished this. But they did so by tweaking the PHPMailer code itself. I wanted something that enabled PHPMailer to work with Gmail without touching the underlying code.

Documentation is available at the klenwell wiki. The class can be downloaded from the klenwell google code site.

Labels: