<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>That Not So Fresh Feeling &#187; iPhone</title>
	<atom:link href="http://blog.ryantoohil.com/category/iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ryantoohil.com</link>
	<description>Stuff.</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>2006-2007 </copyright>
	<managingEditor>ryan@ryantoohil.com (That Not So Fresh Feeling)</managingEditor>
	<webMaster>ryan@ryantoohil.com (That Not So Fresh Feeling)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://blog.ryantoohil.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>That Not So Fresh Feeling</title>
		<link>http://blog.ryantoohil.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Just another place for just another jackass to rant about sports, politics, entertainment, technology, and life.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>That Not So Fresh Feeling</itunes:author>
	<itunes:owner>
		<itunes:name>That Not So Fresh Feeling</itunes:name>
		<itunes:email>ryan@ryantoohil.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.ryantoohil.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Moving from Google Calendar to iCloud</title>
		<link>http://blog.ryantoohil.com/2011/10/moving-from-google-calendar-to-icloud.php</link>
		<comments>http://blog.ryantoohil.com/2011/10/moving-from-google-calendar-to-icloud.php#comments</comments>
		<pubDate>Tue, 18 Oct 2011 22:24:44 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=910</guid>
		<description><![CDATA[There&#8217;s a lot of awesomeness about Google Calendar. I&#8217;ve been using it, synced to my iPhone, iPad, and Mac, for pretty much everything but my work calendar (stupid Exchange). I used it so much that I even built a Greasemonkey script to automatically create Google Calendar entries from Evites. That&#8217;s not necessary any more (Evite <a href='http://blog.ryantoohil.com/2011/10/moving-from-google-calendar-to-icloud.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of awesomeness about Google Calendar. I&#8217;ve been using it, synced to my iPhone, iPad, and Mac, for pretty much everything but my work calendar (stupid Exchange). I used it so much that I even built a Greasemonkey script to automatically create <a href="http://userscripts.org/scripts/show/7271">Google Calendar entries from Evites</a>. That&#8217;s not necessary any more (Evite finally added it natively), but it&#8217;s safe to say I used Google Calendar pretty exhaustively.</p>
<p>Over time, working with Google Calendar across all those devices became a bit tougher. It&#8217;s not really Google&#8217;s fault&#8211;I just wanted to do some stuff that wasn&#8217;t as easy to do. Syncing across multiple devices with all of them being able to read/write/update entries became a crapshoot as to whether or not an update would work. Weirdness with iCal (on the Mac) where all of a sudden it couldn&#8217;t authenticate to Google&#8217;s servers. I&#8217;m not sure where the fault lies (probably both on Google and Apple: Google tends to do some stuff non-standard; Apple seems to sometimes not handle non-standard stuff very well), but it would go flaky every now and then.</p>
<p>That being said, it still worked very, very nicely. Mostly. iOS 4 made it even easier when they added native Google Calendar syncing.</p>
<p>But, in iOS 5, Apple released <a href="https://www.icloud.com">iCloud</a>, and with it, the chance to simplify a bit. I could drop some of the workarounds to go native Apple. So, as risky as that sounds (remember MobileMe … or hell, remember the <a href="https://twitter.com/#!/ryant/status/124224888117526529">trouble just downloading and activating iOS 5</a>?), I decided to bite the bullet and move my calendar out of GCal to iCloud. Just one less thing that could go wrong…for better or for worse.</p>
<p><a href="http://www.google.com/support/calendar/bin/answer.py?answer=37111">Google makes it very easy to get your data out</a>. Within a minute, I had downloaded my .ics file with all of my historical events. Over to iCal, import, and boom.</p>
<p>It would fail every time.</p>
<p>After a bit of digging (using Console.app), I could see this error:</p>
<pre><code>iCal: Component boundaries mismatch (VALARM VEVENT)
</code></pre>
<p>That lead me to think that maybe Google&#8217;s ics file had some sections that didn&#8217;t match right (I&#8217;m pretty smart, eh?). Thanks to Google&#8217;s search engine, I was able to figure out why Google&#8217;s Calendar wouldn&#8217;t give me my data.</p>
<p>I uploaded my ics to this <a href="http://severinghaus.org/projects/icv/">iCalendar validator</a>. I helpfully told me places where the file didn&#8217;t parse properly. Using my <a href="http://code.google.com/p/macvim/">favorite text editor</a> (hosted on Google&#8217;s code repository&#8211;is there anything these guys don&#8217;t do?), I fixed the problems.</p>
<p>Voila. Everything imported nicely. Moments later, I had my calendar on iCloud.com, on my phone, and on my iPad. Working exactly the same as it was before, but now I get to <em>more easily</em> take advantage of some of Mac OS&#8217; and iOS&#8217; niceties (data detectors, applications creating calendar events), and I can to take one &#8220;sync&#8221; out of my chain.<a href="#fn:1" id="fnref:1" title="see footnote" class="footnote">[1]</a></p>
<div class="footnotes">
<hr />
<ol>
<li id="fn:1">
<p>Unless of iCloud craters and I go rushing back to Google. <a href="#fnref:1" title="return to article" class="reversefootnote">&#160;&#8617;</a></p>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2011/10/moving-from-google-calendar-to-icloud.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BOOM-SHAK-A-LACKA (NBA Jam on the iPhone)</title>
		<link>http://blog.ryantoohil.com/2011/04/boom-shak-a-lacka-nba-jam-on-the-iphone.php</link>
		<comments>http://blog.ryantoohil.com/2011/04/boom-shak-a-lacka-nba-jam-on-the-iphone.php#comments</comments>
		<pubDate>Sun, 24 Apr 2011 02:22:53 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=792</guid>
		<description><![CDATA[On Friday, a bunch of sites mentioned that EA was having an Easter weekend iTunes Store. An assortment of EA games were at reasonable prices (then again, a bunch of EA&#8217;s games are shite, and they should pay me to play them). But, 99 cents for NBA Jam? It didn&#8217;t really matter how bad it <a href='http://blog.ryantoohil.com/2011/04/boom-shak-a-lacka-nba-jam-on-the-iphone.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>On Friday, a bunch of sites mentioned that EA was having an Easter weekend iTunes Store. An assortment of EA games were at reasonable prices (then again, a bunch of EA&#8217;s games are shite, and they should pay me to play them).</p>
<p>But, 99 cents for NBA Jam?</p>
<p>It didn&#8217;t really matter how bad it <em>might have</em> been, because that&#8217;s a price I couldn&#8217;t possibly pass up.</p>
<p>And, oh, how it is awesome.</p>
<p>To be fair, let&#8217;s start with the bad.</p>
<ul>
<li>As with almost any iOS action game, the controls are an on-screen joystick and buttons. It doesn&#8217;t matter how well they&#8217;re implemented, it&#8217;s still a shitty control scheme and probably the weakest part of iOS as a gaming platform.</li>
<li>If you&#8217;re not wearing headphones, your hand is going to cover the speakers and you won&#8217;t hear the sound.</li>
</ul>
<p><img src="http://blog.ryantoohil.com/wp-content/uploads/2011/04/photo-2.png" alt="Photo 2" title="photo 2.PNG" border="0" width="600" height="400" /></p>
<p>That&#8217;s pretty much it.</p>
<p>What&#8217;s awesome? Everything. The rosters are pretty up-to-date and full of awesome unlockable and hidden players (Bird and McHale, Spud Webb and &#8216;Nique, Stockton and Malone). The gameplay is simple enough that the touchscreen controls, as cumbersome as they might be, work well enough. The graphics are fun and solid. The sound is good, and has brought back the announcer (or at least a sound-alike) from old-school NBA Jam.</p>
<p><img src="http://blog.ryantoohil.com/wp-content/uploads/2011/04/photo-1.png" alt="Photo 1" title="photo 1.PNG" border="0" width="600" height="400" /></p>
<p>Basically, it&#8217;s the same old NBA Jam with prettier graphics, modern players, and it&#8217;s on a device that fits in your pocket.</p>
<p>Oh yeah, and it&#8217;s <em>99 cents</em>.</p>
<p><img src="http://blog.ryantoohil.com/wp-content/uploads/2011/04/photo-3.png" alt="Photo 3" title="photo 3.PNG" border="0" width="600" height="400" /></p>
<p>If you enjoyed NBA Jam at all when it was in the arcades or on the home systems in the 90s, you&#8217;ll like it now. There&#8217;s a difficulty that works for everyone, you can pause a game at any point and pick it back up again. There&#8217;s a campaign mode that let&#8217;s you work through all the teams, unlocking players and special attributes as you go.</p>
<p>NBA Jam for the iPhone will be your favorite time killer for at least a couple of weeks.</p>
<p>Go buy it. Now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2011/04/boom-shak-a-lacka-nba-jam-on-the-iphone.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instacast: A Quick Review</title>
		<link>http://blog.ryantoohil.com/2011/04/instacast-a-quick-review.php</link>
		<comments>http://blog.ryantoohil.com/2011/04/instacast-a-quick-review.php#comments</comments>
		<pubDate>Sun, 17 Apr 2011 16:11:27 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=787</guid>
		<description><![CDATA[A good number of folks have been pimping Instacast lately, as a replacement to iOS&#8217; built-in podcast management. Why would you need to replace iOS&#8217; built-in podcast management? There&#8217;s only one reason, really: if I want to get new podcasts on my device, I have to physically sync it (or go through a ridiculous process <a href='http://blog.ryantoohil.com/2011/04/instacast-a-quick-review.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>A good <a href="http://shawnblanc.net/2011/03/instacast/">number</a> of <a href="http://www.danielandrews.com/2011/03/01/instacast-another-ios-podcasting-app/">folks</a> have been pimping <a href="http://vemedio.com/products/instacast">Instacast</a> lately, as a replacement to iOS&#8217; built-in podcast management. </p>
<p>Why would you need to replace iOS&#8217; built-in podcast management? There&#8217;s only one reason, really: if I want to get new podcasts on my device, I have to physically sync it (or go through a ridiculous process of finding that podcast in the iTunes store and downloading it or syncing it). That&#8217;s annoying.</p>
<p>So, what does Instacaster having going for it?</p>
<ul>
<li>It&#8217;s got the basic functionality you need (stream, download, play, pause, double-speed)</li>
<li>It&#8217;s got OPML support (as of version 1.2) to let you easily (not quickly, but easily) add your podcast subscriptions</li>
<li>It let&#8217;s you pseudo-automatically download new podcasts right on your phone, without having to sync it</li>
</ul>
<p>That last bullet is pretty much the big one. You can refresh your list of podcasts (on 3G or wifi) and pull down any new episodes, reasonably quickly. So, if you&#8217;re away from your computer and need something new to listen to, there&#8217;s always something available, and it&#8217;s easier than the iTunes phone interface.</p>
<p>What&#8217;s not so hot?</p>
<ul>
<li>The interface isn&#8217;t the most straightforward thing ever. Expect a good bit of &#8220;oh, that&#8217;s what that button does&#8221; and &#8220;wait, why isn&#8217;t this thing cached on my phone&#8221; until you figure it out. It&#8217;ll only take you a few tries.</li>
<li>It&#8217;s hindered by a fundamental limitation: the iOS APIs won&#8217;t let you add songs into the device&#8217;s music library. That means that I have to listen to these tracks inside of the application. That&#8217;s fine, but it makes it much harder to listen to stuff through my car&#8217;s iPhone interface. I have to keep track of where I was at for when I get to work and switch to using my computer and headphones (whereas podcasts in the iPod player simply sync their location and you&#8217;re good to go.)</li>
</ul>
<p>The app is $2, so regardless of the limitations, it&#8217;s worth it to me to have the convenience, but if you&#8217;re on the fence, wait until you see iOS 5. It wouldn&#8217;t shock me to see the podcast interface overhauled, rendering the app obsolete.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2011/04/instacast-a-quick-review.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title><![CDATA[» Clever Weather App Displays Temperature on iPhone Home Screen]]></title>
		<link><![CDATA[http://www.tuaw.com/2011/04/13/weather-app-uses-notifications-to-display-info-on-home-screen/]]></link>
		<comments>http://blog.ryantoohil.com/2011/04/clever-weather-app-displays-temperature-on-iphone-home-screen.php#comments</comments>
		<pubDate>Wed, 13 Apr 2011 15:08:12 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=785</guid>
		<description><![CDATA[Weather app uses notifications to display info on home screen: &#8220;We are all familar with the red iOS badge that displays the number of missed calls or unread emails on your home screen. The Fahrenheit – Weather and Temperature on your Home Screen app takes advantage of this notification system to display the temperature on <a href='http://blog.ryantoohil.com/2011/04/clever-weather-app-displays-temperature-on-iphone-home-screen.php'>[...]</a><p><a href="http://blog.ryantoohil.com/2011/04/clever-weather-app-displays-temperature-on-iphone-home-screen.php" rel="bookmark" title="Permanent link to 'Clever Weather App Displays Temperature on iPhone Home Screen'" class="glyph">»</a></p>
]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.tuaw.com/2011/04/13/weather-app-uses-notifications-to-display-info-on-home-screen/">Weather app uses notifications to display info on home screen</a>: &#8220;We are all familar with the red iOS badge that displays the number of missed calls or unread emails on your home screen. The Fahrenheit – Weather and Temperature on your Home Screen app takes advantage of this notification system to display the temperature on your home screen. It&#8217;s a clever use of Apple&#8217;s built-in system that does not run afoul of the App Store guidelines.&#8221;</p></blockquote>
<p>Ha, this is very, very clever. It&#8217;s a workaround that shouldn&#8217;t have to exist (and, I&#8217;m guessing, won&#8217;t have to exist after iOS 5 is released). But it&#8217;s still super clever.</p>
<p>(Via <a href="http://www.tuaw.com/2011/04/13/weather-app-uses-notifications-to-display-info-on-home-screen/">TUAW</a>.)</p>
<p><a href="http://blog.ryantoohil.com/2011/04/clever-weather-app-displays-temperature-on-iphone-home-screen.php" rel="bookmark" title="Permanent link to 'Clever Weather App Displays Temperature on iPhone Home Screen'" class="glyph">»</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2011/04/clever-weather-app-displays-temperature-on-iphone-home-screen.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Watch Too Much TV (or Consuming Media In 2011 By a Techie Dork With Too Much Time)</title>
		<link>http://blog.ryantoohil.com/2011/01/i-watch-too-much-tv-or-consuming-media-in-2011-by-a-techie-dork-with-too-much-time.php</link>
		<comments>http://blog.ryantoohil.com/2011/01/i-watch-too-much-tv-or-consuming-media-in-2011-by-a-techie-dork-with-too-much-time.php#comments</comments>
		<pubDate>Sat, 15 Jan 2011 16:03:59 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Television]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=691</guid>
		<description><![CDATA[For Christmas, I&#8217;d been saving up some money and splurged on a new TV. My previous TV was an 8 year old read projected HDTV. It still worked great (and has since become the bedroom TV), but had problems with glare &#8212; it was unwatchable during sunny afternoons (which ruined many an afternoon of college <a href='http://blog.ryantoohil.com/2011/01/i-watch-too-much-tv-or-consuming-media-in-2011-by-a-techie-dork-with-too-much-time.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>For Christmas, I&#8217;d been saving up some money and splurged on a new TV. My previous TV was an 8 year old read projected HDTV. It still worked great (and has since become the bedroom TV), but had problems with glare &#8212; it was unwatchable during sunny afternoons (which ruined many an afternoon of college football). It was also enormous.</p>
<p>My new TV is the same size, but it&#8217;s a nice flat, LED LCD TV. It&#8217;ll use less power, it&#8217;s small and is nicely mounted on the wall rather than taking up half of the living room, and does not have the glare problems the previous TV did. Oh, and it does the fun modern stuff like use HDMI and stream Pandora and all that jazz.</p>
<p>So, for a little bit of money, I was able to upgrade my TV, regain a bunch of space in my living room, clean up my entertainment center from 5 or 6 sets of component and optical cables, to a nice and tidy few feet of real estate, less cables, and a very different way of watching TV.</p>
<p><img src="http://blog.ryantoohil.com/wp-content/uploads/2011/01/IMG_0207.jpg" alt="IMG_0207.jpg" title="IMG_0207.jpg" border="0" width="600" height="448" /></p>
<p>Let&#8217;s set aside the easy stuff. Hooked up via component cables to my TV are the Xbox 360 and Wii. My Xbox 360 is an old model that doesn&#8217;t support HDMI (which would have reduce yet another set of cables). The Xbox 360 used to be my streaming Netflix player and DVD player, which for any of you who have one, know that you get great picture and sound, balanced with a ridiculously loud fan noise.</p>
<p>Next up is the new Blu-ray player (which I got cheap with my TV). As someone who just didn&#8217;t think it mattered enough for me to go to Blu-ray, I was mostly wrong. It&#8217;s a remarkably better picture than DVD, but I&#8217;m not sure, in the long run, that it matters &#8230;</p>
<p>&#8230; because of the interwebs and cable.</p>
<p>The other two items hooked into my TV are the Comcast HD DVR (HDMI) and the nice, new Apple TV (a Christmas gift from my wonderful girlfriend, also hooked up via HDMI).</p>
<p>The DVR is pretty self-explanatory. We pay too much for cable, but in return, we have a ton of HD programming. It&#8217;s basically the live sports, network TV, and occasional cable movie player. Live, we really only watch sports. Celtics/Sox/Pats &#8212; stuff you can&#8217;t watch streaming (at least not legally, or in good quality). Recorded, we watch a bunch of shows (<em>How I Met Your Mother</em>, <em>Parks &#038; Recreation</em>, <em>Community</em>, etc). And, occasionally, we record a movie off of HBO or watch one on On Demand.</p>
<p>The Apple TV is basically the streaming Netflix player. It&#8217;s so tiny, and so quiet, and has a much easier to navigate Netflix experience than the Xbox. At this point, I think 90% of our Netflix movies are TV or movies we stream, rather than the physical DVDs (which let me downgrade to the 2-out plan, upgrade to Blu-ray, and reduce our overall bill).</p>
<p>But, the other thing the Apple TV lets me do is take advantage of all of the DVDs I&#8217;ve amassed over the 12 years or so that I&#8217;ve had a device that would play DVDs. I&#8217;ve got a full bookshelf of TV shows and movies that, by and large, site unwatched unless we get the urge to run through a series of <em>Veronica Mars</em> or <em>Buffy</em>. The real reason that we don&#8217;t watch move of them is purely that it&#8217;s a pain in the ass. You&#8217;ve got to go grab the DVD (and if it&#8217;s a TV season, all 6 of them), throw them in the DVD player, sit through the menus, watch a few episodes, switch discs, sit through more ads and menus, etc.</p>
<p><img src="http://blog.ryantoohil.com/wp-content/uploads/2011/01/IMG_0206.jpg" alt="IMG_0206.JPG" title="IMG_0206.JPG" border="0" width="448" height="600" /></p>
<p>The Apple TV obviates that. It&#8217;s not perfect, but with a spare computer, and a bit of time, you can make your own On Demand service. I&#8217;ve slowly been ripping TV shows and movies from my collection, throwing them onto some storage, and then using the Apple TV to stream them. Want to watch a particular episode of <em>The Simpsons</em>? Just turn on the Apple TV (which takes zero time), click it, and seconds later you&#8217;re watching it.</p>
<p>If you&#8217;re a media-holic like I am, it&#8217;s pretty close to life-changing. When Netflix movies show up now (on DVD), I&#8217;m more likely to throw it in the computer, rip it, and then watch it on the Apple TV. Why? One, I can get that done while I&#8217;m watching a bit of TV, or eating dinner. When it&#8217;s done ripping, I don&#8217;t have to sit through any of the stupid ads or menus. I can just watch the movie. And, if I get tired, I just pause it, go to bed, and can pick it up in the same exact spot tomorrow. (Better yet, if I grab another $100 Apple TV, I can pick up streaming it in the bedroom.)</p>
<p>All the pluses, the sunshine, puppy dogs, and happiness in mind, the ripping process isn&#8217;t easy. And it&#8217;s time-consuming. And, depending on your view of things, not strictly legal. (In my mind, this is pretty much fair-use. I either own or rent the movie. If I own it, I can do what I please. If I rent it, I don&#8217;t keep it. I watch it and delete it.)</p>
<p>Someone smart will combine <a href="http://handbrake.fr/">Handbrake</a> and <a href="http://www.kerstetter.net/index.php/projects/software/metax">MetaX</a> or <a href="http://code.google.com/p/subler/">Subler</a> into a nice app that rips, tags, and sticks your content right into iTunes. Today, it&#8217;s pretty ugly, especially for TV shows.</p>
<p>But, if you&#8217;ve got that spare computer and some hard disk space, it&#8217;s worth it. You just do it as a background process, throwing a DVD (or ripping a few to your drive), compressing them, and sticking them into iTunes. You can watch them on your TV, sync them to your iPad/iPhone, and slowly work your way towards cutting the cord with the cable company.</p>
<p>I&#8217;ve reached the point where, I think, if NESN or Comcast SportsNet were available outside of the cable company, I could cut the cord. ESPN streams over the Xbox (though not everything); most network shows are on Netflix or via the iTunes Store; almost all movies are covered via Netflix, the iTunes Store, or VUDU (the HD streaming service that syncs right to my TV and looks damn good).</p>
<p>If Hulu Plus were to come to Apple TV (or do AirPlay via the iPad), I could replace the $100+ cable bill with $25-30 of Hulu/Netflix/occasional iTunes purchases and watch everything I watch today. That&#8217;s probably where we&#8217;re headed, and the media companies are going to have to do it right, or they&#8217;ll lose like the record companies did.</p>
<p>In any event, I&#8217;m pretty happy with the way things ended up, and can&#8217;t recommend the Apple TV enough, even if you just want a small, quiet, streaming Netflix player.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2011/01/i-watch-too-much-tv-or-consuming-media-in-2011-by-a-techie-dork-with-too-much-time.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title><![CDATA[» More On How Much OmniFocus Rocks]]></title>
		<link><![CDATA[http://shawnblanc.net/2010/10/omnifocus/]]></link>
		<comments>http://blog.ryantoohil.com/2010/10/more-on-how-much-omnifocus-rocks.php#comments</comments>
		<pubDate>Tue, 26 Oct 2010 02:49:14 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=530</guid>
		<description><![CDATA[Shawn Blanc sums it up better than I can. And he turns me on to OmniFocus&#8216; free sync server, and themes. So now my OmniFocus looks bad-ass to go along with keeping me sane by allowing me to throw everything I need to do in it. Basically, every day, I find out something new about <a href='http://blog.ryantoohil.com/2010/10/more-on-how-much-omnifocus-rocks.php'>[...]</a><p><a href="http://blog.ryantoohil.com/2010/10/more-on-how-much-omnifocus-rocks.php" rel="bookmark" title="Permanent link to 'More On How Much OmniFocus Rocks'" class="glyph">»</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://shawnblanc.net/2010/10/omnifocus/">Shawn Blanc</a> sums it up better than I can.</p>
<p>And he turns me on to <a href="http://www.omnigroup.com/products/omnifocus">OmniFocus</a>&#8216; free sync server, and themes. So now my OmniFocus looks bad-ass to go along with keeping me sane by allowing me to throw everything I need to do in it.</p>
<p>Basically, every day, I find out something new about OmniFocus that makes my life a bit easier.</p>
<p><a href="http://blog.ryantoohil.com/2010/10/more-on-how-much-omnifocus-rocks.php" rel="bookmark" title="Permanent link to 'More On How Much OmniFocus Rocks'" class="glyph">»</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2010/10/more-on-how-much-omnifocus-rocks.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Organized with OmniFocus</title>
		<link>http://blog.ryantoohil.com/2010/08/getting-organized-with-omnifocus.php</link>
		<comments>http://blog.ryantoohil.com/2010/08/getting-organized-with-omnifocus.php#comments</comments>
		<pubDate>Tue, 24 Aug 2010 11:54:36 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=441</guid>
		<description><![CDATA[My job tends to be a little &#8230; disorganized. It&#8217;s incredibly interrupt driven (we&#8217;re an internet company, and I end up working on projects that are either very time-sensitive from a &#8220;need to get this done now&#8221; perspective or from a &#8220;uh oh, many many customers are in need of a fix&#8221; perspective. In both <a href='http://blog.ryantoohil.com/2010/08/getting-organized-with-omnifocus.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>My job tends to be a little &#8230; disorganized. It&#8217;s incredibly interrupt driven (we&#8217;re an internet company, and I end up working on projects that are either very time-sensitive from a &#8220;need to get this done now&#8221; perspective or from a &#8220;uh oh, many many customers are in need of a fix&#8221; perspective.</p>
<p>In both cases, that means whatever I was working on gets dropped, back-burnered, ignored, whatever. I used to deal with that by leaving emails flagged in my inbox, writing emails or post-its to myself, or, wellll &#8230; just forgetting what I was working on before.</p>
<p>In any event, it was not a particularly good way to manage my time.</p>
<p>People have been hyping the &#8220;<a href="http://www.davidco.com/">Getting Things Done</a>&#8221; methodology for the last few years; it&#8217;s been almost impossible to avoid the hype in the tech corners of the internet. It seems to be a pretty good philosophy for keeping track of what you&#8217;re working on and working on the right stuff. In a nutshell, you either:</p>
<ul>
<li>Do it right now</li>
<li>Ignore it completely</li>
<li>Put it somewhere that you&#8217;ll know to do it later</li>
<li>Make someone else do it</li>
</ul>
<p>Nothing groundbreaking, but a good framework.</p>
<p>The problem was, I was doing that all through email, which meant that (on good days) my inbox would be flooded with 10 or 12 flagged items (reminders to do stuff), with more stuff piling on top. Manageable, but not a particularly good way to do stuff (and it ensured that certain things would never get done until someone came and bitched at me).</p>
<p>Then OmniFocus came out for the <a href="http://www.omnigroup.com/products/omnifocus-ipad/">iPad</a> and I saw some videos and I said &#8220;a-ha!&#8221; This is what I need to manage all of the crap that flows into my inbox. I grabbed the <a href="http://www.omnigroup.com/products/omnifocus/">Mac download</a> and tried it out for two weeks. I spent a couple of hours on a Saturday morning throwing a bunch of my to-do items into the inbox, organizing them, setting up projects, and adding due dates.</p>
<p>It took a week or so to get the hang of it.</p>
<p>And that&#8217;s what the folks at The Omni Group expect. They give you a two week trial so that you&#8217;ll dump your life into it, get the hang of it, and then need to pay them a reasonably high price (but, so far, worth it) to keep it going.</p>
<p>Now, every morning, I run through my to-dos for the day. Anything that isn&#8217;t pressing, I&#8217;ll either take the due date off of completely (so that it&#8217;s not in my face), or I&#8217;ll push it back to an appropriate day. As stuff pops up in my inbox, I grab it and throw it into OmniFocus and then clear it out of my email.</p>
<p>It&#8217;s a nice system.</p>
<p>It goes a lot deeper than that, but even if you just use it for breaking down your tasks, that&#8217;s probably worth it.</p>
<p>Rather than having 20 flagged emails in my inbox, I head to work and look at my work to-do list, and I&#8217;ve got the list of things that are past due, due today, and due over the next few days. When someone asks me &#8220;hey, do you have time to work on <em>X</em>&#8220;, I can give them a quick rundown of what&#8217;s on my plate and ask them which stuff can get pushed off.</p>
<p>Throw in the fact that I&#8217;m also managing all of my personal tasks (buying groceries, remembering to clean the kitchen floor, calling to get my wisdom teeth out), and you can pretty quickly see how the value adds up. Oh, and fun stuff like recurring tasks &#8230; say, posting to a blog that you&#8217;ve left wilting on the vine.</p>
<p>OmniFocus just happens to be the app I ended up on. There are others out there (as well as a million and one ways to do it using <a href="http://www.google.com/search?aq=f&#038;sourceid=chrome&#038;ie=UTF-8&#038;q=getting+things+done">Outlook, Gmail, text files, etc</a>).</p>
<p><a href="http://www.screencastsonline.com/index_files/SCO0178-omnifocusbasics.php">This tutorial</a> is what got me hooked. If you have 30 minutes, see if the philosophy at least makes sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2010/08/getting-organized-with-omnifocus.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Things I Want to Work in 2009</title>
		<link>http://blog.ryantoohil.com/2009/01/tech-things-i-want-to-work-in-2009.php</link>
		<comments>http://blog.ryantoohil.com/2009/01/tech-things-i-want-to-work-in-2009.php#comments</comments>
		<pubDate>Thu, 15 Jan 2009 03:43:29 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Plaxo]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=370</guid>
		<description><![CDATA[There&#8217;s lots of little things that, if tweaked, would just make life a lot nicer . . . For instance . . . The Google Calendar sync tool should support syncing Outlook to secondary Google Calendars, not just your primary calendar. That would mean I could drop SyncMyCal which runs in my Outlook-only Parallels Virtual <a href='http://blog.ryantoohil.com/2009/01/tech-things-i-want-to-work-in-2009.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s lots of little things that, if tweaked, would just make life a lot nicer . . . </p>
<p><em>For instance . . .</em></p>
<p>The <a href="http://googleblog.blogspot.com/2008/03/google-calendar-sync.html">Google Calendar sync tool</a> should support syncing Outlook to secondary Google Calendars, not just your primary calendar. That would mean I could drop <a href="http://www.syncmycal.com/">SyncMyCal</a> which runs in my Outlook-only Parallels Virtual Machine. I&#8217;d have a nifty, no-click workflow to sync my Work calendar to my secondary Work Google Calendar, which get sync&#8217;d down to iCal and to my iPhone.</p>
<p><em>Better yet . . .</em></p>
<p>The iPhone should support syncing both iCal and Outlook calendars. It&#8217;s sort of a dumb thing that if you turn on Outlook calendar and contact syncing, that&#8217;s the *only* calendars and contacts you get. Why not keep them separate? If Apple added the ability to have your Outlook calendar sit right along side your iCal calendars, then I wouldn&#8217;t even need to sync my Work calendar up. I could just accept meeting invites on my phone and have everything work nice and happy.</p>
<p>Oh, and same goes for Contacts. Just let me sync my Exchange contacts as a separate group. Seriously.</p>
<p><em>Even better . . .</em></p>
<p>Apple Mail and iCal should build in real Exchange support. Then I could actually not run Outlook in my virtual machine all day. Instead, I could just use Mail and iCal as Exchange clients and have the most simplified workflow of all. Supposedly, this is going to happen in <a href="http://www.apple.com/macosx/snowleopard/">Snow Leopard</a>. That would be awesome.</p>
<p><em>Making life even sweeter . . .</em></p>
<p>Google should fix contact management. I love Gmail. I use it for everything. I hate Google&#8217;s Contact stuff. It is awful. They tried to make it better. It didn&#8217;t work very well. But they&#8217;ve got the keys right in their hands &#8230; <a href="http://code.google.com/apis/socialgraph/docs/">Social Graph</a>. Imagine you gave Google some information about you that they could use some <a href="http://oauth.net/">OAuth</a> or other authentication means to determine that it is really you. So you hand them some keys to Flickr and Twitter and (if they can work out their differences), Facebook. Now, Google pulls all that information together and makes a nifty contact for you. Name, picture, email address, home address, work address, phone number, Twitter, Flickr, etc, etc. You only get as much information as the contact allows (if we&#8217;re not friends on Facebook, you don&#8217;t get my phone # or address).</p>
<p>Now, Google can do all this behind the scenes and give you a little button to &#8220;add so-and-so&#8221; as a contact. If I add them, they go into my Contacts section. Then, I subscribe to my Google Contacts like they&#8217;re an LDAP source or however else they want to get hooked into your setup.</p>
<p>Boom. All of a sudden I&#8217;ve got a real contact solution that&#8217;s continually updated.</p>
<p>Ok, sure, that&#8217;s a lot like what <a href="http://www.plaxo.com/">Plaxo</a> promises. Except Plaxo really doesn&#8217;t work all that well.</p>
<p>So. When all this happens, I&#8217;ll have my calendars all seamlessly syncing together to my computer and to my phone. On top of that, my contacts (work and personal) will all sync nicely as well. And stay up-to-date, thanks to something like Social Graph or the like. Plus, Snow Leopard will mean I don&#8217;t have to run a Virtual Machine just to use Outlook (and don&#8217;t tell me to use Entourage &#8230; it barely works).</p>
<p><em>With my work life (and personal contacts) working so seamlessly . . .</em></p>
<p>I&#8217;ve got time to kill. I want to get through some movies or TV while I&#8217;m out and about.</p>
<p>Give me <a href="http://blog.netflix.com/2008/10/upgrade-to-watch-instantly-on-your-pc.html">Netflix Watch Instantly</a> and <a href="http://www.hulu.com/">Hulu</a> on my iPhone! Now that they&#8217;re on my XBox and Mac, I&#8217;d love them remotely. When I&#8217;m out eating lunch or riding in a car, I don&#8217;t need HD video. I just need crappy streaming video that will let me knock off an old episode of Newsradio or watch 15 minutes of a <a href="http://www.netflix.com/WiMovie/The_Tracey_Fragments/">crappy movie</a>.</p>
<p><em>But, if I don&#8217;t want to watch something . . .</em></p>
<p>Sometimes I just want to listen. The fact that the new version of the iPhone firmware lets you download podcasts is great. By why doesn&#8217;t it sync my entire podcast list and let me just quickly scan for a new episode of something I listen to? Even better, why not do something similar to Genius and recommend me a podcast I might like?</p>
<p>All that would be very cool.</p>
<p>Oh, and why can&#8217;t I sync stuff over bluetooth. That would be good too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2009/01/tech-things-i-want-to-work-in-2009.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick iCal/Google Calendar Sync Update</title>
		<link>http://blog.ryantoohil.com/2008/08/quick-icalgoogle-calendar-sync-update.php</link>
		<comments>http://blog.ryantoohil.com/2008/08/quick-icalgoogle-calendar-sync-update.php#comments</comments>
		<pubDate>Sun, 03 Aug 2008 20:10:47 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=288</guid>
		<description><![CDATA[So, Google announced recently that it would support CalDAV syncing with iCal, which means if you update an entry in iCal (or Google Calendar), they&#8217;ll be in sync within a few minutes. Awesome. Unfortunately, it meant that my previous script iteration would now continually add alarms, leading to each entry having 3 or 4 alarms. <a href='http://blog.ryantoohil.com/2008/08/quick-icalgoogle-calendar-sync-update.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So, Google announced recently that it would support <a href="http://www.google.com/support/calendar/bin/answer.py?answer=99358">CalDAV syncing with iCal</a>, which means if you update an entry in iCal (or Google Calendar), they&#8217;ll be in sync within a few minutes. Awesome. </p>
<p>Unfortunately, it meant that <a href="http://blog.ryantoohil.com/2008/07/syncing-the-iphone-with-google-calendar-now-with-working-alarms.php">my previous script iteration</a> would now continually add alarms, leading to each entry having 3 or 4 alarms. Turns out that updating a local iCal calendar and adding an alarm actually updates that same info at GCal. Which is awesome (but was unexpected).</p>
<p>So, I made a small tweak to the script, which makes it run a bit faster and makes sure that you only get one alarm on an entry:</p>
<p>Try this instead:</p>
<pre>
tell application "iCal"
  set theCalendars to {"Cal1", "Cal2"}
  repeat with theCurrentValue in theCalendars
	tell calendar theCurrentValue
	  set theEvents to every event
	  repeat with theCurrentEvent in theEvents
	    tell theCurrentEvent
	      if not (exists sound alarm of theCurrentEvent) then
		   make new sound alarm at end /
		   with properties {trigger interval:-15}
		  end if
	    end tell
	  end repeat
	end tell
  end repeat
end tell
</pre>
<p>That basically means it won&#8217;t add another sound alarm if the entry already has one. Much handier. In fact, you could just take that script and have it run every few hours (either cron&#8217;d or via iCal), and not have to worry about the iTunes Sync script.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2008/08/quick-icalgoogle-calendar-sync-update.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syncing the iPhone with Google Calendar (now with working Alarms!)</title>
		<link>http://blog.ryantoohil.com/2008/07/syncing-the-iphone-with-google-calendar-now-with-working-alarms.php</link>
		<comments>http://blog.ryantoohil.com/2008/07/syncing-the-iphone-with-google-calendar-now-with-working-alarms.php#comments</comments>
		<pubDate>Tue, 22 Jul 2008 21:04:15 +0000</pubDate>
		<dc:creator>Ryan Toohil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.ryantoohil.com/?p=285</guid>
		<description><![CDATA[My biggest gripe with the iPhone thus far has really been a gripe with iCal. Namely, that there&#8217;s not an easy way to add alarms to subscribed calendars. I know that sounds like a silly gripe, but let me set the stage. My main calendaring info is in Google Calendar, like a lot of folks. <a href='http://blog.ryantoohil.com/2008/07/syncing-the-iphone-with-google-calendar-now-with-working-alarms.php'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>My biggest gripe with the iPhone thus far has really been a gripe with iCal. Namely, that there&#8217;s not an easy way to add alarms to subscribed calendars. I know that sounds like a silly gripe, but let me set the stage.</p>
<p>My main calendaring info is in Google Calendar, like a lot of folks. This is great because I can access my calendar from anywhere, on any computer, most cell phones, etc. It gives me a central way to maintain a calendar and have access to it pretty much all the time. I subscribe to my Google Calendar in iCal on my Mac, which gives me native calendaring (one-way, at least) that&#8217;s always up-to-date with the data in the Google cloud. It&#8217;s nice.</p>
<p>Taking it one step further, I use <a href="http://syncmycal.com/">SyncMyCal</a> to push my Outlook calendar to my Google Calendar as well. (I would use the normal Google Calendar Sync application, but it only syncs with the primary calendar, and I&#8217;d rather keep my personal calendar and work calendar separate.) So, every day, before I leave the office, I click a little sync button and it pushes my Outlook info up to Google Calendar. Again, one-way sync, but it&#8217;s one-way from my primary source, so I&#8217;m not worried about it.</p>
<p>That means I&#8217;ve got my personal and work calendars all centrally located on Google Calendar, accessible from pretty much anywhere. Including my primary machine of my Mac, where iCal subscribes to all of my various calendars. It&#8217;s a wonderful system.</p>
<p>Except one thing. iCal doesn&#8217;t allow you to set alarms on subscribed calendars. At least not through the interface. That makes this wonderful sync system decidedly less useful. See, between my MacBook and my iPhone, I&#8217;m pretty much covered. One is with me most of the time. If I had alarms on my calendars, then I&#8217;d pretty much have a perfect setup.</p>
<p>It worked incredibly well with my Motorola Q (and <a href="http://missingsync.com/">The Missing Sync from Mark/Space</a>), which would import all of the calendar items from iCal, and set default alarms on them on the Q. Beautiful.</p>
<p>Not so much on the iPhone. For a couple of months, I&#8217;ve just dealt with the fact that using Google Calendar put me in the middle of the two supported options: using iCal and using Exchange (which became available with the 2.0 firmware). I could see the calendar events on my iPhone, but they were never going to make that nice &#8220;bleep bleep&#8221; sound and let me know that I had a meeting or I had to be somewhere in a few minutes. It&#8217;s something I had taken for granted with previous smartphones, but just chalked up to a deficiency in the early years of the iPhone.</p>
<p>Except I finally got fed up enough to do some digging into AppleScript and found some pointers to adding an alarm to an event. I figured why not give it a shot on subscribed calendars? Maybe I could add some alarms to my subscribed calendars?</p>
<p>After poking around and playing with AppleScript (something brand new to me, I got this working):</p>
<pre>
tell application "iCal"
	set theCalendars to {"Subscribed 1", "Subscribed 2"}
	repeat with theCurrentValue in theCalendars
		tell calendar theCurrentValue
			set theEvents to every event
			repeat with theCurrentEvent in theEvents
				tell theCurrentEvent
					make new sound alarm at end with properties {trigger interval:-15}
				end tell
			end repeat
		end tell
	end repeat
end tell
</pre>
<p>Basically, we grab our two subscribed calendars (those are placeholder names, replace with your own subscribed calendar names), go through each entry and add a sound alarm 15 minutes before the event. It takes maybe 10 or 15 seconds to go through both of my calendars, but lo! I end up with alarms both in iCal and on the iPhone!</p>
<p>Bingo. Exactly what I need. I&#8217;m sure there&#8217;s something more elegant, but this worked for me.</p>
<p>The next issue, of course, was a &#8220;race condition&#8221; of sorts. My calendars update themselves periodically. If they updated before I sync with my iPhone, the alarms would be gone. How could I resolve that?</p>
<p>How about another AppleScript? I did a bit more googling, and of course, there&#8217;s a nice way to sync your iPhone (or iPod), via AppleScript. Why not combine both scripts and drop it into the iTunes script directory? That&#8217;s a brilliant idea!</p>
<pre>
tell application "iCal"
	set theCalendars to {"Sub1", "Sub2"}
	repeat with theCurrentValue in theCalendars
		tell calendar theCurrentValue
			set theEvents to every event
			repeat with theCurrentEvent in theEvents
				tell theCurrentEvent
					make new sound alarm at end with properties {trigger interval:-15}
				end tell
			end repeat
		end tell
	end repeat
end tell

tell application "iTunes"
	repeat with s in sources
		if (kind of s is iPod) then update s
	end repeat
end tell
</pre>
<p>Now, when I&#8217;m about to leave the house, I just do this:</p>
<p><img src="http://www.ryantoohil.com/images/Fullscreen-20080722-165711.png" title="iTunes Sync" alt="iTunes Sync" /></p>
<p>That&#8217;s it. All of my calendar items, from Google Calendar, sync&#8217;d to my iPhone with alarms. It&#8217;s a beautiful thing. </p>
<p>And I wish nothing more than for iCal to render it useless my having a &#8220;add default alarm to subscribed calendar&#8221; checkbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryantoohil.com/2008/07/syncing-the-iphone-with-google-calendar-now-with-working-alarms.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

