Human DNA demystified
Friday, January 28th, 2005Scientists were wondering for a long time why only a small percentage of the human DNA does fulfil a real function. Now it has become clear: the rest are comments .
You are currently browsing the Christian Heilmann blog archives for January, 2005.
Scientists were wondering for a long time why only a small percentage of the human DNA does fulfil a real function. Now it has become clear: the rest are comments .
After a rather interesting discussion on how to obfuscate emails on the frontend – me pointing out that most techniques are rather inaccessible and make spam the problem of the visitor – I came up with the following idea:
What if you set up your email links by linking to a page:
The PHP page then checks the referrer page and compares it with its own host IP, gets the email from a database or other mean of storage and sends back a ‘mailto:’ header:
header('Location:mailto:'.$email);
Wouldn’t that be a quite safe solution for the problem?
Introduction to Browser-Specific CSS Hacks
While being on the right track, I consider this article more confusing than helping. As pointed out in the comments, there are some typos and forgotten facts. It could be sloppy editing though.
I am currently working on a quite similar article for devarticles, however I will not advertise CSS hacks as a way to target different browsers, but the child selector as a way to progressively enhance a CSS layout.
IMHO it is time to stop thinking about browsers as our audience, but users.
Even though I haven’t come around to creating my template yet, I think it is time to start the blog, after all it is so much easier to design it when content is already available.