<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>CodeDump</title>
	<link>http://codedump.tsdme.nl</link>
	<description>A little blog where I write about my experiences while coding.</description>
	<lastBuildDate>Fri, 08 Jan 2010 16:08:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>My new favorite function: map</title>
		<description><![CDATA[Map, that&#8217;s my new favorite pure function. It&#8217;s very simple in use and has tons of uses! Ever been fidgeting with numbers trying to get the right output? Save your time the next time and use Map!
1234function map&#40;$v, $a, $b, $x = 0, $y = 1&#41;
&#123;
&#160; return &#40;$v == $a&#41; ? $x : &#40;$v - [...]<p>This is a post from <a href="http://codedump.tsdme.nl" title="CodeDump">CodeDump</a><br/><br/><a href="http://codedump.tsdme.nl/php/my-new-favorite-function-map">My new favorite function: map</a></p>
]]></description>
		<link>http://codedump.tsdme.nl/php/my-new-favorite-function-map</link>
			</item>
	<item>
		<title>Firefox and the Cache Mystery</title>
		<description><![CDATA[Lately I&#8217;ve been working on a small and fast CMS system for my new website. I&#8217;m hoping the website will attract a lot of visitors and since my server is not that strong I&#8217;ve decided on sending some caching headers so the browsers won&#8217;t overwhelm the server with requests.
After some research the Cache-Control header will [...]<p>This is a post from <a href="http://codedump.tsdme.nl" title="CodeDump">CodeDump</a><br/><br/><a href="http://codedump.tsdme.nl/browser-quirks/firefox-and-the-cache-mystery">Firefox and the Cache Mystery</a></p>
]]></description>
		<link>http://codedump.tsdme.nl/browser-quirks/firefox-and-the-cache-mystery</link>
			</item>
	<item>
		<title>OpenSearch Wordpress Plugin</title>
		<description><![CDATA[I&#8217;ve been searching for a plugin for Wordpress that makes an OpenSearch file.
Found nothing so i&#8217;ve been working on it myself, however lately I&#8217;ve seen another OpenSearch plugin appear in the plugins database.
The plugin system of wordpress is ok, but could be a lot better, namely a class system. The way it works now is [...]<p>This is a post from <a href="http://codedump.tsdme.nl" title="CodeDump">CodeDump</a><br/><br/><a href="http://codedump.tsdme.nl/php/opensearch-wordpress-plugin">OpenSearch Wordpress Plugin</a></p>
]]></description>
		<link>http://codedump.tsdme.nl/php/opensearch-wordpress-plugin</link>
			</item>
	<item>
		<title>Cookies and Actionscript</title>
		<description><![CDATA[I have been searching and searching today to find out a way to see the cookies that the server sends to you while downloading a page using URLLoader. I needed to read the PHPSESSID cookie that php send me so I could use it again in another URLLoader object so I could download some information [...]<p>This is a post from <a href="http://codedump.tsdme.nl" title="CodeDump">CodeDump</a><br/><br/><a href="http://codedump.tsdme.nl/actionscript/cookies-and-actionscript">Cookies and Actionscript</a></p>
]]></description>
		<link>http://codedump.tsdme.nl/actionscript/cookies-and-actionscript</link>
			</item>
	<item>
		<title>Conway&#8217;s Game of Life</title>
		<description><![CDATA[Every time I try to learn a new programming language as a &#8216;Hello World&#8217; world program I write Conway&#8217;s Game of Life.
So when John Resig created processing.js I started building again.
I&#8217;m not sure why, but the program is using a LOT of cpu cycles, I tried to optimize as much as I can, but i&#8217;m [...]<p>This is a post from <a href="http://codedump.tsdme.nl" title="CodeDump">CodeDump</a><br/><br/><a href="http://codedump.tsdme.nl/processing/conways-game-of-life">Conway&#8217;s Game of Life</a></p>
]]></description>
		<link>http://codedump.tsdme.nl/processing/conways-game-of-life</link>
			</item>
</channel>
</rss>
