<?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>T11M &#187; Personal</title>
	<atom:link href="http://t11m.info/blog/category/me/feed/" rel="self" type="application/rss+xml" />
	<link>http://t11m.info</link>
	<description>Musings of an IT Consultant...</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:56:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Android Car Home</title>
		<link>http://t11m.info/blog/2011/09/android-car-home/</link>
		<comments>http://t11m.info/blog/2011/09/android-car-home/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 04:36:52 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[CM7]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=5334</guid>
		<description><![CDATA[I do a lot of &#8220;fooling around&#8221; with my Sprint EVO smartphone.  I have rooted it, installed custom ROM&#8217;s (operating system software), tweaked settings, installed different kernels, and even flashed new/test radios and such.  While it is a lot of fun, it can be very frustrating sometimes.  My most recent frustration (that I spent way [...]]]></description>
			<content:encoded><![CDATA[<p>I do a lot of &#8220;fooling around&#8221; with my Sprint EVO smartphone.  I have rooted it, installed custom ROM&#8217;s (operating system software), tweaked settings, installed different kernels, and even flashed new/test radios and such.  While it is a lot of fun, it can be very frustrating sometimes.  My most recent frustration (that I spent way too much time on) was related to Car Home.  Car Home is an application that is supposed to launch when my smartphone (and many other android models) are docked in a car dock.  However, the other day my EVO started randomly launching Car Home and then randomly closing it.  It would turn on, I would exit out of it, and then it would go away for a while only to come back again.  I thought for sure this must be caused by something I had recently done to the device such as installing a new app or flashing a GPS fix that I had used to get the navigation working properly again.  So, two hours of deleting files, formatting SD cards, flashing new mods, and restoring apps later and I realize that it isn&#8217;t software.  It turns out that Car Home is triggered either by a magnet coming into proximity with a certain portion of the device or by a special pin on the micro usb port.  In my case it was the micro usb pin activating when it shouldn&#8217;t.  So the final fix simply required plugging in a micro usb cable and pressing up and down on it to flex the pins just enough to force the Car Home pin to disengage.  Since doing that Car Home hasn&#8217;t launched once.  Go figure.</p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2011/09/android-car-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Offline Files</title>
		<link>http://t11m.info/blog/2011/03/windows-7-offline-files/</link>
		<comments>http://t11m.info/blog/2011/03/windows-7-offline-files/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 23:08:01 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=4405</guid>
		<description><![CDATA[So today wasn&#8217;t my best day for decision making. I had a user whose PC was set up with offline files through Windows Sync Center. This is all well and good except a group of files weren&#8217;t actually synced with the server. I realized this so I went in to the conflict section of sync [...]]]></description>
			<content:encoded><![CDATA[<p>So today wasn&#8217;t my best day for decision making. I had a user whose PC was set up with offline files through Windows Sync Center. This is all well and good except a group of files weren&#8217;t actually synced with the server. I realized this so I went in to the conflict section of sync center and forced it to put the files on the server. In my haste to finish up this problem and move on to the next, I didn&#8217;t double check the actual server to ensure the files were there prior to disabling offline files.  Of course given my luck, as soon as offline files are disabled all the files disappear.  So now I&#8217;m looking at a disgruntled client who believes I just lost hours of work and I&#8217;m  wondering to myself how to recover them. After a considerable amount of time scouring the web I didn&#8217;t find any cut and dried instructions on how to solve my problem so here is the solution I used:</p>
<p>1. Prepare the client for the worst.<br />
2. Pray that Google has the answer and start searching.<br />
3. Open a cmd prompt as administrator<br />
4. Change directory to C:\windows\CSC\ <br />
5. Run a takeown command to give the local admins group owndlership of all the files in that directory. This command will grant ownership of all files and folders to the local admins group: takeown /A /R</p>
<p>6. Wait for takeown to process all of the files in the directory. For me this process took about an hour.<br />
7. Once takeown has finished you should be able to browse the folders and find your lost documents. If the file wasn&#8217;t cached it will show up as a 0 KB file. If it was you will see that it has a file size greater than 0.<br />
8. Now that you have ownership of the files you still must grant your account full access rights to the file in order to move or copy it.  If you are trying to recover a lot of files this is best done using the cacls command.  I was only recovering a few so I did not want to waste the time getting my syntax right.<br />
9. Copy or move the files to a location of your choice.</p>
<p>A lot of work for a few files, but whatever the client needs right?</p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2011/03/windows-7-offline-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Sanity: How to Clear Your Inbox When You’re Drowning [Via Zen Habits]</title>
		<link>http://t11m.info/blog/2010/02/email-sanity-how-to-clear-your-inbox-when-you%e2%80%99re-drowning-via-zen-habits/</link>
		<comments>http://t11m.info/blog/2010/02/email-sanity-how-to-clear-your-inbox-when-you%e2%80%99re-drowning-via-zen-habits/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 04:03:46 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=500</guid>
		<description><![CDATA[As a person who deals with tons of email every day, this post gave me some really good tips that now use to manage my email on a daily basis. It was written by Leo Babauta who does some really great writing over on his blog called Zen Habits. Email Sanity: How to Clear Your [...]]]></description>
			<content:encoded><![CDATA[<p>As a person who deals with tons of email every day, this post gave me some really good tips that now use to manage my email on a daily basis.  It was written by Leo Babauta who does some really great writing over on his blog called <a href="http://zenhabits.net/">Zen Habits</a>.</p>
<div style="padding-left:30px">
<p><i><a href="http://zenhabits.net/2010/02/email-sanity/">Email Sanity: How to Clear Your Inbox When You’re Drowning &#8211; Zen Habits</a>:<br /></i></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2010/02/email-sanity-how-to-clear-your-inbox-when-you%e2%80%99re-drowning-via-zen-habits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Right Now</title>
		<link>http://t11m.info/blog/2010/02/right-now/</link>
		<comments>http://t11m.info/blog/2010/02/right-now/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 17:22:18 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=498</guid>
		<description><![CDATA[&#8220;Nothing is more important to me than what I am doing right now.&#8221; As I have struggled over the last 2 months to really keep up with the demands of my job, I have been forced to realize two things. First, I&#8217;m not as immune to stress as I thought I was. Second, when under [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;Nothing is more important to me than what I am doing right now.&#8221; </em></p>
<p>As I have struggled over the last 2 months to really keep up with the demands of my job, I have been forced to realize two things.  First, I&#8217;m not as immune to stress as I thought I was.  Second, when under stress, my organizational skills and ability to prioritize and remember what needs to be done on the fly completely break down.  The two are intimately linked and can cause a horrible downward spiral from which I have found recovery is difficult.  </p>
<p>Prior to Christmas we were going through end of year purchasing &#8211; a process that involves analyzing needs, getting quotes, and filling out stacks of paperwork &#8211; which was sheer hell.  I&#8217;ve never been so exhausted, irritable, and just all around short tempered in my life.  The process was just taxing.  After Christmas, well really the whole month of January, I was working to install all of the equipment that we purchased at the end of the year &#8211; not to mention all of my clients came back from Christmas ready to work hard. So basically for the past 2 months I have been working long hours just trying to keep up.  Finally in mid January I came to realize my limitations and began to reevaluate how I organize my life.</p>
<p>The first thing I did was to create a daily stress release system &#8211; exercise being my main release.  I now spend a good hour and a half or more in the gym five to six days a week.  This helps me to relax and disconnect from my job (as well as gives me an excuse not to be tethered to my Blackberry).  I&#8217;ve also been eating much healthier and between the exercise and better diet have been much more alert, focused, and energized throughout the day. I&#8217;ve also lost 20 pounds.</p>
<p>Next I had to develop a system of organization that would help me be more efficient and allow me to know that I haven&#8217;t missed or forgotten anything.  This system has involved better email management through email filters and labeling, creating a centralized task list (using the iPhone app 2Do which syncs with my laptop) and a centralized note taking system (using SimpleNote and Notational Velocity).  Now, when I receive email I filter and label email as I get it to ensure that important emails are labelled as such and easily searchable.  Any task that I need to perform goes to my task list in 2Do which notifies me of time sensitive tasks, displays tasks I need to complete by day, and gives me peace of mind by helping me to not forget anything.  All notes that I take are jotted down on my SimpleNote iPhone app, in the SimpleNote web interface, or in Notational Velocity on my Mac which all synchronize so that I have that info anywhere I need it.  </p>
<p>Finally I had to take the last and most difficult step &#8211; to rely on my stress management and organizational system something I&#8217;ve never had to do.  As a part of this I adopted a mantra:</p>
<p>&#8211; <em>&#8220;Nothing is more important to me than what I am doing right now.&#8221;</em> &#8211;</p>
<p>By focusing solely on what I am doing right now, I am able to perform that task, or enjoy that meal, or solve a complicated problem better than ever before.  My clients receive my full attention when I am with them.  I don&#8217;t have the distraction and worry of work when I am at the gym.  Kendra and I have been able to go on a vacation weekend without me stressing about work.  My focus is on what I am doing right now because I know that my organizational system will help me accomplish everything I need to.  The experience has been very freeing and I plan to continue evaluating how I manage my time and hopefully I can continue to improve my daily life.  </p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2010/02/right-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Traveling to Orlando &#8211; Top 10 Tips to Save Your Sanity</title>
		<link>http://t11m.info/blog/2010/02/traveling-to-orlando-top-10-tips-to-save-your-sanity/</link>
		<comments>http://t11m.info/blog/2010/02/traveling-to-orlando-top-10-tips-to-save-your-sanity/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 05:55:13 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=493</guid>
		<description><![CDATA[Kendra and I recently did a weekend getaway to Orlando for Valentine&#8217;s weekend (much more enjoyable than a box of chocolate and a bouquet of flowers). During our time there we learned a few things about the city and thought we would pass them on. These tips stem directly from our joys and frustrations on [...]]]></description>
			<content:encoded><![CDATA[<p>Kendra and I recently did a weekend getaway to Orlando for Valentine&#8217;s weekend (much more enjoyable than a box of chocolate and a bouquet of flowers).  During our time there we learned a few things about the city and thought we would pass them on.  These tips stem directly from our joys and frustrations on the trip:</p>
<ol>
<li>Research the parks before arriving in Orlando.  I mean, watching the hotel info channel at 1 AM the day you are going to go to the park is great, but&#8230; enough said.</li>
<li>If traveling without children Universal Studios is a one day adventure not to miss.  Both parks can be experienced in one day, no matter what the guy at the gate says.  Just keep moving and you&#8217;ll get it done.  It&#8217;s a long day but well worth it.  Every ride we went on was awesome.</li>
<li>If you are going to do Disney World, stay at one of the Disney Resorts.  There are 22 to choose from, so I think you can find one you will enjoy and in your price range. </li>
<li>All transportation in the park is free and you will have to use it.  Disney is 55 square miles and over 28,000 acres in size.  All transportation to the park from outside the complex is expensive not to mention impossible to figure out so save yourself the hassle.</li>
<li>Understanding Disney&#8217;s internal bus system requires a minimum of a college degree; a masters is preferred.  (I still don&#8217;t know how it works&#8230;)</li>
<li>If you don&#8217;t want children invading every inch of your vacation Disney is not for you.</li>
<li>Even though the Hotel claims to be a mile from Disney, remember Disney is HUGE and 1 mile to the outskirts of the Disney complex can still mean 5 miles from anywhere you actually want to be.  Walking is not an option, believe me.</li>
<li>The Epcot fireworks and laser show is worth every penny of the Epcot entrance fee.  Even if that is all you see, its worth it.</li>
<li>Make sure you look good at all times.  You will end up in countless pictures taken by random Asian people rapidly darting about snapping pictures as if they are documenting the experience for National Geographic.</li>
<li>Michael Daley (of Michael Daley Destinations) is a pretty rad taxi/limovan driver.  He got us around and took care of us.  Visit his site <a href="http://www.michaeldaley.us">here</a>.  He told us to call him when we fly in next time and he&#8217;ll pick us up from the airport.</li>
</ol>
<p>If you have the opportunity Kendra and I highly recommend you visit Orlando and see the sites there.  It is a pretty amazing place.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2010/02/traveling-to-orlando-top-10-tips-to-save-your-sanity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I know Apple is a Game Changer</title>
		<link>http://t11m.info/blog/2009/10/how-i-know-apple-is-a-game-changer/</link>
		<comments>http://t11m.info/blog/2009/10/how-i-know-apple-is-a-game-changer/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:02:17 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=477</guid>
		<description><![CDATA[Many pundits have stated that Apple is a game changer. Just look at many of it&#8217;s products &#8211; iPod, iPhone, unibody Mac, etc. No matter what they do they make sure their products are stable and user friendly (I&#8217;d even say user easy). But I didn&#8217;t truly believe Apple could change the way I used [...]]]></description>
			<content:encoded><![CDATA[<p>Many pundits have stated that Apple is a game changer.  Just look at many of it&#8217;s products &#8211; iPod, iPhone, unibody Mac, etc.  No matter what they do they make sure their products are stable and user friendly (I&#8217;d even say user easy).  But I didn&#8217;t truly believe Apple could change the way I used a computer until this morning when I realized I haven&#8217;t used a mouse to interact with my laptop in weeks.  It&#8217;s not for lack of a mouse either.  I have one sitting on my desk at all times. I tried to use it this morning and I was much slower getting around than when I use the trackpad.  The new glass trackpad is incredibly swift, smooth, closer to the keyboard, and contains many built in shortcuts.  I&#8217;ve used other trackpads and even the predecessor to this one couldn&#8217;t compete with a mouse.  But now the functionality of the trackpad and the ease of use have soundly beaten the mouse in my mind. </p>
<p>I didn&#8217;t realize it until today, but Apple is slowly mastering the Holy Grail of computing &#8211; user/technology interraction &#8211; and by defining how the user interacts they will remain one or two steps ahead of the competition.</p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2009/10/how-i-know-apple-is-a-game-changer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I&#8217;m Becoming Catholic</title>
		<link>http://t11m.info/blog/2009/10/why-im-becoming-catholic/</link>
		<comments>http://t11m.info/blog/2009/10/why-im-becoming-catholic/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 01:29:03 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Catholic]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=458</guid>
		<description><![CDATA[I have been asked by many people on many occasions, &#8220;Why are you becoming Catholic?&#8221; Unable to give them a definite answer at the time, I have set out to put into words the reasons why I am making this choice and going through the long process of becoming Catholic. The Sacraments &#8211; &#8220;Efficacious signs [...]]]></description>
			<content:encoded><![CDATA[<p>I have been asked by many people on many occasions, &#8220;Why are you becoming Catholic?&#8221;  Unable to give them a definite answer at the time, I have set out to put into words the reasons why I am making this choice and going through the long process of becoming Catholic.</p>
<ol>
<li>The Sacraments &#8211; &#8220;Efficacious signs of grace, instituted by Christ and entrusted to the Church, by which divine life is dispensed to us by the work of the Holy Spirit.&#8221; (CCC) &#8211; I have often heard<br />
Catholics speak of the blessed sacraments and how wonderful they are, but it wasn&#8217;t until I actually learned of their meaning that they began to make sense to me.  In short they are an outward sign of God&#8217;s grace.  It&#8217;s not that God needs to show this outward sign in order to give us grace, but rather I need this outward sign to comfort and encourage me.  These outward signs, or sacraments, have become very important to me the closer I get to confirmation.</li>
<li>The Structure &#8211; The Catholic Church teaches that the Holy Spirit reveals God&#8217;s truth through Sacred Scripture, Sacred Tradition and the Magisterium (the teaching office of the Church made up of the Pope and the Bishops in communion with him).  In most Protestant churches there is a heavy focus on<br />
Sacred Scripture while Tradition is left by the wayside (not to mention that Protestant churches generally have no equivalent to the Magisterium, leaving scriptural interpretation to individuals).  I have always thought this was very imbalanced  By following these traditions I am able to reflect on Christ&#8217;s actions on earth.  Finally, the Magisterium (I’ve noticed that word bothers people), is responsible for studying the Scriptures, Tradition, and all of the works of the Saints to make decisions on theology.  Call me overly trusting, but I would rather statements of theology be considered, crafted, and handed down by people called to God&#8217;s work and who have spent a lifetime studying the mysteries of faith rather than myself. While every aspect of faith must, at some point, be considered by every individual, leaning on the guidance of the Magisterium is like using sources to write a history paper.  Why would that be considered unthinkable or inappropriate when making decisions about faith?</li>
<li>The Apostolic Tradition &#8211; Every bishop in the Catholic Church can trace their ordination back to the Apostles; never has the line of ordination been broken.  That is powerful to me.</li>
<li>The Unity amongst Diversity &#8211; There is a unity in the Catholic Church that I have not found anywhere else.  On Sunday, Mass happens around the world and all are identical in purpose and tradition.  I<br />
love that the Catholic Church is universal and readily available to all.</li>
<li>The Open Door Policy – I have found no other church that I can go to at anytime of the day or night and walk in to meditate, pray, or worship.  The doors to the Catholic Church are always open.</li>
</ol>
<p>In the end, these are just a few of the multitude of reasons, some inexplicable, for why I am joining the Catholic Church.  However, I must say that the most important reason, the one that unequivocally motivates me to become Catholic is that I feel at home.  I feel as though I meet God there.  He and I haven&#8217;t gotten on much since I went to college, but my renewed interest, my homecoming if you will, has brought us closer.  To be frank, I have found the Trinity to exist in the Catholic Church and to come alive to me there unlike anywhere else I have ever been.  And that is all that need be said.</p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2009/10/why-im-becoming-catholic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NetNewsWire [App Review]</title>
		<link>http://t11m.info/blog/2009/10/netnewswire-app-review/</link>
		<comments>http://t11m.info/blog/2009/10/netnewswire-app-review/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 02:38:34 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=454</guid>
		<description><![CDATA[RSS feeds are one of the greatest inventions of the web. Rather than having to go from page to page on the web an RSS feed allows you to sit back and aggregate all of the news you want into one place. This one place being your RSS reader of choice. I am a long [...]]]></description>
			<content:encoded><![CDATA[<p>RSS feeds are one of the greatest inventions of the web.  Rather than having to go from page to page on the web an RSS feed allows you to sit back and aggregate all of the news you want into one place.  This one place being your RSS reader of choice.  I am a long time Google Reader user and advocate.  I love it.  All of my news, blogs, and other syndicated internet content in one handy location that is viewable from anywhere I connect to the web.  Until recently there have been no desktop RSS readers I was willing to even consider, but then NetNewsWire released its latest version (3.2) which touts full Google Reader synchronization.  I had to give it a try, and let me tell you, I&#8217;m pleasantly surprised.  </p>
<p>First the desktop app is a well designed, sleek looking Mac app.  It has the standard easy to use buttons, straightforward configuration that every Mac user looks for and loves.  Set up is a breeze and synchronization with Google Reader was simple.  It even brings down the folder arrangement I have in Google Reader and allows me to browse by feed, by folder, or by the last 24 hours of news (which by the way is a feature Google Reader should add).  I often fall behind in keeping up with my RSS feeds and the 24 hour view allows me to get up to speed on that days news quickly.  Then I can go back at my convenience to read up on what I have missed.  </p>
<p>Second NetNewsWire has built in tabbed browsing functionality or it easily sends links to your default browser.  I prefer to open all of the news stories in NetNewsWire and thereby never leave the app.  In fact, after using NetNewsWire for some time, I don&#8217;t even realize at that I have been surfing the web from within it.  I can click links and browse just like a web browser.  </p>
<p>Third is built in functionality to post directly to a blog (via my choice of blogging software) or post to Delicious with just the push of a button.  This functionality makes it incredibly easy for me to read a story and immediately blog about it.</p>
<p>Lastly it provides me with reports about the feeds I am subscribed to &#8211; how often they update, the bandwidth they take, etc.  The stats aren&#8217;t that important to me, but it is extremely interesting to see what feeds provide me the most content and which ones I read the most.  Absolutely perfect for a guy like me who enjoys the numbers.</p>
<p>Overall, I don&#8217;t think I will ever go back to using the Google Reader web interface except when viewing my feeds from a computer other than my Mac.  Especially since NetNewsWire also is available as an iPhone app with a much easier interface to use than Google Reader on the phone via Safari.  Best part is it&#8217;s all free as long as you are willing to put up with a few tastefully displayed adds.  If not the desktop app is only $9.99 and the iPhone app is just $1.99.</p>
<p><a href="http://www.newsgator.com/INDIVIDUALS/NETNEWSWIRE/">Download NetNewsWire Mac App</a><br /> <br />
<a href="http://www.newsgator.com/individuals/netnewswireiphone/default.aspx">Download NetNewsWire iPhone App</a></p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2009/10/netnewswire-app-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave in a Nutshell</title>
		<link>http://t11m.info/blog/2009/10/google-wave-in-a-nutshell/</link>
		<comments>http://t11m.info/blog/2009/10/google-wave-in-a-nutshell/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 22:35:29 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=448</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/rDu2A3WzQpo&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rDu2A3WzQpo&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2009/10/google-wave-in-a-nutshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life Lately</title>
		<link>http://t11m.info/blog/2009/07/life-lately/</link>
		<comments>http://t11m.info/blog/2009/07/life-lately/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 04:06:37 +0000</pubDate>
		<dc:creator>T11M</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://t11m.info/?p=430</guid>
		<description><![CDATA[So I&#8217;ve sorta dropped off the map lately. This is due mainly to the hectic work hours I&#8217;ve been keeping. By the time I&#8217;m done with work, have eaten dinner, gone to the gym and watched a little TV with Kendra it&#8217;s about time to go to bed. Anyway &#8211; now that I&#8217;m back in [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve sorta dropped off the map lately. This is due mainly to the hectic work hours I&#8217;ve been keeping. By the time I&#8217;m done with work, have eaten dinner, gone to the gym and watched a little TV with Kendra it&#8217;s about time to go to bed. Anyway &#8211; now that I&#8217;m back in front of my computer typing I just wanted to put something up to try to get back on track.</p>
<p>I&#8217;ve been reading a lot of RSS feeds (as usual) but one that I have really found worthwhile is <a href="http://www.technibble.com/" target="_blank">Technibble</a>. The guys over there seem to have a really good grasp on both running a small business and actually doing the tech work necessary to compete in the marketplace.  I&#8217;ve taken much of their advice into account when dealing with customers and it has proved to be very sound.  I also love the Tech Tool of the Week issue they do.  I have gotten so many good apps that I have immediately put to use.</p>
<p>Another blog I&#8217;ve been reading is <a href="http://zenhabits.net/" target="_blank">Zen Habits</a>.  While I&#8217;m not a big fan of self help reading I&#8217;ve found this blog to be fairly insightful and not full of useless mush.   The author, Leo, tends to give very good examples and tips for how to be more productive, less stressed, and just all around better at life.  I&#8217;d encourage anyone to read some of his posts to get a feel for what it has to offer.  Obviously you don&#8217;t want to read too much at one time &#8211; I can only handle about one post a day, but that&#8217;s all he offers so it fits me perfectly.</p>
<p>Anyway, I plan on blogging again &#8211; so look for updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://t11m.info/blog/2009/07/life-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.486 seconds -->

