Responsive Web Design is quite hot topic over the last few years. This post will give you a basic overview of the totally made-up break-fix approach. The concepts of the approach are simple – having a non-responsive website you iteratively shrink the browser width, monitor when the site breaks (a horizontal scroll appears) and “fix” the… Continue reading The Break-Fix Approach for Responsive Website Design
Tag: html5
Get Responsive in 30 minutes
Here goes my presentation about how to make your WordPress theme responsive. Later I’ll update this post with some comments, code and screenshots.
Apple web-app geolocation on iOS6 is broken
I’ve found a really interesting issue with the iOS6 webapp applications – you just cannot use the getCurrentPosition() function if the app is bookmarked on your homescreen. This function hangs and neither calls the success nor the error callback function. Seems it’s only the case if your app is in fullscreen mode (bookmarked on your… Continue reading Apple web-app geolocation on iOS6 is broken
Cache Manifest not detected by iPhone and app not working offline
Today I had a strange behaviour when I moved an supposed-to-work-offline html5 app I’m making to another server. Although everything was just copy-pased it seemed that the apache didn’t serve the cache.manifest file as text/cache-manifest for the iPhone (it worked just as desired on Chrome). The solution was rather strange and i still don’t know… Continue reading Cache Manifest not detected by iPhone and app not working offline