Ever since I’ve started using openDNS my stylesheets constantly get cached which makes it really hard to develop – so here’s a little trick on how to avoid getting your stylesheets cached. It’s very simple. Instead of doing this: We’ll use this: This bit of code, echo time(); will display the time which is different all of the time, so it effectively avoids getting your style.css cached. Kevin
Hello everyone! This is one where I was afraid for: offline cache. A fear which really isn’t needed at all, as it is really a piece of cake to get started with offline caching in HTML5. I’m now using it on two of my websites, this one included, and it takes only minutes to get started (although I’m not completely sure if I did it right, I think I did Getting started! First of all, [...]