In a recent project I came across a weird problem where the continue button on the credit card form of the one page checkout didn’t work anymore. As it turns out this is easily solved. Here’s what I did..
Prevent your CSS and Javascript files from being cached
Sometimes you just don’t want your CSS or Javascript files to be cached. For instance, I don’t feeling like having to explain to a customer how to disable their cache during the development of their new website whenever they have early access or want to take a peek and don’t see the desired changes I already implemented, just because they have some greedy cache setting. Continue reading “Prevent your CSS and Javascript files from being cached”