<?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>James Wilding&#039;s Weblog &#187; apple</title>
	<atom:link href="http://jameswilding.net/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameswilding.net</link>
	<description>Buddhist businessman, freelance web developer</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:38:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>DODOCase for iPad</title>
		<link>http://jameswilding.net/feeder/?FeederAction=clicked&amp;feed=Posts+%28RSS2%29&amp;seed=http%3A%2F%2Fjameswilding.net%2F2010%2F07%2F20%2Fdodocase-for-ipad%2F&amp;seed_title=DODOCase+for+iPad</link>
		<comments>http://jameswilding.net/2010/07/20/dodocase-for-ipad/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:43:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dodocase]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://jameswilding.net/?p=665</guid>
		<description><![CDATA[DODOCase is a Moleskinesque case for the iPad, hand-made using bamboo and fabric. It looks lovely, and is the first iPad case I&#8217;ve seen which strikes the right balance between form and function (unlike Apple&#8217;s own iPad case, which looks like something out of Star Trek). I don&#8217;t even own an iPad, but I&#8217;m already [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dodocase.com/">DODOCase</a> is a <a href="http://www.moleskine.co.uk/">Moleskinesque</a> case for the iPad, hand-made using bamboo and fabric. It looks lovely, and is the first iPad case I&#8217;ve seen which strikes the right balance between form and function (unlike Apple&#8217;s own iPad case, which looks like something out of Star Trek).</p>
<p><a title="DodoCase for iPad by adamjackson1984, on Flickr" href="http://www.flickr.com/photos/adamjackson/4747541391/"><img src="http://farm5.static.flickr.com/4121/4747541391_3622cb2167.jpg" alt="DodoCase for iPad" width="500" height="375" /></a></p>
<p>I don&#8217;t even own an iPad, but I&#8217;m already blogging about the DODOCase  and have bookmarked the website, so kudos to these guys for excellent marketing!</p>
<p class="subtle">Photo by <a href="http://www.flickr.com/photos/adamjackson/4747541391/">adamjackson</a> on Flickr (<a href="http://creativecommons.org/licenses/by-nd/2.0/deed.en">license</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://jameswilding.net/2010/07/20/dodocase-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on the iPad</title>
		<link>http://jameswilding.net/feeder/?FeederAction=clicked&amp;feed=Posts+%28RSS2%29&amp;seed=http%3A%2F%2Fjameswilding.net%2F2010%2F01%2F28%2Fruby-on-the-ipad%2F&amp;seed_title=Ruby+on+the+iPad</link>
		<comments>http://jameswilding.net/2010/01/28/ruby-on-the-ipad/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 10:59:43 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://jameswilding.net/?p=483</guid>
		<description><![CDATA[Can you run Ruby on an iPad? Is the Pope a protestant?]]></description>
			<content:encoded><![CDATA[<p>Since I wrote <a href="http://jameswilding.net/2010/01/27/thoughts-on-the-ipad/">Thoughts on the iPad</a> yesterday, that article has been getting lots of hits from people searching for &#8220;ruby on ipad&#8221; &#8212; or variations thereof.</p>
<p>If you&#8217;ve reached this post by searching for something similar, I&#8217;m guessing you want to do one of two things: either 1) run Ruby on an iPad, or 2) develop for the iPad using Ruby.</p>
<h3>1) Run Ruby on the iPad</h3>
<p>Never going to happen.</p>
<p>Like the iPod and the iPhone, the iPad is a closed system. The only near-possible way to run Ruby on an iPad would, I&#8217;m guessing, be to create an app which bundled Ruby and provided a command-line interface to it. But that&#8217;s not going to happen either. Can you imagine Apple approving an app which allowed users to run any code they liked &#8212; even within a sandbox? Neither can I.</p>
<h3>2) Develop for the iPad using Ruby</h3>
<p>This is less clear-cut: there&#8217;s obviously no support for Ruby in the Objective-C iPad SDK, but we do have <a href="http://www.macruby.org/">MacRuby</a>: &#8220;a version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies&#8221;. I think the key words there are &#8220;<em>Mac</em> OS X technologies (my emphasis)&#8221;; Mac OS X is different to iPhone/iPad OS X, and right now there&#8217;s about as much chance of using MacRuby to develop iPad apps as there is of Bill Gates coming to work at Apple.</p>
<p>That might change though (the MacRuby thing, not Bill Gates) &#8212; which change would depend on MacRuby becoming a popular way to develop for the Mac. If enough developers use it, Apple may &#8212; <em>may</em> &#8212; decide it&#8217;s worth their time an effort to port MacRuby to their other platforms.</p>
<p>So, Googler: there&#8217;s some small hope.</p>
]]></content:encoded>
			<wfw:commentRss>http://jameswilding.net/2010/01/28/ruby-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thoughts on the iPad</title>
		<link>http://jameswilding.net/feeder/?FeederAction=clicked&amp;feed=Posts+%28RSS2%29&amp;seed=http%3A%2F%2Fjameswilding.net%2F2010%2F01%2F27%2Fthoughts-on-the-ipad%2F&amp;seed_title=Thoughts+on+the+iPad</link>
		<comments>http://jameswilding.net/2010/01/27/thoughts-on-the-ipad/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 19:35:01 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://jameswilding.net/?p=479</guid>
		<description><![CDATA[The mad ravings of an Apple fan.]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> if you&#8217;re here after searching for &#8220;ruby on iPad&#8221; or similar, <a href="http://jameswilding.net/2010/01/28/ruby-on-the-ipad/">read this article</a>.</p>
<p>Some random, contradictory thoughts triggered by Apple&#8217;s iPad event.</p>
<p>It&#8217;s an evolution, not a revolution. I know this is a massive oversimplification, but it&#8217;s basically a bigger iPhone. The iPhone wasn&#8217;t a bigger anything &#8212; it was the first of its kind.</p>
<p>That&#8217;s not to say that the iPad is anything less than the iPhone (for some people it&#8217;s going to be better: more screen space, more functionality) but it&#8217;s not a game changer.</p>
<p>What is it for? I&#8217;m not convinced that I <em>need </em>to get one of these in the same way that I was convinced I should buy an iPhone when they came out. When I saw an iPhone, I thought &#8220;holy crap, that blows my Nokia out of the water&#8221;. When I see the iPad, I think &#8220;that&#8217;s cool, but I could just buy a Macbook Air&#8221;.</p>
<p>I can absolutely, 100% imagine sitting in an armchair with an iPad after work and checking up on my favourite websites.</p>
<p>It&#8217;s a compliment to a Mac, not a replacement for one.</p>
<p><span style="text-decoration: line-through;">If the eBook features are good, Amazon will be more than a bit worried.</span> Amazon must be more than a bit worried.</p>
<p>The &#8220;half-screen iPhone apps&#8221; thing is crazy &#8212; doesn&#8217;t look right. They should have run them with the desktop in the background, like widgets.</p>
<p>Great move releasing the SDK on day one. I wonder if Apple made a special effort to do that because of what happened with the iPhone (complaints about no SDK, jailbreaking), or just because the SDK is their now anyway (from the iPhone)?</p>
<p>The little home button at the bottom looks silly.</p>
<p>The dock looks even sillier.</p>
<p>If I owned one, I&#8217;d buy more books. This is why publishers should get involved.</p>
<p>The iBook font changer is nice, but &#8212; Times New Roman?!</p>
<p>It&#8217;s cool that they&#8217;re using ePub (an <a href="http://en.wikipedia.org/wiki/EPUB">open format</a>)</p>
<p>Even though I don&#8217;t <em>need</em> to, I <em>want</em> to use iWork on an iPad because it&#8217;s just cool that you can.</p>
<p>I would have preferred to be able to run more than one app at once.</p>
<p>Using different keyboard layouts for different tasks is a nice touch.</p>
<p>$30 for unlimited internet is a bargain &#8212; if you use it.</p>
<p>$499 is a brilliant price.</p>
<p>Apple was never going to live up to the hype on this.</p>
<p>The iPad is all about convenience.</p>
<p>All in all the iPad looks pretty cool &#8212; on a level with the Macbook Air, not the iPhone; a refinement of something that Apple are already offering, rather than a completely new invention.</p>
]]></content:encoded>
			<wfw:commentRss>http://jameswilding.net/2010/01/27/thoughts-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
