The other day while working on a mobile website at work we discovered an odd issue that affects Android users. On one of the mobile website’s pages there is a modal popup that has a scrollable div. In Mobile Safari … Continued
I’ve been dual booting Windows 7 and Ubuntu Linux on my desktop PC for a while. Today I decided to delete Ubuntu to free up space for Windows as I’ll be dedicating more time to ASP.NET development. So, I downloaded … Continued
I had to fix an IE9 bug today where an absolute positioned hyperlink over an absolute positioned image was not clickable. Here’s an example of the code in question to give you a better idea of the problem. At first … Continued
This week I needed to create a PDF from a couple of images. I knew Preview had some PDF creation capabilities, so I tried using it to do it. Unfortunately, Export As… produced a blank PDF. Luckily I remembered Automator and discovered it … Continued
Adding settings for your iOS app so that they appear in the Settings app is simply done by creating a settings.bundle and defining the groups and settings controls in the Root.plist in the bundle. Sometimes it’s helpful to add hints … Continued