From the category archives:

Code

Why So Many Clueless Programmers?

June 10, 2008

Recently, I’ve the distinct joy of dealing with incompetent programmers on two different, unrelated, projects. Or perhaps they’re competent but simply don’t give a damn.
First up: A new regional service provider for an association of professionals. I have nearly a dozen clients whose websites depend on a datafeed, which was provided by the previous service [...]

Read the full article →

Remove Border from Linked Images

March 19, 2008

In a Dreamweaver newsgroup that I read regularly, the following question is asked and answered almost daily:“How do I remove the ugly blue border from around all my linked images?”
The answer is, put this in your style sheet:
a img { border: 0;}

Read the full article →