Author Archives: Chris

About Chris

On the Importance of a Coding Standard

by

mail() fail I was recently called upon to troubleshoot the mail script powering a website’s contact form, which for some reason unbeknownst to anyone was failing silently. It should’ve been an easy fix, but the more I dug into it, the more confused I became, and resorted to dumping variables to see if I could…

Posted in PHP | Tagged , , , , , | Leave a comment

Parsed, tense

by

During the course of my career, I’ve had to deal with some quite bizarre things jumping out at me from the source of pages. One developer I know, from a well-respected firm (to spare your blushes I won’t link to it, Kev) is in the habit of using <div id=”mchammer”> “because it’s a wrapper”) but…

Posted in Uncategorized | Tagged , | Leave a comment

XP SP3

by

Like many IT professionals, I’m still heavily involved in deploying and supporting Windows XP. While most of the compatibility and performance problems with Vista have been addressed in SP1, there is still a clear case for a lot of businesses to run XP for a variety of reasons, mainly revolving around compatibility with third-party applications.…

Posted in Hardware | Tagged , , | Leave a comment

Redesign progress

by

Started converting proportions to relative measurements; text can now be resized via browser menus. Code needs cleaning up and converting to PHP templates. Started posting final images; header & dropshadows use png alpha transparency so I’ll have to write a browser sniffer to serve them to IE using the AlphaImageLoader filter.

Posted in Design | Leave a comment