<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The official Splitwise blog</title>
	<atom:link href="http://blog.splitwise.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.splitwise.com</link>
	<description>How to share everything easily</description>
	<lastBuildDate>Sat, 15 Jun 2013 10:55:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.splitwise.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c387ffb5b14699550584b0b7e6ccf975?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>The official Splitwise blog</title>
		<link>http://blog.splitwise.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.splitwise.com/osd.xml" title="The official Splitwise blog" />
	<atom:link rel='hub' href='http://blog.splitwise.com/?pushpress=hub'/>
		<item>
		<title>Safari &#8216;Top Sites&#8217; Pollutes Google Analytics and Mixpanel</title>
		<link>http://blog.splitwise.com/2013/05/13/safari-top-sites-pollutes-google-analytics-and-mixpanel/</link>
		<comments>http://blog.splitwise.com/2013/05/13/safari-top-sites-pollutes-google-analytics-and-mixpanel/#comments</comments>
		<pubDate>Mon, 13 May 2013 19:20:36 +0000</pubDate>
		<dc:creator>caleboller</dc:creator>
				<category><![CDATA[Other Helpful Websites]]></category>
		<category><![CDATA[Nerd Alert]]></category>
		<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[Bounce Rate]]></category>
		<category><![CDATA[Conversion Rate]]></category>
		<category><![CDATA[different]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[KISSMetrics]]></category>
		<category><![CDATA[martin sutherland]]></category>
		<category><![CDATA[Mixpanel]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[rack-preview]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[top sites]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[X-Purpose: preview]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2594</guid>
		<description><![CDATA[If you are the creator of a website or web application yourself, you might want to install the rack-preview gem for Ruby, or something similar. We discovered Safari Top Sites was polluting Splitwise&#8217;s Google Analytics and Mixpanel data. A couple of &#8230; <a href="http://blog.splitwise.com/2013/05/13/safari-top-sites-pollutes-google-analytics-and-mixpanel/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2594&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://splitwise.files.wordpress.com/2013/05/chart.png"><img class="alignright size-medium wp-image-2589" alt="Average browser visit time chart" src="http://splitwise.files.wordpress.com/2013/05/chart.png?w=300&#038;h=256" width="300" height="256" /></a>If you are the creator of a website or web application yourself, you might want to install the <a title="Rack-preview github page" href="https://github.com/aprescott/rack-preview" target="_blank">rack-preview</a> gem for Ruby, or something similar. We discovered Safari Top Sites was polluting Splitwise&#8217;s Google Analytics and Mixpanel data.</p>
<p><span style="line-height:1.5;">A couple of weeks ago, while digging into our site analytics, we noticed something strange with Safari. We&#8217;d just launched </span><a style="line-height:1.5;" title="Fat Rabbit launch announcement" href="http://blog.splitwise.com/2013/04/16/presenting-splitwise-v3-fat-rabbit/" target="_blank">Fat Rabbit</a><span style="line-height:1.5;"> and were really interested in making sure we measured all the useful  statistics around user growth and engagement. As we pulled out interesting details about website visits (using a combination of Google Analytics and Mixpanel), we started seeing an odd pattern – the average visit length on Safari was half that of our other browsers and the bounce rate was much higher.</span></p>
<p><span id="more-2594"></span></p>
<p>Our first assumption was that we had released <a title="Fat Rabbit launch announcement" href="http://blog.splitwise.com/2013/04/16/presenting-splitwise-v3-fat-rabbit/" target="_blank">Fat Rabbit</a> with some Safari specific rendering issues that were causing people to be, like, &#8220;Ew!&#8221; and abandon all hope of finding a great way to split expenses with their friends. Thankfully, that wasn&#8217;t the case. Our next guess was that it might be Google / Mixpanel lumping mobile Safari and desktop Safari traffic together. Nope, not that either.</p>
<p>We were at a loss. So, like any good engineering team we started Googling. It took us a while, but we finally found a <a href="http://sunpig.com/martin/archives/2010/01/08/how-to-detect-a-page-request-from-safari-4s-top-sites-feature.html">post</a> by <a href="http://sunpig.com/martin/">Martin Sutherland</a> that explained what we were seeing. Safari&#8217;s Top Site feature makes a request to all the sites it lists to accurately render their respective thumbnail. These requests show up as Safari traffic and are full page requests, <em>including executing any Javascript on the page</em> (that is, our analytics code). We were able to implement a fix that allowed us to filter these Top Sites requests out of our analytics reporting. It only took a few days of data to prove that Safari Top Sites had actually been causing the odd behavior.</p>
<p>So, how&#8217;d we fix it? We were happy to find the wonderful <a title="Rack-preview github page" href="https://github.com/aprescott/rack-preview" target="_blank">rack-preview</a> gem. The gem allows us to ignore the Safari Top Sites requests for analytics purposes, but still serve up great content to be previewed.</p>
<p>If using Ruby gems isn&#8217;t your thing, all you have to do is look for the &#8220;X-purpose&#8221; HTTP header. If its value is &#8220;preview,&#8221; it&#8217;s a Top Sites request and you should treat it appropriately. Of course, you&#8217;ll still want to serve up a normal-looking version of your page so Top Sites users get a nice version.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2594/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2594&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/05/13/safari-top-sites-pollutes-google-analytics-and-mixpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://splitwise.files.wordpress.com/2013/05/chart.png?w=150" />
		<media:content url="http://splitwise.files.wordpress.com/2013/05/chart.png?w=150" medium="image">
			<media:title type="html">Average Visit Length</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/b5576b6abbcaefab4da08b9658987551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">caleboller</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/05/chart.png?w=300" medium="image">
			<media:title type="html">Average browser visit time chart</media:title>
		</media:content>
	</item>
		<item>
		<title>Presenting Splitwise v3: Fat Rabbit</title>
		<link>http://blog.splitwise.com/2013/04/16/presenting-splitwise-v3-fat-rabbit/</link>
		<comments>http://blog.splitwise.com/2013/04/16/presenting-splitwise-v3-fat-rabbit/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 16:51:52 +0000</pubDate>
		<dc:creator>Jon Bittner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2550</guid>
		<description><![CDATA[It&#8217;s my great pleasure to announce version 3  of Splitwise for iPhone and web, which Marshall has memorably code-named &#8220;Fat Rabbit.&#8221; This is a major new relaunch, which changes our look and feel and adds popularly requested features like expense &#8230; <a href="http://blog.splitwise.com/2013/04/16/presenting-splitwise-v3-fat-rabbit/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2550&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="attachment_2551" class="wp-caption alignright" style="width: 275px"><a href="http://splitwise.files.wordpress.com/2013/04/fat-rabbit-watching-fat-rabbit-1.png"><img class=" wp-image-2551  " alt="fat rabbit watching fat rabbit 1" src="http://splitwise.files.wordpress.com/2013/04/fat-rabbit-watching-fat-rabbit-1.png?w=265&#038;h=353" width="265" height="353" /></a><p class="wp-caption-text">Nosey is excited he is a launch mascot!</p></div>
<p>It&#8217;s my great pleasure to announce version 3  of Splitwise for iPhone and web, which Marshall has memorably code-named &#8220;Fat Rabbit.&#8221; This is a major new relaunch, which changes our look and feel and adds popularly requested features like expense search, offline mode, bill editing, and push notifications. Perhaps most notably, we&#8217;ve entered the world of &#8220;mobile payments&#8221; with iPhone payments via PayPal.</p>
<p>We have decided to relaunch Splitwise today, in spite of yesterday&#8217;s <a href="http://www.bostonglobe.com/metro/2013/04/15/explosions-rock-boston-marathon-finish-line-dozens-injured/yLhfDT1XC3HXSa8wPiVijL/story.html">bombing of the Boston Marathon</a>. We are deeply upset by the attack, and many dear friends of Splitwise were near the scene of the bombing or experienced a near miss. Our thoughts are out to anyone affected by the tragedy. In light of everything, we believe that the most ethical thing for Splitwise to do is <a href="http://www.bostonglobe.com/2013/04/15/lehigh/eBpJEevyM6Ix8gieBwHU9K/story.html">to go ahead with business as usual</a>.</p>
<p>If you care to, join us for a tour of the new app.<span id="more-2550"></span></p>
<p><strong style="line-height:1.5;">Layout</strong></p>
<p>The first thing you&#8217;ll probably notice is the new color scheme and logo.</p>
<div id="attachment_2569" class="wp-caption aligncenter" style="width: 650px"><a href="http://splitwise.files.wordpress.com/2013/04/splitwise-main-interface.png"><img class="size-large wp-image-2569" alt="The New Splitwise Look And Feel" src="http://splitwise.files.wordpress.com/2013/04/splitwise-main-interface.png?w=640&#038;h=391" width="640" height="391" /></a><p class="wp-caption-text">The New Splitwise Look And Feel</p></div>
<p>On the website, you&#8217;ll see we&#8217;ve switched to a three-column layout that displays the balances on the side and cleans up the top bar substantially. We think this looks a lot cleaner, and it allows the top bar to stay attached to the interface comfortably while scrolling. You can also now scroll the list of friends and groups along with the rest of the page.</p>
<p>The iPhone layout is extremely similar to this, except that the left-hand menu is compressed into the navigation tray that can be opened in the top left of the app.</p>
<p><strong style="line-height:1.5;">PayPal on iPhone</strong></p>
<p><a href="http://splitwise.files.wordpress.com/2013/04/11-settle-up-1.png"><img class="alignleft size-medium wp-image-2565" alt="11 settle up (1)" src="http://splitwise.files.wordpress.com/2013/04/11-settle-up-1.png?w=200&#038;h=300" width="200" height="300" /></a>On iPhone, you can now pay friends back anywhere using the &#8220;Send money via PayPal&#8221; feature. You&#8217;ll be presented a choice immediately after hitting the Settle Up button.</p>
<p>When we added &#8220;Pay via PayPal&#8221; to our website in September, we thought it sounded great (&#8220;I guess we do payments now too&#8221;) but weren&#8217;t sure anyone would actually use it. As it turns out, it has been a wonderful feature that we use at Splitwise ourselves quite frequently and users have been loving too.</p>
<p>For now, PayPal payments are limited to $500/wk in $USD for US users only. Of course, any user can make a payment via PayPal or Venmo or any other method and then record it in Splitwise. But the limits of the API permissions have kept us from going further than this for now.</p>
<div id="attachment_2574" class="wp-caption alignright" style="width: 170px"><a href="http://splitwise.files.wordpress.com/2013/04/ios-simulator-screen-shot-apr-16-2013-11-56-36-am.png"><img class=" wp-image-2574 " alt="PayPal handles the payments - once you log in and do your business, it will take you right back to our app." src="http://splitwise.files.wordpress.com/2013/04/ios-simulator-screen-shot-apr-16-2013-11-56-36-am.png?w=160&#038;h=240" width="160" height="240" /></a><p class="wp-caption-text">PayPal handles the payments &#8211; once you log in and do your business, it will take you right back to our app.</p></div>
<p><strong>Offline Mode</strong></p>
<p>If you are going backpacking, travelling in a foreign country, or just live in an area with spotty reception, the new offline mode on iPhone is a game-changer. Not only is data cached in the app (so that you can see everything that happens while you are offline), new bills can also be added, even with new friends, and everything will be synched to the server when you do get internet access.</p>
<p>Bills that have not yet been synched will have a category icon that indicates that they are pending internet access. Even the balances update according to the unsyched expenses, unless there is a problem with the synchronization.</p>
<p>There are some limitations: you can&#8217;t create groups or invite friends without internet access. Friends you add indirectly (by including their email address in a bill) will get invited, but will only appear on the home screen once the app gets internet access. If there are any problems, dialogue boxes will guide you into editing the bill and resubmitting once you have internet access again.</p>
<p><strong>Push Notifications</strong></p>
<div id="attachment_2570" class="wp-caption alignleft" style="width: 179px"><a href="http://splitwise.files.wordpress.com/2013/04/photo.png"><img class="size-medium wp-image-2570" alt="We'll have our people push notify your people." src="http://splitwise.files.wordpress.com/2013/04/photo.png?w=169&#038;h=300" width="169" height="300" /></a><p class="wp-caption-text">We&#8217;ll have our people push notify your people.</p></div>
<p>One frequently requested feature we are proud to start supporting is app push notifications for new expenses! No longer do you have to rely on email for updates about what is going on in your Splitwise account.</p>
<p>When you update to the new iPhone version, the app will prompt you and voilà! You can change push notification settings on the user settings page on either iPhone or the website.</p>
<p><strong>Editing A Bill On The Phone</strong></p>
<p><strong></strong>We realize it&#8217;s a little odd to tout this is a major new feature, but with all of the splitting possibilities available to our users, building that form has been somewhat of a challenge. We are happy to finally have it &#8211; woot!</p>
<p><strong>Left Hand Menu</strong></p>
<div id="attachment_2572" class="wp-caption alignright" style="width: 179px"><a href="http://splitwise.files.wordpress.com/2013/04/sidebar-menu.png"><img class="size-medium wp-image-2572" alt="You can get to this menu by tapping the menu icon in the top left of the app." src="http://splitwise.files.wordpress.com/2013/04/sidebar-menu.png?w=169&#038;h=300" width="169" height="300" /></a><p class="wp-caption-text">You can get to this menu by tapping the menu icon in the top left of the app.</p></div>
<p>It seems all the cool social networking kids are doing left hand side-bar menus hidden behind a tap, and after seeing how much simpler it made some aspects of navigation, we&#8217;ve joined the party. It&#8217;s especially useful for quick access to your groups and to get to the new &#8220;All Expenses&#8221; tab, which shows a list of all transactions.</p>
<p><strong>Team Notes</strong></p>
<p>While I have the pleasure of writing this blog post, it was of course a huge team accomplishment. <!--more-->Vast portions of Fat Rabbit were written by <a href="https://twitter.com/caleboller">Caleb Oller</a>, and Fat Rabbit&#8217;s high level of polish is in part a testament to his skills. The update to the Splitwise logo and color scheme were designed by the ever-talented <a href="https://twitter.com/miss_diagnosed">Nicole Mercer</a>, a friend and fellow Betaspring alumni.</p>
<p>Ryan, Marshall, and Caleb all worked together closely on both the website and mobile app, and it&#8217;s been by far our most collaborative release. As Splitwise&#8217;s token non-engineer, it&#8217;s been a pleasure to watch our engineering culture and process take shape as the team grows.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2550/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2550/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2550&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/04/16/presenting-splitwise-v3-fat-rabbit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d514aec95831bc804a317487e59094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">splitwise</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/04/fat-rabbit-watching-fat-rabbit-1.png" medium="image">
			<media:title type="html">fat rabbit watching fat rabbit 1</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/04/splitwise-main-interface.png?w=640" medium="image">
			<media:title type="html">The New Splitwise Look And Feel</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/04/11-settle-up-1.png?w=200" medium="image">
			<media:title type="html">11 settle up (1)</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/04/ios-simulator-screen-shot-apr-16-2013-11-56-36-am.png?w=200" medium="image">
			<media:title type="html">PayPal handles the payments - once you log in and do your business, it will take you right back to our app.</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/04/photo.png?w=169" medium="image">
			<media:title type="html">We&#039;ll have our people push notify your people.</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/04/sidebar-menu.png?w=169" medium="image">
			<media:title type="html">You can get to this menu by tapping the menu icon in the top left of the app.</media:title>
		</media:content>
	</item>
		<item>
		<title>Splitwise Pivots To A New Business Model</title>
		<link>http://blog.splitwise.com/2013/04/01/splitwise-pivots-to-a-new-business-model/</link>
		<comments>http://blog.splitwise.com/2013/04/01/splitwise-pivots-to-a-new-business-model/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 19:56:20 +0000</pubDate>
		<dc:creator>Jon Bittner</dc:creator>
				<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[Other Helpful Websites]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2539</guid>
		<description><![CDATA[After two long years of trying to figure out how to make money, Splitwise has finally settled on a sustainable business model that will enhance the user experience of our website and keep ourselves profitable into the future. Charging money &#8230; <a href="http://blog.splitwise.com/2013/04/01/splitwise-pivots-to-a-new-business-model/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2539&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="attachment_2540" class="wp-caption alignright" style="width: 298px"><a href="http://pinchpad.com/"><img class=" wp-image-2540   " alt="Coming soon to a t-shirt near you" src="http://splitwise.files.wordpress.com/2013/04/team-meeting.png?w=288&#038;h=204" width="288" height="204" /></a><p class="wp-caption-text">Coming soon to a t-shirt near you</p></div>
<p>After two long years of trying to figure out how to make money, Splitwise has finally settled on a sustainable business model that will enhance the user experience of our website and keep ourselves profitable into the future.</p>
<p>Charging money for payments? Lame. Advertisements? Meh. Premium features? What premium features?</p>
<p>The only logical path, as I&#8217;m sure you will agree, is to become a <a href="http://pinchpad.com">web-comic</a>.<span id="more-2539"></span></p>
<p>Are we joking? Yes. Are these cartoons of Ryan&#8217;s life really going to be <a href="http://pinchpad.com/">posted hourly by Ryan every hour</a> for this entire month, even after April fools? Yes.</p>
<p>Is Ryan insane? Definitely, definitely yes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2539/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2539/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2539&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/04/01/splitwise-pivots-to-a-new-business-model/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d514aec95831bc804a317487e59094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">splitwise</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/04/team-meeting.png" medium="image">
			<media:title type="html">Coming soon to a t-shirt near you</media:title>
		</media:content>
	</item>
		<item>
		<title>Centwise, Windows Phone 7.5, Splittr Updates</title>
		<link>http://blog.splitwise.com/2013/03/22/centwise-windows-phone-7-5-splittr-updates/</link>
		<comments>http://blog.splitwise.com/2013/03/22/centwise-windows-phone-7-5-splittr-updates/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 16:40:06 +0000</pubDate>
		<dc:creator>Jon Bittner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2532</guid>
		<description><![CDATA[To Splitwise fans using Windows Phone 7.5 or 8, the last few weeks have been really exciting. Personally, I got so excited I purchased a Lumia 620 off of eBay just so I could keep up with these two new &#8230; <a href="http://blog.splitwise.com/2013/03/22/centwise-windows-phone-7-5-splittr-updates/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2532&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 240px"><img class=" " alt="" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/4ec2fced-c3d2-4e7c-91a1-8824d629c13e?imageType=ws_screenshot_large&amp;rotation=0" width="230" height="384" /><p class="wp-caption-text">Awesome Centwise feature &#8211; in app calcualtor.</p></div>
<p>To Splitwise fans using Windows Phone 7.5 or 8, the last few weeks have been really exciting. Personally, I got so excited I purchased a Lumia 620 off of eBay just so I could keep up with these two new 3rd party releases. It won&#8217;t be my primary phone, but the Metro UI is very nice.</p>
<p>A few days ago, <a href="http://www.windowsphone.com/en-us/store/app/centwise/faeb5f7b-fbb6-41c6-8fac-17d81dae703d">Centwise</a> (created by <a href="http://kamranicus.com/blog">Kamran Ayub</a>) released its first version for both Windows Phone 7.5 and Windows Phone 8, making it the first third party app for long-time Windows Phone 7 fans! It&#8217;s a full featured app, with group support, simple IOUs, and lots of bells and whistles. Kamran is charging $1.29 to support his efforts, but it does have a free trial and a couple unique features I really like &#8211; including the sweet calculator-within-the-add bill flow pictured at right. Check out the <a href="http://centwiseapp.com/">full Centwise feature set here</a>.</p>
<div class="wp-caption alignleft" style="width: 136px"><img alt="" src="http://cdn.marketplaceimages.windowsphone.com/v8/images/7b56d3d1-c3af-4f13-b61f-49d050398da4?imageType=ws_screenshot_small&amp;rotation=0" width="126" height="210" /><p class="wp-caption-text">Miron adds groups to Splittr &#8211; with pics!</p></div>
<p><span style="font-size:16px;line-height:1.5;">Miron has been keeping the awesome updates coming at free </span><a style="font-size:16px;line-height:1.5;" href="http://www.windowsphone.com/en-us/store/app/splittr/d2307de6-10c0-4b5c-9527-7c549370a447">Splittr</a><span style="font-size:16px;line-height:1.5;">. The 1.1 release, which hit the app store yesterday, adds totally full-featured group support, so you can see all the expenses associated with a group, group balances, and repayment instructions. One neat idea is the ability to directly pin a group shortcut to the home screen. What a cool feature &#8211; I wish I had that on Android. </span><del style="font-size:16px;line-height:1.5;">I&#8217;m told a Windows Phone 7.5 version is submitted to the review queue as well.</del> As of March 26th, Splittr now also supports Windows Phone 7.5, so all Windows Phone users should have two choices &#8211; a free and a paid app. Joy of joys!</p>
<p>Want Splitwise on Blackberry, Symbian, your toaster? Email developers@splitwise.com and we&#8217;d love to give you early API access. Personally, I can&#8217;t wait until we have an <a href="http://www.arduino.cc/">Arduino</a> that creates Splitwise IOUs for the office coffee jar. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2532/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2532&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/03/22/centwise-windows-phone-7-5-splittr-updates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d514aec95831bc804a317487e59094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">splitwise</media:title>
		</media:content>

		<media:content url="http://cdn.marketplaceimages.windowsphone.com/v8/images/4ec2fced-c3d2-4e7c-91a1-8824d629c13e?imageType=ws_screenshot_large&#38;rotation=0" medium="image" />

		<media:content url="http://cdn.marketplaceimages.windowsphone.com/v8/images/7b56d3d1-c3af-4f13-b61f-49d050398da4?imageType=ws_screenshot_small&#38;rotation=0" medium="image" />
	</item>
		<item>
		<title>Splitwise Back Up</title>
		<link>http://blog.splitwise.com/2013/03/16/splitwise-back-up/</link>
		<comments>http://blog.splitwise.com/2013/03/16/splitwise-back-up/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 15:07:10 +0000</pubDate>
		<dc:creator>Jon Bittner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2527</guid>
		<description><![CDATA[Splitwise is now completely back up, but went down for about eight hours this morning. We are so sorry for the downtime to all of the users who could not access their account during this time. No data was lost, and everything &#8230; <a href="http://blog.splitwise.com/2013/03/16/splitwise-back-up/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2527&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Splitwise is now completely back up, but went down for about eight hours this morning. We are so sorry for the downtime to all of the users who could not access their account during this time. No data was lost, and everything is totally back on line now.<span id="more-2527"></span></p>
<p>The issue occurred between about 2AM &#8211; 10AM EST, an unlucky time frame for a Providence, RI based team. If this had happened during the day, we would have had it fixed in minutes, but we didn&#8217;t catch the error until morning. We apologize to all the non-US users who experienced this problem more acutely.</p>
<p>What happened was a totally preventable human error &#8211; we believed our SSL certificate would auto-renew through GoDaddy, but it was not set up that way. This caused the site and apps to be inaccessible, since everything on Splitwise is now behind SSL. I&#8217;m sure this was especially worrisome to our former Billmonk users, who suffered with an expired SSL certificate for years. We are improving our alert infrastructure and operations to make sure anything like this doesn&#8217;t happen again.</p>
<p>If you have any concerns, please let us know at support@splitwise.com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2527/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2527/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2527&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/03/16/splitwise-back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d514aec95831bc804a317487e59094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">splitwise</media:title>
		</media:content>
	</item>
		<item>
		<title>A Windows Phone 8 Client, At Long Last</title>
		<link>http://blog.splitwise.com/2013/03/13/a-windows-phone-8-client-at-long-last/</link>
		<comments>http://blog.splitwise.com/2013/03/13/a-windows-phone-8-client-at-long-last/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 15:52:11 +0000</pubDate>
		<dc:creator>Jon Bittner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2521</guid>
		<description><![CDATA[We are so excited to announce that Miron Vranjes has developed the first Windows Phone 8 client for Splitwise, called Splittr. It&#8217;s free and awesome, so if you use Windows Phone 8, go grab it now! For over a year, &#8230; <a href="http://blog.splitwise.com/2013/03/13/a-windows-phone-8-client-at-long-last/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2521&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="attachment_2522" class="wp-caption alignright" style="width: 207px"><a href="http://splitwise.files.wordpress.com/2013/03/splittr-shot-1.png"><img class=" wp-image-2522 " title="Splittr's home screen" alt="splittr shot 1" src="http://splitwise.files.wordpress.com/2013/03/splittr-shot-1.png?w=197&#038;h=329" width="197" height="329" /></a><p class="wp-caption-text">Splittr lets you access Splitwise on Windows Phone 8.</p></div>
<p>We are so excited to announce that <a href="https://twitter.com/mironv">Miron Vranjes</a> has developed the first Windows Phone 8 client for Splitwise, called <a href="http://www.windowsphone.com/en-us/store/app/splittr/d2307de6-10c0-4b5c-9527-7c549370a447">Splittr</a>. It&#8217;s free and awesome, so if you use Windows Phone 8, <a href="http://www.windowsphone.com/en-us/store/app/splittr/d2307de6-10c0-4b5c-9527-7c549370a447">go grab it now</a>!</p>
<p>For over a year, users have asked us &#8220;when are you going to support Windows Phone?&#8221; Miron stepped up and did it himself, using our <a href="mailto:developers@splitwise.com">open API</a>. Splittr is a 3rd party app not developed by us, but it works with your existing Splitwise account and everything should more or less work with Splitwise as normal once you sign-in with Splitwise (just like a &#8220;Login With Facebook&#8221;). We like the UI he designed &#8211; it&#8217;s a very &#8220;Metro&#8221; look.</p>
<p>A few other notes:</p>
<ul>
<li><span style="line-height:1.5;"><a href="https://twitter.com/mironv/status/310924215522058240">Miron tells us</a> a Windows Phone 7 version will also be out soon. For now, this is just for Windows Phone 8.</span></li>
<li>It has a tax/tip functionality that we don&#8217;t have yet &#8211; cool!</li>
<li>This is actually the 1.0.9 version. After a small update, the app now supports supports groups as well as friendships.</li>
<li><span style="line-height:1.5;">Users who have multiple groups will notice a missing feature &#8211; you will not be able to sort expenses/balances by that specific group, as you can in the website or native Splitwise apps. However, Splittr will tell you the group when you view a specific expense, and will let you select a group when you add one.</span></li>
</ul>
<p><span id="more-2521"></span><br />
<a href="http://splitwise.files.wordpress.com/2013/03/miron.jpeg"><img class="alignleft  wp-image-2523" alt="miron" src="http://splitwise.files.wordpress.com/2013/03/miron.jpeg?w=164&#038;h=164" width="164" height="164" /></a><span style="line-height:1.5;">Miron is a passionate Windows Phone lover and Splitwise user who did this all on his own time and as a labor of love, just to make sure Splitwise was available on the platform.</span></p>
<p>Our APIs are still not fully public, because as Miron discovered, they are not documented very well and are still changing quite quickly. But if want to build your own app that works with Splitwise, or adds a feature that you think Splitwise should have, <a href="mailto:developers@splitwise.com">let us know</a> and we&#8217;d love to send you the link with some explanation on how to use the APIs.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2521/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2521&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/03/13/a-windows-phone-8-client-at-long-last/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d514aec95831bc804a317487e59094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">splitwise</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/03/splittr-shot-1.png" medium="image">
			<media:title type="html">Splittr&#039;s home screen</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/03/miron.jpeg" medium="image">
			<media:title type="html">miron</media:title>
		</media:content>
	</item>
		<item>
		<title>New &#8220;Divide A Bill&#8221; For The Web App</title>
		<link>http://blog.splitwise.com/2013/03/01/new-divide-a-bill-for-the-web-app/</link>
		<comments>http://blog.splitwise.com/2013/03/01/new-divide-a-bill-for-the-web-app/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 21:18:12 +0000</pubDate>
		<dc:creator>Jon Bittner</dc:creator>
				<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[Feature updates]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[Divide a bill]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[version 3]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2512</guid>
		<description><![CDATA[We&#8217;ve been dying to improve our &#8220;Divide A Bill&#8221; dialog box for months, and a preliminary version is finally ready! Take a look below, and please give us feedback or suggestions in the comments. We&#8217;ve been rolling it out slowly &#8230; <a href="http://blog.splitwise.com/2013/03/01/new-divide-a-bill-for-the-web-app/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2512&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve been dying to improve our &#8220;Divide A Bill&#8221; dialog box for months, and a preliminary version is finally ready! Take a look below, and please give us feedback or suggestions in the comments. We&#8217;ve been rolling it out slowly over the past few days, and all users will have it by early next week.</p>
<div id="attachment_2513" class="wp-caption aligncenter" style="width: 650px"><a href="http://splitwise.files.wordpress.com/2013/03/splitwise-new-divide-a-bill-popup.png"><img class="size-full wp-image-2513" alt="Now with auto-complete, and the ability to change the involved parties without clearing out data." src="http://splitwise.files.wordpress.com/2013/03/splitwise-new-divide-a-bill-popup.png?w=640&#038;h=443" width="640" height="443" /></a><p class="wp-caption-text">Now with auto-complete, and the ability to change the involved parties without clearing out data.</p></div>
<p>The form has been completely redesigned from scratch, with two killer new features.</p>
<ul>
<li><span style="line-height:1.5;">You can add people into the &#8220;With&#8217; field just like an email &#8211; without tons of clicking. SO much easier, and much more like the iPhone and Android apps.</span></li>
<li><span style="line-height:1.5;">Adding new people will automatically add them into the expense without clearing your existing data (a big complaint in the old version).</span></li>
</ul>
<p><span id="more-2512"></span>If for some reason you hate this new form, a) please tell us why! and b) there will still be a link to the old &#8220;Divide A Bill&#8221; form for little while, as you can see in the screenshot.</p>
<p>We have also merged the &#8220;Simple IOU&#8221; and &#8220;Divide A Bill&#8221; buttons for simplicity. You can expect the same on the mobile apps in our next big update.  If you happen to add exactly one other person to the bill, and you want to create an IOU for the whole amount by changing the hyper-linked sentence:</p>
<div id="attachment_2514" class="wp-caption aligncenter" style="width: 650px"><a href="http://splitwise.files.wordpress.com/2013/03/splitwise-new-iou-flow.png"><img class="size-full wp-image-2514" alt="You can turn a bill into an IOU by clicking on the text link &quot;Split equally&quot; and changing it to an IOU or a UOI." src="http://splitwise.files.wordpress.com/2013/03/splitwise-new-iou-flow.png?w=640&#038;h=443" width="640" height="443" /></a><p class="wp-caption-text">You can turn a bill into an IOU by clicking on the text link &#8220;Split equally&#8221; and changing it to an IOU.</p></div>
<p>Unfortunately, itemized bills still link to the old form (and clears your data &#8211; sorry!), which we will definitely be updating as soon as we can. Itemized expenses are surprisingly complicated to support with all of the snappy AJAX and auto-complete goodness. All in a days work!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2512/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2512&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/03/01/new-divide-a-bill-for-the-web-app/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d514aec95831bc804a317487e59094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">splitwise</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/03/splitwise-new-divide-a-bill-popup.png" medium="image">
			<media:title type="html">Now with auto-complete, and the ability to change the involved parties without clearing out data.</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/03/splitwise-new-iou-flow.png" medium="image">
			<media:title type="html">You can turn a bill into an IOU by clicking on the text link &#34;Split equally&#34; and changing it to an IOU or a UOI.</media:title>
		</media:content>
	</item>
		<item>
		<title>Make It Red</title>
		<link>http://blog.splitwise.com/2013/01/25/make-it-red/</link>
		<comments>http://blog.splitwise.com/2013/01/25/make-it-red/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 15:40:14 +0000</pubDate>
		<dc:creator>Marshall Weir</dc:creator>
				<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[Nerd Alert]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[lean startup]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2498</guid>
		<description><![CDATA[tl;dr: make your signup button red. When I first joined Splitwise, I had one immediate goal: to rebuild the iPhone app. I did have one question, though, almost immediately on seeing our signup page: Why isn&#8217;t the signup button red? &#8230; <a href="http://blog.splitwise.com/2013/01/25/make-it-red/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2498&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>tl;dr: make your signup button red.</p>
<p>When I <a title="Welcome, Marshall" href="http://blog.splitwise.com/2011/12/19/welcome-marshall/">first joined Splitwise</a>, I had one immediate goal: to rebuild the <a href="https://itunes.apple.com/in/app/splitwise-split-bills-expenses/id458023433?mt=8">iPhone app</a>. I did have one question, though, almost immediately on seeing our signup page:</p>
<div id="attachment_2499" class="wp-caption aligncenter" style="width: 650px"><a href="http://splitwise.files.wordpress.com/2013/01/green_button.png"><img class="size-large wp-image-2499" alt="splitwise home page" src="http://splitwise.files.wordpress.com/2013/01/green_button.png?w=640&#038;h=319" width="640" height="319" /></a><p class="wp-caption-text">What&#8217;s wrong with this picture?</p></div>
<p><em>Why isn&#8217;t the signup button red?</em></p>
<p><span id="more-2498"></span></p>
<p>My usual complaint on seeing home pages is that I can&#8217;t figure out what to do next. Anyone designing a good homepage for a webservice should have one action for new people coming to the site and one action for returning users. Returning users are a lot more invested in your service, so you just need to make sure their action is discoverable, but new users should know what you want them to do immediately on page load.</p>
<p>Here, the sign up button is the first thing you see, so why would I care if it&#8217;s red? <strong>Red converts better.</strong> In our case, changing to this increased sign up rates by <strong>20%</strong>:</p>
<div id="attachment_2501" class="wp-caption aligncenter" style="width: 650px"><a href="http://splitwise.files.wordpress.com/2013/01/red_button.png"><img class="size-large wp-image-2501" alt="splitwise homepage with red sign up button" src="http://splitwise.files.wordpress.com/2013/01/red_button.png?w=640&#038;h=326" width="640" height="326" /></a><p class="wp-caption-text">Much better.</p></div>
<p>There are sometimes reasons you want to avoid a sign up button entirely. ZURBlog talks about how <a title="ZURBlog about burying sign up buttons" href="http://www.zurb.com/article/816/why-burying-sign-up-buttons-helps-get-mor">burying their signup buttons</a> actually increased sign ups by <strong>350%<em>. </em></strong>In their case, it sounds like most of their users needed time to familiarize themselves with the service before they were ready to sign up, so the hard sell of a big red button was driving users away.</p>
<p>You&#8217;ll also see cases of people telling you to pick some vibrant color that fits with your site. I don&#8217;t really agree with them. I&#8217;m going to leave it up to you to do some thematically appropriate button color if you really want &#8211; on the condition that you A/B test it against a big red button.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2498/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2498&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2013/01/25/make-it-red/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6199e011c9a71307ce525c8a53c513fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">marshallinni</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/01/green_button.png?w=640" medium="image">
			<media:title type="html">splitwise home page</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2013/01/red_button.png?w=640" medium="image">
			<media:title type="html">splitwise homepage with red sign up button</media:title>
		</media:content>
	</item>
		<item>
		<title>Preview/Feedback: Splitwise 2.5 (iPhone)</title>
		<link>http://blog.splitwise.com/2012/12/21/previewfeedback-splitwise-2-5-iphone/</link>
		<comments>http://blog.splitwise.com/2012/12/21/previewfeedback-splitwise-2-5-iphone/#comments</comments>
		<pubDate>Sat, 22 Dec 2012 00:13:55 +0000</pubDate>
		<dc:creator>Jon Bittner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2483</guid>
		<description><![CDATA[Mere hours ago, Apple approved version 2.5 of Splitwise for iPhone. We weren&#8217;t expecting this to get through the review queue before the holidays, but lo and behold, we&#8217;re here! As we described in the version 2.5 web preview Ryan &#8230; <a href="http://blog.splitwise.com/2012/12/21/previewfeedback-splitwise-2-5-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2483&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="size-medium wp-image-2487 alignright" title="iPhone update" alt="photo 1" src="http://splitwise.files.wordpress.com/2012/12/photo-1.png?w=200&#038;h=300" width="200" height="300" />Mere hours ago, Apple approved version 2.5 of Splitwise for iPhone. We weren&#8217;t expecting this to get through the review queue before the holidays, but lo and behold, we&#8217;re here!</p>
<p>As we described in the <a href="http://blog.splitwise.com/2012/12/20/previewfeedback-splitwise-v2-5-web/">version 2.5 web preview</a> Ryan and Jon just posted, we&#8217;ve been trying to make Splitwise continuously more simple and delightful as we release new versions. This is just the beginning, but we&#8217;d love to get your feedback, either here, at our dedicated feedback site <a href="http://feedback.splitwise.com">http://feedback.splitwise.com</a>, or email us via support@splitwise.com. <span id="more-2483"></span></p>
<p>The iPhone app started in this release cycle with fewer structural issues than the website &#8211; it&#8217;s already simpler to use, faster to add bills across friendships, and easier to view everything in one place. But we really wanted to add the visual feedback of category icons to the mobile experience (see image right). We think this makes it more fun! The iPhone app also auto-categorizes expenses now, just like the web version.</p>
<p>As you can see in the screenshot, we also (finally) differentiated payments visually from IOUs and expenses &#8211; something we have done since version 1.0 on the web version of Splitwise.</p>
<p>We also made some improvements to the expense details view, which was quite an ugly screen in the previous iPhone version of Splitwise. We&#8217;re not sure if we&#8217;ll keep the &#8220;spotted&#8221; wording or not (to explain who owes who), but in general we are trying to improve the tense of the verbs so that it&#8217;s clear what has gone one with old expenses. More to come on this in version 3.0.<a href="http://blog.splitwise.com/2012/12/21/previewfeedback-splitwise-2-5-iphone/photo-3/" rel="attachment wp-att-2485"><br />
</a></p>
<p style="text-align:center;"><a href="http://blog.splitwise.com/2012/12/21/previewfeedback-splitwise-2-5-iphone/photo-2/" rel="attachment wp-att-2486"><img class="aligncenter  wp-image-2486" alt="photo 2" src="http://splitwise.files.wordpress.com/2012/12/photo-2.png?w=207&#038;h=311" width="207" height="311" /></a></p>
<p style="text-align:center;"><a href="http://blog.splitwise.com/2012/12/21/previewfeedback-splitwise-2-5-iphone/photo-3/" rel="attachment wp-att-2485"><img alt="photo 3" src="http://splitwise.files.wordpress.com/2012/12/photo-3.png?w=200&#038;h=300" width="200" height="300" /></a></p>
<p>As always, we welcome and encourage feedback on these visual improvements!</p>
<p>The new ways of viewing &#8220;friends/groups&#8221; data will first be available on the web version of Splitwise, and is not in this iPhone release &#8211; it will take us until version 3.0 to harmonize this approach across iPhone and the website.</p>
<p>What about our poor Android users? As Splitwise&#8217;s most loyal Android fan, Jon sympathizes. Android users will have to wait a bit longer for these snazzy interface improvements. Developing for Android is more difficult and more expensive than developing for iPhone, in part because there are so many different devices to test on. Splitwise is still a small team, and we are more experienced in iPhone development.</p>
<p>Marshall has been hard at work releasing rapid bug-fixes to Android &#8211; the crash rate is now half the rate it was in August, after much hard work and re-writing. If you are a great Android developer yourself, and are passionate about making Splitwise&#8217;s Android app kick butt, please send us an email at resume.black.hole@splitwise.com &#8211; we&#8217;re hiring!</p>
<p>- Jon and Marshall</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2483&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2012/12/21/previewfeedback-splitwise-2-5-iphone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d514aec95831bc804a317487e59094?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">splitwise</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2012/12/photo-1.png?w=200" medium="image">
			<media:title type="html">iPhone update</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2012/12/photo-2.png" medium="image">
			<media:title type="html">photo 2</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2012/12/photo-3.png?w=200" medium="image">
			<media:title type="html">photo 3</media:title>
		</media:content>
	</item>
		<item>
		<title>Preview/Feedback: Splitwise v2.5 (web)</title>
		<link>http://blog.splitwise.com/2012/12/20/previewfeedback-splitwise-v2-5-web/</link>
		<comments>http://blog.splitwise.com/2012/12/20/previewfeedback-splitwise-v2-5-web/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 21:00:05 +0000</pubDate>
		<dc:creator>Ryan Laughlin</dc:creator>
				<category><![CDATA[Dev Blog]]></category>
		<category><![CDATA[Feature updates]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://blog.splitwise.com/?p=2451</guid>
		<description><![CDATA[Splitwise is planning a big redesign of the website and mobile apps for winter 2013, based on all the things we&#8217;ve learned since this past August. We&#8217;re releasing some intermediate changes to the website over the next few days &#8211; &#8230; <a href="http://blog.splitwise.com/2012/12/20/previewfeedback-splitwise-v2-5-web/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2451&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Splitwise is planning a big redesign of the website and mobile apps for winter 2013, based on all the things we&#8217;ve learned since this past August. We&#8217;re releasing some intermediate changes to the website over the next few days &#8211; please, let us know your feedback!</p>
<p><span id="more-2451"></span></p>
<hr />
<p>Since we added the &#8220;Friends&#8221; feature back in April, we&#8217;ve wanted friendships to combine more seamlessly with &#8220;Groups.&#8221; We&#8217;re sorry to anyone who has been annoyed by this. In this intermediate 2.5 release for web, we&#8217;ve made it easy to view everything in one place. The left-hand sidebar lets you switch quickly between all your friends, and the updated dashboard shows the net result of who owes who, <strong>including groups/apartments and personal expenses.</strong></p>
<p><a href="http://blog.splitwise.com/?attachment_id=2455" rel="attachment wp-att-2455"><img alt="Dashboard" src="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-20-at-5-17-39-pm.png?w=640&#038;h=456" width="640" height="456" /></a></p>
<p>When you&#8217;re looking at a friend, Splitwise will now show you the personal IOUs and expenses you&#8217;ve added, <strong>as well as the total for each group</strong> that you share. You can click on the group to view the list of group expenses.</p>
<p><a href="http://blog.splitwise.com/?attachment_id=2457" rel="attachment wp-att-2457"><img alt="Friend view" src="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-20-at-5-21-12-pm.png?w=640&#038;h=456" width="640" height="456" /></a></p>
<p>When you&#8217;re looking at a group, you can see the bills that resulted in that balance. &#8220;More details&#8221; will show you the whole repayment plan, and allow you to toggle &#8220;Simplify Debts&#8221; for that group.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-2463" alt="Screen Shot 2012-12-21 at 2.24.28 PM smaller" src="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-21-at-2-24-28-pm-smaller.png?w=640&#038;h=456" width="640" height="456" /></p>
<p>You may have noticed the &#8220;Make Payment&#8221; is now called the &#8220;Settle Up&#8221; button, to make it more clearly a way to restore balances between group members, not about external payments to 3rd parties.</p>
<p>As a bonus, all of your Splitwise bills are now viewable from a master-view called &#8220;All Expenses,&#8221; so you never lose track of an expense (which makes it easy to find any multi-person bill).</p>
<p><a href="http://blog.splitwise.com/?attachment_id=2456" rel="attachment wp-att-2456"><img alt="All expenses" src="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-20-at-5-19-34-pm.png?w=640&#038;h=456" width="640" height="456" /></a>A cool improvement that is not shown here: <strong>each expense now has its own currency</strong> (as opposed to being set on the group or friendship level)! So, for instance, if you owe someone both dollars and euros, it will display both balances. We don&#8217;t do any currency conversions at the moment- Splitwise will just show you the balances as they were incurred.</p>
<p>We&#8217;re excited to keep improving Splitwise after this release. Next, we plan to tackle the sign-up process and archiving old expenses, as well as designing from scratch the &#8220;Divide A Bill&#8221; and &#8220;Add an IOU&#8221; dialog boxes.</p>
<p>As a wise man once said, <a href="http://www.youtube.com/watch?v=K2cYWfq--Nw">our work is never over</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/splitwise.wordpress.com/2451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/splitwise.wordpress.com/2451/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.splitwise.com&#038;blog=25502449&#038;post=2451&#038;subd=splitwise&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.splitwise.com/2012/12/20/previewfeedback-splitwise-v2-5-web/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/270dedbe8dcda6146ec60f82c63f0e9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rofreg</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-20-at-5-17-39-pm.png" medium="image">
			<media:title type="html">Dashboard</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-20-at-5-21-12-pm.png" medium="image">
			<media:title type="html">Friend view</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-21-at-2-24-28-pm-smaller.png" medium="image">
			<media:title type="html">Screen Shot 2012-12-21 at 2.24.28 PM smaller</media:title>
		</media:content>

		<media:content url="http://splitwise.files.wordpress.com/2012/12/screen-shot-2012-12-20-at-5-19-34-pm.png" medium="image">
			<media:title type="html">All expenses</media:title>
		</media:content>
	</item>
	</channel>
</rss>
