Select Page

Create stationery for email messages

Stationery and themes are a set of unified design elements and color schemes. They specify fonts, bullets, background color, horizontal lines, images, and other design elements that you want to include in outgoing email messages. Outlook includes a large selection of...

Mike’s 2016 Road Race Schedule

Tentative Race Schedule Feb 6 - Ace Speedway, Elon Feb 21 - Keep Raleigh Boring Crit - Raleigh, NC Mar 6 - Bull City Grand Prix, Durham Mar 12 - Michelin Test Track Crit, Mountville, SC (maybe?) April 9 - Dilworth, Charlotte, NC April 23 - Wolfpack Classic?!?!? April...

Mike’s 2015 Road Race calendar

Feb 14/15 – Wolfpack classic RR and crit Mar 14 – Ace crit Mar 22 - Bull Street Crit (Durham) Mar 28 – Ace crit Apr 5 – BHB Sunday crit Apr 11 – Dilworth/Novant crits Apr 12 – Belmont Apr 12 – BHB Sunday crit Apr 19 – BHB Sunday crit Apr 25 – Athens Twilight Apr 26 –...

Quick mysql_connect php script

The below script is a quick PHP script that connects to a mysql database to test connectivity. <html> <body> <? $host = "xxx.xxx.xxx.xxx"; $username = "username"; $password = "password";         /* Connecting, selecting database */         $conn =...

PHP script to send email

Very simple php script that sends email.  I use this from time to time to test the functionality of sendmail and php. <?php ini_set( 'display_errors', 1 ); error_reporting( E_ALL ); $from = "emailtest@YOURDOMAIN"; $to = "YOUREMAILADDRESS"; $subject = "PHP Mail Test...

The Shaolin Blog for Michael J. Roberts