dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi
  • Messaging - Posted by mokil 1 year 14 weeks ago
  • Receiving SMS Messages via Shortcodes & Keywords
  • Back around 1998, more and more billboards started to display some odd messages, along the lines of "Visit us on the web at www.companyname.com". This was a major shift in advertising and gave marketers another avenue to explore. It was, of course, the beginning of the Internet's move from academia to the mainstream, and the proliferation of Web sites seemed to happen almost overnight.
  • Messaging - Posted by mokil 1 year 23 weeks ago
  • Handling SMS delivery receipts
  • 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
  • Messaging - Posted by mokil 1 year 26 weeks ago
  • Sending SMS from Apps and Webapps
  • 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
  • Messaging - Posted by senthadev@gmail.com 2 years 9 weeks ago
  • Sending SMS with SMPP, Kannel and Java
  • There are many technologies and protocols that can be used to send and receive SMS from an application. This article focuses on sending SMS via a Short Message Service Center (SMSC), with the help of the Kannel SMS gateway. In order for an application to send a SMS, it generally has to communicate with a Mobile Network Operator (MNO) over the Internet. To understand in more detail consider the following example. A Media service provider wants to send a program timetable as an SMS to its end customers. The application is running on a Linux based java application server.
  • Android - Posted by weimenglee 2 years 47 weeks ago
  • SMS Messaging in Android
  • It would be safe to say that nearly every mobile phone sold in the past decade has SMS messaging capabilities. In fact, SMS messaging is one great killer application for the mobile phone and it has created a steady revenue stream for mobile operators. Understanding how to use SMS messaging in your application can provide you with many ideas to create the next killer application.
  • Design Patterns - Posted by jonarne 3 years 9 weeks ago
  • One web 2.0 - social edition
  • I bet I am not the only one wondering what Nokia was going to announce yesterday... In addition to the N97, Nokia Messaging was the big news. Put short, Nokia Messaging is enabling a bunch of IM-like services on the phone. In my mind this is an important change in the traditional mind pattern device manufacturers, and MNOs, have had until the iPhone.
  • Messaging - Posted by Julien Buratto 3 years 41 weeks ago
  • Email configuration via SMS
  • Many of you will have experienced how a call to a network operator has resulted in an SMS containing configuration settings being sent to your phone. In this article we will look at how to configure a mobile phone's email account settings via SMS. Many phones support POP3 and IMAP accounts; in this example we are going to configure a simple POP3 account. To check emails, an access point (APN) is also needed, so we will also configure an internet connection.
  • mCommerce - Posted by cameronmoll 4 years 14 weeks ago
  • Mobile Web Design - Beyond Simple XHTML Pages I
  • When developing content for mobile devices, it's important to look beyond simple XHTML/CSS pages and even beyond the browser. The interplay between web content and mobile user can occur in a variety of ways, some of which are often more efficient, affordable, or universal than browser-based interaction--even some of which are not delivered through the web but through other content delivery channels. This chapter exposes a few approaches for developing a well-rounded mobile strategy.
  • Messaging - Posted by Julien Buratto 4 years 18 weeks ago
  • Binary SMS: sending rich content to devices using SMS
  • This article will explain from a high level to a lower level how to write a simple SMS-enabled mobile application which will allow you to send "Over The Air installation messages". After reading this article, you will be able to create a small J2ME applet which will theoretically send itself to another phone using an SMS message as the means of delivery.