Development
7/17/2013 2:38 AM
Using the Vary Header with Compression in IIS
IIS has had a long running problem where Dynamic Compression overwrites the Vary Header, making effective caching almost impossible. This can now be fixed using the Vary Header modules from 51Degrees.
6/28/2013 1:00 PM
Using 51Degrees.mobi's new Python solution with Django
51Degrees Mobile Detector for Python provides information about the device, operating system and browser accessing your website. I have created a easy to follow example to get you going using the 51Degrees.mobi Python solution with an example Django website.
6/20/2013 12:01 PM
Understanding Devices That Browse Your Website
Understanding what devices are browsing your website and their capabilities is key to optimising your website for mobile. I have put together some small code examples showing how you can gain this sort of knowledge using 51Degrees Device Detection, allowing you to fully optimise your mobile users web experience.
6/18/2013 2:01 PM
Using 51Degrees.mobi Mobile Theme Switcher For Drupal
51Degrees Mobile Theme Switcher for Drupal allows you to take existing content and offer it to mobile users with an optimised theme. You can quickly, easily and cost-effectively optimise your Drupal website for mobile performance by following this blog.
6/14/2013 4:18 PM
Google recognises the importance of mobile optimisation
Google have recently announced they will soon change the algorithms they use to determine a websites mobile page rank. These changes will penalise webmasters who have not properly considered the increasing legions of mobile users.
Google's recommendations consist of three officially supported configurations
- Sites that dynamically serve all devices on the same set of URLs, but each URL serves different HTML (and CSS) depending on whether the user agent is a desktop or a mobile device.
- Sites that have separate mobile and desktop URLs.
- Sites that use responsive web design, i.e. sites that serve all devices on the same set of URLs, with each URL serving the same HTML to all devices and using just CSS to change how the page is rendered on the device.
All 3 configurations are equally valid. This blog post summarises the important considerations to optimise for end users and search engines.
5/17/2013 3:46 PM
How to differentiate between different types of Android devices
Developing websites to accommodate for mobile devices has now become standard practice. However, what happens when developers need to determine between different mobile devices (tablets, smartphones, e-readers, games consoles etc)?
4/26/2013 11:26 AM
51Degrees.mobi add IsEmailBrowser to Property Dictionary
4/9/2013 10:00 AM
Automatic PHP Updates With Cron
51Degrees.mobi Detector for PHP ensures that the Premium Data file is kept up to date by offering an update feature that will download and apply any new data released by 51Degrees.mobi. Unfortunately, a vanilla PHP install will only respond to web requests, so cannot be made to update by itself regularly.
This guide outlines how to create a Cron job to automatically update your Premium Data file in a PHP environment.
1/23/2013 5:05 PM
Future Web Design - Kentico - Slides
Review the slides from my recent web seminar with Kentico on the Future Web Design – Mobiles, Tablets, TVs and Glasses.
1/22/2013 5:20 PM
5 Reasons Responsive Design Alone Isn't Working
Responsive Web Design allows designers to implement web pages which work equally well on different types of devices. Cascading Style Sheets 3 (CSS3) media queries enable the CSS used to control the page look and feel to be altered based on screen size, and other properties of the device when the page is being rendered on the browser. Responsive Design works really well with simple web pages containing elements that are implemented consistently across the major browser vendors.