Our Blog
A collection of posts on website development, WordPress, SEO and various helpful resources we can point our clients to.
It has been a long time…
It has been a very long time (almost 17 months) since we posted something in this blog. 2009 was a very busy year — work wise — for us, and we neglected not...
Website Redesign Noted in Michigan Newspapers
There is a nice write-up in the Observer & Eccentric Newspapers per the website redesign we did for the Building Industry Association of Southeastern Michigan.
IE Changes EPS to PS Files when Downloading
If you link directly to an .EPS or .AI file for downloading on a website, you should note that Internet Explorer (6 & 7) doesn’t correctly handle these files.
Accessible Fonts; PX Vs. EMs
Switching to EMs instead of PX to set fonts sizes in websites enables more browsers to enlarge text, thus it makes sites more accessible to the vision impaired.
Using PHP on Pages with HTML Extensions
How to use PHP on HTML pages, as pages without a .php extension will not be parsed by PHP by default on most servers. Fix this by updating your .htaccess file.
Fix for PHP Mail Form Email Injection Hijack
Hijacking form mail scripts and spoofing domains/email is downright wrong. Fix your scripts It by stripping fields for carriage returns and newline characters.