<?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>Tim Owens</title>
	<atom:link href="http://timmmmyboy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://timmmmyboy.com</link>
	<description></description>
	<lastBuildDate>Mon, 27 May 2013 22:56:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>To The Cloud!</title>
		<link>http://timmmmyboy.com/2013/04/to-the-cloud/</link>
		<comments>http://timmmmyboy.com/2013/04/to-the-cloud/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 02:52:06 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[rackspace]]></category>

		<guid isPermaLink="false">http://timmmmyboy.com/?p=1288</guid>
		<description><![CDATA[<img width="680" height="204" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/04/clouds-680x204.jpg" class="attachment-medium wp-post-image" alt="clouds" style="display: none" />I&#8217;ve had a lot of fun over the past few weeks playing more and more with cloud services and seeing how they can extend the functionality you normally get with a shared hosting plan. I blogged about my adventures setting up Amazon Cloudfront as a CDN (Content Delivery Network) using W3 Total Cache (which is one <a class="more-link" href="http://timmmmyboy.com/2013/04/to-the-cloud/">- Read More -</a>]]></description>
				<content:encoded><![CDATA[<img width="680" height="204" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/04/clouds-680x204.jpg" class="attachment-medium wp-post-image" alt="clouds" style="display: none" /><p>I&#8217;ve had a lot of fun over the past few weeks playing more and more with cloud services and seeing how they can extend the functionality you normally get with a shared hosting plan. I blogged about <a href="http://timmmmyboy.com/2013/01/boosting-page-load-times-with-amazon-cloudfront-and-w3-total-cache/">my adventures setting up Amazon Cloudfront as a CDN</a> (Content Delivery Network) using <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> (which is one hell of a plugin the more I play with it). Tonight I decided to really mix things up and get a <a href="http://rackspace.com">Rackspace</a> account to see how the services differed and what they had to offer.<span id="more-1288"></span></p>
<p>This is certainly not an ad or evaluation of Rackspace as a service but I want to just put this out there: I&#8217;ve already gotten a personal email offering to connect me to human beings with names and phone numbers and someone on their team reached out on Twitter with some help when I mentioned the URL structure for their CDN being extremely long. Needless to say they&#8217;re off to a killer start just in terms of customer service. W3 Total Cache supports using Rackspace as a CDN in the same way that they support Amazon CloudFront so I won&#8217;t rehash how to go about setting that up, <a href="http://timmmmyboy.com/2013/01/boosting-page-load-times-with-amazon-cloudfront-and-w3-total-cache/">read the post here</a> and you&#8217;ll have a decent idea of how that works.</p>
<p>As a quick recap the purpose of a CDN is that your blog likely has a decent amount of images in addition to CSS and Javascript files that get displayed when a user visits your site. These are static files and typically served from whatever server your hosting company is on (in my case <a href="https://hippiehosting.org">Hippie Hosting</a>&#8216;s server is in Canada) and geographic location makes a difference in speed. A CDN takes a copy of every image in your media folder, all your theme files, and any other custom files you&#8217;d like to serve up and puts it up on their cloud storage which gets replicated to servers all over the globe. So someone in Australia isn&#8217;t pulling images from the server in Canada anymore, they&#8217;re getting them from a server right there in Australia and hopefully notice quite a speed bump. All of this is fairly automated using W3 Total Cache. Give it your Rackspace authentication info, upload all your files one time, and any new files you add (like the featured image of the post I&#8217;m writing) get mirrored to their server and served up using their CDN. If I ever turn it off it will switch right back to being served locally from my blog.</p>
<p>Not only is this fairly easy to setup but Rackspace is dirt cheap. $0.10/month will get me 1GB of storage and they don&#8217;t charge anything extra for the bandwidth to upload, download, serve via CDN, etc. I like their pricing scheme a lot more than Amazon in this regard because it&#8217;s very straight forward. Up to 1TB is $0.10/GB with a few different tiers to serve massive amounts of files (you can see <a href="http://www.rackspace.com/cloud/files/pricing/">full pricing here</a>). All my blog images and files amounted to just 200MB so for one freakin&#8217; dime per month I get the functionality of serving a copy of all images and files on my blog as close geographically to the reader as possible. That&#8217;s pretty awesome!</p>
<p>The other service I had wanted to try out was using Rackspace as a DNS server. I briefly played with this on Amazon which costs $1/month for 1 domain but I was pleased to see the service is actually free on Rackspace. Why would you want your DNS to run on another server? Speed is one benefit in some cases but the biggest advantage is reliability. If Hippie Hosting goes down I can easily point the DNS somewhere like a Tumblr blog to keep everyone up-to-date on what&#8217;s going on. Now the downside is that any changes I make to my cPanel account I need to manually reflect on Rackspace so if I create a subdomain in cPanel I need to create an A record in Rackspace. That&#8217;s a tradeoff I&#8217;m ok with though because the changes are almost instantaneous once your Rackspace nameservers have propagated and I don&#8217;t edit my DNS often enough for that to be a major concern.</p>
<p>So yeah, I&#8217;m flyin&#8217; high in the clouds and I&#8217;m loving it. I&#8217;ll still keep my Amazon account around for EC2 access and some other things I like to do over there but it&#8217;s fun to try out these different services to see what they have to offer and Rackspace is top notch in that regard.</p>
]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/04/to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exploring GitHub</title>
		<link>http://timmmmyboy.com/2013/04/exploring-github/</link>
		<comments>http://timmmmyboy.com/2013/04/exploring-github/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 23:21:18 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[DTLT]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fork]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1234</guid>
		<description><![CDATA[<img width="600" height="232" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/04/githuboctacat.jpg" class="attachment-medium wp-post-image" alt="githuboctacat" style="display: none" />I have to confess I&#8217;ve been vaguely following the GitHub scene for awhile now but always considered it a place for hardcore programmers. I had heard that people were using it for other interesting things, most recently last year when App Dot Net put their Terms of Service out there and encouraged folks to fork <a class="more-link" href="http://timmmmyboy.com/2013/04/exploring-github/">- Read More -</a>]]></description>
				<content:encoded><![CDATA[<img width="600" height="232" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/04/githuboctacat.jpg" class="attachment-medium wp-post-image" alt="githuboctacat" style="display: none" /><p>I have to confess I&#8217;ve been vaguely following the <a href="https://github.com/">GitHub</a> scene for awhile now but always considered it a place for hardcore programmers. I had heard that people were using it for other interesting things, most recently last year when <a href="http://app.net">App Dot Net</a> put their <a href="https://github.com/appdotnet/terms-of-service">Terms of Service</a> out there and encouraged folks to fork it and offer their suggestions for modifications. When <a href="http://cogdogblog.com/2013/04/08/git-feed2js/">Alan posted recently</a> about moving <a href="http://feed2js.org">Feed2JS</a> over there I decided to follow his lead and start actively using my account to explore the space. I&#8217;ll second his recommendation to go through the <a href="http://www.codeschool.com/courses/try-git">free CodeSchool lesson on Git</a> to get a general feel for the terminology and how things work.<span id="more-1234"></span></p>
<p>One model that I really like is how the <a href="https://github.com/cuny-academic-commons">CUNY Academic Commons</a> and <a href="https://github.com/chnm">CHNM</a> have their organizations on there to publish code they&#8217;re working on. On our best day DTLT could hardly be described as a group of programmers (more like self-described hacks) but I&#8217;ve no doubt that we&#8217;ll likely have something to contribute what with all the little snippets that Martha writes for WordPress to interact with various plugins and themes. To that end I setup a <a href="https://github.com/DTLT">DTLT organization</a> on there and added <a href="http://github.com/jimgroom">Jim</a> and <a href="http://github.com/mburtis">Martha</a> (and yes, this is a callout to <a href="http://andyrush.com">Andy Rush</a> that he has to get an account. Get on the bus!). For our first stab at a repo I decided to see if we could use it as a collaborative space to build a proper <a href="https://github.com/DTLT/dooo-tos">Terms of Service for the Domain of One&#8217;s Own project</a>. DoOO (how do you like that for an acronym?) is an interesting project because it centers around openness and portability of your data. And of course most TOS exist solely to remove certain rights from users. I want to believe with the help of others we can craft something that marries the two ideals. I&#8217;d encourage anyone interested to fork the project. This is just one example of a case where you don&#8217;t have to be a programmer to help out.</p>
<p>The more I play with the tool the more I start to get a feel for how the platform could be used similar to a wiki to allow versioning and collaboration for writing and research with a strict focus on sharing. I&#8217;m experimenting with having a living <a href="https://github.com/timmmmyboy/cv">CV</a> in a repo that I can use to track changes over time. I&#8217;ve only just begun to dip my toes in the water but I did <a href="https://github.com/cogdog/feed2js/pull/2">my first pull request</a> on Feed2JS today and the more I play the more confident I get with the possibilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/04/exploring-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An Update on Reclaiming Efforts</title>
		<link>http://timmmmyboy.com/2013/04/an-update-on-reclaiming-efforts/</link>
		<comments>http://timmmmyboy.com/2013/04/an-update-on-reclaiming-efforts/#comments</comments>
		<pubDate>Sat, 06 Apr 2013 00:01:06 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Reclaim]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[reclaim]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1228</guid>
		<description><![CDATA[<img width="401" height="120" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/04/oie_615157vhEiVr0q.gif" class="attachment-medium wp-post-image" alt="oie_615157vhEiVr0q" style="display: none" />A few weeks ago when Google announced the discontinuation of Google Reader effective July 1st what began as a moderate approach to reclaiming things here and there that were important to me was sent into a tailspin. Maybe that seems dramatic but the Reader shutdown really hits home to me possibly because it&#8217;s one of <a class="more-link" href="http://timmmmyboy.com/2013/04/an-update-on-reclaiming-efforts/">- Read More -</a>]]></description>
				<content:encoded><![CDATA[<img width="401" height="120" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/04/oie_615157vhEiVr0q.gif" class="attachment-medium wp-post-image" alt="oie_615157vhEiVr0q" style="display: none" /><p>A few weeks ago when Google announced the discontinuation of Google Reader effective July 1st what began as a moderate approach to reclaiming things here and there that were important to me was sent into a tailspin. Maybe that seems dramatic but the Reader shutdown really hits home to me possibly because it&#8217;s one of the first services to shut its doors on me that I personally used every single day, often several times a day. It&#8217;s hard to trust a company after something like that and more importantly it raised larger issues about what the RSS landscape looked like before a heavy like Google came in and wiped out the competition only to bow out now. I had briefly flirted with the idea of getting off Google servers but now it was personal. So here&#8217;s what I&#8217;ve done in the meantime:<span id="more-1228"></span></p>
<h3>Fever</h3>
<p>Their have been tons of blog posts detailing all the various Google Reader alternatives out there. Most of them feel like switching from one proprietary web platform to another. The idea of hosting my own solution appealed to me and paying a nominal fee to a developer I&#8217;ve admired and respected for years was the icing on the cake. I&#8217;ve been using <a href="http://www.feedafever.com/">Fever</a> since the day the shutdown was announced and it&#8217;s been absolutely great. I save items I enjoy which feed into a widget at the bottom of this blog. If there&#8217;s one thing I wish it had that would be a &#8220;mark as unread&#8221; feature since I used that previously to keep posts available to me. I&#8217;ve been trying to retrain myself to &#8220;save&#8221; items I want to come back to which works ok but not as well. I will say I&#8217;m a bit hesitant to how well Fever will be supported given <a href="http://shauninman.com/archive/2013/03/14/fire">Shaun&#8217;s blog post</a> about the current state of it but regardless it&#8217;s working well now and since it&#8217;s hosted in my space I can use it without worry of a company attempting to monetize or close its doors on me.</p>
<h3>Mail</h3>
<p>Gmail was always expected to be one of the hardest ones for me to give up. I&#8217;m not sure why that is, I&#8217;m certainly not a power user of many of its features and most of time I&#8217;m checking my mail through a client with its own featureset anyway. I connected Apple Mail to Gmail over IMAP to download all of my email and then setup a mailbox on my hosting server, connected that to Apple Mail, and dragged it all into an Archive folder there. I setup a forward on Gmail to my new address, changed the contact for as many of the services I could think of (that&#8217;s an ongoing thing), and never looked back. I have to say this was one of those switches that I expected to be worse than it really was. I&#8217;m rarely using the web client but when I need to <a href="http://roundcube.net/">Roundcube</a> on Hippie Hosting is pretty nice (and there&#8217;s a whole host of plugins for it I haven&#8217;t even explored much yet). The hardest part is getting people to know the new address but with all email from the Gmail address coming to me and my replies coming from the new address I&#8217;m hopeful over time that will self-correct (I thought about setting an auto-reply letting the user know of the change but figured that could cause real problems with mailing lists so I didn&#8217;t do it).</p>
<h3>Google Docs</h3>
<p>Switching away from Google Docs has been a lot harder. Getting an archive of everything I had was pretty easy thanks to <a href="http://www.dataliberation.org/takeout-products">Google Takeout</a> so I grabbed everything and dropped it into an archive folder in my ownCloud folder. But the fact remains there are no good web alternatives to Google Docs. There are plenty of repositories but not many collaborative editing suites and none as robust. I&#8217;ve played with a hosted install of <a href="http://etherpad.org/">etherpad-lite</a> which works ok but it&#8217;s not great and the server demands make it a non-starter for most people that don&#8217;t have their own dedicated box. For now I&#8217;ll have to keep my account active but with a focus on doing more with local documents rather than making GDocs the default environment for all of my document editing which was previously starting to become the case.</p>
<h3>Google Groups</h3>
<p>I subscribe to just a small handful of Google Groups which are basically listservs with a forum-style frontend. Sadly there does not appear to be a way to subscribe and interact with a group without a Google account. A few searches appeared to show some promise but the information is outdated and none of the things I tried work anymore. I get the digest emails to my new email address since Gmail forwards over but I can&#8217;t respond via email and if I want to interact with the thread I have to log in with my Google account. Ugh.</p>
<p>So yeah, a few wins, a few losses. Overall I can honestly say this hasn&#8217;t been as painful as I would have expected. Especially for something as big as email which I use so regularly. I think we often get caught up in the fear of the unknown and we let it paralyze us from exploring these alternatives. Google is our comfortable Lord and ruler. It&#8217;s been refreshing to notice I&#8217;m no longer signed into a Google account all the time and my life is no worse for it (and in many ways better).</p>
<p><em>Photo Credit: <a href="http://cogdogblog.com/2013/03/13/google-kills-reader-for-bubkas/">Alan Levine</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/04/an-update-on-reclaiming-efforts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I’ll see you at the movies.</title>
		<link>http://timmmmyboy.com/2013/04/ill-see-you-at-the-movies/</link>
		<comments>http://timmmmyboy.com/2013/04/ill-see-you-at-the-movies/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 17:01:07 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1224</guid>
		<description><![CDATA[“So on this day of reflection I say again, thank you for going on this journey with me. I’ll see you at the movies.” Roger Ebert&#8217;s final words on his blog just 2 days before passing]]></description>
				<content:encoded><![CDATA[<p>“So on this day of reflection I say again, thank you for going on this journey with me. I’ll see you at the movies.”</p>
<p><strong><a href="http://blogs.suntimes.com/ebert/2013/04/a_leave_of_presense.html">Roger Ebert&#8217;s final words on his blog just 2 days before passing</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/04/ill-see-you-at-the-movies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Party Time!</title>
		<link>http://timmmmyboy.com/2013/03/party-time/</link>
		<comments>http://timmmmyboy.com/2013/03/party-time/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 23:06:40 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Twitter Photos]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1220</guid>
		<description><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image17-680x510.jpg" class="attachment-medium wp-post-image" alt="Party Time!" style="display: none" />]]></description>
				<content:encoded><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image17-680x510.jpg" class="attachment-medium wp-post-image" alt="Party Time!" style="display: none" />]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/03/party-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get ready</title>
		<link>http://timmmmyboy.com/2013/03/get-ready/</link>
		<comments>http://timmmmyboy.com/2013/03/get-ready/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 23:00:47 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Twitter Photos]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1217</guid>
		<description><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image16-680x510.jpg" class="attachment-medium wp-post-image" alt="Get ready" style="display: none" />]]></description>
				<content:encoded><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image16-680x510.jpg" class="attachment-medium wp-post-image" alt="Get ready" style="display: none" />]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/03/get-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View of New Orleans from the hotel</title>
		<link>http://timmmmyboy.com/2013/03/view-of-new-orleans-from-the-hotel/</link>
		<comments>http://timmmmyboy.com/2013/03/view-of-new-orleans-from-the-hotel/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 22:37:50 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Twitter Photos]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1214</guid>
		<description><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image15-680x510.jpg" class="attachment-medium wp-post-image" alt="View of New Orleans from the hotel" style="display: none" />]]></description>
				<content:encoded><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image15-680x510.jpg" class="attachment-medium wp-post-image" alt="View of New Orleans from the hotel" style="display: none" />]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/03/view-of-new-orleans-from-the-hotel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh my yes.</title>
		<link>http://timmmmyboy.com/2013/03/oh-my-yes/</link>
		<comments>http://timmmmyboy.com/2013/03/oh-my-yes/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 03:29:53 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Twitter Photos]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1211</guid>
		<description><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image14-680x510.jpg" class="attachment-medium wp-post-image" alt="Oh my yes." style="display: none" />]]></description>
				<content:encoded><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image14-680x510.jpg" class="attachment-medium wp-post-image" alt="Oh my yes." style="display: none" />]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/03/oh-my-yes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In line for Mothers @DrGarcia @haley_exe</title>
		<link>http://timmmmyboy.com/2013/03/in-line-for-mothers-drgarcia-haley_exe/</link>
		<comments>http://timmmmyboy.com/2013/03/in-line-for-mothers-drgarcia-haley_exe/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 00:37:15 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Twitter Photos]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1208</guid>
		<description><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image13-680x510.jpg" class="attachment-medium wp-post-image" alt="In line for Mothers @DrGarcia @haley_exe" style="display: none" />]]></description>
				<content:encoded><![CDATA[<img width="680" height="510" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image13-680x510.jpg" class="attachment-medium wp-post-image" alt="In line for Mothers @DrGarcia @haley_exe" style="display: none" />]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/03/in-line-for-mothers-drgarcia-haley_exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@DrGarcia Somehow only have one picture from yesterday. Will rectify</title>
		<link>http://timmmmyboy.com/2013/03/drgarcia-somehow-only-have-one-picture-from-yesterday-will-rectify/</link>
		<comments>http://timmmmyboy.com/2013/03/drgarcia-somehow-only-have-one-picture-from-yesterday-will-rectify/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 00:25:01 +0000</pubDate>
		<dc:creator>Tim Owens</dc:creator>
				<category><![CDATA[Twitter Photos]]></category>

		<guid isPermaLink="false">http://www.timmmmyboy.com/?p=1205</guid>
		<description><![CDATA[<img width="680" height="600" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image12-680x600.jpg" class="attachment-medium wp-post-image" alt="@DrGarcia Somehow only have one picture from yesterday. Will rectify" style="display: none" />]]></description>
				<content:encoded><![CDATA[<img width="680" height="600" src="http://cdn.timmmmyboy.com/wp-content/uploads/2013/03/image12-680x600.jpg" class="attachment-medium wp-post-image" alt="@DrGarcia Somehow only have one picture from yesterday. Will rectify" style="display: none" />]]></content:encoded>
			<wfw:commentRss>http://timmmmyboy.com/2013/03/drgarcia-somehow-only-have-one-picture-from-yesterday-will-rectify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/11 queries in 0.003 seconds using disk: basic
Object Caching 1677/1739 objects using disk: basic
Content Delivery Network via Rackspace Cloud Files: cdn.timmmmyboy.com

 Served from: timmmmyboy.com @ 2013-06-19 07:32:20 by W3 Total Cache -->