<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>brandon.furtwangler blog</title>
	<link>http://www.brandonfurtwangler.com</link>
	<description>my projects</description>
	<pubDate>Sun, 11 Jan 2009 19:13:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>my first IronPython program</title>
		<link>http://www.brandonfurtwangler.com/?p=71</link>
		<comments>http://www.brandonfurtwangler.com/?p=71#comments</comments>
		<pubDate>Wed, 18 Jun 2008 13:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=71</guid>
		<description><![CDATA[	After seeing the cools stuff Chris Anderson is doing with Python in his AvPad program, I dicided to take his advice and learn Python. I read an ebook on the flight to Redmond, and today I wrote my first program. It uses IronPython and the .NET framework to make a webspider that searches for mp3s [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=71</wfw:commentRSS>
	</item>
		<item>
		<title>Dan Lash&#8217;s interview</title>
		<link>http://www.brandonfurtwangler.com/?p=64</link>
		<comments>http://www.brandonfurtwangler.com/?p=64#comments</comments>
		<pubDate>Fri, 22 Apr 2005 04:29:46 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=64</guid>
		<description><![CDATA[	Here is the story of Dan Lash&#8217;s interview at Microsoft in January.  Pics and Videos included:
	http://danlash.com/qwix/seattle.html

]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=64</wfw:commentRSS>
	</item>
		<item>
		<title>It&#8217;s spring, go geocaching!</title>
		<link>http://www.brandonfurtwangler.com/?p=63</link>
		<comments>http://www.brandonfurtwangler.com/?p=63#comments</comments>
		<pubDate>Mon, 18 Apr 2005 05:06:14 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=63</guid>
		<description><![CDATA[	The sun is shining and I feel like doing something outside.  It&#8217;s been a few years, but I&#8217;m planning on doing a bit of geocaching this spring/summer.  Don&#8217;t know what this is?  Here is the official FAQ.  The basic idea is that you get a few buddies and a GPS device [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=63</wfw:commentRSS>
	</item>
		<item>
		<title>Avalon March CTP whitespace issues</title>
		<link>http://www.brandonfurtwangler.com/?p=62</link>
		<comments>http://www.brandonfurtwangler.com/?p=62#comments</comments>
		<pubDate>Wed, 13 Apr 2005 20:34:07 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=62</guid>
		<description><![CDATA[	The issue of whitespace preservation often comes up when working with XML.  XAML, being XML, is no exception.  Take this for example:
	&#60;StackPanel&#62;
  &#60;TextFlow&#62;&#60;Bold&#62;i&#8217;m Bold&#60;/Bold&#62; &#60;Italic&#62;i&#8217;m Italic&#60;/Italic&#62;&#60;/TextFlow&#62;
&#60;/StackPanel&#62;
	You might expect this to render with a space between the Bold and the Italic text, but this is not the case.
	it will instead look like: i&#8217;m [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=62</wfw:commentRSS>
	</item>
		<item>
		<title>How to learn a .net API</title>
		<link>http://www.brandonfurtwangler.com/?p=61</link>
		<comments>http://www.brandonfurtwangler.com/?p=61#comments</comments>
		<pubDate>Tue, 12 Apr 2005 14:53:58 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=61</guid>
		<description><![CDATA[	So I&#8217;m going to Redmond in less than 2 months (after E3 of course), and I need to become capable with the Avalon API so I can jump right in there and get some work done.  Here are some tips I&#8217;ve discovered on how to learn a [huge] .net API.
	1) download the docs and [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=61</wfw:commentRSS>
	</item>
		<item>
		<title>Ballistic Demo</title>
		<link>http://www.brandonfurtwangler.com/?p=60</link>
		<comments>http://www.brandonfurtwangler.com/?p=60#comments</comments>
		<pubDate>Sun, 03 Apr 2005 19:37:39 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>Projects</category>
		<guid>http://www.brandonfurtwangler.com/?p=60</guid>
		<description><![CDATA[	can we pretend I didn&#8217;t take a two+ month absence from blogging?  Lets just say I&#8217;m lazy + I broke my tablet and lost most of my stuff.
	To make up for this I decided to post and EARLY demo of the game I&#8217;m currently working on.  A few of us at MSU decided [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=60</wfw:commentRSS>
	</item>
		<item>
		<title>Understanding ClearType</title>
		<link>http://www.brandonfurtwangler.com/?p=59</link>
		<comments>http://www.brandonfurtwangler.com/?p=59#comments</comments>
		<pubDate>Fri, 11 Feb 2005 23:37:58 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=59</guid>
		<description><![CDATA[	In my previous attempt to describe a problem that I believe exists in the current implementation of ClearType on XP, I forgot one important thing.  A picture is worth a thousand words.  The problem is that you can&#8217;t just blow up a bitmap to show sub-pixels.  That&#8217;s why I decided to write [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=59</wfw:commentRSS>
	</item>
		<item>
		<title>Vertex Buffer Objects</title>
		<link>http://www.brandonfurtwangler.com/?p=58</link>
		<comments>http://www.brandonfurtwangler.com/?p=58#comments</comments>
		<pubDate>Tue, 08 Feb 2005 03:13:43 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>Projects</category>
		<guid>http://www.brandonfurtwangler.com/?p=58</guid>
		<description><![CDATA[	As much as I love DirectX, I&#8217;ve been using OpenGL for the past few weeks.  This semester I started TA&#8217;ing for cse472 - Computer Graphics and OpenGL is used exclusively.  Anyways, I&#8217;ve been making little demo&#8217;s and tutorials during the down time of my lab (ok and at night in my free time). [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=58</wfw:commentRSS>
	</item>
		<item>
		<title>Interviewing with Microsoft</title>
		<link>http://www.brandonfurtwangler.com/?p=57</link>
		<comments>http://www.brandonfurtwangler.com/?p=57#comments</comments>
		<pubDate>Mon, 17 Jan 2005 18:21:05 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=57</guid>
		<description><![CDATA[	Looks like I&#8217;m going to be interning with Microsoft on the Windows Client Platform team (aka Avalon) this summer!  Interviewing at Microsoft was the most fun I&#8217;ve had in a long time.  Seattle is beautiful, and everyone I talked to during my interview was extremely friendly.
I wanted to wait to hear their response [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=57</wfw:commentRSS>
	</item>
		<item>
		<title>More Avalon requests and bugs</title>
		<link>http://www.brandonfurtwangler.com/?p=56</link>
		<comments>http://www.brandonfurtwangler.com/?p=56#comments</comments>
		<pubDate>Wed, 22 Dec 2004 23:54:49 +0000</pubDate>
		<dc:creator></dc:creator>
		
	<category>General</category>
		<guid>http://www.brandonfurtwangler.com/?p=56</guid>
		<description><![CDATA[	I&#8217;ve been tinkering around with Avalon CTP lately (without actually making anything useful) and I&#8217;ve run into a few things that may be bugs.   Also, coming from a web development background I&#8217;ve got a question that may be naive.  First the bugs&#8230;
	Here&#8217;s the short list of what I&#8217;ve found so far.
1) I [...]]]></description>
		<wfw:commentRSS>http://www.brandonfurtwangler.com/?feed=rss2&amp;p=56</wfw:commentRSS>
	</item>
	</channel>
</rss>
