<?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/"
	>
	<channel>
		<title>DracoBlue.net</title>
		<link>http://dracoblue.net/</link>
		<description><![CDATA[]]></description>
		<pubDate>Thu, 26 Apr 2012 21:53:14 +0200</pubDate>
		<generator>DracoBlue's Rss-Feed-Generator</generator>
		<language>en</language>
		<item>			<title>Installing php apd on php 5.3.10</title>
			<link>http://dracoblue.net/dev/installing-php-apd-on-php-5310/203/</link>
			<guid isPermaLink="false">http://dracoblue.net/dev/installing-php-apd-on-php-5310/203/</guid>
			<description><![CDATA[Today I wanted to extend the phpdebugtoolbar to allow tracing for good old mysql_query commands. This can be possible by using the rename_function-method, which is provided by the apd pecl  extension.It's a pitty that this extension cannot be compiled for...]]></description>
			<pubDate>Thu, 26 Apr 2012 21:53:14 +0200</pubDate>
			<dc:creator><![CDATA[DracoBlue]]></dc:creator>
			<category><![CDATA[open source]]></category>
			<category><![CDATA[php]]></category>
			<comments>http://dracoblue.net/dev/installing-php-apd-on-php-5310/203/#messages</comments>
			<wfw:commentRss>http://dracoblue.net/dev/installing-php-apd-on-php-5310/203/feed/</wfw:commentRss>
		</item>
		<item>			<title>Install pandoc 1.9 on ubuntu lucid/oneric</title>
			<link>http://dracoblue.net/dev/install-pandoc-19-on-ubuntu-lucidoneric/202/</link>
			<guid isPermaLink="false">http://dracoblue.net/dev/install-pandoc-19-on-ubuntu-lucidoneric/202/</guid>
			<description><![CDATA[Don't install pandoc with apt-get. Follow those instructions to get the latest version,You need haskell-platform. Don't install haskell with apt-get, too.Use this guide how to install haskell on ubuntu.As soon as you are done, you can install pandoc with ...]]></description>
			<pubDate>Sat, 10 Mar 2012 22:44:31 +0100</pubDate>
			<dc:creator><![CDATA[DracoBlue]]></dc:creator>
			<category><![CDATA[Ubuntu]]></category>
			<comments>http://dracoblue.net/dev/install-pandoc-19-on-ubuntu-lucidoneric/202/#messages</comments>
			<wfw:commentRss>http://dracoblue.net/dev/install-pandoc-19-on-ubuntu-lucidoneric/202/feed/</wfw:commentRss>
		</item>
		<item>			<title>Assertions and No-Test-Framework in PHP</title>
			<link>http://dracoblue.net/dev/assertions-and-notestframework-in-php/201/</link>
			<guid isPermaLink="false">http://dracoblue.net/dev/assertions-and-notestframework-in-php/201/</guid>
			<description><![CDATA[When I was writing the tests for Craur, I wanted to try a new way (no phpunit this time) to write tests in php.Since php already has a assert($assertion) method, I imagined that it might be a good start to test without an extra test framework.A simple 1as...]]></description>
			<pubDate>Mon, 05 Mar 2012 11:29:04 +0100</pubDate>
			<dc:creator><![CDATA[DracoBlue]]></dc:creator>
			<category><![CDATA[open source]]></category>
			<category><![CDATA[php]]></category>
			<comments>http://dracoblue.net/dev/assertions-and-notestframework-in-php/201/#messages</comments>
			<wfw:commentRss>http://dracoblue.net/dev/assertions-and-notestframework-in-php/201/feed/</wfw:commentRss>
		</item>
		<item>			<title>How I built a social game in one week: SwarmFight</title>
			<link>http://dracoblue.net/dev/how-i-built-a-social-game-in-one-week-swarmfight/200/</link>
			<guid isPermaLink="false">http://dracoblue.net/dev/how-i-built-a-social-game-in-one-week-swarmfight/200/</guid>
			<description><![CDATA[It has been an interesting past month, so I want to share how I build a social game for desktop and mobile devices by using Javascript and HTML/CSS.Since it took me 7 days to make it, I entitled the blog post: &quot;How to create a social game in one week&quot;! I ...]]></description>
			<pubDate>Sun, 12 Feb 2012 20:44:38 +0100</pubDate>
			<dc:creator><![CDATA[DracoBlue]]></dc:creator>
			<category><![CDATA[php]]></category>
			<category><![CDATA[JavaScript]]></category>
			<category><![CDATA[jQuery]]></category>
			<category><![CDATA[JsBehaviour]]></category>
			<category><![CDATA[SwarmFight]]></category>
			<comments>http://dracoblue.net/dev/how-i-built-a-social-game-in-one-week-swarmfight/200/#messages</comments>
			<wfw:commentRss>http://dracoblue.net/dev/how-i-built-a-social-game-in-one-week-swarmfight/200/feed/</wfw:commentRss>
		</item>
		<item>			<title>JSB 1.3.0 released - Good bye Inline-Javascript</title>
			<link>http://dracoblue.net/dev/jsb-130-released-good-bye-inlinejavascript/199/</link>
			<guid isPermaLink="false">http://dracoblue.net/dev/jsb-130-released-good-bye-inlinejavascript/199/</guid>
			<description><![CDATA[Today I finally finished JSB 1.3.0. The JsBehavourToolkit is a little toolkit to avoid any inline javascript, allow copy-and-paste of behaviour on html elements.There is a native version, which works without any framework from (Firefox 3+, Safari 5+, Oper...]]></description>
			<pubDate>Wed, 04 Jan 2012 11:45:51 +0100</pubDate>
			<dc:creator><![CDATA[DracoBlue]]></dc:creator>
			<category><![CDATA[open source]]></category>
			<category><![CDATA[JavaScript]]></category>
			<category><![CDATA[Mootools]]></category>
			<category><![CDATA[jQuery]]></category>
			<category><![CDATA[JsBehaviour]]></category>
			<comments>http://dracoblue.net/dev/jsb-130-released-good-bye-inlinejavascript/199/#messages</comments>
			<wfw:commentRss>http://dracoblue.net/dev/jsb-130-released-good-bye-inlinejavascript/199/feed/</wfw:commentRss>
		</item>
		<item>			<title>Spludo 1.1.0 released</title>
			<link>http://dracoblue.net/dev/spludo-110-released/198/</link>
			<guid isPermaLink="false">http://dracoblue.net/dev/spludo-110-released/198/</guid>
			<description><![CDATA[Finally a new spludo 1.1.0 release is available. This is also the start of 1.2-dev development.The 1.1-branch will stay to support node version 0.4, 1.2 will (soon) support only 0.6 and later.Changes from 1.0.3 to 1.1.0:12345678910111213141516171819202122...]]></description>
			<pubDate>Sun, 20 Nov 2011 13:00:19 +0100</pubDate>
			<dc:creator><![CDATA[DracoBlue]]></dc:creator>
			<category><![CDATA[open source]]></category>
			<category><![CDATA[node.JS]]></category>
			<category><![CDATA[Spludo]]></category>
			<comments>http://dracoblue.net/dev/spludo-110-released/198/#messages</comments>
			<wfw:commentRss>http://dracoblue.net/dev/spludo-110-released/198/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>