Development

title

Engineering

11/25/2014 9:49 AM

Calculating Detection Speed

How do we know each detection only takes 0.0016ms?

Learn how we obtained the figure of 0.0016ms average time for a single detection. Verify this figure on your system in 4 easy steps.

51DegreesTM

James Rosewell

11/12/2014 2:42 PM

Upgrade Google Analytics

Enable Multi-Screen Tracking

Analytics techniques haven't kept pace with the rapidly evolving techniques of Responsive Web Design (RWD) and server side adaptive design. Google Analytics will provide information about the device model (i.e. iPhone or Galaxy S4) or whether the device is classified as a mobile, tablet or desktop, but this isn't often sufficient to make informed design decisions to improve a web page or site. Consider click through rate (CTR) on advertising. How do you know if adverts on a 3 to 4 inch diagonal screen performs better or worse than a 5 to 6 inch diagonal screen? You don't without some enhancements.

51DegreesTM

Engineering

10/24/2014 12:23 PM

Redirection in .NET

Not only for mobiles

In this article you will discover that 51Degrees for .NET can be used to redirect any devices, not just the mobile ones.

ImageOptimisation1

Mike

10/17/2014 1:35 PM

Get more from responsive web design with device detection

Overcoming the "all device types should get the same content" problem with RWD

Responsive Web Design solves many of the layout problems associated with increasingly diverse screen sizes but is constrained by one hard to justify assumption. RWD assumes all devices should receive the same content and support the same business processes. Read on to understand methods to optimise your RWD web site for mobiles, tablets, smartphones, and TVs.

tablet

Engineering

10/16/2014 11:01 AM

Benefits of persistent banner ads on smartphones

Use screen size to your advantage

One-off payments are replaced by in-app purchases, subscriptions and advertising. While the first two are generally regulated and depend on platform vendor, ads are cross-platform and often neglected by both designers and advertising agencies. Learn how to increase user engagement and advertisements efficiency by detecting screen diagonal size of requesting devices.

51DegreesTM

Engineering

10/10/2014 11:30 AM

How to get Signatures/UserAgents from device model

Using Java

Device detection is usually expected to take a user agent as an input and use it to return a device with the relevant properties. But what if you want to find signatures/user agent strings associated with a particular property? Read this article to find out how to use your 51Degrees data file to retrieve device signatures based on specific strings, contained in selected properties.

51DegreesTM

Engineering

10/3/2014 8:03 AM

Distributions Update

PHP and .NET

Version 3.1.6.6 will shortly be released as stable for .NET with several important changes. PHP to be updated to correctly work with transparent pixels in .PNG images.

51d-gears

Engineering

9/26/2014 11:34 AM

Image Resizing For Mobile Devices

Using 51Degrees Image Optimiser In .NET, PHP and Java

Images and graphics can often cause websites to take a significant amount of time to load and constitute a large chunk of traffic. This is especially a problem for devices with slow Internet connection. Using RWD does not eliminate this problem either. This article will demonstrate how easy it is to use 51Degrees Image Optimiser and provide two examples in PHP.

chicken-breast

James Rosewell

9/19/2014 8:45 AM

Using QR Codes - 3 Simple Tips

McDonalds. I could love it more.

QR codes have been around for 20 years and have now appeared everywhere. They're an ideal method of gaining instant feedback, entering competitions, providing additional information to customers or all 3.

This blog highlights 3 simple techniques to consider when using QR codes. Using a recent UK McDonalds campaign as an example I show how it could be improved to provide an experience I'd really love.

ua_checker_test_run

Engineering

9/12/2014 11:00 AM

Gain Valuable Insights From Web Logs With Device Detection

Use a few lines of Java and device detection to analyse web logs

Device detection brings meaning to user agents. When used in aggregate analysis of web log files insights can be gained about the characteristics of device accessing a web site. This information can then be used to make smarter design decisions improving user experience and return on investment. Properties available include screen size, supported input methods, web browser capabilities and much more.

This example is written in Java and can be downloaded directly from our website.