<?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>fastDove blog</title>
	<atom:link href="http://blog.fastdove.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fastdove.com</link>
	<description>Short Communication platform</description>
	<lastBuildDate>Thu, 24 Feb 2011 14:19:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Easily use fastDove from within your applications</title>
		<link>http://blog.fastdove.com/easily-use-fastdove-from-within-your-applications/</link>
		<comments>http://blog.fastdove.com/easily-use-fastdove-from-within-your-applications/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:19:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.fastdove.com/?p=279</guid>
		<description><![CDATA[If you are a company or an advanced user, you may be interested in writing scripts to automatize repetitive messaging tasks or even in integrating fastDove into your applications. Here are some examples of what you might want to do: Modify an internal application to send weekly reports to the responsible people. Send customers a [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a company or an advanced user, you may be interested in writing scripts to automatize repetitive messaging tasks or even in integrating fastDove into your applications. Here are some examples of what you might want to do:</p>
<ul>
<li>Modify an internal application to send weekly reports to the responsible people.</li>
<li>Send customers a SMS message when they sign up on your website.</li>
<li>Hook fastDove into your servers so they can notify a system administrator when there is a problem, or even when updates are available.</li>
<li>Or really, anything else you&#8217;d like to use messaging for!</li>
</ul>
<p>For this, we expose a powerful API from which you can access almost all of fastDove&#8217;s features. This REST API is available over simple HTTP and supports either XML or JSON (at your option) as communication formats. See the documentation at <em><a href="http://api.fastdove.com/1/">http://api.fastdove.com/1/</a></em> for more information.</p>
<p><strong>Using our API from Python</strong></p>
<p>Even further, since at fastDove we like to make things as simple as possible, we&#8217;re happy to provide you with a Python module which will make it even easier to access our features.</p>
<p>Python is a powerful dynamic programming language used in a wide variety of application domains by companies all over the world. If you don&#8217;t use Python, don&#8217;t worry, since you can still use our API directly from almost any other programming language (including C/C++, PHP, Java, Ruby, etc).</p>
<p>This Python module, which is provided on a best effort basis, is available at <em><a href="http://static.fastdove.com/api/fastdoveapi.py">http://static.fastdove.com/api/fastdoveapi.py</a></em>. Using it can be as easy as:</p>
<pre>from fastdoveapi import *
fastdove = FastDove('username', 'password')
person = Contact(mobile='+34644xxxxxx')
fastdove.send_message('Hello, how are you?', person)</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fastdove.com/easily-use-fastdove-from-within-your-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User ID, groups &amp; message scheduling explained</title>
		<link>http://blog.fastdove.com/user-id-groups-message-scheduling-explained/</link>
		<comments>http://blog.fastdove.com/user-id-groups-message-scheduling-explained/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:07:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[message scheduling]]></category>
		<category><![CDATA[scheduling]]></category>
		<category><![CDATA[user id]]></category>

		<guid isPermaLink="false">http://blog.fastdove.com/?p=254</guid>
		<description><![CDATA[Get your unique user id today for free and give a name to your SMS´s. Additionally send messages from our web and have your friends receive them as if it was sent directly from your mobile phone.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">We get a lot of questions from our users, wondering how their friends will know who is sending them the messages. Other services out there let you send SMS´s from your computer but don’t support user id. We do! This means when you send a message with fastDove, your friends will know it’s you sending them the message; provided that person has you in their phones contact list of course. That’s why we ask for your phone number when you register!</p>
<p style="text-align: justify;"><a href="http://blog.fastdove.com/wp-content/uploads/2010/11/image-description.jpg"><img class="aligncenter size-full wp-image-255" title="image description" src="http://blog.fastdove.com/wp-content/uploads/2010/11/image-description.jpg" alt="" width="309" height="156" /></a></p>
<p style="text-align: justify;">But we decided we wanted to take this a step further and also allow our users to own their own unique user id. This is ideal for businesses who want to send messages which don’t require a reply and want to ensure that the person receiving the message knows exactly who is sending it.</p>
<p><a href="http://blog.fastdove.com/wp-content/uploads/2010/11/Personalized-Sender-ID-with-fastDove.jpg"><img class="aligncenter size-full wp-image-256" title="Personalized Sender ID with fastDove" src="http://blog.fastdove.com/wp-content/uploads/2010/11/Personalized-Sender-ID-with-fastDove.jpg" alt="" width="395" height="200" /></a></p>
<p style="text-align: justify;">This feature combined with groups and message scheduling – we believe can empower your short communications like never before. Notify your blog followers of new posts. Grow your personal brand using your twitter name when sending SMS.</p>
<p><a href="http://blog.fastdove.com/wp-content/uploads/2010/11/blogpic.jpg"><img class="aligncenter size-full wp-image-257" title="blogpic" src="http://blog.fastdove.com/wp-content/uploads/2010/11/blogpic.jpg" alt="" width="348" height="339" /></a></p>
<p style="text-align: justify;"><a href="http://www.fastdove.com/signup">Sign up</a> at fastDove and request your very own user id in the settings panel.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 622px; width: 1px; height: 1px; overflow: hidden;"><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:RelyOnVML /> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>ES</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tabla normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} --> <!--[endif]--></p>
<p class="MsoNormal"><span lang="EN-US">This feature combined with groups and message scheduling – we believe can empower your short communications like never before. Notify your blog followers of new posts. Grow your personal brand using your twitter name when sending SMS. </span></p>
<p class="MsoNormal"><span lang="EN-US">Sign up at fastDove and request your very own user id in the settings panel. </span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.fastdove.com/user-id-groups-message-scheduling-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing and Backing-up Contacts</title>
		<link>http://blog.fastdove.com/contacts-backup/</link>
		<comments>http://blog.fastdove.com/contacts-backup/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 18:11:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://blog.fastdove.com/?p=228</guid>
		<description><![CDATA[Backup your contacts securely with fastDove using your iPhone, iPad, Android and Blackberry. Never lose your important numbers again! ]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Back in 2009 when we founded fastDove, we realized the importance that mobile phones held in our everyday lives. Developing software that would increase the utility of mobile devices was our goal from day one. Very soon after starting out we came across an article in <a href="http://www.reuters.com/article/idUSTRE58323K20090904" target="_blank">Reuters</a>, titled – “People would rather lose wallet than cell phone”. There are several reasons why this can be the case, but one of the more important is that losing your phone often means losing the numbers of those most important in your life. Resulting in the horrible task of trying to recuperate these numbers by any means possible.  We don’t think this is good enough so we have developed several ways for you to keep your contacts safe and at the same time increasing the usability of fastDove.</p>
<p style="text-align: center;"><a href="http://blog.fastdove.com/wp-content/uploads/2010/11/blog5.jpg"><img class="size-full wp-image-229 aligncenter" title="blog5" src="http://blog.fastdove.com/wp-content/uploads/2010/11/blog5.jpg" alt="" width="485" height="101" /></a></p>
<h2>Mobile</h2>
<p style="text-align: justify;">If you own one of the above mobiles and our <a href="http://www.fastdove.com/tour/you#tab7" target="_blank">fastDove app</a> you are one step away from backing up your contact safely on our web. So that in the case your phone does go MIA you can simply install our app on your new phone and after signing in with your existing account, recovering all you numbers.</p>
<p style="text-align: justify;">Once your numbers are backed up, sending messages though your phone and on the web will be even faster. Allowing you to quickly select friend and groups as you type.</p>
<p style="text-align: center;"><a href="http://blog.fastdove.com/wp-content/uploads/2010/11/Untitled-2.jpg"><img class="size-full wp-image-235 aligncenter" title="Untitled-2" src="http://blog.fastdove.com/wp-content/uploads/2010/11/Untitled-2.jpg" alt="" width="475" height="235" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fastdove.com/contacts-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delivery Status Icons</title>
		<link>http://blog.fastdove.com/delivery-status/</link>
		<comments>http://blog.fastdove.com/delivery-status/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 17:57:05 +0000</pubDate>
		<dc:creator>eoin</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Delivery Status]]></category>
		<category><![CDATA[group messages]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://blog.fastdove.com/?p=161</guid>
		<description><![CDATA[Want to know if your messages have been delivered. Follow our icons to know at any time the status of your messages. Works for: group messages, web application and mobile applications. That means: iPhone, Blackberry &#038; Android!]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Here at fastDove we think it’s important that you know when your messages have been delivered. Having this information on the delivery status of your massages allows you rest assure that your messages have been delivered, allowing you to get on with business. We use <a href="http://fastdove.com" target="_blank">fastDove</a> to communicate among the team every day, so we developed the following icons so we know that important messages get delivered; even when we are <a href="http://www.fastdove.com/tour/you#tab4" target="_blank">out of the country!</a></p>
<p style="text-align: justify;"><a href="http://blog.fastdove.com/wp-content/uploads/2010/11/diagramaIconos.jpg"><img class="aligncenter size-full wp-image-264" title="diagramaIconos" src="http://blog.fastdove.com/wp-content/uploads/2010/11/diagramaIconos.jpg" alt="" width="480" height="230" /></a></p>
<p style="text-align: justify;">After listening to feedback from our users (you guys) we know how important this functionally is to you. Therefore we also worked it into our new mobile apps (<a href="http://fastdove.com/iphone" target="_blank">iPhone</a>, <a href="http://fastdove.com/android" target="_blank">Blackberry </a>&amp; <a href="http://fastdove.com/blackberry" target="_blank">Android</a>). How we display these delivery icons vary a little depending on which platform you use; so we have decided to put together a short guide for each mobile device.<a href="http://blog.fastdove.com/wp-content/uploads/2010/11/blog2.png"><img class="size-full wp-image-208 aligncenter" src="http://blog.fastdove.com/wp-content/uploads/2010/11/blog2.png" alt="" width="424" height="149" /></a></p>
<p style="text-align: justify;">Sending <a href="http://www.fastdove.com/tour/you#tab5" target="_blank">group messages</a> is another feature we developed here at fastDove. Traditionally sending group messages could get messy. But with our delivery status you can also get real-time information on the status of your group messages.</p>
<p style="text-align: center;"><a href="http://blog.fastdove.com/wp-content/uploads/2010/11/blog-3.png"><img class="size-full wp-image-218 aligncenter" src="http://blog.fastdove.com/wp-content/uploads/2010/11/blog-3.png" alt="" width="419" height="125" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fastdove.com/delivery-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fastDove 0.9.1 is out!</title>
		<link>http://blog.fastdove.com/fastdove-0-9-1-is-out/</link>
		<comments>http://blog.fastdove.com/fastdove-0-9-1-is-out/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 14:41:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[contacts sync]]></category>

		<guid isPermaLink="false">http://blog.fastdove.com/?p=108</guid>
		<description><![CDATA[Hey! After some last minute problems, we finally are proud of releasing fastDove 0.9.1 ! Don&#8217;t expect so many changes (we are preparing big things for the next release) but here are some of the current version improvements: completely revised translations into Spanish and Catalan. really powerful importer from Highrise, Soocial (to sync with your [...]]]></description>
			<content:encoded><![CDATA[<p>Hey!</p>
<p>After some last minute problems, we finally are proud of releasing fastDove 0.9.1 <img src='http://blog.fastdove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ! Don&#8217;t expect so many changes (we are preparing big things for the next release) but here are some of the current version improvements:</p>
<ul>
<li>completely revised translations into Spanish and Catalan.</li>
<li>really powerful importer from Highrise, Soocial (to sync with your handset), Excel and CSV.</li>
<li>send sms uploading an Excel file with numbers and messages.</li>
<li>improved reception to new mobile operators such as Simyo and Yoigo.</li>
<li>minor API fixes.</li>
<li>and lots of minor bug fixes thanks to all the great people who are helping us improving our service day by day!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.fastdove.com/fastdove-0-9-1-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

