<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Strogn.com</title>
	<link>http://strogn.com</link>
	<description>Python, JS, C, and whatever else is making the world tick.</description>
	<lastBuildDate>Mon, 27 Jul 2009 23:49:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>C&#8217;s Comeback!</title>
		<description>In my desire to finally completely work through K&#38;R I decided to start at the beginning. The fruit of today's labor:


#include 
main(){
	int fahr, celcius;
	int lower, upper, step;
	lower = 0;
	upper = 300;
	step = 20;
	fahr = lower;
	while (fahr  </description>
		<link>http://strogn.com/2009/07/27/cs-comeback/</link>
			</item>
	<item>
		<title>Minimizing Documents</title>
		<description>Recently I have been doing a bit of work using JS to build the entire DOM for a page after only passing it a JS Array of the contents, this technique works quite well to reduce server load as all the processing is done on the client's site with identical ...</description>
		<link>http://strogn.com/2009/07/06/minimizing-documents/</link>
			</item>
	<item>
		<title>Hello world!</title>
		<description>Ah, a fresh install of WordPress…. New design is out mostly and the time has come to apply some content. Normally I delete this post and start my ow but considering this is a programming / web design blog it seemed an appropriate enough title. So without further ado, the ...</description>
		<link>http://strogn.com/2009/06/20/hello-world/</link>
			</item>
</channel>
</rss>
