SPF Record

SPF is Sender Policy Framework. This is a tool to help fight spam by validating the from address of emails. When an email is received by an email server the sending domain can be checked for proper origination. Here is a sample rule in DNS: v=spf1 ip4:67.169.211.46 mx ptr -all Here is a tool to validate the […]

CSS Page Break with IE 7

To force a page break when printing the style=”page-break-before: always;” can be added. But this doesn’t always work with IE 7. For some reason IE 7 would ignore this. Probably because of the new print preview and “size to fit”. The simple fix to get IE 7 to recognize the page break just add something to […]

Email Encoder

When putting email addresses on a web page it is recommended to encode them. There are many web crawlers scanning pages to harvest email addresses. Here is an easy to use tool to encode the email address.          http://www.wbwip.com/wbw/emailencoder.html