GoDaddy SMTP Email Relay

I just spent several hours trying to figure out how to send an SMTP email with attachment from GoDaddy using PHPMailer. You can only do it via GoDaddy’s email relay. Here is the code for those looking.

Malware Scanner

Well one of the latest issues out there in the development would is this issue of infected websites that drop malware. Most of the time this is caused by not keeping your code up to date in the most secure methods of coding. Most open source code is taking this into consideration. However if its [...]

Generic Input Sanitizer

With the ever increasing attacks on websites for place malware links and site defacement a programmer must be ready.  Also many times these attacks are on older systems that need to be supported.  I have developed a PHP 5.x approach to this.  The code is a block of code that can be added at the [...]

IE8 not showing Google Ads

Something that has come up with several clients of mine is an issue since IE8 has come out. Mysteriously Google Ads are not showing up. You can do a Google search and find several people asking what happened. Well what I have found in many cases is that IE8 is more strict with html, xhtml [...]