<?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>Command Chaos &#187; Uncategorized</title>
	<atom:link href="http://commandchaos.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://commandchaos.com</link>
	<description></description>
	<lastBuildDate>Sun, 19 Dec 2010 16:49:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Log In Faster to Gmail &amp; Other Google Services</title>
		<link>http://commandchaos.com/2007/09/faster-logins-to-gmail-other-google-services/</link>
		<comments>http://commandchaos.com/2007/09/faster-logins-to-gmail-other-google-services/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 18:34:30 +0000</pubDate>
		<dc:creator>Ryan Mack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>
<category>google</category><category>lifehack</category><category>web</category>
		<guid isPermaLink="false">http://commandchaos.com/2007/09/faster-logins-to-gmail-other-google-services/</guid>
		<description><![CDATA[A short but sweet tip that some may already know, but it’s news to me: You don’t need to append @gmail.com to your Google Login for it to work on Gmail and other Google Services (Calendar, Reader, etc.) Simply follow the example pictured and save yourself thousands of keystrokes in no time. Google is pretty [...]]]></description>
			<content:encoded><![CDATA[<p>A short but sweet tip that some may already know, but it’s news to me: You don’t need to append @gmail.com to your Google Login for it to work on <a href="https://gmail.com">Gmail</a> and other Google Services (<a href="https://calendar.gmail.com">Calendar</a>, <a href="https://reader.google.com">Reader</a>, etc.)</p>
<p><img src="http://commandchaos.com/wp-content/uploads/2007/09/gmail-login-example.jpg" alt="Gmail Login Example" align="right" /></p>
<p>Simply follow the example pictured and save yourself thousands of keystrokes in no time. Google is pretty inconsistent with how they label this from one service to another; some say email address, others say username, while all mobile services ask for an email address. This inconsistency has lead myself and others to default to their full address, but regardless of what the prompt asks for, the shortened username trick works for all the services I&#8217;ve tried.</p>
<p>This is particularly useful on the iPhone and other mobile devices where inputting characters like the @ or period often require multiple keystrokes.</p>
<a href="http://commandchaos.com/tag/google" rel="tag">google</a>, <a href="http://commandchaos.com/tag/lifehack" rel="tag">lifehack</a>, <a href="http://commandchaos.com/tag/web" rel="tag">web</a>]]></content:encoded>
			<wfw:commentRss>http://commandchaos.com/2007/09/faster-logins-to-gmail-other-google-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Create RSS Feeds for YouTube</title>
		<link>http://commandchaos.com/2007/09/easily-create-rss-feeds-for-youtube/</link>
		<comments>http://commandchaos.com/2007/09/easily-create-rss-feeds-for-youtube/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 06:37:23 +0000</pubDate>
		<dc:creator>Ryan Mack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>
