<?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>Van-Hout.nl</title>
	<atom:link href="http://www.van-hout.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.van-hout.nl</link>
	<description>My Experiments with Technology...</description>
	<lastBuildDate>Thu, 22 Oct 2009 07:29:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Convert video_ts folders to iso image on Ubuntu</title>
		<link>http://www.van-hout.nl/2009/10/21/convert-video_ts-folders-to-iso-image-on-ubuntu/</link>
		<comments>http://www.van-hout.nl/2009/10/21/convert-video_ts-folders-to-iso-image-on-ubuntu/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:09:51 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.van-hout.nl/?p=40</guid>
		<description><![CDATA[On my XBMC mediacenter I have a lot of DVD&#8217;s on disk, but XBMC doesn&#8217;t handle them very well. They are not recognized and the individual .VOB files in the folders show up. This makes it hard for less technical family members to start playing the video. This is why I wanted to test if [...]]]></description>
		<wfw:commentRss>http://www.van-hout.nl/2009/10/21/convert-video_ts-folders-to-iso-image-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run PHP script as a Daemon</title>
		<link>http://www.van-hout.nl/2009/10/02/run-php-script-as-a-daemon/</link>
		<comments>http://www.van-hout.nl/2009/10/02/run-php-script-as-a-daemon/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:29:22 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Daemon]]></category>

		<guid isPermaLink="false">http://www.van-hout.nl/?p=22</guid>
		<description><![CDATA[I needed to run a PHP script in the background on my Ubuntu 8.04 server, but didn&#8217;t know how to do this. Googling around I found the following script to daemonize PHP scripts on bipinb.com: &#60;?php declare(ticks=1); $pid = pcntl_fork(); if ($pid == -1) { die("could not fork"); } else if ($pid) { exit(); // [...]]]></description>
		<wfw:commentRss>http://www.van-hout.nl/2009/10/02/run-php-script-as-a-daemon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post&#8230;</title>
		<link>http://www.van-hout.nl/2009/10/02/first-post/</link>
		<comments>http://www.van-hout.nl/2009/10/02/first-post/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:58:28 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.van-hout.nl/?p=20</guid>
		<description><![CDATA[For everything there is a first time&#8230; this is my first post on my fresh installed blog! From now on I will be posting my explorings and experiments with technology.]]></description>
		<wfw:commentRss>http://www.van-hout.nl/2009/10/02/first-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

