<?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>Riverturn Blog</title>
	<atom:link href="http://www.riverturn.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.riverturn.com/blog</link>
	<description>Riverturn Blog</description>
	<lastBuildDate>Thu, 12 Aug 2010 17:47:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fun with Retina Display</title>
		<link>http://www.riverturn.com/blog/?p=685</link>
		<comments>http://www.riverturn.com/blog/?p=685#comments</comments>
		<pubDate>Thu, 12 Aug 2010 17:47:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=685</guid>
		<description><![CDATA[<p>
I recently had the good fortune to work with our extremely talented lead app developer on upgrading some UI elements for users that weren’t having the best possible experience with our app on the Retina Display.  Having researched some different blog posts on the matter and surveying our image collection, I quickly realized that I would be creating a lot of the images from scratch.  In order to reduce the work-effort necessary for any future display changes, I would re-create all the new icons in vector format (something that we should have done in the first place, but team time constraints tend to have those effects).
</p>
<h1>Let the games begin!</h1>
<p>
One might assume that this endeavor would be rather straightforward.
<ul>
<li>Open up Illustrator</li>
<li>Create the required images in vector format</li>
<li>Find the size of the existing image and multiply the height and width by 2</li>
<li>‘Save As’</li>
<li>Go grab a beverage and call it a day</li>
</ul>
</p>
<p>
Unfortunately, as with many things in life, this wasn’t as straightforward as initially believed.  It is true that if we had developed a native application, we could have created the new images and placed a ‘@2x’ within the image name (e.g. fooBar.png would become fooBar@2x.png - apple has a nice little paragraph <a href="http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/LoadingResources/ImageSoundResources/ImageSoundResources.html">here</a> on automating image replacement with naming conventions).  But our reasons for creating a web application are <a href="http://www.riverturn.com/blog/?p=455">well documented</a>, and the ‘extra’ work required to get the new hi-res images in place was well worth the effort considering the freedom we achieved by not dealing with the App Store.  After the jump, I’ll attempt to walk you through our process and highlight some findings to hopefully save other developers some time. 
</p>
<p>Continue</p>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D685"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D685" height="61" width="51" /></a></div><p>I recently had the good fortune to work with our extremely talented lead app developer on upgrading some UI elements for users that weren’t having the best possible experience with our app on the Retina Display.  Having researched some different blog posts on the matter and surveying our image collection, I quickly realized that I would be creating a lot of the images from scratch.  In order to reduce the work-effort necessary for any future display changes, I would re-create all the new icons in vector format (something that we should have done in the first place, but team time constraints tend to have those effects).</p>
<h3 class="dmbTitle">Let the games begin!</h3>
<p>One might assume that this endeavor would be rather straightforward.</p>
<ul>
<li>Open up Illustrator</li>
<li>Create the required images in vector format</li>
<li>Find the size of the existing image and multiply the height and width by 2</li>
<li>‘Save As’</li>
<li>Go grab a beverage and call it a day</li>
</ul>
<p>Unfortunately, as with many things in life, this wasn’t as straightforward as initially believed.  It is true that if we had developed a native application, we could have created the new images and placed a ‘@2x’ within the image name (e.g. fooBar.png would become fooBar@2x.png &#8211; Apple has a nice little paragraph <a href="http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/LoadingResources/ImageSoundResources/ImageSoundResources.html">here</a> on automating image replacement with naming conventions).  But our reasons for creating a web application are <a href="http://www.riverturn.com/blog/?p=455">well documented</a>, and the ‘extra’ work required to get the new hi-res images in place was well worth the effort considering the freedom we achieved by not dealing with the App Store.  After the jump, I’ll attempt to walk you through our process and highlight some findings to hopefully save other developers some time.<br />
<span id="more-685"></span></p>
<h3 class="dmbTitle">Switch CSS or straight image replacement?</h3>
<p>Our main goal with any project is to offer a great experience for our users.  While the Retina Display sizes the images appropriately, the current images within Blackswan were not up to our standards.  We needed to balance our desire to offer up crisp graphics against the constraints of bandwidth we consume through Google and the application&#8217;s speed.  After doing some quick mockups in Illustrator and cleaning up (ie, applying filters and layer styles) in Photoshop, I realized the images we were talking about were small enough and simple enough to not impact the file size.  It was therefore decided that instead of an entirely new css and <a href="http://blog.iwalt.com/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries.html">swapping it based on media queries</a> I would simply create new hi-res versions over the old ones.</p>
<h3 class="dmbTitle">With all the hype Apple as made about HTML5 and Web Apps, they must be ready to roll, Right?&#8230;RIGHT!?!</h3>
<p>The first image I chose to tackle was our &#8220;favicon&#8221; (the one displayed on the homescreen when the bookmark is made).  As this was truly the first item that one associates with our application, I wanted to make sure that regardless of device it was clean and readable.  Luckily this was one of the few items we had in vector format (what I would call low-hanging fruit). I cracked open Illustrator and set out to make a few minor modifications and be on my way.  The resulting changes were saved off in the required 114&#215;114 size, uploaded to the test server, and…</p>
<div style="text-align: center;"><img src="../images/favicon.gif" alt="Pixelated Logo on an iPhone 4" /></div>
<p>We have our first hiccup – &#8220;favicon&#8221; has pixelation on iPhone 4.  The image on the left is what we were expecting.  The image on the right is what we were NOT expecting.</p>
<p>Our goal from the beginning was to create a web based application that allowed a true-to-native-app user experience.  In doing so we decided to make sure that any reminder that one was in a browser was removed, so we added this necessary line of code:</p>
<pre><code>
meta name="apple-mobile-web-app-capable" content="yes"
</code>
</pre>
<p>While this piece of code allowed us to maximize the available screen real estate there was a minor drawback – on an iPhone 4, the &#8220;favicon&#8221; became pixelated.   This anomaly also occurred within the iPhone 4 SDK (hey, at least Apple offers an accurate testing interface).</p>
<p>I submitted a bug report with Apple, and received a reply that this was a known issue and they are working toward a fix (here’s the original bug id should you be interested in following along &#8211; 8204108).  Although we feel that the icon is a very important piece of the polished look for our application, we decided that the need to have the application run within a full screen greatly outweighed a few blurry pixels.</p>
<h3 class="dmbTitle">On to the images!</h3>
<p>With the favicon issue out of my control, I moved on to updating the rest of the images used within our app.  Though creating the images themselves wasn’t all that difficult, I did find that it took some related CSS massaging to really have the images maintain pixel-perfect precision within our app.</p>
<p>As I am sure I have exceeded my own internal word count on this post, here is a quick list of takeaways from my time updating the code and images for VoiceCentral: Black Swan:</p>
<ol>
<li> <strong>As best as one can, try to create your images in vector format and manipulate as &#8217;smart objects&#8217; within Photoshop</strong> &#8211; For the iPhone 4, I re-created all the images in vector format so that we are &#8220;future proofed&#8221; as displays become even more advanced.</li>
<li> <strong>Always set width and height values for inline images</strong> &#8211; I know, I know&#8230;this is a given regardless and the ‘standards compliant’ way of doing things, but with so many images involved (and developers), I freely admit it is not always convenient to go look up the dimensions of the image (at least that is my excuse).  Not to mention that one rarely knows exactly what the images will look like in the end anyway.  At least put them[height/width] in blank so that a quick ‘ctrl-f’ -&gt; ‘height=”” width=””’ can assist in tracking down final dimensions if and when they need updating.</li>
<li> <strong>Read up on the Safari CSS Reference</strong> &#8211;  <a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariCSSRef/Introduction.html">Get to know what is available</a>.  Though I had been following CSS3 development, knowing exactly what Safari supports cleared up a few questions I had about how to approach a resolving a task.</li>
<li> <strong>If you use –webkit-border-image to define an element’s border, be sure to explicitly state the border-width property as well</strong> (should be half of the values used in the -webkit-border-image property).  By failing to do so, the image will be displayed with the native dimensions.  This is a similar way to define the scaling of an object as background-size but within the context of the border.  We used this technique to show crisp/consistent edges to our SMS ‘bubbles’ and icon buttons.  See example below:
<pre><code>
  ...
  border-width: 4px 4px 4px 4px;
  -webkit-border-image: url(../img/toolButton.png) »
  8 8 8 8 round stretch;
}
</code>
</pre>
<p>** As a side not, I chose to use this route for our banner buttons, though I was able to come very close using background: -webkit-gradient() along with some custom border colors.  In the end I kept it simple as I already had the button image in vector format.</li>
<li> <strong>If you are using –webkit-border-image, I found it useful to embed a separate ‘label’ div within the element to control the margins of the label I wanted to us</strong>e.  By using the border-width you obviously increase the size of the box model.  Embedding a div within the border &#8220;element&#8221; you can use negative margins to control how the text fits within the &#8220;border element&#8221; (this could potentially also be massaged with line-height, but for the spacing I was looking for, the embedded elements worked perfectly).</li>
<li> <strong>For background images, use the -webkit-background-size property to scale the images appropriately</strong> (i.e., the rendered size of the image which is half of the actual image&#8217;s height and width).  This assisted greatly when displaying icons within our application.</li>
<li> <strong>If using a style sheet to feed up content, media queries are the recommended solution for doing so.</strong> <a href="http://blog.iwalt.com/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries.html">Walt Dickinson has a nice post regarding this practice</a>.  I debated using a new style sheet specific to the Retina Display (as mentioned above), but it turned out that the images we use weren’t greatly impacted (sometimes not at all) by increasing the pixel size so I stuck with the existing CSS files.</li>
</ol>
<p>I would love to hear from others regarding their solutions to the items listed above, but for now, I’ll continue to read up on the new CSS3 features available in Safari and wait without much hope for Apple to fix bug #8204108.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=685</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Black Swan Version</title>
		<link>http://www.riverturn.com/blog/?p=679</link>
		<comments>http://www.riverturn.com/blog/?p=679#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:10:30 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=679</guid>
		<description><![CDATA[Hot on the heels of Google announcing that Google Voice is now open for everyone we have just released a new version of VoiceCentral Black Swan.  The latest release is version 1.2.0 and has a bunch of features and fixes included.
Here are some of the new features to look out for:

Premium feature: Mark a phone [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D679"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D679" height="61" width="51" /></a></div><p>Hot on the heels of Google announcing that <a href="http://googlevoiceblog.blogspot.com/2010/06/google-voice-for-everyone.html">Google Voice is now open for everyone</a> we have just released a new version of <a href="http://voicecentral.riverturn.com">VoiceCentral Black Swan</a>.  The latest release is version 1.2.0 and has a bunch of features and fixes included.</p>
<p>Here are some of the new features to look out for:</p>
<ol>
<li>Premium feature: Mark a phone number as SPAM</li>
<li>Premium feature: Block a phone number</li>
<li>Premium feature: Ability to forward an SMS message (tap and hold)</li>
<li>Direct Outbound dialing for iPhone users (user optional)</li>
<li>Voicemail transcription preview</li>
<li>Launch directly to Favorites</li>
<li>Auto-update of SMS conversation list</li>
<li>Setting to toggle SMS auto-correction</li>
<li>Toggle Favorite status from call/voicemail details</li>
<li>Allow users to hide status messages</li>
<li>User-selectable date format</li>
<li>Select callback number per call</li>
</ol>
<p>We have also incorporated many fixes and performance improvements.  Many of these come from our wonderful users so keep up all the feedback!</p>
<p>While we look forward to adding even more new features in the near future, we hope you enjoy this new release!</p>
<p><em>Side note: It is so very nice to have a managed release on our schedule and not the whim of a faceless App Store review team.  Wish they would fix that aspect of the App Store!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=679</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Voicemail Issue</title>
		<link>http://www.riverturn.com/blog/?p=677</link>
		<comments>http://www.riverturn.com/blog/?p=677#comments</comments>
		<pubDate>Fri, 21 May 2010 13:58:47 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=677</guid>
		<description><![CDATA[We are seeing an issue playing voicemails in Black Swan for certain users.  It seems that Google changed the access parameters.  We are working on a fix and will have it updated as soon as possible.
Stay tuned for more&#8230;
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D677"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D677" height="61" width="51" /></a></div><p>We are seeing an issue playing voicemails in Black Swan for certain users.  It seems that Google changed the access parameters.  We are working on a fix and will have it updated as soon as possible.</p>
<p>Stay tuned for more&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=677</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoiceCentral Black Swan Update</title>
		<link>http://www.riverturn.com/blog/?p=671</link>
		<comments>http://www.riverturn.com/blog/?p=671#comments</comments>
		<pubDate>Fri, 14 May 2010 20:10:05 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=671</guid>
		<description><![CDATA[Many of you already know this but a couple of weeks ago we released a significant update to Black Swan.  The user response over the last two weeks has been tremendous and we&#8217;d like to spread the word on the improvements to those who hadn&#8217;t heard.  Along with several performance improvements and general fixes we [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D671"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D671" height="61" width="51" /></a></div><p>Many of you already know this but a couple of weeks ago we released a significant update to Black Swan.  The user response over the last two weeks has been tremendous and we&#8217;d like to spread the word on the improvements to those who hadn&#8217;t heard.  Along with several performance improvements and general fixes we have added some additional features:</p>
<ul>
<li>iPad Compatibility.  This will be an ongoing effort to make the experience on the iPad completely unique and better able to leverage the screen real estate but for this release our immediate goal was to have feature parity with the iPhone version.</li>
<li>Many improvements for people with long contact lists</li>
<li>Management of both callback numbers and forwarding numbers.</li>
<li>Support for multiple Google Voice accounts (this was a much requested feature)</li>
<li>Copy/Paste support in the keypad</li>
<li>Inbox Search</li>
<li>Option to enter a default area code</li>
<li>Optional Default Startup screen</li>
<li>Option to disable the &#8220;Please answer the call&#8221; prompt</li>
<li>Prowl/Growl support for SMS push notification compatibility</li>
</ul>
<p>We are constantly working on improvements to the platform, so keep your great ideas coming. And if you haven&#8217;t already go check out the new release of <a href="http://voicecentral.riverturn.com">VoiceCentral Black Swan</a>.  See the differences between free and premium <a href="http://voicecentral.riverturn.com/features.php">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=671</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VoiceCentral Black Swan is Available Now!</title>
		<link>http://www.riverturn.com/blog/?p=656</link>
		<comments>http://www.riverturn.com/blog/?p=656#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:42:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=656</guid>
		<description><![CDATA[The beta period is over and VoiceCentral is now available to the general public.  We planned to release it Friday, but there was an issue on the web server that caused us to delay until today.  Everyone that registered to be notified of the public release will be receiving an activation e-mail to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D656"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D656" height="61" width="51" /></a></div><p>The beta period is over and VoiceCentral is now available to the general public.  We planned to release it Friday, but there was an issue on the web server that caused us to delay until today.  Everyone that registered to be notified of the public release will be receiving an activation e-mail to the address they provided during sign up.  But for anyone who hasn&#8217;t previously registered, feel free to <a href="http://voicecentral.riverturn.com/register.php">register now!</a></p>
<p>We would love to give everyone free and unlimited access to VoiceCentral Black Swan, but unfortunately we have significant costs in providing this service.  Aside from R&amp;D costs, Google bills us monthly for the amount of data our users access above a certain threshold. In order to still provide a &#8220;free&#8221; alternative, we have released two versions of Black Swan:  a Free (ad-supported) version and a Premium Subscription.</p>
<p>The free version provides all of the core features for the casual user.  It allows you to import contacts from your Google account, search your contacts within VoiceCentral, and dial those contacts using Google Voice or your iPhone.  It provides you with easy access your 20 most recent voicemails, calls, and SMS conversations.  You can listen to voicemails as well as read their transcriptions.  The SMS functionality lets you create messages or reply to existing conversations.  It has advertisements so we can keep control of our costs and we appreciate your support on that front!</p>
<p>If the Free version can do all that, why did we create a Premium version?  A Premium Subscription removes the ads and allows access to additional features:</p>
<ul>
<li>Unlimited number of voicemails, calls, and SMS conversations</li>
<li>Contact Photos</li>
<li>Billing History</li>
<li>Do Not Disturb</li>
<li>And one of our most requested features:  a custom Favorites list providing  fast, simple access to the contacts you choose.</li>
</ul>
<p>To learn more about both versions, please <a title="View features of VoiceCentral Black Swan" rel="external" href="http://voicecentral.riverturn.com/features.php">visit the features page</a>.  Regardless of the version you choose, we look forward to your feedback and hope you enjoy VoiceCentral Black Swan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=656</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoiceCentral Site Down for Maintenance</title>
		<link>http://www.riverturn.com/blog/?p=651</link>
		<comments>http://www.riverturn.com/blog/?p=651#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:36:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=651</guid>
		<description><![CDATA[Some of you have noticed that the VoiceCentral site is down for maintenance.  This should not take long—a couple of hours tops—and you&#8217;re sure to like what you see when it comes back online.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D651"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D651" height="61" width="51" /></a></div><p>Some of you have noticed that the VoiceCentral site is down for maintenance.  This should not take long—a couple of hours tops—and you&#8217;re sure to like what you see when it comes back online.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=651</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recall Message on Exchange Can Drain iPhone Battery</title>
		<link>http://www.riverturn.com/blog/?p=647</link>
		<comments>http://www.riverturn.com/blog/?p=647#comments</comments>
		<pubDate>Wed, 03 Mar 2010 02:59:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=647</guid>
		<description><![CDATA[Didn&#8217;t fully try to debug his one, so I&#8217;ll tell you what I know. My iPhone was running hot for a couple of days and wouldn&#8217;t hold a charge. Rebooting and restoring had no effect. I noticed that my iPhone Exchange account showed extra messages that didn&#8217;t appear in Apple Mail. The &#8220;extra&#8221; messages on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D647"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D647" height="61" width="51" /></a></div><p>Didn&#8217;t fully try to debug his one, so I&#8217;ll tell you what I know. My iPhone was running hot for a couple of days and wouldn&#8217;t hold a charge. Rebooting and restoring had no effect. I noticed that my iPhone Exchange account showed extra messages that didn&#8217;t appear in Apple Mail. The &#8220;extra&#8221; messages on my iPhone were messages that a client had tried to recall (I&#8217;m still amazed when people try to recall messages. For some reason, it brings back memories of cc:Mail.)</p>
<p>I deleted my Exchange account from my phone and setup again. My iPhone Exchange inbox still had the recalled messages, so I deleted the recalled messages. Things look good now. Not sure what did the trick, but I think it was simply deleting the recalled messages. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=647</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kevin on the App Show</title>
		<link>http://www.riverturn.com/blog/?p=634</link>
		<comments>http://www.riverturn.com/blog/?p=634#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:09:09 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Things We Like]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=634</guid>
		<description><![CDATA[The guys from the App Show had Kevin on for another interview. Check it out. 
Kevin talks about the development and rationale behind the Black Swan edition of VoiceCentral, and where we are going in the future.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D634"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D634" height="61" width="51" /></a></div><p>The guys from the App Show had Kevin on for another interview. <a href="http://www.ustream.tv/recorded/3892388">Check it out.</a> </p>
<p>Kevin talks about the development and rationale behind the Black Swan edition of VoiceCentral, and where we are going in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=634</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waiting on the Beta &#8211; Where is the Beta &#8211; I want the Beta</title>
		<link>http://www.riverturn.com/blog/?p=592</link>
		<comments>http://www.riverturn.com/blog/?p=592#comments</comments>
		<pubDate>Thu, 31 Dec 2009 19:31:48 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=592</guid>
		<description><![CDATA[While we continue to slowly open the VoiceCentral Black Swan beta to more and more people, we ask for your patience and understanding.  
With all the awesome suggestions for the final name of the app, and the great press, it&#8217;s no wonder we&#8217;ve received many emails that say:
When in God&#8217;s name can I get [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D592"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D592" height="61" width="51" /></a></div><p>While we continue to slowly open the VoiceCentral Black Swan beta to more and more people, we ask for your patience and understanding.  </p>
<p>With all the <a href="http://www.intomobile.com/2009/12/25/voicecentral-bringing-google-voice-back-to-iphone-the-screw-apple-edition.html">awesome suggestions for the final name of the app</a>, and the <a href="http://iphone.appmobilize.com/mobile-news/3152/VoiceCentral-bringing-Google-Voice-back-to-iPhone-the-and">great press</a>, it&#8217;s no wonder we&#8217;ve received many emails that say:</p>
<blockquote><p>When in God&#8217;s name can I get hold of that awesome Apple Killing App? I&#8217;ve been looking for a way to stick it to them since the [wonderful people at Apple] unilaterally pulled those Google Voice apps from the Store. You should be suing [them] for the cost of supporting customers that they left stranded. The web app should send an email to [the guy who looks like <a href="http://www.imdb.com/title/tt0168122/">Noah Wyle</a>] on each install that says &#8220;Another one bites the dust,&#8221; and one to [The guy who personally approves each and every app], if he is real. Oh, and that tard [don't be nasty]. What a tool.</p></blockquote>
<p>Please note that the only response you&#8217;re likely to see is:</p>
<blockquote><p>Thank you for your interest in VoiceCentral Black Swan. The beta program is limited to a private (mostly internal) set of users at this stage. We will be opening it up to more and more users throughout January and February. Be on the lookout for an activation e-mail at the address you provided with your registration  when your account is ready to use.
</p></blockquote>
<p>Just be patient, and remember how long it took Google to process your Google Voice request.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=592</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanks for all the support!</title>
		<link>http://www.riverturn.com/blog/?p=581</link>
		<comments>http://www.riverturn.com/blog/?p=581#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:16:54 +0000</pubDate>
		<dc:creator>pk</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.riverturn.com/blog/?p=581</guid>
		<description><![CDATA[Happy Holidays and just wanted to start by saying thanks for all the support from everyone.  We are very humbled that we received so many responses for the beta and we will be working through the list.  If you haven&#8217;t had a chance to sign up yet, feel free to go to the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D581"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.riverturn.com%2Fblog%2F%3Fp%3D581" height="61" width="51" /></a></div><p>Happy Holidays and just wanted to start by saying thanks for all the support from everyone.  We are very humbled that we received so many responses for the beta and we will be working through the list.  If you haven&#8217;t had a chance to sign up yet, feel free to go to <a href="http://voicecentral.riverturn.com/register.php" target="_new">the register page</a> and put in your details.</p>
<p>I also wanted to mention a few things that have come up in questions from folks along the way.</p>
<ul>
<li><strong><em>If I purchased VoiceCentral from the App Store do I automatically get on the beta for <a href="http://voicecentral.riverturn.com/" target="_new">Black Swan</a>?</em></strong><br />
Apple does not share your information (email address, etc) with us so we would not have your Google Voice information to set you up for Black Swan.  You will have to register separately for the Beta because of this.  You can also send us a note via the Support Link inside the application so we know you also purchased the app.  We really appreciate all the folks that purchased the app through the App Store and just wish Apple hadn&#8217;t removed it from the store.  We would love to produce updates to that version of the product, but we think Black Swan will be a lot more powerful.</li>
<li><strong><em>How long until I will have access to the Beta?</em></strong><br />
We will be opening up the beta to more and more users over the next few weeks and will work through them in the order they were received.  It will take some time though and just want to provide the best experience for all the users.  You will get setup soon and we will be in touch with you so stay tuned.</li>
<li><strong><em>How do I merge my Contacts into Google Voice?</em></strong><br />
The Mobile Safari browser doesn&#8217;t have native access to all the functions of the phone so we don&#8217;t have access to the Contacts data.  There are many ways to get that data into Google Voice and you can check out: <a href="http://voicecentral.riverturn.com/faq.php#question8" target="_new">our contacts FAQ </a> for a few of them.  This is actually a really good thing because you get a lot more of out of Google Voice once you have your contacts merged in.  That data also can easily be synced like the rest of your data on your phone so you can set it and forget it.  You can also take advantage of other features like arranging contacts by Groups, specialized Call Presentation, etc so you will be unlocking a lot more from Google Voice.  Plus, it will allow us to do a lot of other interesting things with the app in the future once you have your Contacts integrated with Google Voice.</li>
</ul>
<p>Thanks again for all the questions and all the support.  Have a Happy New Year!<br />
pk</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riverturn.com/blog/?feed=rss2&amp;p=581</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
