<?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>Marc Giombetti &#187; sms</title>
	<atom:link href="http://www.giombetti.com/category/sms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giombetti.com</link>
	<description>Marc Giombetti's blog about computer science and lifestyle.</description>
	<lastBuildDate>Wed, 27 Oct 2010 18:03:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SMSing &#8211; SMS client and server</title>
		<link>http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/</link>
		<comments>http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 18:27:58 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/</guid>
		<description><![CDATA[In this post, I present you a tiny program to send SMS messages through the internet:
SMSing is a simple client/server based application to send SMS text messages through the Internet using Clickatell as service provider. The application supports multiple users, credits, logging aso. In the current version, SMSing should not be used in a productive [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.giombetti.com/wp-content/2008/03/screenshot1-small.jpg" alt="SMSing Screenshot" align="left" /><span class="text"><span class="text">In this post, I present you a tiny program to send SMS messages through the internet:</span></span></p>
<p><strong>SMSing</strong> is a simple client/server based application to send SMS text messages through the Internet using Clickatell as service provider. The application supports multiple users, credits, logging aso. In the current version, SMSing should not be used in a productive environment, but shall demonstrate how to use and combine different technologies to send SMS´s. Nevertheless SMSing is really interesting for people sending lots of SMS who are bored to type the text using the keyboard of their mobile phones and pay the high prices of their mobile providers. SMSing even allows you to send anonymous messages, or messages with fake sender-number.</p>
<p><span id="more-35"></span><span class="text"><span class="text"><span class="text">On the server side the application uses PHP for the scripting and mySQL for the storage of the user logins, credits, logging aso. If you configure a callback URL in your Clickatell Central API account, you even get the delivery status and time of your messages.</span></span></span></p>
<p>On the client side a simple Java 5.0 GUI forwards the messages to the server application, and the server application does the logging and billing and forwards the message to the Clickatell servers.</p>
<p>For further information you should consult the <a href="http://www.giombetti.com/downloads/SMSing%20-%20Readme" title="SMSing - Readme">Readme file</a>. The software is perfectly compatible with any <a href="http://www.webhostingsearch.com/php-web-hosting.php" onclick="javascript:pageTracker._trackPageview ('/outbound/www.webhostingsearch.com');">PHP hosting provider</a>.</p>
<p><strong>Download<br />
</strong><img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a title="SMSing Binaries" href="http://www.giombetti.com/downloads/SMSing%20-%20Binaries">SMSing &#8211; Binaries<br />
</a><img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a href="http://www.giombetti.com/downloads/SMSing%20-%20Sources">SMSing &#8211; Sources</a><a title="SMSing - Sources" href="http://www.giombetti.com/wp-content/2008/03/smsing-10-sources.zip"><br />
</a><img src="http://www.giombetti.com/wp-content/2008/03/pdf16x16.gif" alt="PDF 16×16" /> <a href="http://www.giombetti.com/downloads/SMSing%20-%20Readme" title="SMSing - Readme">SMSing &#8211; Readme</a><br />
<a href="http://giombetti.com/documents/SMSing_README.pdf" target="_blank" onclick="javascript:pageTracker._trackPageview ('/downloads/pdf/smsing_readme.pdf');"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WebsiteWatcher &#8211; An easy to use website monitor with SMS notification</title>
		<link>http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/</link>
		<comments>http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 18:15:28 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website watcher]]></category>

		<guid isPermaLink="false">http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/</guid>
		<description><![CDATA[I use this post to present you one very simple but effective program to monitor static web pages and to send you an SMS message in case of changes on the website. I called the tool WebsiteWatcher:
WebsiteWatcher allows you to monitor a specific (static) website for changes. If the page is updated, you immediately get [...]]]></description>
			<content:encoded><![CDATA[<p>I use this post to present you one very simple but effective program to monitor static web pages and to send you an SMS message in case of changes on the website. I called the tool WebsiteWatcher:</p>
<p><span class="text"><strong>WebsiteWatcher</strong> allows you to monitor a specific (static) website for changes. If the page is updated, you immediately get an SMS message as notification. This tool was initially used to monitor university websites where results of exams were published. Please notice that this simple tool only works for static pages. <strong><a href="http://affiliates.clickatell.com/central/campaigns/redir.php?cid=2489" onclick="javascript:pageTracker._trackPageview ('/outbound/affiliates.clickatell.com');">Clickatell</a></strong> is used as SMS provider. It provides a reliable, fast and cheap SMS-gateway for 578 networks in 192 countries.</span></p>
<p><span id="more-31"></span><strong>Download</strong><br />
<img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a href="http://www.giombetti.com/downloads/WebsiteWatcher%20-%20Binaries" title="WebsiteWatcher - Binaries">WebsiteWatcher &#8211; Binaries</a><br />
<img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a href="http://www.giombetti.com/downloads/WebsiteWatcher%20-%20Sources" title="WebsiteWatcher - Sources">WebsiteWatcher &#8211; Sources</a><br />
<center><a href="http://affiliates.clickatell.com/central/campaigns/redir.php?cid=2509" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/affiliates.clickatell.com');"><img src="http://www.clickatell.com/central/ads/adview.php?bannerID=9" align="left" border="0" /></a></center><br />
<span class="text"></span> <span class="text"><span class="text"></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

