﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bulk SMS Gateway and Solutions Blog - CANNY INFOTECH &#187; SMS Programming</title>
	<atom:link href="http://www.cannyinfotech.com/smsblog/category/sms-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cannyinfotech.com/smsblog</link>
	<description>SMS Blog</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:43:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>how to send sms using asp</title>
		<link>http://www.cannyinfotech.com/smsblog/send-sms-asp/</link>
		<comments>http://www.cannyinfotech.com/smsblog/send-sms-asp/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 13:44:30 +0000</pubDate>
		<dc:creator>cannyinfotech</dc:creator>
				<category><![CDATA[SMS Programming]]></category>
		<category><![CDATA[asp sms code]]></category>
		<category><![CDATA[asp sms gateway]]></category>
		<category><![CDATA[asp sms script]]></category>
		<category><![CDATA[send sms asp]]></category>
		<category><![CDATA[send sms using asp]]></category>

		<guid isPermaLink="false">http://www.cannyinfotech.com/smsblog/?p=60</guid>
		<description><![CDATA[Sending sms from website using SMS Programming language its very simple using cannyinfotech sms gateway. sResponse = SMSSend(pno, message ) If right(sResponse,15) = &#8220;Send Successful&#8221; Then &#8216;write your code here End If Function SMSSend (strPh,strMsg) Dim msgResponse Dim strRequest Dim strUrl msgResponse = &#8220;&#8221; strPh=right(strPh,10) If not IsNumeric(strPh) Or len(strPh) 10 Then msgResponse = &#8220;Enter [...]]]></description>
		<wfw:commentRss>http://www.cannyinfotech.com/smsblog/send-sms-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send sms using PHP HTTP API</title>
		<link>http://www.cannyinfotech.com/smsblog/send-sms-php-http-api/</link>
		<comments>http://www.cannyinfotech.com/smsblog/send-sms-php-http-api/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 10:11:56 +0000</pubDate>
		<dc:creator>cannyinfotech</dc:creator>
				<category><![CDATA[SMS Programming]]></category>

		<guid isPermaLink="false">http://www.cannyinfotech.com/smsblog/?p=13</guid>
		<description><![CDATA[In this tutorial we guide you to send sms using PHP language using CANNYINFOTECH http sms api. &#60;?php $message = urlencode($_POST['MESSAGE']); //encode special characters (e.g. £,&#38; etc) $from = $_POST['FROM']; $uname = &#8220;72&#8243;; $emailid=&#8221;demo4@demo.com&#8221;; $pword = &#8220;demo&#8221;; $selectednums = $_POST['TO']; //build url $data = &#8220;user=&#8221; . $uname . &#8220;&#38;pwd=&#8221; . $pword . &#8220;&#38;senderid=testsms&#38;mobileno=&#8221; . $selectednums [...]]]></description>
		<wfw:commentRss>http://www.cannyinfotech.com/smsblog/send-sms-php-http-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SMS API in Java &#8211; XML API &#8211; Send sms using Java</title>
		<link>http://www.cannyinfotech.com/smsblog/sms-api-java-xml-api-send-sms-java/</link>
		<comments>http://www.cannyinfotech.com/smsblog/sms-api-java-xml-api-send-sms-java/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 11:42:56 +0000</pubDate>
		<dc:creator>cannyinfotech</dc:creator>
				<category><![CDATA[SMS Programming]]></category>

		<guid isPermaLink="false">http://www.cannyinfotech.com/smsblog/?p=253</guid>
		<description><![CDATA[import java.io.IOException; import java.text.MessageFormat; import java.util.List; import java.util.Arrays; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.methods.PostMethod; public class SMSEngine { private static String SMS_SERVICE_URL = &#8220;http://8.6.95.137/psms/servlet/psms.Eservice2&#8243;; private static String ADDRESS_TAG = &#8220;&#8220;; //Appended text]]></description>
		<wfw:commentRss>http://www.cannyinfotech.com/smsblog/sms-api-java-xml-api-send-sms-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sms using asp.net</title>
		<link>http://www.cannyinfotech.com/smsblog/sms-aspnet/</link>
		<comments>http://www.cannyinfotech.com/smsblog/sms-aspnet/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 06:33:05 +0000</pubDate>
		<dc:creator>cannyinfotech</dc:creator>
				<category><![CDATA[SMS Programming]]></category>
		<category><![CDATA[how to send sms using asp.net]]></category>
		<category><![CDATA[HTTP SMS API asp.net]]></category>
		<category><![CDATA[send sms using .net]]></category>
		<category><![CDATA[send sms using asp.net]]></category>
		<category><![CDATA[send sms using dot.net]]></category>

		<guid isPermaLink="false">http://www.cannyinfotech.com/smsblog/?p=177</guid>
		<description><![CDATA[How to send sms via ASP.net? You can send sms using ASP.net program Here is the sample code for sending sms using ASP.net Method 1: protected void Page_Load(object sender, EventArgs e) { string str = usingWebClient(&#8220;http://174.143.34.193/SendSMS/SingleSMS.aspx?usr=yourusername&#38;pass=demo123&#38;msisdn=9193XXXXX&#38;msg=yourmessage&#38;sid=yoursenderidJi&#38;mt=0&#8243;); AlertBoxes.ShowAlertMessage(str); } private string usingWebClient(string strurl) { WebClient objWebClient=new WebClient(); System.IO.StreamReader reader=new System.IO.StreamReader(objWebClient.OpenRead(strurl)); string ResultHTML = reader.ReadToEnd(); return ResultHTML; [...]]]></description>
		<wfw:commentRss>http://www.cannyinfotech.com/smsblog/sms-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

