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

<channel>
	<title>Familien Schøler's blog &#187; Programmering</title>
	<atom:link href="http://www.xn--schler-dya.net/blog/category/programmering/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xn--schler-dya.net/blog</link>
	<description>Lidt af hvert fra hverdagen hos Michael, Kamilla, Marie og Katrine Schøler</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:45:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>W.I.T.S. projektet er igangsat</title>
		<link>http://www.xn--schler-dya.net/blog/2009/06/22/wits/</link>
		<comments>http://www.xn--schler-dya.net/blog/2009/06/22/wits/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:30:39 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[Beretninger]]></category>
		<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/?p=488</guid>
		<description><![CDATA[NU PÅ FACEBOOK
Trenden startede i Egå med at jeg smed en version 0.1beta Working-In-The-Sun, eller W.I.T.S, arbejdsplads op. Som det ses, er det tydeligvist indført lidt intermistiske, og ganske midlertidige, løsninger for at undgå at få sol ind på fremvisningsenheden, men som sådan fungerede denne &#8220;proof-of-concept&#8221; version ganske fint:
W.I.T.S. v0.1 beta

Herfra varede det ikke længe [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2009/06/22/wits/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>JSLint v1.1 is released!</title>
		<link>http://www.xn--schler-dya.net/blog/2009/04/20/jslint-v11-is-released/</link>
		<comments>http://www.xn--schler-dya.net/blog/2009/04/20/jslint-v11-is-released/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:32:49 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/?p=409</guid>
		<description><![CDATA[
Jakob Kruse and I have just released version 1.1 of our Yahoo! Widget for validating JavaScript files: JSLint Multi (download link for v1.1). We are also happy to announce that JSLint Multi now is the &#8220;official&#8221; JSLint widget and that several improvements have been introduced since v1.0, which is why we recommend everyone to update [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2009/04/20/jslint-v11-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# API documentation issues</title>
		<link>http://www.xn--schler-dya.net/blog/2008/04/17/c_shart_api_documentation_woes/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/04/17/c_shart_api_documentation_woes/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 08:07:18 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[Brok]]></category>
		<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/04/17/c_shart_api_documentation_woes/</guid>
		<description><![CDATA[According to http://msdn2.microsoft.com/en-us/library/system.datetime_methods(VS.71).aspx the AddHours() method for any DateTime instance has the following effect:

AddHours: Adds the specified number of hours to the value of this instance.

This means that given a DateTime object &#8220;dt&#8221;, and that the method AddHours is called on that object, the specific object instance &#8220;dt&#8221; will be updated with the new value.



As [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/04/17/c_shart_api_documentation_woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding proverbs</title>
		<link>http://www.xn--schler-dya.net/blog/2008/02/21/coding-proverbs/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/02/21/coding-proverbs/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 10:14:59 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[Programmering]]></category>
		<category><![CDATA[Sjov og ballade]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/02/21/coding-proverbs/</guid>
		<description><![CDATA[Nerd alert. You have been warned.
if (!kill(this)) { this.strength++; } // Thanks to Rasmus for starting this
var bear = { sell: function() { if (!this.shot) return false; } }
var volume = (barrel.contents.count() == 0 ? 100 : 50);
if (house.opacity &#60; 1) { throw new Exception(&#8220;You should not have done that&#8221;); }
if (water.style.display!=&#8221;none&#8221;) { water.maxTemperatureDegC = [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/02/21/coding-proverbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Så skal der laves Team Fortress 2 baner!</title>
		<link>http://www.xn--schler-dya.net/blog/2008/02/17/team_fortress_2_level_design/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/02/17/team_fortress_2_level_design/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 16:21:39 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/02/17/team_fortress_2_level_design/</guid>
		<description><![CDATA[ Jeg er nu gået igang med at sætte mig ind i level design til Team Fortress 2. Valve har været så flinke allerede i november at frigive et SDK til spillet, men jeg har desværre først opdaget det nu.
Det skal nok blive sjovt at lege med! =)
]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/02/17/team_fortress_2_level_design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
