Pingdom and response times

I personally love Pingdom, I think they provide a good service for uptime monitoring, also because they verify if your site is actually down or not, by checking with multiple nodes. One thing I don’t like with Pingdom, is their ‘response time report’ that you can see for each test you have, because these tests [...]

Nginx support for cpanel awstats

When using cpanel as a control panel for shared hosting, you’re by default forced to use Apache. The reason behind this is that it’s the most common webserver, but Apache is often using a lot of memory when you could lower this. A good choice is to put nginx in front. There’s multiple options for [...]

Do you know how to optimize websites for speed?

It’s a question that’s hard to answer – “Do you know how to optimize websites for speed?” Because, optimizing websites can be done pretty easy indeed, run tools like Google Pagespeed and Yahoo YSlow, and try to get a good score, and you can say, you’ve optimized your website for better performance, which is true. [...]

absolute vs relative links – and gzip compression

Yesterday I saw a tweet, about if an internal link should contain the domain name or not, so be absolute or relative. The reply I saw, was that using the domain name, could prevent people from ‘copying’ the text directly, because it would contain the link for the original domain. Which is true. But on [...]

Design with failure in mind

Whenever you design anything, you should design with failure in mind. What does this mean? It means that building something, either physical or software etc, you should always design it in a way, that you expect things to go wrong at some point, but why? You’ve build something, why should it ever go wrong? Because [...]

Yahoo Weather API

For some time ago, I did make a small wrapper for the yahoo weather API. I did this because Google closed their API, which was used by a lot of people. But the Yahoo weather API is not so easy to deal with, because they require you to provide the woeid (Where On Earth IDentifier). [...]