<?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>lifeclot</title>
	<atom:link href="http://www.lifeclot.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeclot.net</link>
	<description>say all that you can. . .</description>
	<lastBuildDate>Sun, 04 Apr 2010 07:13:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Online Portfolio</title>
		<link>http://www.lifeclot.net/2010/04/04/my-online-portfolio/</link>
		<comments>http://www.lifeclot.net/2010/04/04/my-online-portfolio/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 07:13:52 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=208</guid>
		<description><![CDATA[I&#8217;ve been spending a nice portion of my free time lately working on my online representation. My good friend, Zach Badgett, threw together the actual page design so props to him on that! I have used this project to help me gain a deeper understanding of ASP.NET MVC and how it is able to make [...]]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/04/04/my-online-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Air Quality</title>
		<link>http://www.lifeclot.net/2010/03/30/air-quality/</link>
		<comments>http://www.lifeclot.net/2010/03/30/air-quality/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:44:14 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=197</guid>
		<description><![CDATA[So, I am here, at work, just chillin. My shift is over, and there is nothing really on fire so I should be going home.
But I&#8217;m not.
The air outside is horrible. I really don&#8217;t want to drive through it. The wind has been blowing tremendously throughout the Salt Lake Valley, which is kicking up all [...]]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/03/30/air-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion (is great)</title>
		<link>http://www.lifeclot.net/2010/03/28/subversion-is-great/</link>
		<comments>http://www.lifeclot.net/2010/03/28/subversion-is-great/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 04:36:09 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=191</guid>
		<description><![CDATA[You&#8217;ve most likely become very familiar with some type of source or version control software when developing applications. These types of software keep track of changes and allow you to revert to old file versions. They also usually allow for branching and controlling the codebase in very intricate ways.

Most of the open source world uses [...]]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/03/28/subversion-is-great/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Can See The Future!</title>
		<link>http://www.lifeclot.net/2010/03/26/i-can-see-the-future/</link>
		<comments>http://www.lifeclot.net/2010/03/26/i-can-see-the-future/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 17:16:43 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=187</guid>
		<description><![CDATA[And its freakin awesome.
With HTML5 and CSS3, the way we think of websites is in for a radical change. These new technologies will allow for the integration of some really cool things in your web page.
Here are some of my favorite examples:

Google Wave
WPilot
ContentEditable
RGraph

Also, there are a few really great articles that give great examples
]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/03/26/i-can-see-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$this is Out of Context</title>
		<link>http://www.lifeclot.net/2010/03/25/this-is-out-of-context/</link>
		<comments>http://www.lifeclot.net/2010/03/25/this-is-out-of-context/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 23:39:36 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=115</guid>
		<description><![CDATA[I&#8217;ve stumbled across some strange behavior in PHP 5 when calling a class method statically from an Exception&#8217;s constructor. In PHP, you&#8217;re not required to label a class&#8217;s function as static but you are still able to use it as a static function. Example:

&#60;?phpclass&#160;MyClass&#160;{&#160;&#160;&#160;&#160;public&#160;function&#160;MyFunction()&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;echo&#160;"You&#160;called&#160;MyClass's&#160;MyFunction";&#160;&#160;&#160;&#160;}}MyClass::MyFunction();?&#62;

Now, the strange little &#8230; behavior I have noticed is that when [...]]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/03/25/this-is-out-of-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Likes Code Examples Not (Updated)</title>
		<link>http://www.lifeclot.net/2010/03/25/wordpress-likes-code-examples-not/</link>
		<comments>http://www.lifeclot.net/2010/03/25/wordpress-likes-code-examples-not/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:10:27 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=118</guid>
		<description><![CDATA[I&#8217;ve got to modify this beast to somehow make PHP and other code snippets look nice. And preserve indentation.

Example:

&#60;?phpclass&#160;ExtendedException&#160;extends&#160;Exception&#160;{&#160;&#160;&#160;&#160;public&#160;function&#160;__construct($message&#160;=&#160;"Undefined&#160;exception",&#160;$code&#160;=&#160;0xFF)&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;parent::__construct($message,&#160;$code);&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if&#160;(class_exists("Log"))&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Log::WriteException($this);&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;else&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;throw&#160;new&#160;UnhandledException($message,&#160;$code);&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;public&#160;function&#160;toArray()&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;print_r($this-&#62;getTrace());&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;public&#160;function&#160;__toString()&#160;{&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return&#160;get_class($this)&#160;.&#160;"&#160;'{$this-&#62;message}'&#160;in&#160;{$this-&#62;file}&#160;(ln.&#160;{$this-&#62;line})"&#160;.&#160;PHP_EOL&#160;.&#160;"{$this-&#62;getTraceAsString()}";&#160;&#160;&#160;&#160;}}?&#62;


I am a sad panda.  
Update: I got it working with the help of a plugin called Preserve Code Formatting which I then hacked up a little bit to call highlight_string() on PHP code. Woo!
]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/03/25/wordpress-likes-code-examples-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing Symbols</title>
		<link>http://www.lifeclot.net/2010/03/10/viewing-symbols/</link>
		<comments>http://www.lifeclot.net/2010/03/10/viewing-symbols/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 00:56:11 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/2010/03/10/viewing-symbols/</guid>
		<description><![CDATA[Visual Studio is awesome and allows you to load the source code of built assemblies (called Symbols) when debugging.
I just wish you could load the symbols during normal coding.
I hate reverse engineering  
(but I love Intellisense)
]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/03/10/viewing-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Goose Update</title>
		<link>http://www.lifeclot.net/2010/01/25/project-goose-update/</link>
		<comments>http://www.lifeclot.net/2010/01/25/project-goose-update/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 00:52:55 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=74</guid>
		<description><![CDATA[Goose I made it&#8217;s maiden voyage yesterday. Sadly, it ended in disaster as the rocket made a sharp turn at about 50 feet in the air and began traveling horizontally along the ground. Read more here.
]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2010/01/25/project-goose-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10,000,001st Prime</title>
		<link>http://www.lifeclot.net/2009/12/25/10000001st-prime/</link>
		<comments>http://www.lifeclot.net/2009/12/25/10000001st-prime/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 07:42:19 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=56</guid>
		<description><![CDATA[Yeah, yeah everyone already has the ability to lookup the 10,000,001st Prime Number (Google: Big Primes). 
However, I wrote a script to take on a question on Project Euler to figure out the 10,001st Prime Number. Not terribly complicated, but I changed a parameter and had my script look up the 10,000,001st Prime.
Output:

Finding the ten [...]]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2009/12/25/10000001st-prime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Goose</title>
		<link>http://www.lifeclot.net/2009/11/15/project-goose/</link>
		<comments>http://www.lifeclot.net/2009/11/15/project-goose/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:11:32 +0000</pubDate>
		<dc:creator>Tyler Sommer</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.lifeclot.net/?p=49</guid>
		<description><![CDATA[Figured I would post a little headliner for a new Project of a little hobby of mine- model rocketry.
Check it out: Project Goose
]]></description>
		<wfw:commentRss>http://www.lifeclot.net/2009/11/15/project-goose/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
