<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://mobiforge.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Messaging</title>
 <link>http://mobiforge.com/messaging</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Receiving SMS Messages via Shortcodes &amp; Keywords</title>
 <link>http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords</link>
 <description>&lt;p&gt;Back around 1998, more and more billboards started to display some odd messages, along the lines of &quot;Visit us on the web at &lt;a href=&quot;http://www.companyname.com&quot;&gt;www.companyname.com&lt;/a&gt;&quot;. This was a major shift in advertising and gave marketers another avenue to explore. It was, of course, the beginning of the Internet&#039;s move from academia to the mainstream, and the proliferation of Web sites seemed to happen almost overnight.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3040</wfw:commentRss>
 <pubDate>Mon, 01 Nov 2010 14:31:14 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">3040 at http://mobiforge.com</guid>
</item>
<item>
 <title>Handling SMS delivery receipts</title>
 <link>http://mobiforge.com/developing/story/handling-sms-delivery-receipts</link>
 <description>&lt;p&gt;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&#039;s take a look at how this all works.&lt;/p&gt;
&lt;h2&gt;Sending SMS Messages - A Quick Recap&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/handling-sms-delivery-receipts&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/handling-sms-delivery-receipts#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2934</wfw:commentRss>
 <pubDate>Wed, 01 Sep 2010 15:54:49 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">2934 at http://mobiforge.com</guid>
</item>
<item>
 <title>Sending SMS from Apps and Webapps</title>
 <link>http://mobiforge.com/developing/story/sending-sms-apps-and-webapps</link>
 <description>&lt;p&gt;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.&lt;/p&gt;
&lt;h2&gt;Choosing an SMS Provider&lt;/h2&gt;
&lt;p&gt;There are essentially three types of SMS provider:&lt;/p&gt;
&lt;ul&gt;
&lt;/li&gt;&lt;li&gt;Mobile Network (e.g. Vodafone, Three)&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Aggregator&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;SMS Messaging Company&lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/sending-sms-apps-and-webapps&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/sending-sms-apps-and-webapps#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2895</wfw:commentRss>
 <pubDate>Tue, 10 Aug 2010 14:27:29 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">2895 at http://mobiforge.com</guid>
</item>
<item>
 <title>Sending SMS with SMPP, Kannel and Java</title>
 <link>http://mobiforge.com/developing/story/sending-sms-with-smpp-kannel-and-java</link>
 <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/sending-sms-with-smpp-kannel-and-java&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/sending-sms-with-smpp-kannel-and-java#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2432</wfw:commentRss>
 <pubDate>Tue, 08 Dec 2009 11:30:28 +0000</pubDate>
 <dc:creator>senthadev@gmail.com</dc:creator>
 <guid isPermaLink="false">2432 at http://mobiforge.com</guid>
</item>
<item>
 <title>SMS Messaging in Android</title>
 <link>http://mobiforge.com/developing/story/sms-messaging-android</link>
 <description>&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/sms-messaging-android&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/sms-messaging-android#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/android">Android</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/emulators">Emulators</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/SMSMessaging.zip" length="36279" type="" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1943</wfw:commentRss>
 <pubDate>Thu, 12 Mar 2009 10:20:12 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">1943 at http://mobiforge.com</guid>
</item>
<item>
 <title>One web 2.0 - social edition</title>
 <link>http://mobiforge.com/designing/blog/one-web-20-social-edition</link>
 <description>&lt;p&gt;I bet I am not the only one wondering what &lt;a href=&quot;http://mtny.mobi/1D&quot;&gt;Nokia was going to announce&lt;/a&gt;  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.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/blog/one-web-20-social-edition&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/blog/one-web-20-social-edition#comments</comments>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/designers">Designers</category>
 <category domain="http://mobiforge.com/analysts">Analysts</category>
 <category domain="http://mobiforge.com/business">Business</category>
 <category domain="http://mobiforge.com/design-patterns">Design Patterns</category>
 <category domain="http://mobiforge.com/community">Community</category>
 <category domain="http://mobiforge.com/content-adaptation">Content Adaptation</category>
 <category domain="http://mobiforge.com/content-management">Content Management</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/public">Public</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1793</wfw:commentRss>
 <pubDate>Thu, 04 Dec 2008 11:30:37 +0000</pubDate>
 <dc:creator>jonarne</dc:creator>
 <guid isPermaLink="false">1793 at http://mobiforge.com</guid>
