<?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>Tapbots Blog &#187; Development</title>
	<atom:link href="http://tapbots.com/blog/category/development/feed" rel="self" type="application/rss+xml" />
	<link>http://tapbots.com/blog</link>
	<description>Robots for your iPhone and iPod Touch.</description>
	<lastBuildDate>Tue, 10 Apr 2012 19:59:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Tweetbot URL scheme</title>
		<link>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Ftweetbot-url-scheme&#038;seed_title=Tweetbot+URL+scheme</link>
		<comments>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Ftweetbot-url-scheme&#038;seed_title=Tweetbot+URL+scheme#comments</comments>
		<pubDate>Wed, 27 Apr 2011 16:21:22 +0000</pubDate>
		<dc:creator>Paul Haddad</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tweetbot]]></category>

		<guid isPermaLink="false">http://tapbots.com/blog/?p=875</guid>
		<description><![CDATA[We&#8217;ve gotten a few questions on the URL scheme for Tweetbot and I wanted to have a post to point other developers to. This will be updated as we make changes for new versions. If you aren&#8217;t a developer please feel free to move on, not much to see here. Valid as of version 1.0.2 [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve gotten a few questions on the <span class="caps">URL </span>scheme for Tweetbot and I wanted to have a post to point other developers to.  This will be updated as we make changes for new versions.  If you aren&#8217;t a developer please feel free to move on, not much to see here.</p>

<p><span id="more-875"></span></p>

<h3>Valid as of version 1.0.2</h3>


<ul>
<li>tweetbot://&lt;screenname&gt;/timeline</li>
<li>tweetbot://&lt;screenname&gt;/mentions</li>
<li>tweetbot://&lt;screenname&gt;/retweets</li>
<li>tweetbot://&lt;screenname&gt;/direct_messages</li>
<li>tweetbot://&lt;screenname&gt;/lists</li>
<li>tweetbot://&lt;screenname&gt;/favorites</li>
<li>tweetbot://&lt;screenname&gt;/search</li>
<li>tweetbot://&lt;screenname&gt;/search?query=&lt;text&gt;</li>
<li>tweetbot://&lt;screenname&gt;/status/&lt;tweet_id&gt;</li>
<li>tweetbot://&lt;screenname&gt;/user_profile/&lt;profile_screenname&gt;</li>
<li>tweetbot://&lt;screenname&gt;/post</li>
<li>tweetbot://&lt;screenname&gt;/post?text=&lt;text&gt;</li>
</ul>



<p>The &lt;screename&gt; argument is optional.  You may include it to go to a specific account or leave it blank and either the current or default user account will be chosen instead.  As usual all query &lt;text&gt; should be <span class="caps">URL </span>encoded and other then that everything should be pretty obvious.</p>

<h3>Valid as of version 1.3</h3>


<ul>
<li>tweetbot://&lt;screenname&gt;/post?text=&lt;text&gt;&amp;callback_url=&lt;url&gt;&amp;in_reply_to_status_id=&lt;tweet_id&gt;</li>
<li>tweetbot://&lt;screenname&gt;/search?query=&lt;text&gt;&amp;callback_url=&lt;url&gt;</li>
<li>tweetbot://&lt;screenname&gt;/status/&lt;tweet_id&gt;?callback_url=&lt;url&gt;</li>
<li>tweetbot://&lt;screenname&gt;/user_profile/&lt;screenname|user_id&gt;?callback_url=&lt;url&gt;</li>
<li>tweetbot://&lt;screenname&gt;/follow/&lt;screenname|user_id&gt;</li>
<li>tweetbot://&lt;screenname&gt;/unfollow/&lt;screenname|user_id&gt;</li>
<li>tweetbot://&lt;screenname&gt;/favorite/&lt;tweet_id&gt;</li>
<li>tweetbot://&lt;screenname&gt;/unfavorite/&lt;tweet_id&gt;</li>
<li>tweetbot://&lt;screenname&gt;/retweet/&lt;tweet_id&gt;</li>
</ul>



<p>The argument callback_url is an <span class="caps">URL </span>encoded <span class="caps">URL </span>that will be opened in Safari once the Post view closes.</p>

<h3>Valid as of version 1.4</h3>


<ul>
<li>tweetbot://&lt;screenname&gt;/list/&lt;list_id&gt;?callback_url=&lt;url&gt;</li>
</ul>



<p>Any questions stick them below and I&#8217;ll update the docs as needed.</p>]]></content:encoded>
			<wfw:commentRss>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Ftweetbot-url-scheme&#038;seed_title=Tweetbot+URL+scheme/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Much ado about 24 bytes</title>
		<link>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Fmuch-ado-about-24-bytes&#038;seed_title=Much+ado+about+24+bytes</link>
		<comments>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Fmuch-ado-about-24-bytes&#038;seed_title=Much+ado+about+24+bytes#comments</comments>
		<pubDate>Tue, 21 Apr 2009 02:42:11 +0000</pubDate>
		<dc:creator>Paul Haddad</dc:creator>
				<category><![CDATA[Convertbot]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://tapbots.com/blog/?p=453</guid>
		<description><![CDATA[Sometimes in life there are questions with no clear answers. How many bytes in a kilobyte is one of those questions. Is it 1000 or 1024? It really depends on whom you ask. For better or worse we chose to use 1000 for a kilobyte and for 1024 we chose the IEC standard kibibyte. Read [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes in life there are questions with no clear answers.  How many bytes in a kilobyte is one of those questions.  Is it 1000 or 1024? It really depends on whom you ask.  For better or worse we chose to use 1000 for a kilobyte and for 1024 we chose the <span class="caps">IEC </span>standard kibibyte.  Read on for why we came to this decision.</p>

<p> <span id="more-453"></span></p>

<p>There is no proper definition for a kilobyte. Most people think it&#8217;s 1024 bytes, however a number of organizations (IEC, <span class="caps">IEEE, ISO,</span> Drive Manufacturers, etc..) claim 1000.  So we are left with a tough choice. Pick the value people expect or pick the value that the standards suggest.  We&#8217;ve had similar questions to this in the past (like how many days in a year?) and I&#8217;ve always gone the way of the standard bodies.  In this particular case, I thought long and hard about which way to go.  I personally prefer a 1024 byte kilobyte, however if we had done that, what would we have called a 1000 byte block?  Well, turns out that there is no alternative name for a 1000 bytes other then a kilobyte.  On the other hand, a kibibyte is recognized as a 1024 byte block without any sort of ambiguity.  So given all of that, I think the 1000 byte kilobyte was the least worst choice we could make. </p>

<p>Now I think one could argue that maybe the kilobyte should&#8217;ve been disabled and the kibibyte should be enabled by default.  Of course the problem there is we&#8217;d end up getting a million  emails with, &#8220;Where&#8217;s kilobyte?&#8221; or &#8220;What&#8217;s a kibibyte?&#8221;  Maybe we should&#8217;ve just split the difference and used a 1012 byte kilobyte, so everyone would complain.</p>]]></content:encoded>
			<wfw:commentRss>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Fmuch-ado-about-24-bytes&#038;seed_title=Much+ado+about+24+bytes/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Converbot Quickie</title>
		<link>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fnews%2Fconverbot-quickie&#038;seed_title=Converbot+Quickie</link>
		<comments>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fnews%2Fconverbot-quickie&#038;seed_title=Converbot+Quickie#comments</comments>
		<pubDate>Thu, 09 Apr 2009 00:23:40 +0000</pubDate>
		<dc:creator>Paul Haddad</dc:creator>
				<category><![CDATA[Convertbot]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tapbots.com/blog/?p=418</guid>
		<description><![CDATA[Here&#8217;s a fast update of where we are at with Convertbot and what we are planning over the next few days. Update (04/09/09) : Version 1.0.1 approved! We are still waiting for Apple to approve our 1.0.1 update. After 6 days they rejected our first release for something UI related, this wasn&#8217;t any new behavior [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a fast update of where we are at with Convertbot and what we are planning over the next few days.</p>

<p><strong>Update (04/09/09) : Version 1.0.1 approved!</strong></p>

<p><span id="more-418"></span></p>

<p>We are still waiting for Apple to approve our 1.0.1 update.  After 6 days they rejected our first release for something UI related, this wasn&#8217;t any new behavior it was just something that whoever was reviewing that day didn&#8217;t like.  We resubmitted the same day and are yet again waiting.  If it follows the same pattern as before it should be approved (or I guess rejected) sometime very soon.  We&#8217;ve sent a few emails out to Apple to try to speed up this process but unfortunately haven&#8217;t gotten any response.  Again the only changes for this 1.0.1 release was the fixing of the comma issue and the addition of a few more currency units.</p>

<p>1.1 is on track for being submitted to Apple on Monday the 13th.  This adds a number of new units and categories as well as the ability to enable/disable any category or unit.  For anyone interested here is the <a href="/convertbot/units.php" title="list of categories and units">list of categories and units</a> we plan to support for 1.1.  If you find anything missing send us an email at <a href="mailto:%73%75%70%70%6F%72%74%40%74%61%70%62%6F%74%73%2E%63%6F%6D" title="support@tapbots.com">support@tapbots.com</a>.</p>

<p>If you read this far here&#8217;s a <a href="http://vimeo.com/4067543" title="sneak peak at 1.1">sneak peak at 1.1</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fnews%2Fconverbot-quickie&#038;seed_title=Converbot+Quickie/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>The Convertbot Plan (Currencies, Releases and More)</title>
		<link>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fnews%2Fthe-convertbot-plan-currencies-releases-and-more&#038;seed_title=The+Convertbot+Plan+%28Currencies%2C+Releases+and+More%29</link>
		<comments>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fnews%2Fthe-convertbot-plan-currencies-releases-and-more&#038;seed_title=The+Convertbot+Plan+%28Currencies%2C+Releases+and+More%29#comments</comments>
		<pubDate>Sat, 28 Mar 2009 17:27:54 +0000</pubDate>
		<dc:creator>Paul Haddad</dc:creator>
				<category><![CDATA[Convertbot]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://tapbots.com/blog/?p=371</guid>
		<description><![CDATA[We&#8217;ve been getting a lot of similar emails about Currencies, Units and what else is coming to Convertbot. This post is an attempt to clear some of that up. Currencies We currently grab the currency data from Yahoo twice an hour and serve that up from our servers to Converbot whenever it launches. The code [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been getting a lot of similar emails about Currencies, Units and what else is coming to Convertbot.  This post is an attempt to clear some of that up.</p>

<p><span id="more-371"></span></p>

<h3> Currencies</h3>

<p>We currently grab the currency data from Yahoo twice an hour and serve that up from our servers to Converbot whenever it launches.  The code currently grabs about 130 different currencies so pretty much anything that you&#8217;ve ever heard of, and a lot you haven&#8217;t, is available to Convertbot.  For release 1.0 we hid the majority of these units from the UI because obviously you don&#8217;t want to have to rotate through 130 different units most of which you don&#8217;t care about.  For 1.0.1 we&#8217;ve enabled a handful of other currencies but have still tried to keep the list manageable.  We of course understand that even with 1.0.1 we aren&#8217;t going to please anyone with a small static list of currencies.  Which is where 1.1 comes in.</p>

<h3> Conversion Categories and Units</h3>

<p>We wanted to ship with a manageable number of Conversion Categories and Units for our first release.  Again the goal here is to not inundate you with a million choices a lot of which you&#8217;ll never use or care about.  We patterned our choices after the Mac OS X conversion widget since that&#8217;s been around for a while and Apple does a good job of trimming down options.  That being said we never expected this original list to be our final list of supported Categories and Units.  We expect to add more as they are requested and we release new versions of Convertbot.  <strong>If there&#8217;s some Category or Unit that&#8217;s missing from Convertbot and that you really want please let us know</strong>.  The Convertbot code was built to support a number of different conversions and so adding new ones is relatively simple, in a lot of cases the hardest part is going to be doing the icon for the Category.  Regardless of how many Categories and Units we add we still want to make the list manageable which again leads into 1.1.</p>

<h3> 1.1</h3>

<p>Our top development priority right now is to get 1.1 finished up.  The main new feature in 1.1 is going to be the ability to Show and Hide individual Categories and Units.  This will allows us to add new Categories and Units without overwhelming the main interface.  Most of the low level code to support this is already in place within Convertbot and the rest is pretty straight forward and simple  The part that will take time is to get the UI for this designed and implemented.  As everyone is hopefully aware we take a lot of pride in our unique look and feel.  While most companies might just stick a set of standard elements to let you manipulate your selections we aren&#8217;t like most companies.  Mark will design the <span class="caps">UI,</span> I&#8217;ll implement it and we&#8217;ll go through a number of different iterations to try to get it just right.  This takes time but we think the result is worth it.</p>

<p>So when&#8217;s 1.1 going to be ready?  Well the short answer is when it&#8217;s ready and not before.  Longer answer, sometime in April is the most likely timeframe.  We will post on our <a href="http://twitter.com/tapbots" title="twitter">twitter</a> account once we submit to Apple.</p>

<h3> 1.2</h3>

<p>We&#8217;re not going to say much about 1.2 other then we plan to add at least one cool new feature that I don&#8217;t think anyone has really asked for but that will add a new dimension to Convertbot.  We&#8217;re not sure when 1.2 will come out but we need to do a refresh of Weightbot before we can fully hit 1.2.</p>

<h3> Localization</h3>

<p>The last thing I want to talk about is Localization.  We both think this is very important and Convertbot will be localized in multiple languages.  And yes for our UK friends we do plan to support metre vs meter.  The trickiest part about localization isn&#8217;t the localization itself, its what happens after an application is released.  Suddenly instead of having two people being involved in a release it mushrooms to possibly over a dozen.  All these folks are in different countries and have their own jobs to worry about, so release complexity increases quite a bit.  Robert Heinlein coined the term <a href="http://en.wikipedia.org/wiki/TANSTAAFL" title="TANSTAAFL"><span class="caps">TANSTAAFL</span></a> and its very apropos for localization.  For a normal application I&#8217;d like to get the second or third feature release to be the localized one, in other words 1.2 or 1.3.  Convertbot, however, is not your typical application and I think its more important to have it localized sooner rather than later.  Localization will happen, I&#8217;m just not sure if it&#8217;ll happen before or after 1.2 (and if its before it may cause 1.2 to be called 1.3).</p>

<p>Well that&#8217;s about all I had to say, please stay tuned we&#8217;ve got things in the pipeline.  Again if you have any Category and/or Unit that you want let us know, feel free to add a comment and we&#8217;ll consider all the suggestions.</p>]]></content:encoded>
			<wfw:commentRss>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fnews%2Fthe-convertbot-plan-currencies-releases-and-more&#038;seed_title=The+Convertbot+Plan+%28Currencies%2C+Releases+and+More%29/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Tapbots Interviewed on the Mobile Orchard Podcast</title>
		<link>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Finterviewed-on-mobile-orchard&#038;seed_title=Tapbots+Interviewed+on+the+Mobile+Orchard+Podcast</link>
		<comments>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Finterviewed-on-mobile-orchard&#038;seed_title=Tapbots+Interviewed+on+the+Mobile+Orchard+Podcast#comments</comments>
		<pubDate>Mon, 02 Feb 2009 22:46:14 +0000</pubDate>
		<dc:creator>Mark Jardine</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Weightbot]]></category>

		<guid isPermaLink="false">http://tapbots.com/blog/?p=323</guid>
		<description><![CDATA[Paul and I were recently interviewed on a developer podcast called Mobile Orchard. It gets a little geeky, but if you are at all interested in how we made Weightbot, give it a listen: Tapbots Interviewed on the Mobile Orchard Podcast]]></description>
			<content:encoded><![CDATA[<p>Paul and I were recently interviewed on a developer podcast called Mobile Orchard. It gets a little geeky, but if you are at all interested in how we made Weightbot, give it a listen:</p>

<p><a href="http://is.gd/i7SK">Tapbots Interviewed on the Mobile Orchard Podcast</a></p>]]></content:encoded>
			<wfw:commentRss>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Finterviewed-on-mobile-orchard&#038;seed_title=Tapbots+Interviewed+on+the+Mobile+Orchard+Podcast/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Localizers Wanted</title>
		<link>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Flocalizers-wanted&#038;seed_title=Localizers+Wanted</link>
		<comments>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Flocalizers-wanted&#038;seed_title=Localizers+Wanted#comments</comments>
		<pubDate>Thu, 04 Dec 2008 04:48:15 +0000</pubDate>
		<dc:creator>Paul Haddad</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Weightbot]]></category>

		<guid isPermaLink="false">http://tapbots.com/blog/?p=209</guid>
		<description><![CDATA[Bonjour, Guten Tag and Ciao. One of the main features of Weightbot 1.2 is localization for other languages. Right now we are planning on doing French, German, Italian and Japanese. We&#8217;ve got Japanese covered but we need help with the other 3. It should be fairly simple work if you speak any of those languages, [...]]]></description>
			<content:encoded><![CDATA[<p>Bonjour, Guten Tag and Ciao.  One of the main features of Weightbot 1.2 is localization for other languages.  Right now we are planning on doing French, German, Italian and Japanese.  We&#8217;ve got Japanese covered but we need help with the other 3.  It should be fairly simple work if you speak any of those languages, its only ~75 simple strings, a few sentences and the product description in iTunes.  Benefits include getting a hold of Beta builds before anyone else and well that&#8217;s it.</p>

<p>If your language isn&#8217;t covered above but you&#8217;d like to be involved please send us a note since we&#8217;ll likely expand the localizations in future releases.</p>

<p><span id="more-209"></span></p>

<p>Just send a note to <a href="mailto:%73%75%70%70%6F%72%74%40%74%61%70%62%6F%74%73%2E%63%6F%6D" title="support@tapbots.com">support@tapbots.com</a> and we&#8217;ll get back to you.</p>

<p>Thanks All!</p>

<h3>Update 12/14/2008</h3>

<p>We&#8217;ve gotten the following localized:</p>


<ul>
<li>Danish</li>
<li>Dutch</li>
<li>French</li>
<li>German</li>
<li>Italian</li>
<li>Japanese</li>
<li>Portuguese (Brazilian and Portugal)</li>
<li>Swedish</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://tapbots.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftapbots.com%2Fblog%2Fdevelopment%2Flocalizers-wanted&#038;seed_title=Localizers+Wanted/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: tapbots.com @ 2012-05-17 00:58:59 -->
