Tag: JavaScript

  • A Simple JavaScript cookie warning

    A Simple JavaScript cookie warning

    New EU cookie law (e-Privacy Directive) – The law which applies to how you use cookies and similar technologies for storing information on a user’s equipment such as their computer or mobile device changed on 26 May 2011. Source: ICO cookies guidance Many people are not aware of it yet, but the law is already…

  • WordPress: switching between different CSS stylesheets every month

    WordPress: switching between different CSS stylesheets every month

    Here is the quick tutorial of how to switch between different stylesheets in WordPress every month using JavaScript. Actually, you should be able to use this script on any website, but I was looking for solution for WordPress and couldn’t find the one that suits my needs, so I came to this simple approach. It’s just one…