<?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>Free landscape SMS text message application for the iPhone, iPod Touch and Android &#187; News</title>
	<atom:link href="http://www.jellysms.com/blog/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jellysms.com/blog</link>
	<description>The smarter way to send SMS text messages</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:04:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Developers: integrate your own app with Jelly SMS</title>
		<link>http://www.jellysms.com/blog/developers-integrate-your-own-app-with-jelly-sms/</link>
		<comments>http://www.jellysms.com/blog/developers-integrate-your-own-app-with-jelly-sms/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 14:34:47 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Comma]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Jsms]]></category>
		<category><![CDATA[Openurl]]></category>
		<category><![CDATA[Phone Numbers]]></category>
		<category><![CDATA[Sms]]></category>
		<category><![CDATA[Sms Client]]></category>
		<category><![CDATA[Sms Sms]]></category>
		<category><![CDATA[Url Scheme]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/?p=261</guid>
		<description><![CDATA[In the latest version of Jelly SMS, I have added a URL scheme which allows other applications to open Jelly SMS and also open a new SMS compose window to a specified number. So if your app contains phone numbers, you could easily allow users to use Jelly SMS as the SMS client on their [...]]]></description>
			<content:encoded><![CDATA[<p>In the latest version of Jelly SMS, I have added a URL scheme which allows other applications to open Jelly SMS and also open a new SMS compose window to a specified number. So if your app contains phone numbers, you could easily allow users to use Jelly SMS as the SMS client on their iPhone or iPod Touch!</p>
<p><a title="tweet" href="http://twitter.com/finbarrbrady">Get in touch</a> if you decide to use this in your app and I will feature your app here on the blog.</p>
<p>It&#8217;s simple to use. See below for a code example:</p>
<textarea cols="40" rows="10" name="code" class="Xml">// SMS a normal number
NSString * jsmsUrlString  = @"jsms://0868732234";


// SMS to many numbers (separate each number with a comma - no spaces)
jsmsUrlString  = @"jsms://0868732234,64932423433,+44853223433";


// Or to simply open Jelly SMS without opening a new message
jsmsUrlString  = @"jsms:";

UIApplication *app = [UIApplication sharedApplication];
 
NSURL *jellySMSURL = [NSURL URLWithString:jsmsUrlString];

// Now we test if the URL can be opened on this device (e.g. is Jelly SMS installed?)
if ([app canOpenURL:jellySMSURL])
  {
	// Once in here, this means that Jelly SMS is installed on the users iPhone/iPod/iPad
	// So you can safely add Jelly SMS as an option in your menu and UI items
	
	
	// Then to open a new compose window in Jelly SMS to all the people in the contact group
    [app openURL:jellySMSURL];
    return;
  }
</textarea>
	<!-- Wordpress Code Snippet -->
	<script type="text/javascript" src="http://www.jellysms.com/blog/wp-content/plugins/wordpress-code-snippet/js/shCore.js"></script><script type="text/javascript" src="http://www.jellysms.com/blog/wp-content/plugins/wordpress-code-snippet/js/shBrushXml.js"></script>
	<link type="text/css" rel="stylesheet" href="http://www.jellysms.com/blog/wp-content/plugins/wordpress-code-snippet/css/SyntaxHighlighter.css"/>
	
	<script language="javascript">
	dp.SyntaxHighlighter.ClipboardSwf = 'http://www.jellysms.com/blog/wp-content/plugins/wordpress-code-snippet/js/clipboard.swf';
	dp.SyntaxHighlighter.HighlightAll('code');
	</script>
	<!-- End Wordpress Code Snippet -->
	]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/developers-integrate-your-own-app-with-jelly-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jelly SMS 3.0.0 update for iPhone/iPod Touch and iPad is out</title>
		<link>http://www.jellysms.com/blog/jelly-sms-3-0-0-update-for-iphoneipod-touch-and-ipad-is-out/</link>
		<comments>http://www.jellysms.com/blog/jelly-sms-3-0-0-update-for-iphoneipod-touch-and-ipad-is-out/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:18:02 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Arabic]]></category>
		<category><![CDATA[Arabic Support]]></category>
		<category><![CDATA[Cool Sms]]></category>
		<category><![CDATA[Delivery Reports]]></category>
		<category><![CDATA[Features Work]]></category>
		<category><![CDATA[Font Font]]></category>
		<category><![CDATA[Forwarding Mail]]></category>
		<category><![CDATA[Free Texts]]></category>
		<category><![CDATA[International Texts]]></category>
		<category><![CDATA[Ios]]></category>
		<category><![CDATA[Ipad]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Ipod Touch]]></category>
		<category><![CDATA[Message Signature]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[Profiles]]></category>
		<category><![CDATA[Sms International]]></category>
		<category><![CDATA[Sms Mail]]></category>
		<category><![CDATA[Sms Sending]]></category>
		<category><![CDATA[Sms Texts]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/?p=446</guid>
		<description><![CDATA[Jelly SMS 3.0.0 has been approved by Apple.
 
It&#8217;s a big release, including the following (all features work on iPad, iPhone and iPod Touch):
1. Re-designed user interface for the iPad
 
Jelly SMS is now compatible with the iPad, using all that extra screen size to give you a better view of your sent messages, delivery reports, and [...]]]></description>
			<content:encoded><![CDATA[<p>Jelly SMS 3.0.0 has been approved by Apple.</p>
<p> </p>
<p>It&#8217;s a big release, including the following (all features work on iPad, iPhone and iPod Touch):</p>
<h2>1. Re-designed user interface for the iPad</h2>
<p> </p>
<p>Jelly SMS is now compatible with the iPad, using all that extra screen size to give you a better view of your sent messages, delivery reports, and when composing new texts. It&#8217;s also now more intuitive to send &#8216;fast replies&#8217; to your friends.</p>
<p> </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-448" title="iPad Main Screen" src="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_14.png" alt="" width="430" height="562" /></p>
<h2>2. Support for multiple profiles</h2>
<p>Have you got more than one phone or voip account that you want to send from? Well now you can add as many profiles as you like. All within Jelly SMS on iPad, iPhone and iPod Touch.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-458" title="Screen shot 2010-06-21 at 19.12.48" src="http://www.jellysms.com/blog/wp-content/uploads/Screen-shot-2010-06-21-at-19.12.48.png" alt="" width="301" height="354" /></p>
<p>- This lets users define loads of separate accounts, and easily switch between them inside the app.</p>
<p>- For example, you could use this if your partner or friend wanted to borrow your iPhone, iPod Touch or iPad and send some webtexts, they could simply switch to their O2.ie account, and send texts as if it came from their phone.</p>
<p>- Another reason would be that you might want to use your My-Cool-SMS.com account for sending international texts (very low cost), and then switch back to your Three.ie account for sending free national texts.</p>
<p> </p>
<h2>3. New &#8216;Settings&#8217; popover</h2>
<p>Now, right within the app, you can define the font, font size, default message signature and various other things.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-459" title="Screen shot 2010-06-21 at 19.14.51" src="http://www.jellysms.com/blog/wp-content/uploads/Screen-shot-2010-06-21-at-19.14.51.png" alt="" width="275" height="521" /></p>
<p> </p>
<p>PLUS:</p>
<ul>
<li>Copy sent messages just by tapping and holding them</li>
<li>Forwarding SMS by Mail now happens within the app itself without exiting.</li>
<li>Added support for KwtSMS.com including Arabic support</li>
<li>Better error handling for certain providers</li>
<li>Fixes and support for iOS 4</li>
</ul>
<p> </p>
<p><a href="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_18.png"><img class="aligncenter size-medium wp-image-451" title="iPad-Screenshot_18" src="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_18-300x219.png" alt="" width="300" height="219" /></a><a href="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_O2_login.png"><img class="aligncenter size-medium wp-image-456" title="iPad-Screenshot_O2_login" src="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_O2_login-300x219.png" alt="" width="300" height="219" /></a><a href="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_REPLYMCSMS.png"><img class="aligncenter size-medium wp-image-457" title="iPad-Screenshot_REPLYMCSMS" src="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_REPLYMCSMS-300x219.png" alt="" width="300" height="219" /></a></p>
<p><a href="http://www.jellysms.com/blog/wp-content/uploads/iPad-Screenshot_18.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/jelly-sms-3-0-0-update-for-iphoneipod-touch-and-ipad-is-out/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Jelly SMS F.A.Q</title>
		<link>http://www.jellysms.com/blog/jelly-sms-faq/</link>
		<comments>http://www.jellysms.com/blog/jelly-sms-faq/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 14:59:54 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[Accents]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Api]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Asian Characters]]></category>
		<category><![CDATA[Brazil]]></category>
		<category><![CDATA[C Users]]></category>
		<category><![CDATA[Caller Id]]></category>
		<category><![CDATA[Character Limit]]></category>
		<category><![CDATA[Cool Sms]]></category>
		<category><![CDATA[Coverage Area]]></category>
		<category><![CDATA[Data Connections]]></category>
		<category><![CDATA[Desktop Computer]]></category>
		<category><![CDATA[Desktop Version]]></category>
		<category><![CDATA[Edge Data]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Free Computer]]></category>
		<category><![CDATA[Free Desktop]]></category>
		<category><![CDATA[Free Updates]]></category>
		<category><![CDATA[French Italian]]></category>
		<category><![CDATA[Handset]]></category>
		<category><![CDATA[Home Folder]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Internet Connection]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Itunes]]></category>
		<category><![CDATA[Jelly]]></category>
		<category><![CDATA[Jsms]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Login Details]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Mac Os X]]></category>
		<category><![CDATA[Message Sms]]></category>
		<category><![CDATA[Meteor]]></category>
		<category><![CDATA[Mobile Number]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Os X]]></category>
		<category><![CDATA[Oth]]></category>
		<category><![CDATA[Phone Number]]></category>
		<category><![CDATA[Preference]]></category>
		<category><![CDATA[Profile Screen]]></category>
		<category><![CDATA[Recipient]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Send Message]]></category>
		<category><![CDATA[Send Sms]]></category>
		<category><![CDATA[Sending Messages]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Sms]]></category>
		<category><![CDATA[Sms Application]]></category>
		<category><![CDATA[Sms For Free]]></category>
		<category><![CDATA[Sms Free]]></category>
		<category><![CDATA[Sms Internet]]></category>
		<category><![CDATA[Sms Messages]]></category>
		<category><![CDATA[Sms Php]]></category>
		<category><![CDATA[Sms Provider]]></category>
		<category><![CDATA[Sms Send]]></category>
		<category><![CDATA[Sms Sender]]></category>
		<category><![CDATA[Sms Text]]></category>
		<category><![CDATA[Sms Text Messages]]></category>
		<category><![CDATA[Store Description]]></category>
		<category><![CDATA[Support Engineer]]></category>
		<category><![CDATA[Support Staff]]></category>
		<category><![CDATA[Taiwan]]></category>
		<category><![CDATA[Terminal Application]]></category>
		<category><![CDATA[Text Messages]]></category>
		<category><![CDATA[Texts]]></category>
		<category><![CDATA[Vodafone]]></category>
		<category><![CDATA[Vodafone Customers]]></category>
		<category><![CDATA[Vodafone Ie]]></category>
		<category><![CDATA[Vodafone Ireland]]></category>
		<category><![CDATA[Voip Providers]]></category>
		<category><![CDATA[Voipbuster]]></category>
		<category><![CDATA[Web Browser]]></category>
		<category><![CDATA[Website Names]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[Workaround]]></category>
		<category><![CDATA[Www Sms]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/jelly-sms-faq/</guid>
		<description><![CDATA[
 
Q. Using Jelly SMS Desktop, but the program doesn&#8217;t launch!
You may need to delete your database files. Simple to do.
 
To delete the files on Mac OS X or Linux, open the Terminal application and run the following command:
rm -r ~/.JSMS/
On Windows delete the .JSMS folder in your user home folder. E.g C:\Users\james\.JSMS
Now restart Jelly SMS [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Jelly SMS" src="http://jellysms.com/images/jellylogoiphone.png" alt="" width="272" height="140" /></p>
<p> </p>
<h3>Q. Using Jelly SMS Desktop, but the program doesn&#8217;t launch!</h3>
<p>You may need to delete your database files. Simple to do.</p>
<p><span style="font-family: arial; line-height: normal; font-size: small;"> </span></p>
<div>To delete the files on Mac OS X or Linux, open the Terminal application and run the following command:</div>
<div>rm -r ~/.JSMS/</div>
<div>On Windows delete the .JSMS folder in your user home folder. E.g C:\Users\james\.JSMS</div>
<div>Now restart Jelly SMS and you should be good to go.</div>
<p> </p>
<h3><strong>Q. I&#8217;m with Vodafone Ireland, when I try to send I get a message saying the Vodafone.ie webtext service is currently unavailable.</strong></h3>
<p><strong><br /></strong></p>
<p>See <a href="http://www.jellysms.com/blog/vodafone-ireland-issue/">here</a>.</p>
<p> </p>
<h3>Q. How do I use Jelly SMS?</h3>
<p> </p>
<p>To use Jelly SMS, you first need an account with any one of our supported providers. You can register for new account with <a href="http://www.My-Cool-SMS.com/">My-Cool-SMS.com</a> and purchase credits which you can then use to send low cost SMS from our iPhone, Android or Desktop version of Jelly SMS.</p>
<p> </p>
<p>After registering, simply enter your My-Cool-SMS.com username and password when prompted upon login.</p>
<p> </p>
<h3>Q. I have configured JellySMS with the Caller ID set (my phone number registered with my provider). But when I text people, they are getting a different number on the sender and thus when they reply I am not getting the message. Are there any other reports on this issue and if any, is there any fix for this?</h3>
<p> </p>
<p>Many customers have report the same issue in his app too. In short, this seems to be an issue with certain voip providers (Betamax) servers and our experience is that their support staff don&#8217;t even answer emails about it.</p>
<p> </p>
<p>Because of this we&#8217;ve decided to advise people who see this problem to change to using a different provider. Note that a lot of the operators supported by JellySMS e.g. voipcheap, voipstunt, voipbuster are all actually the same company operating the same system with different website names (the company behind them is called Betamax), so there is no point in switching to any of those.</p>
<p> </p>
<div id="_mcePaste">We recommend people to sign up with <a href="http://www.my-cool-sms.com/">My-Cool-SMS.com</a>. We have dealt with their support engineer, in the past. And they have always managed to resolve any issues that we have reported. You can check their <a href="http://www.my-cool-sms.com/pricelist.php">rates here</a>.</div>
<p> </p>
<h3>Q. There is a problem with sending messages in my language. Do you support Chinese, Arabic, accents and other special characters? Can you help?</h3>
<p><strong><br /></strong></p>
<p>Yes. This has been fixed and you can use it in the next version which is currently in review with Apple. However, it only will work with <a href="http://www.my-cool-sms.com/">my-cool-sms.com</a> as the other VOIP providers do not have an API for this.</p>
<p> </p>
<h3><strong>Q. How do people reply to my messages? E.g. if I send someone a message using Jelly SMS, how do they </strong><span><strong> </strong></span><strong>reply to that message?</strong></h3>
<p><strong><br /></strong></p>
<div>If you are using<em> My-Cool-SMS</em> as your provider (recommended) simply ensure that your mobile number is entered in the iPhone &#8216;Settings&#8217; App -&gt; &#8216;Jelly SMS&#8217; -&gt; &#8216;Caller ID&#8217; field. Make sure this is the same number you used when registering with <em>My-Cool-SMS</em>.com</div>
<div><strong>Note</strong>: Sender ID may not be available when the recipient is in the US, India, Brazil (legal reasons), Mexico and Canada (Technical reasons)</div>
<div>For the other Voip providers, you must verify your phone number through your providers voip client. You need to:</div>
<div>
<ul>
<li>download and install the client from their website, e.g.  VoipBuster.com or VoipCheap.com.</li>
<li>launch the program on your computer and go into the &#8220;Customise your profile&#8221; screen.</li>
<li>Enter your phone number here in international format e.g. +353868434567 and then press &#8220;Verify Now&#8221;.</li>
<li>A code will then be sent to your phone which you will then need to enter on screen when prompted by the voip client.</li>
<li>After you have completed the above steps, on your iPhone you should ensure that your mobile number is entered (exactly same as above) in the iPhone &#8216;Settings&#8217; App -&gt; &#8216;Jelly SMS&#8217; -&gt; &#8216;Caller ID&#8217; field.</li>
</ul>
</div>
<div>Now all your texts should appear to be coming from your phone, and any replies will go directly back to your phone.</div>
<h3>Q. Can I forward SMS with Jelly SMS?</h3>
<div><strong><br /></strong></div>
<p>As stated in the App Store description, Jelly SMS can forward SMS text messages that you send <em>from</em> Jelly SMS. Due to Apple&#8217;s restrictions, Jelly SMS cannot forward SMS messages which are stored inside the iPhone SMS app.<strong> </strong></p>
<p> </p>
<h3><strong>Q. Just bought your app for my iPhone. I signed up with one of the providers. I added money to my account and every time I try and send and SMS it&#8217;s says to check user name and credit on my account. What can I do?</strong></h3>
<p><strong><br /></strong></p>
<p>Let&#8217;s try and get this working for you. Can you please do the following:</p>
<p>1. Go to your providers website and log in.</p>
<p>2. Ensure that your credit has been applied to your account by checking the &#8216;Remaining Credit&#8217; field on the left of the page.</p>
<p>3. On your iPhone, go into Jelly SMS and re-enter your login details. <span style="font-family: arial, sans-serif; line-height: normal; border-collapse: collapse;">To reenter your login details, just tap on your user id in the title bar in Jelly SMS. Then you can click &#8216;Edit&#8217; and delete the existing profile. Press the + button and type in your details again. </span>Ensure your username, password are correct and that your provider is set correctly.</p>
<p>4. Try to send the SMS once again.</p>
<p> </p>
<h3><strong>Q. When typing a message, if you press the backspace key/button on screen, then cursor proceeds to delete all text.</strong></h3>
<p><strong><br /></strong></p>
<p>Yes this is a known issue with some iPhones still running 3.0. There is a simple fix <a style="outline-width: 0px; outline-style: initial; outline-color: initial; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; color: #21759b; word-wrap: break-word; text-decoration: none; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;" rel="nofollow" href="http://www.jellysms.com/blog/fix-for-keyboard-issue-on-iphone-os-3-0/">described here</a>. I would recommend updating your iPhone to the latest version of iPhone OS which should also fix the issue.</p>
<p> </p>
<h3>Q. I thought my remaining balance of my sms provider would be shown. Am I missing something?</h3>
<p><strong><br /></strong></p>
<p>Yes, after sending first massage the balance is shown in the &#8216;New Message&#8217; screen.</p>
<p> </p>
<h3>Additional Information</h3>
<p><strong><br /></strong></p>
<p>In addition to the information on the home page, please note the following:</p>
<ol>
<li>Jelly SMS requires an internet connection in order to send SMS text messages. It will work over Wifi, 3G or EDGE data connections.</li>
<li>Irish O2 / Vodafone / Meteor / Three users: If you&#8217;re in a low coverage area Jelly SMS will send quicker if you turn off the &#8216;Show Remaining&#8217; preference in Jelly SMS settings.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/jelly-sms-faq/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Jelly SMS Android goes into Public Beta Test</title>
		<link>http://www.jellysms.com/blog/jelly-sms-android-goes-into-public-beta-test/</link>
		<comments>http://www.jellysms.com/blog/jelly-sms-android-goes-into-public-beta-test/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 23:53:35 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Beta Software]]></category>
		<category><![CDATA[Checkbox]]></category>
		<category><![CDATA[Few Rounds]]></category>
		<category><![CDATA[Hey]]></category>
		<category><![CDATA[History Window]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Open Settings]]></category>
		<category><![CDATA[Private Beta Test]]></category>
		<category><![CDATA[Profile Press]]></category>
		<category><![CDATA[Public Beta Test]]></category>
		<category><![CDATA[Saving Money]]></category>
		<category><![CDATA[Sending Sms]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Sms Installer]]></category>
		<category><![CDATA[Sms Texts]]></category>
		<category><![CDATA[Software Bugs]]></category>
		<category><![CDATA[Time Limit]]></category>
		<category><![CDATA[Volunteers]]></category>
		<category><![CDATA[Web Browser]]></category>
		<category><![CDATA[Worry]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/?p=369</guid>
		<description><![CDATA[Hey Folks!
After a number of rounds of private beta test by a number of kind volunteers, we are delighted to now make the latest beta build of Jelly SMS for Android available to all.
First of all, the disclaimer: this is still beta software, so bugs are to be expected! That said, after having been through [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Folks!</p>
<p>After a number of rounds of private beta test by a number of kind volunteers, we are delighted to now make the latest beta build of Jelly SMS for Android available to all.</p>
<p>First of all, the disclaimer: this is still beta software, so bugs are to be expected! That said, after having been through a few rounds of testing already, we should have the most major bugs already addressed.</p>
<p>To make sure that we don&#8217;t have to support the beta into the future, we have put a time limit on the app. This particular build cannot be used after March 6, 2010. And don&#8217;t worry, before that date arrives, we will either provide a new beta or make a full release of the application.</p>
<p>So how do you start saving money sending SMS texts on your Android phone?</p>
<ul>
<li>On your phone, open &#8220;Settings-&gt;Applications&#8221;</li>
<li>Make sure that the checkbox beside the option &#8220;Unknown sources&#8221; is checked. This allows you to install apps other than those listed in the Android Market.</li>
<li>Browse to our homepage <a title="http://www.jellysms.com" href="http://www.jellysms.com">http://www.jellysms.com</a> using the Web Browser on your phone.</li>
<li>Click on the &#8220;Android (beta)&#8221; link.</li>
<li>Once the download completes, select the Jelly SMS installer in the download history window.</li>
<li>Select &#8220;Install&#8221;.</li>
</ul>
<p>Then launch the Jelly SMS app, create a login profile for your account, and use that login profile to start sending texts&#8230; It&#8217;s as simple as that!</p>
<p>And here&#8217;s a tip: To create a shortcut to your login profile, press &#8220;menu&#8221; on the main page of the app (the profile selection page), select &#8220;Shortcut&#8221; and follow the instructions&#8230;</p>
<p>Happy texting!</p>
<p>Keith.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/jelly-sms-android-goes-into-public-beta-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jelly SMS iPhone &amp; iPod Touch Demo</title>
		<link>http://www.jellysms.com/blog/jelly-sms-iphone-ipod-touch-demo/</link>
		<comments>http://www.jellysms.com/blog/jelly-sms-iphone-ipod-touch-demo/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:53:52 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Flash Version]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Ipod Touch]]></category>
		<category><![CDATA[Sms]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/?p=21</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Y2xsaf31YmY&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/Y2xsaf31YmY&amp;hl=en&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/jelly-sms-iphone-ipod-touch-demo/feed/</wfw:commentRss>
		<slash:comments>75</slash:comments>
		</item>
		<item>
		<title>Quickly Enable Internet Tethering with your iPhone (no jailbreak needed)</title>
		<link>http://www.jellysms.com/blog/enable-internet-tethering-with-your-iphone-in-2-minutes-on-o2-ireland-with-30-gm/</link>
		<comments>http://www.jellysms.com/blog/enable-internet-tethering-with-your-iphone-in-2-minutes-on-o2-ireland-with-30-gm/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 10:36:33 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Apple Itunes]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Bill Pay]]></category>
		<category><![CDATA[Developer Beta]]></category>
		<category><![CDATA[Download File]]></category>
		<category><![CDATA[Fido Canada]]></category>
		<category><![CDATA[Free Sms Messages]]></category>
		<category><![CDATA[Free Text Messages]]></category>
		<category><![CDATA[Front Pages]]></category>
		<category><![CDATA[Gm]]></category>
		<category><![CDATA[Gold Master]]></category>
		<category><![CDATA[Gt Network]]></category>
		<category><![CDATA[Image Files]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Iphone 5]]></category>
		<category><![CDATA[Ipod Touch]]></category>
		<category><![CDATA[Irish Users]]></category>
		<category><![CDATA[Itunes 2]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Jsms]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Mac Os X]]></category>
		<category><![CDATA[Mac Pc]]></category>
		<category><![CDATA[Mms Settings]]></category>
		<category><![CDATA[Mobile Uk]]></category>
		<category><![CDATA[Modem]]></category>
		<category><![CDATA[O2 Ireland]]></category>
		<category><![CDATA[O2 Uk]]></category>
		<category><![CDATA[Os X]]></category>
		<category><![CDATA[Photo Credit]]></category>
		<category><![CDATA[Preference]]></category>
		<category><![CDATA[Programfiles]]></category>
		<category><![CDATA[Risk]]></category>
		<category><![CDATA[Rogers Canada]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Screen Caption]]></category>
		<category><![CDATA[Sett]]></category>
		<category><![CDATA[T Mobile]]></category>
		<category><![CDATA[Terminal Application]]></category>
		<category><![CDATA[Uk Contract]]></category>
		<category><![CDATA[Uk Customers]]></category>
		<category><![CDATA[Usb Port]]></category>
		<category><![CDATA[Virgin Uk]]></category>
		<category><![CDATA[Vodafone Ireland]]></category>
		<category><![CDATA[Vodafone Uk]]></category>
		<category><![CDATA[Wi Fi]]></category>
		<category><![CDATA[Xml]]></category>
		<category><![CDATA[Xml Files]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/?p=191</guid>
		<description><![CDATA[New: Get Jelly SMS totally free now on the app store (free SMS!)
Update Feb 2 2010: Reports say that the latest iPhone 3.1.3 allows this to work again but ONLY on factory unlocked iPhones. Thanks to Éamonn for the heads up!



O2 Ireland users: O2 have now enabled tethering for users as detailed on their forum. Simply [...]]]></description>
			<content:encoded><![CDATA[<address style="text-align: right;"><em><span style="color: #c0c0c0;">New: Get Jelly SMS totally free</span><span style="color: #c0c0c0;"> </span><a href="http://bit.ly/JSMSFree">now on the app store</a></em><em> </em><em><span style="color: #c0c0c0;">(free SMS!)</span></em></address>
<p><img class="alignright" title="O2 Ireland tethering" src="http://jellysms.com/images/tether/tether_o2_ie1.PNG" alt="" width="205" height="307" /><strong>Update Feb 2 2010: Reports say that the latest iPhone 3.1.3 allows this to work again but ONLY on factory unlocked iPhones. Thanks to <a href="http://www.twitter.com/culabula">Éamonn</a> </strong><strong>for the heads up!</strong></p>
<address><span style="font-style: normal;"><br />
</span></address>
<address></address>
<address><strong><span style="color: #ffff00;">O2 Ireland users:</span></strong> O2 have now<a href="http://forums.o2online.ie/forums/showthread.php?8439-Tethering-with-your-iPhone"> enabled tethering for users as detailed on their forum</a>. Simply connect to iTunes on your computer and click &#8216;Check for Update&#8217; and accept the new carrier settings file when prompted. Tethering will now work for you!</address>
<address></address>
<address></address>
<address></address>
<address></address>
<address></address>
<address></address>
<address><span style="font-style: normal;"><br />
</span></address>
<address></address>
<address><span style="font-style: normal;"> This evening I got internet tethering working on my iPhone 3G running the latest 3.0 iPhone build. This means I can now use my iPhone as a modem on my laptop or any machine (with iTunes 8.2 installed) when I&#8217;m out and about. Here&#8217;s how I did it.</span></address>
<address><span style="font-style: normal;"><br />
</span></address>
<address></address>
<address><span style="font-style: normal;">How to install:</span></address>
<address><span style="font-style: normal;"><br />
</span></address>
<address></address>
<address><span style="font-style: normal;"><strong>If you view this page actually ON YOUR iPhone all you need to do is:</strong></span></address>
<address><span style="font-style: normal;"><strong><br />
</strong></span></address>
<address></address>
<address><span style="font-style: normal;">1. Select your operator below &amp; install the profile when prompted:</span></address>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/ir_three.mobileconfig">Three Ireland Contract</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/ir_vodafone_contract.mobileconfig">Vodafone Ireland Contract</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/ir_vodafone_live.mobileconfig">Vodafone Live! Ireland</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/us_att.mobileconfig">AT&amp;T USA Contract</a><span style="font-size: medium;"><br />
</span></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/uk_o2_contract.mobileconfig">O2 UK Contract</a></h2>
<h2 style="font-size: 1.5em;"><a href="http://jellysms.com/images/tether/mobileconfigs/uk_o2_prepaid.mobileconfig">O2 UK Pre-Paid</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/uk_tmobile.mobileconfig">T-Mobile UK Contract</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/uk_virgin.mobileconfig">Virgin UK Contract</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/uk_three.mobileconfig">Three UK Contract</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/uk_vodafone_contract.mobileconfig">Vodafone UK Contract</a></h2>
<h2><a href="http://jellysms.com/images/tether/mobileconfigs/ca_rogers.mobileconfig"><span style="color: #000000;"><span style="text-decoration: none;"><span style="color: #ff0000;">Rogers Canada</span></span></span></a></h2>
<h2><span style="color: #000000;"><span style="text-decoration: none;"><span style="color: #ff0000;"><a href="http://jellysms.com/images/tether/mobileconfigs/ca_fido.mobileconfig">Fido Canada</a></span></span></span></h2>
<p><strong><em><small><a title="chimothy27" href="http://www.flickr.com/photos/8641421@N07/3487954077/" target="_blank"></a></small>Note: Do this at</em></strong><strong> <em>your own risk!! I have only tested this on my own device (3G O2 Bill Pay iPhone) and cannot guarantee it will work with yours.</em></strong></p>
<p>2. Restart the iPhone.<span style="font-size: small;"><br />
</span></p>
<p>3. Once it restarts, go to Settings &gt; General &gt; Network and turn on tethering.</p>
<p>Done. Now connect your iPhone to the computer. The computer will automatically detect a network connection on the USB port. It just works.</p>
<p>On your Mac / PC turn off your Wi-Fi or unplug your Ethernet to check how it works.</p>
<p><em>Note: You will need at least iTunes 8.2 or greater installed on all the computers you want to tether with.</em></p>
<p>There you have it &#8211; Irish users get free text messages (O2, Vodafone, Meteor, Three + many others) on your <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=299320234&amp;mt=8">iPhone and iPod Touch</a> or on your Mac/PC with <a title="Free SMS on your Mac" href="http://jsmsirl.sourceforge.net/">JSMS</a>, and now you can use free internet tethering on the go.</p>
<h4>Follow me on Twitter: <a title="Follow Finbarr on Twitter" href="http://www.twitter.com/finbarrbrady" target="_blank">@finbarrbrady</a></h4>
<div class="wp-caption aligncenter" style="width: 266px"><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=299320234&amp;mt=8"><img class=" " title="Jelly SMS" src="http://jellysms.com/images/external/Compose_MapsLink.png" alt="Use Jelly SMS to send free SMS messages" width="256" height="384" /></a><p class="wp-caption-text">Use Jelly SMS to send free SMS messages</p></div>
<div class="wp-caption aligncenter" style="width: 215px"><img title="Working" src="http://jellysms.com/images/tether/tether_o2_ie2.PNG" alt="Now you have tethering!" width="205" height="307" /><p class="wp-caption-text">Now you have tethering!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/enable-internet-tethering-with-your-iphone-in-2-minutes-on-o2-ireland-with-30-gm/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>Irish iPhone developers step up and donate to Haiti</title>
		<link>http://www.jellysms.com/blog/irish-iphone-developers-step-up-and-donate-to-haiti/</link>
		<comments>http://www.jellysms.com/blog/irish-iphone-developers-step-up-and-donate-to-haiti/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:39:03 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Donations]]></category>
		<category><![CDATA[Earthquake Victims]]></category>
		<category><![CDATA[Haiti]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Sms]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/?p=334</guid>
		<description><![CDATA[
Today, a community of developers in Ireland, bonded by the tag #xcake, have stepped up and donated some of that App Store success in the direction of the Haiti earthquake victims. I have also chipped in €200.
Led by @padraig , the donations are still coming in fast from the likes of dermdaly, vinnycoyne, ConorWinders &#38; [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="Donate" src="http://img162.yfrog.com/img162/8923/nkv.png" alt="" width="474" height="320" /></p>
<p>Today, a community of developers in Ireland, bonded by the tag <a href="http://twitter.com/#search?q=xcake">#xcake</a>, have stepped up and donated some of that App Store success in the direction of the Haiti earthquake victims. I have also chipped in €<a href="http://img162.yfrog.com/i/nkv.png/">200</a>.</p>
<p>Led by <a href="http://www.twitter.com/padraig">@padraig</a> , the donations are still coming in fast from the likes of <a href="http://www.twitter.com/dermdaly">dermdaly</a>, <a href="http://www.twitter.com/vinnycoyne">vinnycoyne</a>, <a href="http://www.twitter.com/ConorWinders">ConorWinders</a> &amp; <a href="http://www.twitter.com/fluter">fluter</a>. Check out Padraig &#8217;s blog to keep track of it or <a href="https://www.concern.net/civicrm/contribute/transact?reset=1&amp;id=9&amp;amount=200">here</a> to donate:</p>
<p><a href="http://padraig.tumblr.com/post/356029828/eur200-for-haiti-lots-of-other-xcake-folks-like">http://padraig.tumblr.com/post/356029828/eur200-for-haiti-lots-of-other-xcake-folks-like</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/irish-iphone-developers-step-up-and-donate-to-haiti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jelly SMS is coming soon to Android</title>
		<link>http://www.jellysms.com/blog/jelly-sms-is-coming-soon-to-android/</link>
		<comments>http://www.jellysms.com/blog/jelly-sms-is-coming-soon-to-android/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:28:32 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Beta Version]]></category>
		<category><![CDATA[Desktop Versions]]></category>
		<category><![CDATA[Free People]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[Profiles]]></category>
		<category><![CDATA[Sms]]></category>
		<category><![CDATA[Window Caption]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/?p=326</guid>
		<description><![CDATA[We&#8217;ve been hard at work getting Jelly SMS working on Google Android devices.

We will very soon be offering a private beta version for free to people who sign up to our mailing list here.
It will have many of the great features of our existing iPhone and Desktop versions, with a few new features to boot!
Check [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been hard at work getting Jelly SMS working on Google Android devices.</p>
<p><img class="alignright" title="Android " src="http://www.forumtelemoveis.com/wp-content/uploads/android-logo.png" alt="" width="115" height="127" /></p>
<p>We will very soon be offering a private beta version for free to people who sign up to our <a href="http://jsms.wufoo.com/forms/z7x4z5/">mailing list here</a>.</p>
<p>It will have many of the great features of our existing iPhone and Desktop versions, with a few new features to boot!</p>
<p>Check out some screenshots below.</p>
<div class="wp-caption alignnone" style="width: 330px"><img title="Profiles" src="http://www.jellysms.com/images/android/android_profiles.png" alt="Create separate profiles!" width="320" height="172" /><p class="wp-caption-text">Create separate profiles!</p></div>
<div class="wp-caption alignnone" style="width: 324px"><img title="Compose" src="http://www.jellysms.com/images/android/android_compose.png" alt="Compose window" width="314" height="435" /><p class="wp-caption-text">Compose window</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/jelly-sms-is-coming-soon-to-android/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Jelly SMS now supports all languages and delivery reports with My-Cool-SMS.com</title>
		<link>http://www.jellysms.com/blog/jelly-sms-now-supports-all-languages-with-my-cool-sms-com/</link>
		<comments>http://www.jellysms.com/blog/jelly-sms-now-supports-all-languages-with-my-cool-sms-com/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 11:53:47 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Accents]]></category>
		<category><![CDATA[Arabic]]></category>
		<category><![CDATA[Asian Languages]]></category>
		<category><![CDATA[Cool Sms]]></category>
		<category><![CDATA[Dans]]></category>
		<category><![CDATA[Delivery Reports]]></category>
		<category><![CDATA[Delivery Status]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[Met]]></category>
		<category><![CDATA[Mund]]></category>
		<category><![CDATA[Previous Release]]></category>
		<category><![CDATA[Right Direction]]></category>
		<category><![CDATA[Sending Sms Messages]]></category>
		<category><![CDATA[Talen]]></category>
		<category><![CDATA[Unicode Characters]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/jelly-sms-now-supports-all-languages-with-my-cool-sms-com/</guid>
		<description><![CDATA[Jelly SMS 2.6
Users of Jelly SMS up until now have had problems sometimes sending SMS messages in several languages including Arabic, Asian languages, and languages with special characters such as accents.
Well now we are glad to say that this has been resolved and now when you use your My-Cool-SMS.com account with Jelly SMS, Unicode messages [...]]]></description>
			<content:encoded><![CDATA[<h2>Jelly SMS 2.6</h2>
<p>Users of Jelly SMS up until now have had problems sometimes sending SMS messages in several languages including Arabic, Asian languages, and languages with special characters such as accents.</p>
<p>Well now we are glad to say that this has been resolved and now when you use your My-Cool-SMS.com account with Jelly SMS, Unicode messages are fully supported. If you are using an account other than My-Cool-SMS.com, then you will be informed that you need to change your provider to <a href="http://www.my-cool-sms.com/">My-Cool-SMS.com</a> in order to get support in your language if Unicode characters are detected.</p>
<p><img class="aligncenter" title="Users are pointed in the right direction" src="http://www.jellysms.com/images/unicode.png" alt="" width="345" height="640" /></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><em><span id="result_box"><span title="You can now use Jelly SMS in all languages.">现在您可以使用所有语言果冻短信。 </span><span title="Signup with">注册与&#8221;My-Cool-SMS.com&#8221;</span></span></em></p>
<p>U kunt nu Jelly SMS in alle talen. Signup met &#8220;My-Cool-SMS.com&#8221;</p>
<p>Vous pouvez maintenant utiliser Jelly SMS dans toutes les langues. Inscription avec &#8220;My-Cool-SMS.com&#8221;</p>
<p>يمكنك الآن استخدام جيلي الرسائل القصيرة في جميع اللغات. الاشتراك مع&#8221;My-Cool-SMS.com&#8221;</p>
<p>Ju tani mund të përdorni Jelly SMS në të gjitha gjuhët. Signup me &#8220;My-Cool-SMS.com&#8221;</p>
<p>Сега можете да използвате Желе SMS на всички езици. Регистрация с &#8220;My-Cool-SMS.com&#8221;</p>
<p>Sada možete koristiti Jelly SMS na svim jezicima. Prijavite se &#8220;My-Cool-SMS.com&#8221;</p>
<p>あなたが現在すべての言語でゼリーSMSを使用することができます。サインアップを &#8220;My-Cool-SMS.com&#8221;</p>
<p>Ahora puede utilizar jalea de SMS en todos los idiomas. Registro con &#8220;My-Cool-SMS.com&#8221;</p>
<h2>Delivery Reports<img class="alignright" title="Reports" src="http://www.jellysms.com/images/deliveryreports.PNG" alt="" width="256" height="384" /></h2>
<p>Another big feature in the latest update (2.6) is support for delivery reports for My-Cool-SMS.com users. This is a feature O2 Ireland users have enjoyed since the previous release and they <em>love it</em>.</p>
<p>Just press the &#8216;Reports&#8217; button on the main screen to view the last 25 sent items and the delivery status.</p>
<p>I hope you enjoy the update. Don&#8217;t forget to <a title="Review Jelly SMS" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=299320234&amp;mt=8">leave a review for my app in the App Store</a> if you&#8217;re happy with it. If not, please let me know in the comments below. I read each and every comment and will respond to every query.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/jelly-sms-now-supports-all-languages-with-my-cool-sms-com/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Version 2.4 Update is out now</title>
		<link>http://www.jellysms.com/blog/version-2-4-update-is-out-now/</link>
		<comments>http://www.jellysms.com/blog/version-2-4-update-is-out-now/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:03:51 +0000</pubDate>
		<dc:creator>Finbarr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Api]]></category>
		<category><![CDATA[Credit Balance]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[International Sms]]></category>
		<category><![CDATA[Landscape]]></category>
		<category><![CDATA[Reason]]></category>
		<category><![CDATA[Vodafone]]></category>
		<category><![CDATA[Vodafone Ireland]]></category>
		<category><![CDATA[Voip Providers]]></category>

		<guid isPermaLink="false">http://www.jellysms.com/blog/version-2-4-update-is-out-now/</guid>
		<description><![CDATA[The new version of Jelly SMS, 2.4, is now available in the App Store. Just update to the latest version for free to get the fixes.
It features:

Message sending failures for certain voip providers is now fixed. The reason it stopped working is because these providers changed their API without letting me know, so I could [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of Jelly SMS, 2.4, is <span style="color: #ff0000;"><strong>now available</strong></span> in the App Store. Just update to the latest version for free to get the fixes.</p>
<p>It features:</p>
<ul>
<li>Message sending failures for certain voip providers is now fixed. The reason it stopped working is because these providers changed their API <em>without letting me know</em>, so I could not preempt this problem.</li>
<li>Your remaining credit balance is now shown for you after you send an SMS.</li>
<li>landscape typing fix</li>
<li>international SMS for Vodafone Ireland users is now supported.</li>
</ul>
<p>Hope you enjoy.</p>
<p>Version 2.5 is also on it&#8217;s way with some more goodies&#8230; Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jellysms.com/blog/version-2-4-update-is-out-now/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
