mobiForge Content Feed
Updated: 29 min 39 sec ago
Wed, 09/01/2010 - 15:54
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
Tue, 08/31/2010 - 09:36
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
Tue, 08/10/2010 - 14:27
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
Thu, 07/29/2010 - 13:36
Last week (22nd July 2010) I was lucky enough to attend the first ever dot conf in the NCI in Dublin, Ireland.
What is the dot conf?
The dot conf is a new web technology conference for anyone who works, rests or plays with the internet. It’s a one day event and it's free. Essentially it's a teddy bears picnic but with internet folk instead of bears.
read more
Wed, 07/28/2010 - 16:24
We’ve got a prize-winning contest for you: The goMobi Challenge is on now!
By now, you’ve heard us talk about goMobi, our new mobile site building and content management tool. While we’ve discussed it mainly as an easy way for non-tech folks to quickly build mobile sites, we designed it so that pros like you can use it as a base for building top-notch mobile sites as personalized and unique as you want (or your clients want.)
read more
Mon, 07/19/2010 - 14:08
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
Wed, 06/23/2010 - 16:59
The issue of mobile-operator transcoders on the mobile web has been hugely controversial. For many iPhone and Android phone owners the negative effects of the transcoders are no longer visible and the issue has dropped off the radar, but they remain a serious problem for those using lower-end devices.read more
Wed, 06/23/2010 - 15:33
Here in dotMobi we've just launched our latest product. The culmination of months and months of hard work by the dotMobi team has resulted in the release of our spanking new content mobilization platform: goMobi.
You can find all the official blurb over at http://gomobi.info along with some videos of our CEO and CTO talking about the product. What I aim to do here is to give an overview, from a developer's viewpoint, so that you can find out what there is in goMobi to appeal to the developer in you.
A quick introduction
read more
Sat, 06/19/2010 - 14:49
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
Mon, 06/14/2010 - 16:50
Users of iPhone are no stranger to the built-in SMS application that displays your messages using cute little bubbles (see Figure 1).
However, this innovative UI feature is not exposed to the iPhone developers - you have to create it yourself if you want to have the same look-and-feel of the SMS application. Creating this UI - which I will call the Bubble UI, allow you to represent information in a conversational style. A good application of this is when you are creating a chat application. Messages exchanged between two persons can be shown in message bubbles.
read more