<?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"
	>

<channel>
	<title>Ken Rawlings</title>
	<atom:link href="http://www.kenrawlings.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kenrawlings.com</link>
	<description>Tilting at Windmills Since 1970</description>
	<pubDate>Sat, 22 Mar 2008 16:23:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Resharper 4.0 good news and a little WPF databinding</title>
		<link>http://www.kenrawlings.com/archives/2008/03/21/resharper-40-good-news-and-a-little-wpf-databinding/</link>
		<comments>http://www.kenrawlings.com/archives/2008/03/21/resharper-40-good-news-and-a-little-wpf-databinding/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 22:42:30 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[dotnet]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2008/03/21/resharper-40-good-news-and-a-little-wpf-databinding/</guid>
		<description><![CDATA[	It&#8217;s been tough doing development in Visual Studio 2008 without ReSharper for the last several months, but as much as I enjoy ReSharper, C# 3.0 trumps it. I&#8217;ve occasionally installed the Nightly Builds of ReSharper 4.0, but the sea of red around my LINQ code always resulted in the install not lasting very long. Luckily, [...]]]></description>
			<content:encoded><![CDATA[	<p>It&#8217;s been tough doing development in Visual Studio 2008 without ReSharper for the last several months, but as much as I enjoy ReSharper, C# 3.0 trumps it. I&#8217;ve occasionally installed the <a href="http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+4.0+Nightly+Builds" title="">Nightly Builds of ReSharper 4.0</a>, but the sea of red around my <span class="caps">LINQ</span> code always resulted in the install not lasting very long. Luckily, the most recent &#8220;works here&#8221; nightly build of ReSharper 4.0 (build 755) looks pretty usable. The only notable issue I&#8217;ve found is that it doesn&#8217;t like non-trivial <span class="caps">LINQ</span> queries inside of static methods, which is a pain but perhaps not a showstopper.</p>

	<p>Speaking of <span class="caps">LINQ</span>, Brian Stoker has a <a href="http://www.codeproject.com/KB/WPF/binding_in_linq-sql.aspx" title="">nice introduction to <span class="caps">WPF </span>Databinding with <span class="caps">LINQ</span> to <span class="caps">SQL</span></a> over on The Code Project. I&#8217;ve been meaning to learn more about this for a while and Brian&#8217;s article did a great job of introducing enough information to get something up and running without being overwhelming.</p>


 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2008/03/21/resharper-40-good-news-and-a-little-wpf-databinding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Consuming a WCF service from Flex Builder 3</title>
		<link>http://www.kenrawlings.com/archives/2008/03/20/consuming-a-wcf-service-from-flex-builder-3/</link>
		<comments>http://www.kenrawlings.com/archives/2008/03/20/consuming-a-wcf-service-from-flex-builder-3/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 21:15:10 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2008/03/20/consuming-a-wcf-service-from-flex-builder-3/</guid>
		<description><![CDATA[	Flex Builder 3 includes improved support for web services, but the process of getting it to consume a WCF service was still a bit trickier than expected. Here are a few pointers:

	
		Flex only supports up through SOAP 1.1, so doing a web service import fails for the defaults Visual Studio uses. To correct this, modify [...]]]></description>
			<content:encoded><![CDATA[	<p>Flex Builder 3 includes improved support for web services, but the process of getting it to consume a <span class="caps">WCF</span> service was still a bit trickier than expected. Here are a few pointers:</p>

	<ol>
		<li>Flex only supports up through <span class="caps">SOAP 1</span>.1, so doing a web service import fails for the defaults Visual Studio uses. To correct this, modify the <span class="caps">WCF</span> service to use basicHttpBinding. Pete Brown has <a href="http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2008/03/19/WCF-Integration-in-Silverlight-2-Beta-1.aspx" title="">an example</a> on how to do this over in his blog.</li>
	</ol>

	<ol>
		<li>The &#8220;Import Web Service&#8221; wizard doesn&#8217;t provide any pointers after it runs on how to use the strongly typed client it generates, but it&#8217;s actually pretty straightforward. Check out <a href="http://www.flexlive.net/?p=79" title="">Build <span class="caps">SOAP </span>Clients with Flex Builder 3</a> over on FlexLive.net. There&#8217;s also some good sample code in the comments.</li>
	</ol>

	<p>With the above I was able to get a sample <span class="caps">WCF</span> service that returns an array of strings working correctly with Flex. I&#8217;ll post a followup later with my experiences with more complicated objects&#8212;that&#8217;s where things have broken down in my experience with <span class="caps">SOAP</span> interop in the past. However, supposedly Flex 3&#8217;s new support is based on Apache Axis which is pretty well regarded, so fingers crossed.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2008/03/20/consuming-a-wcf-service-from-flex-builder-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google&#8217;s Android SDK First Impressions</title>
		<link>http://www.kenrawlings.com/archives/2007/11/12/googles-android-sdk-first-impressions/</link>
		<comments>http://www.kenrawlings.com/archives/2007/11/12/googles-android-sdk-first-impressions/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 17:23:48 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2007/11/12/googles-android-sdk-first-impressions/</guid>
		<description><![CDATA[	Google has made the Android SDK publicly available. A few first impressions:

	
		Android development is Java based and is similar to the method used to develop for the Sidekick: Compiled Java classes are run through a tool that translates them to a custom VM (Android&#8217;s Davlik VM in this case).
	

	
		IDE integration is available via an eclipse [...]]]></description>
			<content:encoded><![CDATA[	<p>Google has made the <a href="http://www.openhandsetalliance.com/developers.html" title="">Android <span class="caps">SDK</span></a> publicly available. A few first impressions:</p>

	<ul>
		<li>Android development is Java based and is similar to the method used to develop for the <a href="http://sidekick.com" title="">Sidekick</a>: Compiled Java classes are run through a tool that translates them to a custom <span class="caps">VM </span>(Android&#8217;s Davlik VM in this case).</li>
	</ul>

	<ul>
		<li><span class="caps">IDE</span> integration is available via an <a href="http://code.google.com/android/intro/installing.html#installingplugin" title="">eclipse plugin</a>.</li>
	</ul>

	<ul>
		<li>A good portion of the base Java libraries are included. I&#8217;m especially happy to see the excellent <a href="http://code.google.com/android/reference/java/util/concurrent/package-summary.html" title="">java.util.concurrent</a> API is standard. The Apache Commons library is standard as well, which is nice to see.</li>
	</ul>

	<ul>
		<li>There is rich media support available (MPEG4, H.264, <span class="caps">MP3</span>, AAC, <span class="caps">AMR</span>, JPG, <span class="caps">PNG</span>, GIF). With Apple, Adobe, and Google all building on <a href="http://en.wikipedia.org/wiki/H.264" title="">H.264</a>, <a href="http://en.wikipedia.org/wiki/VC-1" title="">VC-1</a> is becoming less and less attractive.</li>
	</ul>

	<ul>
		<li>I&#8217;ve suspected that Android would include the Java 2D <span class="caps">API</span>, since it&#8217;s been rumored to be based on the <a href="http://www.satine.org/archives/2007/03/05/the-skia-source-code-dilemma/" title="">Skia engine</a> that Google purchased. While the engine may be based on Skia, the <span class="caps">API</span> is definitely not Java 2D. The 2D library is called <span class="caps">SGL</span>, and is documented in the <a href="http://code.google.com/android/reference/android/graphics/package-summary.html" title="">android.graphics</a> package.</li>
	</ul>

	<ul>
		<li><a href="http://www.khronos.org/opengles/" title="">OpenGL ES</a> is standard, but hardware 3D acceleration is not.</li>
	</ul>

	<ul>
		<li>Like Adobe&#8217;s <a href="http://labs.adobe.com/technologies/air/" title=""><span class="caps">AIR</span></a>, <a href="http://www.sqlite.org/" title=""><span class="caps">SQL </span>Lite</a> is included for structured data storage.</li>
	</ul>

	<ul>
		<li>Android&#8217;s web browser is based on the <a href="http://webkit.org/" title="">Webkit</a> engine used in Apple&#8217;s Safari browser.</li>
	</ul>

 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2007/11/12/googles-android-sdk-first-impressions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista and Scala</title>
		<link>http://www.kenrawlings.com/archives/2007/10/29/vista-and-scala/</link>
		<comments>http://www.kenrawlings.com/archives/2007/10/29/vista-and-scala/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 03:45:42 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2007/10/29/vista-and-scala/</guid>
		<description><![CDATA[	
		I&#8217;ve run every modern version of Windows since NT 3.51 (which ran great including OpenGL 3D graphics on a 90Mhz Pentium with 16 megabytes of RAM believe it or not) but unless something changes radically, I&#8217;ll be skipping Vista from now on. I ran it at home for over two months trying to get used [...]]]></description>
			<content:encoded><![CDATA[	<ul>
		<li>I&#8217;ve run every modern version of Windows since <span class="caps">NT 3</span>.51 (which ran great including OpenGL 3D graphics on a 90Mhz Pentium with 16 megabytes of <span class="caps">RAM</span> believe it or not) but unless something changes radically, I&#8217;ll be skipping Vista from now on. I ran it at home for over two months trying to get used to it, but finally I got frustrated enough that I decided it was worth losing an entire evening to &#8220;downgrade&#8221; back to Windows XP and I couldn&#8217;t be happier. I still prefer Windows XP to Linux on the desktop, but I&#8217;d choose the latest Ubuntu Linux over Vista in a heartbeat.</li>
	</ul>

	<ul>
		<li>If you&#8217;re interested in functional programming, definitely check out <a href="http://www.scala-lang.org/" title="">Scala</a>. It has a nice pragmatic feel to it, a friendly &#38; active community, and can easily access the massive amount of <span class="caps">JVM</span> libraries. There is also a .NET version in the works as well. There&#8217;s also a <a href="http://www.scala-lang.org/downloads/eclipse/" title="">nice plugin for Eclipse</a> being worked on. There&#8217;s a <a href="http://www.artima.com/scalazine/articles/steps.html" title="">great introductory article</a> available over at Artima that I highly recommend checking out.</li>
	</ul>

 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2007/10/29/vista-and-scala/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Parallel Programming, Silverlight, and the RSS Bandit parser</title>
		<link>http://www.kenrawlings.com/archives/2007/06/22/parallel-programming-silverlight-and-the-rss-bandit-parser/</link>
		<comments>http://www.kenrawlings.com/archives/2007/06/22/parallel-programming-silverlight-and-the-rss-bandit-parser/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 21:33:15 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2007/06/22/parallel-programming-silverlight-and-the-rss-bandit-parser/</guid>
		<description><![CDATA[	
		Slashdot asks Is Parallel Programming Just Too Hard?. It&#8217;s difficult, but with more machines shipping with multiple CPU cores, increasingly neccessary. My natural reaction to multithreaded programming is to run away screaming, but I&#8217;ve recently had very good luck with Eric Sink&#8217;s C# implementation of Map with multicore support.
	

	
		If you have any interest in Silverlight, [...]]]></description>
			<content:encoded><![CDATA[	<ul>
		<li>Slashdot asks <a href="http://developers.slashdot.org/article.pl?sid=07/05/29/0058246" title="">Is Parallel Programming Just Too Hard?</a>. It&#8217;s difficult, but with more machines shipping with multiple <span class="caps">CPU</span> cores, increasingly neccessary. My natural reaction to multithreaded programming is to run away screaming, but I&#8217;ve recently had very good luck with Eric Sink&#8217;s <a href="http://www.ericsink.com/entries/multicore_map.html" title="">C# implementation of Map with multicore support</a>.</li>
	</ul>

	<ul>
		<li>If you have any interest in Silverlight, I highly recommend checking out the slides from ScottGu&#8217;s <a href="http://weblogs.asp.net/scottgu/archive/2007/06/19/building-silverlight-applications-using-net.aspx" title="">Building Silverlight Applications using .NET Talk</a></li>
	</ul>

	<ul>
		<li>For <span class="caps">RSS</span>/Atom parsing with .NET, I&#8217;ve quickly become a fan of the parser in <a href="http://www.rssbandit.org" title=""><span class="caps">RSS </span>Bandit</a>. <a href="http://www.rssbandit.org/ow.asp?DownLoad" title="">Download the source via <span class="caps">CVS</span></a> and compile the NewsComponents project as its own <span class="caps">DLL</span>. Create a RssParser object, then call<br />
the GetItemsForFeed method with the desired <span class="caps">URL</span>. This returns an ArrayList of NewsItems for that feed with information for each item.</li>
	</ul>

 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2007/06/22/parallel-programming-silverlight-and-the-rss-bandit-parser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Every once in a while the Internet still surprises me</title>
		<link>http://www.kenrawlings.com/archives/2007/05/10/every-once-in-a-while-the-internet-still-surprises-me/</link>
		<comments>http://www.kenrawlings.com/archives/2007/05/10/every-once-in-a-while-the-internet-still-surprises-me/#comments</comments>
		<pubDate>Fri, 11 May 2007 04:56:09 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2007/05/10/every-once-in-a-while-the-internet-still-surprises-me/</guid>
		<description><![CDATA[	I&#8217;ve been trying to wrap my head around WPF databinding tonight. It turns out Don Box wrote a post on the subject this evening. Due to the power of RSS and news aggregators, I&#8217;m benefiting from his post on the same night he wrote it.

	Having this happen reminds me of Peter Drayton&#8217;s post about blogging [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve been trying to wrap my head around <a href="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation" title=""><span class="caps">WPF</span></a> databinding tonight. It turns out Don Box <a href="http://pluralsight.com/blogs/dbox/archive/2007/05/10/47283.aspx" title="">wrote a post on the subject</a> this evening. Due to the power of <span class="caps">RSS</span> and news aggregators, I&#8217;m benefiting from his post on the same night he wrote it.</p>

	<p>Having this happen reminds me of Peter Drayton&#8217;s <a href="http://www.razorsoft.net/weblog/2002/02/15.html" title="">post</a> about blogging and how the technologies around it enabe a &#8220;Topic-Oriented Web of Smart People&#8221;.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2007/05/10/every-once-in-a-while-the-internet-still-surprises-me/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex &#038; Silverlight</title>
		<link>http://www.kenrawlings.com/archives/2007/04/22/flex-silverlight/</link>
		<comments>http://www.kenrawlings.com/archives/2007/04/22/flex-silverlight/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 17:51:27 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[flash]]></category>

		<category><![CDATA[flex]]></category>

		<category><![CDATA[general]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2007/04/22/flex-silverlight/</guid>
		<description><![CDATA[	I&#8217;ve been experimenting with Flex 2, Adobe&#8217;s Rich Internet Application library built on Flash 9  over the last few months and am impressed. For a very long time Flash was developer unfriendly. That has changed. Flex Builder is a respectable IDE, and Actionscript 3 is based on JavaScript 2 which feels very similar to [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve been experimenting with <a href="http://www.adobe.com/products/flex/" title="">Flex 2</a>, Adobe&#8217;s <a href="http://en.wikipedia.org/wiki/Rich_Internet_application" title="">Rich Internet Application</a> library built on <a href="http://www.adobe.com/products/flashplayer/" title="">Flash 9</a>  over the last few months and am impressed. For a very long time Flash was developer unfriendly. That has changed. <a href="http://www.adobe.com/products/flex/flexbuilder/" title="">Flex Builder</a> is a respectable <span class="caps">IDE</span>, and <a href="http://www.adobe.com/devnet/actionscript/articles/actionscript3_overview.html" title="">Actionscript 3</a> is based on <a href="http://www.mozilla.org/js/language/js20/" title="">JavaScript 2</a> which feels very similar to developing in Java/C#. It&#8217;s even nicer in some ways. You can use dynamic typing for prototyping and then switch to static typing when you want compile-time checking.  Adobe has also released the <a href="http://www.adobe.com/products/flex/sdk/" title="">Flex <span class="caps">SDK</span></a>, so you can also develop Flex applications for free.</p>

	<p>For me, the big technical downside to Flash based applications is that like a <a href="http://java.sun.com/applets/" title="">Java Applet</a> your application is wrapped in a binary object that is embedded into the web page. That means that search engines can&#8217;t easily index it, and as a user you run into weird issues where keys that normally work in web pages don&#8217;t work when you&#8217;re using a Flex application. The whole experience is somewhat like viewing a <span class="caps">PDF</span> on a web page&#8212;it works okay but feels slightly off.</p>

	<p><a href="http://www.microsoft.com/silverlight/asp/default.aspx" title="">Silverlight</a>, Microsoft&#8217;s competitor to Flash, is more web browser friendly. It uses <a href="http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language" title=""><span class="caps">XAML</span></a>, an <span class="caps">XML</span>-based format, for describing the user interface and leverages the browser&#8217;s JavaScript engine for programming. Instead of binary embedding, it&#8217;s all text, which means you can write Silverlight applications in any text editor or even generate them dynamically, and  have the resulting page indexed more easily by search engines. From a technical standpoint Silverlight is currently inferior to Flex, especially after <a href="http://blogs.zdnet.com/Stewart/?p=270" title="">dropping <span class="caps">CLR</span> support for 1.0</a>, but overall I really like the vision of Silverlight.</p>

	<p>Rich Internet Applications are the future, and the battle is on for the platform they will be built with. If the history of cooperation between web browser vendors is any indication, <a href="http://en.wikipedia.org/wiki/AJAX" title="">Ajax</a> is unlikely to evolve quickly enough to stay competitive with Silverlight and Flex. Unfortunately for Microsoft, the use of Flash by sites like Youtube and MySpace means that <a href="http://blogs.zdnet.com/Stewart/?p=344" title="">84.3% of browsers already have a runtime installed that supports Flex 2</a>. If I had to make a bet right now, my money would definitely go on Flex.</p>

	<p>Ashish Shetty, a Program Manager at Microsoft recently <a href="http://nerddawg.blogspot.com/2007/04/what-does-silverlight-mean-to-you.html" title="">asked for candid impressions of Silverlight</a>. What I&#8217;d like more than anything else from Silverlight is for it to become a non-proprietary alternative to Flash. Microsoft has a real opportunity here:</p>

	<ul>
		<li>Release the Silverlight specification as a open patent-free standard</li>
	</ul>

	<ul>
		<li>Release a Silverlight implementation (minus the multimedia codecs) under the Microsoft Permissive License.</li>
	</ul>

	<p>This would be a radical departure for the company and I don&#8217;t see it happening. But opening Silverlight would likely fulfill Bill Gates&#8217; vision of seeing Silverlight technology <a href="http://weblog.infoworld.com/udell/2005/09/15.html" title="">&#8216;absolutely everywhere&#8217;.</a></p>

 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2007/04/22/flex-silverlight/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Four Meme</title>
		<link>http://www.kenrawlings.com/archives/2006/01/17/the-four-meme/</link>
		<comments>http://www.kenrawlings.com/archives/2006/01/17/the-four-meme/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 09:29:20 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/?p=23</guid>
		<description><![CDATA[	I&#8217;ve been tagged by Dave! for the four meme. It would be interesting to see a navigable browser of this meme from its start point.

	Interesting coincidence: I got tagged just a couple of hours after finishing Mark Pesce&#8217;s interesting viewpoint on the implications of global connectedness.

	Four Jobs:
	
		Software Engineer
		Adjunct Instructor
		Writer
		Chief Software Architect
	

	Four Movies I Could Watch [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve been <a href="http://www.gulbransen.net/preaching/2006/01/four_on_the_flo.html" title="">tagged</a> by <a href="http://www.gulbransen.net/" title="">Dave!</a> for the four meme. It would be interesting to see a navigable browser of this meme from its start point.</p>

	<p>Interesting coincidence: I got tagged just a couple of hours after finishing Mark Pesce&#8217;s interesting <a href="http://www.webearth.org/hyperpeople/" title="">viewpoint on the implications of global connectedness.</a></p>

	<p>Four Jobs:</p>
	<ul>
		<li>Software Engineer</li>
		<li>Adjunct Instructor</li>
		<li>Writer</li>
		<li>Chief Software Architect</li>
	</ul>

	<p>Four Movies I Could Watch Over and Over:</p>
	<ul>
		<li>True Romance</li>
		<li>Existenz</li>
		<li>They Live</li>
		<li>Fight Club</li>
	</ul>

	<p>Four Places I&#8217;ve Lived:</p>
	<ul>
		<li>Chicago, IL</li>
		<li>Bloomington, IN</li>
		<li>Richmond, CA</li>
		<li>Mishawaka,IN</li>
	</ul>

	<p>Four <span class="caps">TV </span>Shows I&#8217;d Love to Watch</p>
	<ul>
		<li>Lost</li>
		<li>Charlie Rose</li>
		<li>Good Eats</li>
		<li>The Daily Show</li>
	</ul>

	<p>Four Places I&#8217;ve been on Vacation:</p>
	<ul>
		<li>Las Vegas</li>
		<li>Portland</li>
		<li>London</li>
		<li>Amsterdam</li>
	</ul>

	<p>Four Websites You Visit Daily:</p>
	<ul>
		<li><a href="http://bloglines.com" title="">Bloglines</a></li>
		<li><a href="http://mail.yahoo.com" title="">Yahoo Mail</a></li>
		<li><a href="http://tech.memeorandum.com" title="">Tech.Memeorandum</a></li>
		<li><a href="http://del.icio.us" title="">Del.icio.us</a></li>
	</ul>

	<p>Four of My Favorite Foods:</p>
	<ul>
		<li>Peanut Butter</li>
		<li>Yogurt</li>
		<li>Cheese</li>
		<li>Steak</li>
	</ul>

	<p>Four Places I&#8217;d Rather Be:</p>
	<ul>
		<li>Marathon, FL</li>
		<li>French Rivera</li>
		<li>Amsterdam</li>
		<li>London</li>
	</ul>

	<p>Four Albums I Can&#8217;t Live Without:</p>
	<ul>
		<li>The Beatles, Revolver</li>
		<li><span class="caps">PWEI</span>, This Is The Day&#8230;This Is The Hour&#8230; This Is This</li>
		<li>Gary Numan, Premier Hits</li>
		<li>The Kleptones, A Night at the Hip-Hopera</li>
	</ul>

	<p>Four People to Tag:</p>
	<ul>
		<li><a href="http://www.livejournal.com/users/bebfoo/" title="">Brian</a></li>
		<li><a href="http://www.e-kleio.com" title="">Kleio</a></li>
		<li><a href="http://www.livejournal.com/users/inpetto" title="">Matt</a></li>
		<li><a href="http://www.ransackery.com/" title="">Scott</a></li>
	</ul>
 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2006/01/17/the-four-meme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Managed DirectX Resource Disposal</title>
		<link>http://www.kenrawlings.com/archives/2005/12/08/directx-resource-disposal/</link>
		<comments>http://www.kenrawlings.com/archives/2005/12/08/directx-resource-disposal/#comments</comments>
		<pubDate>Thu, 08 Dec 2005 16:27:03 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[dotnet]]></category>

		<category><![CDATA[managed_directx]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/archives/2005/12/08/directx-resource-disposal/</guid>
		<description><![CDATA[	If you find that a Managed DirectX application you&#8217;re developing is taking a very long time to shut down, make sure that you&#8217;re disposing all the Vertex Buffers (and other pooled device resources) in the reverse order that you created them.

	I&#8217;ve been working with Managed DirectX seriously for about a week now and I&#8217;m pretty [...]]]></description>
			<content:encoded><![CDATA[	<p>If you find that a <a href="http://msdn.microsoft.com/directx">Managed DirectX</a> application you&#8217;re developing is taking a very long time to shut down, make sure that you&#8217;re disposing all the Vertex Buffers (and other pooled device resources) in the <a href="http://www.gamedev.net/community/forums/topic.asp?topic_id=229661">reverse order that you created them</a>.</p>

	<p>I&#8217;ve been working with Managed DirectX seriously for about a week now and I&#8217;m pretty impressed so far. There are a few gotchas I&#8217;ve run into like the above, but for the most part it&#8217;s been easy to get up to speed. It&#8217;s actually more similar to OpenGL than I expected.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2005/12/08/directx-resource-disposal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Tachy Release</title>
		<link>http://www.kenrawlings.com/archives/2005/08/12/new-tachy-release/</link>
		<comments>http://www.kenrawlings.com/archives/2005/08/12/new-tachy-release/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 06:55:30 +0000</pubDate>
		<dc:creator>KenR</dc:creator>
		
		<category><![CDATA[dotnet]]></category>

		<category><![CDATA[scheme]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.kenrawlings.com/?p=18</guid>
		<description><![CDATA[	I&#8217;m happy to announce that a new release of Tachy is now available. The big news for this release is that Tachy now includes debugging support developed by Peter de Laat, including an alpha version of his Visual Studio .NET 2003 Add-in for Tachy. Thanks Peter! Click on the thumbnail below to see a screenshot [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;m happy to announce that a new release of <a href="http://kenrawlings.com/pages/tachy" title="">Tachy</a> is now available. The big news for this release is that Tachy now includes debugging support developed by Peter de Laat, including an alpha version of his Visual Studio .NET 2003 Add-in for Tachy. Thanks Peter! Click on the thumbnail below to see a screenshot of the Add-in at work:</p>

	<p><a href="http://kenrawlings.com/tachy_screen.gif"><img src="http://kenrawlings.com/tachy_screen_thumb.gif"/></a></p>

	<p>Peter has generously released his changes and Visual Studio.NET Add-in under the same <span class="caps">BSD</span> license as the rest of Tachy. For more information on the new Add-in, take a look at Peter&#8217;s &#8220;readme.txt&#8221; file in the &#8216;TachySource/TachyExtension&#8217; directory. A sample that uses the Add-in is available in the &#8216;TachyExamples/Example2DotnetClasses&#8217; directory.</p>

	<p>The new release can be found on the <a href="http://kenrawlings.com/pages/tachy" title="">Tachy</a> page or downloaded directly <a href="http://kenrawlings.com/tachy.zip" title="">here</a>.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.kenrawlings.com/archives/2005/08/12/new-tachy-release/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