<category>lifehack</category><category>rss</category><category>technology</category><category>web</category>
		<guid isPermaLink="false">http://commandchaos.com/2007/09/easily-create-rss-feeds-for-youtube/</guid>
		<description><![CDATA[The lack of baked-in RSS support on YouTube is frustrating. They’ve most likely done this to force users into their proprietary subscription system and keep them coming back for more page-views. There is a single, relatively hidden FAQ page on the YouTube site that tells you how to manually create your own feeds. Sick of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://commandchaos.com/wp-content/uploads/2007/09/you-tube-logo-with-rss.png" alt="You Tube Logo with RSS" /></p>
<p>The lack of baked-in RSS support on YouTube is frustrating. They’ve most likely done this to force users into their proprietary subscription system and keep them coming back for more page-views. There is a <a href="http://www.youtube.com/rssls">single, relatively hidden FAQ page</a> on the YouTube site that tells you how to manually create your own feeds.</p>
<p>Sick of googling for that page and then copying and pasting the URL and username every time I wanted to create a new feed, I’ve hacked together some <a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklets</a> to make things easier. Just think of them as miniature applications for the web that live inside your web browser.</p>
<p><b>To install them, just drag these links to your bookmarks bar in Firefox or Safari:<br />
<a href="javascript:Qr=prompt('Enter%20YouTube%20Username','');if(Qr)location.href='http://www.youtube.com/rss/user/'+escape(Qr)+'&amp;mode=/videos.rss'">YouTubeUserRSS</a> and <a href="javascript:Qr=prompt('Enter%20tag%20for%20YouTube%20feed','');if(Qr)location.href='http://www.youtube.com/rss/tag/'+escape(Qr)+'&amp;mode=.rss'">YouTubeTagRSS</a></b></p>
<p>When you want to create a feed, just click on the proper bookmark and enter the username or tag in the resulting box (spaces are acceptable for tags ie: Alanis Morissette). Depending on your feed reader, you may need to copy and paste the resulting URL from the address bar into your reader.</p>
<p>Don’t know what RSS is or how it can make your life easier? Check out the <em>Common Craft Show</em> episode entitled <a href="http://www.commoncraft.com/rss_plain_english">RSS in Plain English</a>.</p>
<p><b><em>Update: December 20, 2009:</b></em> Not sure when they did it, but YouTube has integrated RSS on their user pages and will also give you a feed for &#8220;related videos&#8221; on individual video pages.</p>
<a href="http://commandchaos.com/tag/lifehack" rel="tag">lifehack</a>, <a href="http://commandchaos.com/tag/rss" rel="tag">rss</a>, <a href="http://commandchaos.com/tag/technology" rel="tag">technology</a>, <a href="http://commandchaos.com/tag/web" rel="tag">web</a>]]></content:encoded>
			<wfw:commentRss>http://commandchaos.com/2007/09/easily-create-rss-feeds-for-youtube/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Greetings</title>
		<link>http://commandchaos.com/2007/04/greetings/</link>
		<comments>http://commandchaos.com/2007/04/greetings/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 21:55:21 +0000</pubDate>
		<dc:creator>Ryan Mack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[philosophy]]></category>
<category>about</category><category>admin</category><category>meta</category><category>philosophy</category>
		<guid isPermaLink="false">http://commandchaos.com/2007/04/greetings/</guid>
		<description><![CDATA[Chaos and quantum theories dictate the universe is changing constantly. Things like the weather are affected so much by these changes that they cannot be accurately predicted for more than about seven days. The chaos in our lives isn&#8217;t just relegated to the physical world around us. In today&#8217;s high-paced, information-overload world it seems like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Chaos_theory">Chaos</a> and quantum theories dictate the universe is changing constantly. Things like the weather are affected so much by these changes that they cannot be accurately predicted for more than about seven days.</p>
<p>The chaos in our lives isn&#8217;t just relegated to the physical world around us. In today&#8217;s high-paced, information-overload world it seems like we&#8217;re all swimming (or drowning) in the middle of an ocean of ideas composed largely of audio, video and textual information.</p>
<p>Chaos theory doesn&#8217;t necessarily explain the mess on your desk or in your head, but there is a parallel to productivity and organization; small changes in a larger complex system, over time, can lead to significant results.</p>
<p>You have the power to change your life through your perception of the world and through the systems you interact with it through.</p>
<p>My name is <a href="http://www.ryanpmack.com">Ryan P. Mack</a>. This is where I&#8217;ll share the systems, strategies, philosophies, tools and other information I&#8217;ve found to help me command the chaos in my life.</p>
<p>I&#8217;m considering this my life&#8217;s work. Not that it&#8217;s all I plan to do with my time here, but rather it&#8217;s me sharing the practical, day-to-day business of living my life.</p>
<p><a href="http://commons.wikimedia.org/wiki/Image:Mandel_zoom_00_mandelbrot_set.jpg" title="Mandelbrot set"><img src="http://commandchaos.com/wp-content/uploads/2007/05/520mandelbrot.jpg" alt="Mandelbrot set courtesy of Wikimedia" /></a></p>
<a href="http://commandchaos.com/tag/about" rel="tag">about</a>, <a href="http://commandchaos.com/tag/admin" rel="tag">admin</a>, <a href="http://commandchaos.com/tag/meta" rel="tag">meta</a>, <a href="http://commandchaos.com/tag/philosophy" rel="tag">philosophy</a>]]></content:encoded>
			<wfw:commentRss>http://commandchaos.com/2007/04/greetings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