</item>
<item>
 <title>MMS is a usability disaster</title>
 <link>http://mobiforge.com/analysts/blog/mms-a-usability-disaster</link>
 <description>&lt;p&gt;I can&amp;#39;t remember the last time I got an MMS message. Ewan of SMS Text News reminds me why: &lt;a href=&quot;http://www.smstextnews.com/2008/04/mms_still_a_piece_of_shit.html&quot; title=&quot;mms still a piece of shit&quot;&gt;MMS: Still a piece of shit&lt;/a&gt; &lt;/p&gt;
</description>
 <comments>http://mobiforge.com/analysts/blog/mms-a-usability-disaster#comments</comments>
 <category domain="http://mobiforge.com/analysts">Analysts</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/964</wfw:commentRss>
 <pubDate>Fri, 25 Apr 2008 16:59:35 +0000</pubDate>
 <dc:creator>ronan</dc:creator>
 <guid isPermaLink="false">964 at http://mobiforge.com</guid>
</item>
<item>
 <title>Email configuration via SMS</title>
 <link>http://mobiforge.com/developing/story/email-configuration-sms</link>
 <description>&lt;p&gt;
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&#039;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.
&lt;/p&gt;
&lt;p&gt;
To check emails, an access point (APN) is also needed, so we will also configure an internet connection.
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/email-configuration-sms&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/email-configuration-sms#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/kannel_pop3_ota_config.htm" length="6275" type="text/html" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/960</wfw:commentRss>
 <pubDate>Thu, 24 Apr 2008 09:21:46 +0000</pubDate>
 <dc:creator>Julien Buratto</dc:creator>
 <guid isPermaLink="false">960 at http://mobiforge.com</guid>
</item>
<item>
 <title>Mobile Web Design</title>
 <link>http://mobiforge.com/designing/page/mobile-web-design</link>
 <description>&lt;p&gt;&lt;img src=&quot;/files/mollbook2.jpg&quot; alt=&quot;Mobile Web Design Book Cover&quot; hspace=&quot;20&quot; vspace=&quot;10&quot; width=&quot;160&quot; height=&quot;214&quot; align=&quot;left&quot; class=&quot;inline-left&quot;/&gt;A special treat for mobiForge users. We have the pleasure of bringing you a number of &lt;a href=&quot;#excerpts&quot;&gt;excerpts&lt;/a&gt;  from Cameron Moll&amp;#39;s recently published book &lt;em&gt;&lt;a href=&quot;http://www.mobilewebbook.com/&quot;&gt;Mobile Web Design&lt;/a&gt;&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Mobile Web Design&lt;/em&gt; is aimed at anyone &amp;quot;&lt;em&gt;in a position to develop for, manage, or give advice regarding your organization’s foray into—or extended development of—a web strategy for mobile devices&lt;/em&gt;&amp;quot;. &lt;br /&gt;&lt;br /&gt;The book covers a variety of topics related to mobile web design, starting with some background and the current state-of-the-art, and stresses the importance of context when developing for mobile.&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/page/mobile-web-design&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/page/mobile-web-design#comments</comments>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/designers">Designers</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/mobile-design">Mobile Design</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/ajax">AJAX</category>
 <category domain="http://mobiforge.com/flash-lite">Flash Lite</category>
 <category domain="http://mobiforge.com/xhtml">XHTML</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/658</wfw:commentRss>
 <pubDate>Mon, 05 Nov 2007 18:04:15 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">658 at http://mobiforge.com</guid>
</item>
<item>
 <title>Mobile Web Design - Beyond Simple XHTML Pages I</title>
 <link>http://mobiforge.com/designing/story/mobile-web-design-beyond-simple-xhtml-pages-i</link>
 <description>&lt;p&gt;When developing content for mobile devices, it&amp;#39;s important to look beyond simple &lt;span class=&quot;caps&quot;&gt;XHTML&lt;/span&gt;/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.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/story/mobile-web-design-beyond-simple-xhtml-pages-i&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/story/mobile-web-design-beyond-simple-xhtml-pages-i#comments</comments>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/designers">Designers</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/commerce">mCommerce</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/656</wfw:commentRss>
 <pubDate>Fri, 02 Nov 2007 16:12:02 +0000</pubDate>
 <dc:creator>cameronmoll</dc:creator>
 <guid isPermaLink="false">656 at http://mobiforge.com</guid>
</item>
</channel>
</rss>

