<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>matt smith rambling</title>
	<atom:link href="http://mattsmith.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattsmith.wordpress.com</link>
	<description>technology, life</description>
	<lastBuildDate>Wed, 01 Oct 2008 15:05:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mattsmith.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0896f9cff52614388f76a440ce5f04ca?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>matt smith rambling</title>
		<link>http://mattsmith.wordpress.com</link>
	</image>
			<item>
		<title>Amazon to support Windows and SQL Server</title>
		<link>http://mattsmith.wordpress.com/2008/10/01/amazon-to-support-windows-and-sql-server/</link>
		<comments>http://mattsmith.wordpress.com/2008/10/01/amazon-to-support-windows-and-sql-server/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 15:04:55 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsmith.wordpress.com/?p=11</guid>
		<description><![CDATA[Got an email from Amazon this morning stating thier plans to support Windows and SQL Server in their Elastic Compute cloud.  Windows is not too suprising, however I would not have suspected SQL Server.   So it would appear that not only will Amazon beat MSFT to standing up cloud computing for Windows, the will also compete directly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=11&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Got an email from Amazon this morning stating thier <a href="http://aws.amazon.com/windows">plans</a> to support Windows and SQL Server in their Elastic Compute cloud.  Windows is not too suprising, however I would not have suspected SQL Server.   So it would appear that not only will Amazon beat MSFT to standing up cloud computing for Windows, the will also compete directly with <a href="http://www.microsoft.com/sql/dataservices/default.mspx">SQL Server Data Services</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=11&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2008/10/01/amazon-to-support-windows-and-sql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
		<item>
		<title>Navigating WPF&#8217;s TreeView</title>
		<link>http://mattsmith.wordpress.com/2008/01/02/navigating-wpfs-treeview/</link>
		<comments>http://mattsmith.wordpress.com/2008/01/02/navigating-wpfs-treeview/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 17:27:08 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[wpf samplecode]]></category>

		<guid isPermaLink="false">http://mattsmith.wordpress.com/2008/01/02/navigating-wpfs-treeview/</guid>
		<description><![CDATA[In Microsoft&#8217;s Windows Presentation Foundation, I think one of the more difficult things for programmers coming from WinForms and ASP.NET to conceptualize is how to work with the logical and visual control trees.   A common way this manifests itself is in how to navigate a TreeView control.   I struggled with this quite a lot, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=10&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In Microsoft&#8217;s Windows Presentation Foundation, I think one of the more difficult things for programmers coming from WinForms and ASP.NET to conceptualize is how to work with the logical and visual control trees.   A common way this manifests itself is in how to navigate a TreeView control.   I struggled with this quite a lot, but finally got it with some help from the guys on the MDSN <a href="http://forums.microsoft.com/MSDN/showpost.aspx?postid=2608098&amp;siteid=1">forum.</a>  I&#8217;m posting the sample I made <a href="http://" title="http://www.box.net/shared/ixsyoh2g4s">here</a>.  Hope this is helpful to someone.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattsmith.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattsmith.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=10&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2008/01/02/navigating-wpfs-treeview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
		<item>
		<title>LDS Church CIO Blog</title>
		<link>http://mattsmith.wordpress.com/2006/12/14/lds-church-cio-blog/</link>
		<comments>http://mattsmith.wordpress.com/2006/12/14/lds-church-cio-blog/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 01:13:25 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsmith.wordpress.com/2006/12/14/lds-church-cio-blog/</guid>
		<description><![CDATA[Joel Dehlin is the CIO for the LDS Church and has started a blog.   There is a surprsing about of information in the posts so far about IT at the LDS Church.  I&#8217;m excited to read more.
 Having worked at the church for the past few weeks I&#8217;ll just comment that this is a fantastic time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=9&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Joel Dehlin is the CIO for the LDS Church and has started a <a href="http://www.ldscio.org/">blog</a>.   There is a surprsing about of information in the posts so far about IT at the LDS Church.  I&#8217;m excited to read more.</p>
<p> Having worked at the church for the past few weeks I&#8217;ll just comment that this is a fantastic time to work in church IT.  There are some exciting projects, but even better, fantastic people who are smart, enthusiastic and an all around blast to work with. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattsmith.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattsmith.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=9&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2006/12/14/lds-church-cio-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
		<item>
		<title>Christmas comes early</title>
		<link>http://mattsmith.wordpress.com/2006/12/12/christmas-comes-early/</link>
		<comments>http://mattsmith.wordpress.com/2006/12/12/christmas-comes-early/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 04:47:44 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsmith.wordpress.com/2006/12/12/christmas-comes-early/</guid>
		<description><![CDATA[Today Microsoft announced the release of XNA Game Studio Express.
This totally snuck up on me, but if I understand it correctly, this will allow anyone to write games (in managed code) for the XBox 360!   Well, there goes the rest of the month for me.  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=8&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today Microsoft announced the release of <a target="_blank" href="http://blogs.msdn.com/xna/archive/2006/12/11/xna-game-studio-express-has-been-released.aspx">XNA Game Studio Express</a>.</p>
<p>This totally snuck up on me, but if I understand it correctly, this will allow anyone to write games (in managed code) for the XBox 360!   Well, there goes the rest of the month for me. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattsmith.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattsmith.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=8&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2006/12/12/christmas-comes-early/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
		<item>
		<title>Thanks</title>
		<link>http://mattsmith.wordpress.com/2006/12/12/thanks/</link>
		<comments>http://mattsmith.wordpress.com/2006/12/12/thanks/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 04:39:55 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsmith.wordpress.com/2006/12/12/thanks/</guid>
		<description><![CDATA[Just want to send out quick thanks to all the kind words in the comments on the Leaving Microsoft post.  That was totally unexpected, but very much appreciated.  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=6&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just want to send out quick thanks to all the kind words in the comments on the Leaving Microsoft post.  That was totally unexpected, but very much appreciated.  </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattsmith.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattsmith.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=6&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2006/12/12/thanks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
		<item>
		<title>Repentance</title>
		<link>http://mattsmith.wordpress.com/2006/12/12/repentance/</link>
		<comments>http://mattsmith.wordpress.com/2006/12/12/repentance/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 04:36:24 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsmith.wordpress.com/2006/12/12/repentance/</guid>
		<description><![CDATA[Time flies when you are having fun, and blogging takes a back seat. 
I was reading a Gartner article on blogging a few days ago and something like 80+% (I forget the exact number) of  blogs are abandon in the first few months.  I felt a twinge of guilt.
So I&#8217;m back.  Hopefully for a while
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=5&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Time flies when you are having fun, and blogging takes a back seat. </p>
<p>I was reading a Gartner article on blogging a few days ago and something like 80+% (I forget the exact number) of  blogs are abandon in the first few months.  I felt a twinge of guilt.</p>
<p>So I&#8217;m back.  Hopefully for a while</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattsmith.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattsmith.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=5&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2006/12/12/repentance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
		<item>
		<title>Leaving Microsoft</title>
		<link>http://mattsmith.wordpress.com/2006/11/03/leaving-microsoft/</link>
		<comments>http://mattsmith.wordpress.com/2006/11/03/leaving-microsoft/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 17:14:15 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mattsmith.wordpress.com/2006/11/03/leaving-microsoft/</guid>
		<description><![CDATA[I must be crazy! 
Today is my last day at Microsoft. I’ve worked for this company for a little over 10 years.  Just to put that into context, the day I joined, the Windows NT team were having the ship party for Windows NT 4.0.  I remember thinking the party was pretty cool but was honestly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=3&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I must be crazy! </p>
<p>Today is my last day at Microsoft. I’ve worked for this company for a little over 10 years.  Just to put that into context, the day I joined, the Windows NT team were having the ship party for Windows NT 4.0.  I remember thinking the party was pretty cool but was honestly a little bummed out because I really wanted to get started coding at Microsoft.  It’s been a wonderful ride from the Windows team to COM+ to the .NET Runtime ending with 6 years in Microsoft Services. Microsoft is a fantastic company to work for.</p>
<p>However, I’ve always wanted to start a company.  If I’m honest with myself, I’m not exactly sure where this lack good judgment comes from.  It’s probably genetic.  My mom and dad are both successful business owners (of separate companies).  So I’ll blame them.  <span style="font-size:12pt;font-family:Wingdings;"><span>J</span></span></p>
<p>Looking forward I will be looking to do technology architecture and strategy consulting to mid tier companies here in the<br />
Salt Lake City, Utah area.  For the first little while I will be working at the LDS Church on a resource scheduling application that has direct impact on the church’s day to day operations.  I’m very excited about it and the opportunity to work at the church.  There are some great things going on there and I feel very privileged to be a part of them.  I also hope to contribute to some community efforts for IT architects and technical leaders here in the area as well. </p>
<p>My plan is to stay solo.  At least for a while.  Part of what’s driving this for me is my desire to stay technical and thus I really don’t have much aspiration to run a large services organization or body shop.  I have some ideas for some software projects I want to incubate, but my real plan is to develop deep, long term relationships with my customers as a trusted advisor on technology architecture and strategy and help them decide how to best leverage technology in a customized way in the context of <em>their</em> business. </p>
<p>It would be very ungrateful of me not to thank the family and friends who have been very supportive of me in making this leap.   There’s been advice, many conversations and much encouragement given that I could not have done this without.  Specifically my wife, Tiffany, is incredible, and this whole experience has reminded me again that I’m married to someone way out of my league.</p>
<p>Wish me luck!  I’m scared to death, but too excited to care.  If you want to keep track of what’s going on, watch this blog.  There is also a website with nothing in it yet at <a href="http://www.altimotion.com/">www.altimotion.com</a>. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattsmith.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattsmith.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=3&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2006/11/03/leaving-microsoft/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
		<item>
		<title>First post</title>
		<link>http://mattsmith.wordpress.com/2006/11/02/hello-world/</link>
		<comments>http://mattsmith.wordpress.com/2006/11/02/hello-world/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 01:10:33 +0000</pubDate>
		<dc:creator>mattsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello all. 
This is something I&#8217;ve been wanting to do for some time, but was one of those things you never really get around to.   The blog will mostly be about things that attract my attention (or distract me from what I&#8217;m supposed to be doing   ) in the various areas of technology and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=1&subd=mattsmith&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello all. </p>
<p>This is something I&#8217;ve been wanting to do for some time, but was one of those things you never really get around to.   The blog will mostly be about things that attract my attention (or distract me from what I&#8217;m supposed to be doing <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ) in the various areas of technology and IT strategy.  It will be mostly a technical blog, but I may throw in bits of color from my personal life at times as well (especially if I can ever pull off that backflip on my wakeboard). Areas of current interest I will probably post on in the near future are Software Factories, Domain Specific Languages, SharePoint, Ruby, stock market investing, creativity, defeating risk aversion and productivity methodologies.</p>
<p>Please bear with me while I figure out all the knobs and levers on this blog thingy. </p>
<p> Looking forward to the experience. Wish me luck!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattsmith.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattsmith.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattsmith.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattsmith.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattsmith.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattsmith.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattsmith.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattsmith.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattsmith.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattsmith.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattsmith.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattsmith.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattsmith.wordpress.com&blog=516324&post=1&subd=mattsmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattsmith.wordpress.com/2006/11/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ad0ab07d1751227e79fe72eac65fee43?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mattsmith</media:title>
		</media:content>
	</item>
	</channel>
</rss>