<?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>Joe Blog&#039;s &#187; Apple</title>
	<atom:link href="http://blog.joeb454.com/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joeb454.com</link>
	<description>A Day In The Life Of Your Average Joe</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:47:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>iDroid</title>
		<link>http://blog.joeb454.com/2010/02/idroid/</link>
		<comments>http://blog.joeb454.com/2010/02/idroid/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:04:29 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[nexus one]]></category>

		<guid isPermaLink="false">http://blog.joeb454.com/?p=404</guid>
		<description><![CDATA[Before I start &#8211; no, this isn&#8217;t a Star Wars post Sorry! I currently have an iPhone, and no, I&#8217;m not ashamed to admit it, though it is a little awkward that I can&#8217;t sync it with my desktop. I&#8217;m also not ashamed to admit that I love it, I really do. But as with [...]]]></description>
			<content:encoded><![CDATA[<p>Before I start &#8211; no, this isn&#8217;t a Star Wars post <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sorry!</p>
<p>I currently have an iPhone, and no, I&#8217;m not ashamed to admit it, though it is a little awkward that I can&#8217;t sync it with my desktop. I&#8217;m also not ashamed to admit that I love it, I really do. But as with a lot of things, I find the Apple design of the phone a little restrictive. Sure it&#8217;s polished, and it looks sleek and sexy (to some at least), but I just can&#8217;t help feeling that I&#8217;d prefer an Android phone.</p>
<p>I&#8217;ve been looking, albeit briefly, at what Android phones are available on the UK market. Out of the choices, I think I&#8217;d prefer a Nexus One, though as far as I&#8217;ve seen &#8211; they&#8217;re Vodafone exclusive, and I&#8217;m on an O2 contract, so it&#8217;s a no-go. I&#8217;d love to hear from some of you guys that have Android phones, and what phones they are, because I&#8217;m definitely in the market!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2010/02/idroid/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Dropbox</title>
		<link>http://blog.joeb454.com/2009/04/dropbox/</link>
		<comments>http://blog.joeb454.com/2009/04/dropbox/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 23:17:35 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Uni]]></category>
		<category><![CDATA[64-Bit]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cross-platform]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[idisk]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[Sync]]></category>

		<guid isPermaLink="false">http://blog.joeb454.com/?p=298</guid>
		<description><![CDATA[From what I recall, quite a few people have heard of, or even use Dropbox. Dropbox is similar to Apple&#8217;s iDisk, in the respect that it is an online backup/data storage facility. The only difference is, dropbox will give you 2GB of free storage, just for signing up. There&#8217;s also an option to pay either [...]]]></description>
			<content:encoded><![CDATA[<p>From what I recall, quite a few people have heard of, or even use <a title="Dropbox" href="http://www.getdropbox.com">Dropbox</a>.</p>
<p>Dropbox is similar to <a title="iDisk" href="http://www.apple.com/mobileme/features/idisk.html">Apple&#8217;s iDisk</a>, in the respect that it is an online backup/data storage facility. The only difference is, dropbox will give you 2GB of free storage, just for signing up. There&#8217;s also an option to pay either $9.99 per month, or $99 per year, which will upgrade your storage capacity to 50GB. For me personally, I don&#8217;t (yet) need any more than the 2GB, though I may consider looking into the 50GB option in future.</p>
<p>What I like most about Dropbox is that it&#8217;s cross platform. For me this is fantastic, because I run Ubuntu (9.04 64 bit if you&#8217;re interested) on my desktop, and my laptop is an aluminum Macbook. Now I had the problem of somehow remembering to put things in the Dropbox directory so that they would get synced to the server and thus between my 2 machines.</p>
<p>Solving that problem was a lot easier than I could&#8217;ve expected. No thanks to my friend Gabby, who told me what he had done on IRC. Using
<div class="codesnip-container" >ln -s</div>
<p> you can create soft links to the directories to/from the Dropbox directory, and any changes you make to that directory outside of the Dropbox directory, get automatically synced. Put simply, if I make any changes to something in ~/Documents, it automatically gets backed up/synced to Dropbox. Awesome!!</p>
<p>If you&#8217;re unsure of the syntax of
<div class="codesnip-container" >ln</div>
<p>, as it is a little confusing, it&#8217;s the following:</p>
<div class="codesnip-container" >ln -s target link_name</div>
<p>And finally, if you want to join Dropbox because you haven&#8217;t already, following this link will (according to Dropbox) get you a little bit more space <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline;"><strong>Edit:</strong></span> I&#8217;ve just been informed (thanks Matteo!) that the referral links don&#8217;t seem to be giving extra space any more. This is likely because Dropbox limits the amount they give out. Please feel free to use the link at the end of the post <strong><em>if you want</em></strong>, but don&#8217;t feel obliged to if you do want to sign up. <a title="Join Dropbox" href="https://www.getdropbox.com/referrals/NTEwNTYwMDk">Join Dropbox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2009/04/dropbox/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://blog.joeb454.com/2008/09/google-chrome/</link>
		<comments>http://blog.joeb454.com/2008/09/google-chrome/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:03:02 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Acid3]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://joeb454.wordpress.com/?p=163</guid>
		<description><![CDATA[There&#8217;s been what I would describe as &#8220;mass press overload&#8221; on Google Chrome since it&#8217;s release a day or 2 ago (depending on time zones). So I thought I&#8217;d join in And yes &#8211; I&#8217;m currently posting this from Chrome, running on Windows Vista. Unfortunately, I can&#8217;t try it out on Ubuntu just yet, as [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been what I would describe as &#8220;mass press overload&#8221; on <a href="http://www.google.com/chrome">Google Chrome</a> since it&#8217;s release a day or 2 ago (depending on time zones). So I thought I&#8217;d join in <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  And yes &#8211; I&#8217;m currently posting this from Chrome, running on Windows Vista.</p>
<p>Unfortunately, I can&#8217;t try it out on Ubuntu just yet, as there&#8217;s no Linux builds, and trying to build it from source won&#8217;t work, many have tried. People were hopeful that it would run in wine&#8230;No dice. So we&#8217;ll just have to wait. Until then, I can continue merging and moving threads about on the <a title="Ubuntu Forums" href="http://ubuntuforums.org">forums</a>. Which have been literally inundated with threads regarding the browser, so there is now a &#8220;Google Chrome MegaThread&#8221; :p</p>
<p>I have to say, I actually quite like it&#8230;now that <a href="http://tapthehive.com/discuss/This_Post_Not_Made_In_Chrome_Google_s_EULA_Sucks">the EULA has been revised</a> that is. And it renders very quickly (Yes &#8211; faster than Safari, which according to Apple is &#8220;the fastest, easiest-to-use web browser in the world&#8221; &#8211; perhaps they should rethink that statement?).</p>
<p>As this blog seems to be getting a lot of hits still concerning Acid3, I tried Google Chrome from the same acid test website. And it gets&#8230;.78/100! I think that&#8217;s pretty respectable, though it fails the LinkTest (screenshot supplied below).</p>
<p>Anyway &#8211; more on this later, possibly when there&#8217;s major improvements or a Linux version <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update: </strong>I forgot to add the screenshot of the Acid test, here it is!</p>
<p> </p>
<div id="attachment_165" class="wp-caption aligncenter" style="width: 310px"><a href="http://joeb454.files.wordpress.com/2008/09/chrome-acid.png"><img class="size-medium wp-image-165" title="Google Chrome Acid3" src="http://joeb454.files.wordpress.com/2008/09/chrome-acid.png?w=300" alt="Acid3 Test Results" width="300" height="179" /></a><p class="wp-caption-text">Acid3 Test Results</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2008/09/google-chrome/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
