Tag Archives: result

How to map a Servlet to only the front page / root path of your webapplication

This post is about Java Web Servlets and will hopefully save you some hours of debugging. Prelude Rant I was naive enough to think that the reasonable URL pattern “/” would match only the root path of the application. Guess … Read more

Posted in Java | 1 Comment

My take on a WordPress plugin: Redirection

Just stumbled upon the WordPress Redirection plugin at work and as usual I’m going to give a very brief and incomplete summary of my experience with it. The interface is lovely but I’m not here to chitchat so I’ll go … Read more

Posted in Wordpress | Leave a comment

I don’t believe in A/B testing

Some people love to test everything from different designs to the color on buttons. They think it gives them special insight in how the vast anonymous Internet audience behaves; that they’ve cracked the code. So according to your numbers (you … Read more

Posted in Testing | Leave a comment