Blogs

Premium and Lite Device Detection Data Update

Data Team

Christmas Device Detection Data Release

Data Team

Wednesday, December 19, 2012 10:01:00 AM

Christmas Device Detection Data Release

There will be no Device Detection Data release w/c 24/12/2012.

Premium Device Detection Data Update for December 2012

Data Team

Tuesday, December 11, 2012 10:50:00 AM

Premium Device Detection Data Update for December 2012

Premium Device Detection Data is available for download.

Kentico Incorporates 51Degrees.mobi into Kentico CMS 7

Engineering

Wednesday, November 28, 2012 8:28:00 AM

Kentico Incorporates 51Degrees.mobi into Kentico CMS 7

Kentico Software the Web Content and Customer Experience Management vendor, announces Kentico CMS 7 integration with 51Degrees.mobi Device Data.

Premium Device Data Update for November 2012

Data Team

Tuesday, November 13, 2012 2:31:00 PM

Premium Device Data Update for November 2012

New Premium Device Data available.

Premium and Lite Device Data Update

Data Team

Wednesday, November 7, 2012 12:57:00 PM

Premium and Lite Device Data Update

New Premium and Lite device data is available to download.

Mobile Web Trends - 2012 Interim - White Paper

Engineering

Tuesday, October 16, 2012 2:03:00 PM

Mobile Web Trends - 2012 Interim - White Paper

We've refreshed our Mobile Web Trends white paper to include web usage data from the 1st 9 months of 2012. Find out how much tablet web usage share has increased already in 2012, understand which mobile hardware vendors are gaining and losing share based on current web usage and learn about our free mobile analytics product and how it can help your business make smarter decisions.

51Degrees.mobi properties in client side script

Data Team

Sunday, October 14, 2012 12:12:00 AM

51Degrees.mobi properties in client side script

Expose server detected device properties to JavaScript with a generated feature object

This blog will describe how to implement 51Degrees.mobi properties client side by generating dynamic JavaScript from the server using 51Degrees.mobi device detection capability. For example; The follow code could be used to perform an action if the screen diagonal dimension is more than 5 inches.

if (feature.ScreenInchesDiagonal > 5) {....}

Premium Device Data Update for October 2012

Data Team

Thursday, October 4, 2012 9:02:00 AM

Premium Device Data Update for October 2012

New Premium Device Data now available to download.

51degrees.mobi PHP Device Detection using PHPCloud

Engineering

Tuesday, October 2, 2012 5:14:00 PM

51degrees.mobi PHP Device Detection using PHPCloud

51Degrees.mobi is compatible with the Zend developer cloud, "PHPCloud", without the need for php extensions. This short guide will show you how to implement the 51Degrees.mobi PHP device detection API using the developer cloud.