Is Google Evil? Here’s Proof!

Many people wonder if Google is evil, despite their motto. But I have discovered proof that Google is Evil. See for yourself!

Why software projects die

Great post over at sourcemaking.com today, 40 Reasons Why Software Projects Die. One recent job I had suffered from many of these AntiPatterns, specifically

Death by Planning
Design by Committee
Irrational Management
Cover Your Assets
Project Mismanagement
Lava Flow
Mushroom Management

and so many more… it’s a great list and a good read if only so you can recognize these success-killers and avoid [...]

What’s a Snow Flake?

There are times when I want to makeĀ  a quick point without having to write an essay on the topic. Apparently there’s a whole meme of a blog within a blog, aka a sideblog or “asides”. I found a nice plugin that lets me do the same thing. I needed a name for this feature [...]

Testimony Part V: What’s in a Name?

Last time, I promised that we’d make our testimonial application more friendly for users and less so for spammers and that’s what we’re going to do today, among other things of course. Let’s get’r done!
Somehow, we overlooked the user’s name when we created the schema for the testimonial leaving us only the email address to [...]

Application Configuration

While working on the Testimonial application, I needed a way to store application specific configuration details — the parts that are specific to a deployment: site name, url, etc. A quick search turned up the ApplicationConfiguration plugin which does exactly that, using YAML. It’s based on the technique described by Dmytro Shtefluk and uses [...]