40 signs you really are a lousy PHP programmer 

Disclaimer: This collection was published a few years ago on my blog, it was met with heavy criticism about featuring micro-optimiziations which have little to no effect at all compared to other things you can do which was then and is still today very true As this was copied & published on a few hundred [...]

Advanced CSS snippets collection 

Not one week passes by where I have the recurring pleasure of meeting someone who thinks frontend development comes easy and he could teach himself CSS in a day or two. Especially print designers seem to have a pretty rough time understanding why the pixel-perfect design they’ve created with their DTP tools seems to be [...]

Random observations about art VS design 

A potpourri of wise statements from all over the web on the difference between art and design. Art raises questions, design gives answers. Artists create something to appreciate, Designers create something to use. Design is about solving problems, Art is about creating them. Design is art without the bullshit. Art is about creating things to [...]

Web font armageddon – may the type gods be with us 

A little CSS snippet is about to change the face of the web as we know it. May the type gods be with us and lead our humble ways … @font-face { font-family: "Your typeface"; src: url("type/filename.eot"); src: local("Alternate name"), local("Alternatename"), url("type/filename.woff") format("woff"), url("type/filename.otf") format("opentype"), url("type/filename.svg#filename") format("svg"); } @font-face { font-family: "Your italic typeface"; src: [...]

PHP Evolution Philosophy 

I do not think much of a man who is not wiser today than he was yesterday. – Abraham Lincoln Sometimes, reflecting on mistakes from the past – you wish you knew then what you know now. Here are a few of my PHP developer truths, learned the hard way by being young, stubborn and [...]