<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>David Thomas Bernal</title>
	<link>http://davidthomasbernal.com/blog</link>
	<description>Codeasaurus-rex</description>
	<lastBuildDate>Wed, 12 May 2010 05:48:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Introducing ReStyle: a Minimal CSS Framework</title>
		<description><![CDATA[A CSS reset is a stylesheet that clears out inconsistent default styles across browsers. This gives us as developers greater control over the final look of our pages, and forces us to define our own styles, rather than lazily relying on inconsistent browser defaults. If you&#8217;re new to the concept of reset stylesheets, Six Revisions [...]]]></description>
		<link>http://davidthomasbernal.com/blog/2010/05/11/introducing-restyle-a-minimal-css-framework/</link>
			</item>
	<item>
		<title>C# Image Processing Performance &#8211; Unsafe vs. Safe code, Part II</title>
		<description><![CDATA[In Part I of this article, I outlined a method of performing pixel-level operations on an image that required neither unsafe code, nor the use of the GetPixel and SetPixel methods, which are notoriously slow. The one thing I neglected to include was an actual comparison of the IntPtr and pointer methods with the GetPixel\SetPixel [...]]]></description>
		<link>http://davidthomasbernal.com/blog/2008/03/14/c-image-processing-performance-unsafe-vs-safe-code-part-ii/</link>
			</item>
	<item>
		<title>C# Image Processing Performance &#8211; Unsafe vs. Safe code, Part I</title>
		<description><![CDATA[It&#8217;s spring break at my school, and my travel plans fell through, so I&#8217;ve taken some time to get back into one of my favorite topics in C#, image processing. If you&#8217;re not familiar with doing this in C#, I&#8217;d highly encourage you to start reading the great series of articles on the subject by [...]]]></description>
		<link>http://davidthomasbernal.com/blog/2008/03/13/c-image-processing-performance-unsafe-vs-safe-code-part-i/</link>
			</item>
	<item>
		<title>An LCD Sunset Countdown Timer Using C#, Part 2</title>
		<description><![CDATA[Sorry for the long gap between posts, I&#8217;ve recently moved to a new place, and started school again, so things have been hectic. In any case, back to the timer. In Part 1, I had investigated the options for the LCD plugin, and settled on LCD Smartie. I also implemented the algorithm I would use [...]]]></description>
		<link>http://davidthomasbernal.com/blog/2008/01/25/an-lcd-sunset-countdown-timer-using-c-part-2/</link>
			</item>
	<item>
		<title>An LCD Sunset Countdown Timer Using C#, Part 1</title>
		<description><![CDATA[An important tradition between a few people at my office is the daily viewing of the sunset. I&#8217;m not really sure how exactly, but at some point, it was discovered that from our office parking lot, we have a relatively unhindered view of the beautiful Arizona sunset. Combine this with programmers eager to quit coding [...]]]></description>
		<link>http://davidthomasbernal.com/blog/2008/01/09/an-lcd-sunset-countdown-timer-using-c-part-1/</link>
			</item>
</channel>
</rss>
