Installing PHPUnit On Windows With Out PEAR

This is a quick description of how I got PHPUnit working on Windows without installing PEAR The PHPUnit documentation is a cryptic and sparse when describing how to install PHPUnit on windows. I am assuming that PHP is already installed and working. Steps: Download the latest version of PHPUnit (currently 3.4.9) from here http://pear.phpunit.de/get/ Extract [...]

Setting Return-Path in PHP

We have a system that needs to send automated emails. But we were having a problems where we were not getting bounce emails from invalid email addresses. After half a day of digging it turns out the problem was that the Return-Path header was being set to the user that the web server runs as. [...]

Move Music Into Artist Folders

I like my music in artist folders so I created this little VB Script to move music albums into single folders. It takes a folder full of albums in the format “Artist – Album” and creates a folder for each artist, then moves the Albums into that folder. For example if you have a folder [...]

More Lotus Notes table problems

Sort of an addition to my previous post, Notes doesn’t like large tables being created with AppendTable(). You get this error “Illegal column width – check Left and Right margins”. The work around is to create the table with only one row and the desired columns and then use AddRow() to add up to 255 [...]

Follow

Get every new post delivered to your Inbox.