<?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>Inspirated &#187; CSV Auto-Responder</title>
	<atom:link href="http://inspirated.com/tag/csv-auto-responder/feed" rel="self" type="application/rss+xml" />
	<link>http://inspirated.com</link>
	<description>krkhan&#039;s blog</description>
	<lastBuildDate>Mon, 02 Jan 2012 20:58:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSV Auto-Responder v1.0 &#8212; S60 3rd Edition Compatibility</title>
		<link>http://inspirated.com/2010/02/06/csv-auto-responder-v1-0-s60-3rd-edition-compatibility</link>
		<comments>http://inspirated.com/2010/02/06/csv-auto-responder-v1-0-s60-3rd-edition-compatibility#comments</comments>
		<pubDate>Sat, 06 Feb 2010 10:16:47 +0000</pubDate>
		<dc:creator>krkhan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSV Auto-Responder]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PyS60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://inspirated.com/?p=260</guid>
		<description><![CDATA[As I finally got my hands on a S60 3rd Edition device last week in form of E71, it was obviously the time to fix my PyS60 scripts for the new version. By using some workarounds to fix some brain-dead compatibility issues which I will detail in a later post, I was able to get [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>As I finally got my hands on a S60 3rd Edition device last week in form of E71, it was obviously the time to fix my PyS60 scripts for the new version. By using some workarounds to fix some brain-dead compatibility issues which I will detail in a later post, I was able to get <a href="http://code.inspirated.com/pys60/csvautoresponder/">CSV Auto-Responder</a> running properly:</p>
<p style="text-align: center"><a href="http://inspirated.com/uploads/csvautoresponder-1.0.zip">csvautoresponder-1.0.zip</a><br />
<img src="http://inspirated.com/uploads/csvautoresponder-1.0.jpg" alt="CSV Auto-Responder v1.0 Screenshot" /></p>
<div class="shr-publisher-260"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><hr />
<p><small><a href="http://inspirated.com/2010/02/06/csv-auto-responder-v1-0-s60-3rd-edition-compatibility">Permalink</a> |
<a href="http://inspirated.com/2010/02/06/csv-auto-responder-v1-0-s60-3rd-edition-compatibility#comments">No comment</a>
<br/>
Post tags: <a href="http://inspirated.com/tag/code" rel="tag">Code</a>, <a href="http://inspirated.com/tag/csv-auto-responder" rel="tag">CSV Auto-Responder</a>, <a href="http://inspirated.com/tag/mobile" rel="tag">Mobile</a>, <a href="http://inspirated.com/tag/nokia" rel="tag">Nokia</a>, <a href="http://inspirated.com/tag/open-source" rel="tag">Open Source</a>, <a href="http://inspirated.com/tag/pys60" rel="tag">PyS60</a>, <a href="http://inspirated.com/tag/python" rel="tag">Python</a>, <a href="http://inspirated.com/tag/sms" rel="tag">SMS</a>, <a href="http://inspirated.com/tag/symbian" rel="tag">Symbian</a>, <a href="http://inspirated.com/tag/technology" rel="tag">Technology</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://inspirated.com/2010/02/06/csv-auto-responder-v1-0-s60-3rd-edition-compatibility/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyS60 CSV Auto-Responder v0.1</title>
		<link>http://inspirated.com/2009/11/21/pys60-csv-auto-responder-v0-1</link>
		<comments>http://inspirated.com/2009/11/21/pys60-csv-auto-responder-v0-1#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:11:05 +0000</pubDate>
		<dc:creator>krkhan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSV Auto-Responder]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PyS60]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://inspirated.com/?p=255</guid>
		<description><![CDATA[The idea is pretty simple actually. You run the application on your cellphone and give it the path of a CSV file. The file contains some data which can be queried. For example, let&#8217;s assume that the contents are: ID,Name,Age,Message 0,The Black Knight,43,&#8221;I move for no man&#8221; 43,Sir Galahad, 38,&#8221;Oh, let me have just a [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The idea is pretty simple actually. You run the application on your cellphone and give it the path of a CSV file. The file contains some data which can be queried. For example, let&#8217;s assume that the contents are:</p>
<blockquote><p>ID,Name,Age,Message<br />
0,The Black Knight,43,&#8221;I move for no man&#8221;<br />
43,Sir Galahad, 38,&#8221;Oh, let me have just a little bit of peril?&#8221;<br />
569,John Doe,21,&#8221;Hello World&#8221;</p></blockquote>
<p>Next, you choose a keyword; something simple like &#8220;Respond&#8221;. Then, you put the cellphone aside. It keeps checking the incoming SMS messages and as soon as it receives a message having something similar to &#8230; :</p>
<blockquote><p>Respond 43</p></blockquote>
<p>&#8230; it queries the CSV file and replies to the sender with results of the lookup. In our case, the reply will be:</p>
<blockquote><p>Received query 43 from +xxxxxxxxxxxx<br />
Found record in database:<br />
> Name: Galahad<br />
> Age: 38<br />
> Message: Oh, let me have just a little bit of peril?</p></blockquote>
<p>And that is it. The script can be downloaded from <a href="http://inspirated.com/uploads/csvautoresponder-0.1.zip">this</a> link. Updates in future shall be linked on its specific <a href="http://code.inspirated.com/pys60/csvautoresponder/">Inspirated Code page</a>. Here&#8217;s the whole thing in action:</p>
<p style="text-align: center"><img src="http://inspirated.com/uploads/csvautoresponder-0.1.jpg" alt="PyS60 CSV Auto-Responder" /></p>
<div class="shr-publisher-255"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><hr />
<p><small><a href="http://inspirated.com/2009/11/21/pys60-csv-auto-responder-v0-1">Permalink</a> |
<a href="http://inspirated.com/2009/11/21/pys60-csv-auto-responder-v0-1#comments">One comment</a>
<br/>
Post tags: <a href="http://inspirated.com/tag/code" rel="tag">Code</a>, <a href="http://inspirated.com/tag/csv-auto-responder" rel="tag">CSV Auto-Responder</a>, <a href="http://inspirated.com/tag/mobile" rel="tag">Mobile</a>, <a href="http://inspirated.com/tag/nokia" rel="tag">Nokia</a>, <a href="http://inspirated.com/tag/open-source" rel="tag">Open Source</a>, <a href="http://inspirated.com/tag/pys60" rel="tag">PyS60</a>, <a href="http://inspirated.com/tag/python" rel="tag">Python</a>, <a href="http://inspirated.com/tag/sms" rel="tag">SMS</a>, <a href="http://inspirated.com/tag/symbian" rel="tag">Symbian</a>, <a href="http://inspirated.com/tag/technology" rel="tag">Technology</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://inspirated.com/2009/11/21/pys60-csv-auto-responder-v0-1/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.426 seconds -->

