How to set up a cookieless domain
In this post we are going to explain how to set up a cookieless domain. In other terms we are going to remove the cookies set by the server/browser on each request for static content. First let’s talk about what is static content. These are files that does not change on every requests, files like […]
Mobile User Agent Detection
Recently I was asked to work on a Drupal site that required detection for three different display; tables, mobile phones, and computer screens. I found code that will allow a detect to all mobiles devices, meaning it will redirect to mobile phones and tables alike. I recommended to use media queries just like what you see currently […]