Month: December 2012

  • Mobile only CCS taking into account pixel density

    Here is just a CSS media query for targeting phones with a pixel width of no greater than 320px (eg. iphone portrait) taking into account the higher pixel density phones too. @media (max-device-width : 320px) , (-webkit-min-device-pixel-ratio: 2) and (max-device-width : 640px) {

  • Removing ie9 compatibility mode

    IE9’s compatibility code is one of the most annoying things in my opinion. For some reason it’s the default even when the site looks fine with it off….. and it can make the website look crap when it’s on. To get rid of it (or switch it off by default I’m not sure) just add…

  • Getting Bootcamp to work

    So I got my hard drive replaced today (for free, something wrong with the old one they said) and while Time Machine does a wonderful job of backing up, it doesn’t back up the bootcamp partition. So I had to reinstall it. It’s been a few years and I’ve forgotten all the steps, all I…