Design & Development
Handling SMS delivery receipts
September 1, 2010, by mokil
Recently, we looked at how to send SMS messages using a standard HTTP POST-based API. As was intimated at the time, most APIs also allow you to process delivery receipts for the messages you send. This allows you to determine the status of the message, i.e. delivered, failed, expired etc. Let's take a look at how this all works. Sending SMS Messages - A Quick Recap... Read More
DeviceAtlas API 1.4
August 31, 2010, by daniel.hunt
This week was an important one for DeviceAtlas - we finally launched the new 1.4 version of our API! Why 1.4? The mobile web is constantly evolving, and with it, device detection needs to evolve too. With significant evolution in device capabilities, and large structural developments in certain device headers, the new DeviceAtlas API provides a highly flexible platform to cater for this growth, both now and well into the future... Read More
Sending SMS from Apps and Webapps
August 10, 2010, by mokil
It’s easy to send SMS messages from any Web site or application, but it’s surprising how few sites/applications actually do this. Integrating SMS into your system gives it something extra, and allows your system to enhance the mobile experience for the user. In this article, we’ll look at how an SMS message can be sent from any system, and at a few providers who offer this functionality. Choosing an SMS Provider There are essentially three types of SMS provider: Mobile Network (e.g. Vodafone, Three) Aggregator SMS Messaging Company... Read More
Testing on Physical Devices Made Easy
July 19, 2010, by mokil
In past articles, we've discussed testing mobile Web sites using browsers, and testing using emulators. Using this combination, along with a solid test plan, should bring you to a point where your mobile site is stable and appears to be working correctly on a number of devices. Ah, but wait; what do I mean by appears to be?... Read More
Device Detection in the Cloud: DeviceAtlas Personal
June 19, 2010, by Ruadhán O'Donoghue
In this article we offer full tutorial on how to use the preview release of the service. So what is DA Personal? The purpose of DeviceAtlas Personal is to make device detection even easier. The main difference between DA Personal and DeviceAtlas, is that Personal is a Web service. It works as follows: a user visits your Web site on his mobile device. You then forward the User-Agent HTTP request header to the DA Personal service, and the response you receive will contain information about the user's device. That's it!... Read More