<?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>&#60;/Ryan Spears&#62;</title>
	<atom:link href="http://www.spears.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spears.ca</link>
	<description>If you can&#039;t adopt early, why bother adopting at all.</description>
	<lastBuildDate>Mon, 20 Feb 2012 20:52:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My home media download system setup</title>
		<link>http://www.spears.ca/2012/02/20/my-home-media-download-system-setup/</link>
		<comments>http://www.spears.ca/2012/02/20/my-home-media-download-system-setup/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 20:52:36 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[home media]]></category>
		<category><![CDATA[newsgroup]]></category>
		<category><![CDATA[sabnzbd]]></category>
		<category><![CDATA[sick beard]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://www.spears.ca/?p=62</guid>
		<description><![CDATA[Due to popular demand, I&#8217;ve decided to write a quick post to show y&#8217;all how to setup a pretty awesome and fairly automated way &#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_63" class="wp-caption alignleft" style="width: 310px"><a href="http://www.spears.ca/wp-content/uploads/2012/02/sickbeard_small.png"><img class="size-medium wp-image-63" title="sickbeard logo" src="http://www.spears.ca/wp-content/uploads/2012/02/sickbeard_small-300x144.png" alt="" width="300" height="144" /></a><p class="wp-caption-text">TV management for the elite!</p></div>
<p>Due to popular demand, I&#8217;ve decided to write a quick post to show y&#8217;all how to setup a pretty awesome and fairly automated way to pull media from the internets and watch it/listen to it anywhere in your home OR on the road.</p>
<p>There are many levels of involvement to this setup from the cheapest and simplest, all the way to the more expensive and elaborate. The complexity, however, only lies in the initial setup and once it&#8217;s all up and running..  sit back and watch some TV.</p>
<h1>Simple setup</h1>
<p>This section represents the core functionality of how I get my media downloaded. These items are also required if you want to move into the more complex setup like external storage management, etc. With this setup you&#8217;ll be able to setup automatic downloading of your favourite shows and watch them on your computer anytime you want.</p>
<h3>Items required</h3>
<ol>
<li>a personal computer (Mac, PC, ubuntu, whatever)</li>
<li>an internet connection with a decent bandwidth cap (show episodes are generally 350 MB for an hour of standard definition TV and can be 1.4 GB for HD so you do the math)</li>
<li>a newsgroup account. This is different than your regular web service that you get from your ISP. Servers that store data and serve it up at blazingly fast speeds. Things you want to look for in your NG service: long retention days (999+), multiple connections (8+) and SSL. The one I use is <a title="Usenet Server" href="http://www.usenetserver.com/?refer=157394">usenetserver.com</a> Prices can range but average between $10-$15 a month (cheaper than paying for TV!). You can even try their trials to see if you want to do it.</li>
<li>a newsgroup search account. Though the newsgroup account above gives you access to download files, there is another site and account that is used to search these millions of files that are online. sign up for <a title="NZBmatrix" href="http://nzbmatrix.com">nzbmatrix.com</a> and/or <a title="Newzbin" href="http://newzbin2.es">newzbin2.es</a> With the former you should sign up for VIP ($10 for 10 years, lol) and you get more than 10 searches in 24 hrs.</li>
</ol>
<p>Setup steps</p>
<ol>
<li>With your newsgroup service/search setup, you&#8217;ll need to download a couple of pieces of software to perform the searching and downloading. The first one is something called <a title="SABnzbd" href="http://sabnzbd.org/">SABnzbd</a>. This guy does the heavy lifting and performs the downloading through your NG service. It&#8217;s open source too (read: free!). Download this for your platform and run the installation.</li>
<li>The installation wizard is really straight forward: <a title="SABnzbd setup wizard" href="http://wiki.sabnzbd.org/quick-setup#toc9">screenshots</a>. I chose the classic theme. On step 2, choose viewable on my PC only. Step 3, enter your newsgroup SSL server info (for me this is  secure.usenetserver.com port 563 with username and password and I have 10 connections). Step 4 enter the search service you setup from 4 above. Click &#8216;Go to SABnzbd&#8217;</li>
<li>You should be able to see the console for SABnzbd. If not, you can check out their FAQ</li>
<li>Within the console for SABnzbd, go to Config &gt; Folders and update the temporary download folder and the completed download folder to something more appropriate. something like c:\media\sabnzbd\complete &amp; c:\media\sabnzbd\incomplete</li>
<li>Under Config &gt; Categories add a category called &#8216;TV&#8217; with a path something like c:\media\tv (remember where this is for later) and click save at the end of the row</li>
<li>Under Config &gt; Sorting check the box that says &#8216;enable TV sorting&#8217;. Enter &#8216;%sn/Season %s/S%0sE%0e &#8211; %en.%ext&#8217; in the sort string and scroll to the bottom and hit save</li>
<li>The next thing to download is a program called <a title="SickBeard" href="http://sickbeard.com/" target="_blank">SickBeard</a>. Installation instructions here: <a title="Sickbeard installation" href="http://sickbeard.com/install.html#Windows" target="_blank">instructions</a>.</li>
<li>Once complete you should be able to access it through http://localhost:8081 on your computer. Now you need to get all the pieces of software talking to each other.</li>
<li>With sickbeard console opened, go to Config &gt; Search Settings and update the information similar to below
<div id="attachment_65" class="wp-caption aligncenter" style="width: 763px"><a href="http://www.spears.ca/wp-content/uploads/2012/02/sickbeard1.png"><img class="size-full wp-image-65" title="sickbeard_search_settings" src="http://www.spears.ca/wp-content/uploads/2012/02/sickbeard1.png" alt="" width="753" height="416" /></a><p class="wp-caption-text">Replace the data with your own.</p></div>
<p>The server you&#8217;ll use will be http://localhost:8080 with a blank username, password and API key.</li>
<li>Under Config &gt; Search Providers, check off whatever search providers you signed up for in the &#8216;Items Required&#8217; #4 above and configure them in the &#8216;Configure built-in providers&#8217; section (by adding the username and passwords/API key found at the site under account settings)</li>
<li>Now that everything is up and running and wired together, you&#8217;re ready to start adding shows to SickBeard. Click Home &gt; Add Shows. Here you&#8217;ll want to click &#8216;Add New Show&#8217; and search for a show you want to add. Say &#8216;Misfits&#8217; (great show, consider adding this one). Here, sickbeard will check for matches against this and show you potential hits. Choose the show based on the name and the series start date and hit &#8216;Next&#8217;</li>
<li>Choose where the files for this show are going to be saved by sabnzbd. This should be the same folder from step 5. Hit Next</li>
<li>Select if you want to skip any episodes that have aired so far or if you want to download them now (skipped vs wanted), check Season Folders and choose your preferred quality (SD for lower size and quality, HD for much larger size but better quality). Hit &#8216;Add Show&#8217;</li>
<li>After some time you should see the TV show added to the list of shows. You can select the show and see the status of each episode whether it&#8217;s aired, downloaded, skipped, etc. If you open SABnzbd in your browser, you should see stuff start to download after a while. Once SABnzbd has completed each download, it should place the file in the folder that you specified.</li>
<li>Watch and Enjoy.</li>
</ol>
<p>In another post, I&#8217;ll write again on some extra peripherals you can setup to take the load off your computer (so you don&#8217;t have to leave it running all the time to manage the downloads), increase your storage and centralise the media so you can start watching on any of your TVs instead of your computer. Let me know if you have any questions (I&#8217;m sure I&#8217;ve missed something)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2012/02/20/my-home-media-download-system-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macbook Pro mini display port stops working?</title>
		<link>http://www.spears.ca/2012/02/13/macbook-pro-mini-display-port-stops-working/</link>
		<comments>http://www.spears.ca/2012/02/13/macbook-pro-mini-display-port-stops-working/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 18:32:50 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.spears.ca/?p=59</guid>
		<description><![CDATA[Monday mornings back at work are usually quite nice for me, except for this one. Coming in to find out that the mini display &#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_58" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.spears.ca/wp-content/uploads/2012/02/headline1.gif"><img class="size-medium wp-image-58" title="Genius reservation" src="http://www.spears.ca/wp-content/uploads/2012/02/headline1-300x27.gif" alt="" width="300" height="27" /></a><p class="wp-caption-text">You&#39;re welcome.</p></div>
<p>Monday mornings back at work are usually quite nice for me, except for this one. Coming in to find out that the mini display port on my 2010 macbook pro is kinda like an end of days for me. You really come to expect that having dual monitors for work really is the norm so trying to spend my morning working on my 15&#8243; display got the better of me.</p>
<p>Instead of scouring the net for various generic issues that may be &#8216;somewhat&#8217; similar to mine, I opted instead to schedule another appointment at the &#8216;Genius Bar&#8217;. Ugh I hate that name. The only apple store in Ottawa is quite close to work so I scheduled the apt over lunch and popped down for hopefully a solution. Here it is:</p>
<p><a title="Reset PRAM" href="http://support.apple.com/kb/ht1379">Reset the computer&#8217;s PRAM</a></p>
<pre>1. Turn off computer.
2. Turn on and immediately hold command &amp; option &amp; P &amp; R keys. Yes all 4 at the same time! You <em>may</em> get a hand cramp pulling this
combo
3. Keep holding until you hear the startup sound for a second time</pre>
<p>Yup .. that&#8217;s it. Everything was find and dandy after that. Ah well, at least I got to have a nice lunch at the Rideau Centre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2012/02/13/macbook-pro-mini-display-port-stops-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4S camera &#8216;haze&#8217;</title>
		<link>http://www.spears.ca/2012/01/02/iphone-4s-camera-haze/</link>
		<comments>http://www.spears.ca/2012/01/02/iphone-4s-camera-haze/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 23:45:34 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[haze]]></category>
		<category><![CDATA[iPhone 4s]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[scratches]]></category>
		<category><![CDATA[scuff]]></category>

		<guid isPermaLink="false">http://www.spears.ca/?p=48</guid>
		<description><![CDATA[The iPhone 4S camera, it&#8217;s heralded as the best smartphone camera in the market. It was one of the largest highlights out of this &#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_52" class="wp-caption alignleft" style="width: 235px"><a href="http://www.spears.ca/wp-content/uploads/2012/01/4svirgincamera.jpg"><img class="size-medium wp-image-52" title="iPhone 4s camera" src="http://www.spears.ca/wp-content/uploads/2012/01/4svirgincamera-225x300.jpg" alt="" width="225" height="300" /></a><p class="wp-caption-text">First picture taken with my new 4S iPhone</p></div>
<p>The <a title="Apple's iPhone 4S camera" href="http://www.apple.com/ca/iphone/built-in-apps/camera.html" target="_blank">iPhone 4S camera</a>, it&#8217;s heralded as the best smartphone camera in the market. It was one of the largest highlights out of this years &#8216;minor&#8217; hardware revision the iPhone saw (aside from the dual core A5).</p>
<p>This was THE main reason I upgraded my iPhone (at least that&#8217;s what I tell myself). I mean c&#8217;mon: 8MP, f2.4 (a half stop better than the iPhone 4), kick ass sensor and an array of lenses including an IR lens to help with colouration. The picture on the left was one of the first images I took with my beautiful phone. You can see the rich yellow colour of the kronenbourg, the clarity of the lettering on the glass and the fact that I&#8217;m sitting in a poorly lit bar.</p>
<p>Now I&#8217;d like to take you to how my images look now. Over 2 and a half months (the phone only came out Oct 14th here in Canada), my phone has gone from amazing to shaite. In the image below you can see on my phone the whole image has a haze to it. Almost like it&#8217;s not focused. The light seems really misty and colours are all off. The haze also seems to get worse closer to the bottom of the picture, especially around the sunglasses.</p>
<div id="attachment_49" class="wp-caption aligncenter" style="width: 650px"><a href="http://www.spears.ca/wp-content/uploads/2012/01/coffe_compare.jpg"><img class="size-large wp-image-49" title="iPhone camera compare 1" src="http://www.spears.ca/wp-content/uploads/2012/01/coffe_compare-1024x682.jpg" alt="" width="640" height="426" /></a><p class="wp-caption-text">My coffee and sunglasses</p></div>
<p>The culprit? a protruding camera. The camera on the iPhone 4S sticks out from the rest of the body just barely, but enough to be the main part sitting on the table you just put your phone on.</p>
<div id="attachment_55" class="wp-caption alignright" style="width: 310px"><a href="http://www.spears.ca/wp-content/uploads/2012/01/lens.jpg"><img class="size-medium wp-image-55" title="Scratched lens" src="http://www.spears.ca/wp-content/uploads/2012/01/lens-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Can you buff this out?</p></div>
<p>I took a peek at my iPhone 4 (handed down to my wife) and the lens is perfect. The metal ring seems flush with the phone and the lens perhaps is slightly recessed. I never had a case for either of my phones. I can&#8217;t stand how bulky the cases are. I also have a mount specific to my phone that fits it perfectly. It was a pain to have to take the case on an off every time I got into my car. I suppose I&#8217;m paying for it now.</p>
<p>I&#8217;ve got an appointment with the &#8216;Genius Bar&#8217; tomorrow to have a chat and see if I can&#8217;t get a replacement. I went and put on a skin until I figure out what they&#8217;ll help me out with. It&#8217;s in the picture above. You can just see the edges of the skin around the camera. It&#8217;s amazing. If you&#8217;re looking for a great skin: <a href="http://www.bestskinsever.com/" target="_blank">Best Skins Ever</a>. Hopefully tomorrow I get good news and a replacement phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2012/01/02/iphone-4s-camera-haze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>23andMe DNA testing</title>
		<link>http://www.spears.ca/2011/12/30/23andme-dna-testing/</link>
		<comments>http://www.spears.ca/2011/12/30/23andme-dna-testing/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 15:45:57 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[23andme]]></category>
		<category><![CDATA[ancestry]]></category>
		<category><![CDATA[dna]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://www.spears.ca/?p=43</guid>
		<description><![CDATA[For those of you that have never heard of the company 23andMe, a little background from Wikipedia: 23andMe is a privately held personal genomics &#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_41" class="wp-caption alignleft" style="width: 310px"><a href="http://www.spears.ca/wp-content/uploads/2011/12/23andMeLogoMagentaLime.jpg"><img class="size-medium wp-image-41" title="23andMeLogo" src="http://www.spears.ca/wp-content/uploads/2011/12/23andMeLogoMagentaLime-300x162.jpg" alt="" width="300" height="162" /></a><p class="wp-caption-text">23andMe</p></div>
<p>For those of you that have never heard of the company <a title="23andMe" href="https://www.23andme.com/" target="_blank">23andMe</a>, a little background from <a title="23andMe on Wikipedia" href="http://en.wikipedia.org/wiki/23andMe" target="_blank">Wikipedia</a>:</p>
<blockquote><p>23andMe is a privately held personal genomics and biotechnology company based in Mountain View, California that is developing new methods and technologies that will enable consumers to understand their own genetic information. The company is named for the 23 pairs of chromosomes in a normal human cell.<br />
The 23andMe website is currently split into four categories: Health and Traits, Ancestry, Sharing and Community, and Research. They currently test or are researching over 100 diseases, conditions, and traits.</p></blockquote>
<p>Essentially for $200, you get a kit, spit in a tube, send it back and they analyze the sample provide you a breakdown of health predispositions, traits and ancestry. The first time I&#8217;d heard about 23andMe was when it was mentioned in a segment on how evil Google is on a show called <a title="The Hungry Beast" href="http://hungrybeast.abc.net.au/" target="_blank">Hungry Beast</a>.</p>
<div class="embed oembed"><iframe width="550" height="309" src="http://www.youtube.com/embed/R7yfV6RzE30?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></div>
<p>They mention 23andMe at the minute and a half mark. A couple episodes later, they dedicated an entire segment to 23andMe.</p>
<div class="embed oembed"><iframe width="550" height="309" src="http://www.youtube.com/embed/Wzx4F1m7Ci4?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></div>
<p>This got me curious. Despite the &#8216;What if you find out something bad?&#8217; thoughts, I decided to go ahead and order a kit (oh and one for my wife, cause nothing is more fun than doing it with your partner). What if I find out I have an 80% chance of getting Alzheimer&#8217;s disease? Well, it&#8217;s going to happen anyway. I WANT TO KNOW!</p>
<p>Right now, my profile reads &#8220;Your sample was received on <strong>December 30, 2011.</strong>   Allow 6-8 weeks for processing.&#8221;. This will be perfect timing as my wife and I are heading travelling for the month of January. Check back soon for a chat of the results!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2011/12/30/23andme-dna-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Travel Charger for only $35!</title>
		<link>http://www.spears.ca/2011/12/15/awesome-travel-charger-for-only-35/</link>
		<comments>http://www.spears.ca/2011/12/15/awesome-travel-charger-for-only-35/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 00:32:16 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[charger]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.spears.ca/?p=34</guid>
		<description><![CDATA[My wife and I are booked for a nice little vacation in January to Costa Rica, and I&#8217;m really really looking forward to it. &#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_35" class="wp-caption alignleft" style="width: 235px"><a href="http://www.dealextreme.com/p/9000mah-mobile-external-battery-power-charger-with-cell-phone-adapters-black-silver-54978"><img class="size-medium wp-image-35 " title="Mobile charger" src="http://www.spears.ca/wp-content/uploads/2011/12/photo-e1323994171766-225x300.jpg" alt="Mobile Travel Charger" width="225" height="300" /></a><p class="wp-caption-text">Charger with my wife&#39;s old 3GS</p></div>
<p>My wife and I are booked for a nice little vacation in January to Costa Rica, and I&#8217;m really really looking forward to it. Mostly to relax, but still we&#8217;re doing a LOT of travelling within the country to many cities. With all this travelling around, I find myself wanting to research, document and kill time on my iPhone and iPad.</p>
<address>Side Note: Before judging me on the merits of bringing my iPhone and iPad while on vacation understand that I&#8217;m not a paper person and ALL my travel research is stored on my iPad (details on another post on another day).</address>
<p>As some have heard and some already know, constant use of your mobile device EATS your battery alive before you get a chance to get back to some kind of outlet.</p>
<p>Lo and behold this <a title="Travel Charger" href="http://www.dealextreme.com/p/9000mah-mobile-external-battery-power-charger-with-cell-phone-adapters-black-silver-54978" target="_blank">travel charger</a>. I&#8217;ve now owned this particular unit that I got from <a title="DealExtreme" href="http://www.dealextreme.com" target="_blank">DealExtreme</a> for some time now and it&#8217;s fantastic. The reason this $37.99 beauty is better than most is that it packs a 9000mAh capacity, which means it&#8217;s charged my iPad once and my iPhone several times in one charge. It&#8217;s 2.2A output covers the 2.0A minimum req&#8217;d by the iPad to charge. I&#8217;ve just ordered the <a title="9600mAh travel charger" href="http://www.dealextreme.com/p/9600mah-portable-emergency-power-rechargeable-battery-pack-for-cell-phone-ipod-iphone-mp3-mp4-psp-45799" target="_blank">9600mAh battery</a> as a second unit for my wife to carry around and for me to compare. Happy charging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2011/12/15/awesome-travel-charger-for-only-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App store updates</title>
		<link>http://www.spears.ca/2011/12/14/app-store-updates/</link>
		<comments>http://www.spears.ca/2011/12/14/app-store-updates/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 04:43:51 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://www.spears.ca/2011/12/14/app-store-updates/</guid>
		<description><![CDATA[Probably one of my biggest pet peeves on the app store is a severe lack of app update description. As a developer, I tend &#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_26" class="wp-caption alignleft" style="width: 240px"><a href="http://www.spears.ca/wp-content/uploads/2011/12/20111214-234034.jpg"><img class=" wp-image-26  " title="20111214-234034.jpg" src="http://www.spears.ca/wp-content/uploads/2011/12/20111214-234034.jpg" alt="" width="230" height="346" /></a><p class="wp-caption-text">Thanks for the update Shoeboxed!</p></div>
<p>Probably one of my biggest pet peeves on the app store is a severe lack of app update description. As a developer, I tend to look at each app update to see how other devs (or marketing group) are telling their users &#8220;what&#8217;s new!&#8221; I used to just to the ol&#8217; &#8220;Update All&#8221;, but the more I use an app the more I want to know if new features are getting stuffed into the app. I&#8217;m sure we want to get the most of our free or 99c apps.</p>
<p>I try and provide my users with the most detail on an update as I can. Minor Enhancement? Here is a list of most or all of the bugs that I&#8217;ve found based on feedback and testing! Major revision? Here&#8217;s a solid laundry list of what you can expect out of the enhancements! Of course, the list that I give to our business lead doesn&#8217;t always match word for word what ends up in the app store. But I try.</p>
<div id="attachment_31" class="wp-caption alignright" style="width: 210px"><a href="http://www.spears.ca/wp-content/uploads/2011/12/IMG_0163.png"><img class="size-medium wp-image-31" title="Great app update description" src="http://www.spears.ca/wp-content/uploads/2011/12/IMG_0163-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Camera+ update FTW!</p></div>
<p><a title="Camera+" href="http://campl.us/" target="_blank"> Camera+</a> on the other had does a great job with both their app and their app updates. They even throw in whimsical little icons!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2011/12/14/app-store-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for iOS</title>
		<link>http://www.spears.ca/2011/11/30/wordpress-for-ios/</link>
		<comments>http://www.spears.ca/2011/11/30/wordpress-for-ios/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 01:34:46 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.spears.ca/?p=3</guid>
		<description><![CDATA[In three words: &#8216;Not that great&#8217;. I was kind of hoping for a mechanism to upload images from my iPhone into my media library &#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_13" class="wp-caption alignleft" style="width: 310px"><a href="http://itunes.apple.com/us/app/wordpress/id335703880?mt=8"><img class="size-medium wp-image-13" title="wordpress iOS" src="http://www.spears.ca/wp-content/uploads/2011/08/ios_wordpress-300x174.png" alt="iTunes placeholder for wordpress iOS app" width="300" height="174" /></a><p class="wp-caption-text">Wordpress for iOS</p></div>
<p>In three words: &#8216;Not that great&#8217;. I was kind of hoping for a mechanism to upload images from my iPhone into my media library without creating a full blown post with each photo. Most of the review of gadgets that I get my grubby hands on, I&#8217;m going to be taking pictures with my iPhone camera. I mean, I have the phone on me 24/7 anyway, so naturally I&#8217;m going to use it&#8217;s camera. I see there are some 3rd party tools that will do the trick for me, but I was hoping that this app would take care of that for me.<br />
Still on the topic of image, I&#8217;m not sure if anyone that has used the app has attempted to upload and use an image in a post? For some reason the app doesn&#8217;t really like to play nice embedding the html. Once you&#8217;ve decided to use the image in the post and publish, I find I just get stripped up HTML.</p>
<p>At least you can view your blog stats. I&#8217;ll just be happy with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2011/11/30/wordpress-for-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.spears.ca/2011/08/01/hello-world/</link>
		<comments>http://www.spears.ca/2011/08/01/hello-world/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:36:16 +0000</pubDate>
		<dc:creator>rspears</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.spears.ca/?p=1</guid>
		<description><![CDATA[Yes. Hello World. Although I feel like I should be saying hello again old world as this may be my 3rd attempt at holding &#8230;]]></description>
			<content:encoded><![CDATA[<p>Yes. Hello World.</p>
<p>Although I feel like I should be saying hello again old world as this may be my 3rd attempt at holding up a blog. Hopefully it sticks this time. I feel like I have more to talk about this time round. Since my last blog attempt I have more hobbies it would seem as well as a more involvement in the development community. I hope to share it all with you here.</p>
<p>Stay tuned</p>
<div id="attachment_4" class="wp-caption alignleft" style="width: 235px"><a href="http://www.spears.ca/wp-content/uploads/2011/11/20111130-135435.jpg"><img class="size-medium wp-image-4" title="Ryan + moustache" src="http://www.spears.ca/wp-content/uploads/2011/11/20111130-135435-225x300.jpg" alt="Me trying to rock a 'stache" width="225" height="300" /></a><p class="wp-caption-text">This guy knows Movember</p></div>
<p>Oh, and happy Movember. Hope it was a good one. It certainly was for <a title="My Movember page" href="http://ca.movember.com/mospace/1016928/" target="_blank">me and the Prostate Cancer Canada Network</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spears.ca/2011/08/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

