<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Alessandro Vermeulen</title>
	<link>http://alessandrovermeulen.me</link>
	<description>Alessandro Vermeulen&#039;s blog about languages, programming, Computer Science and the Web.</description>
	<lastBuildDate>Wed, 28 Apr 2010 12:28:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->
	<item>
		<title>Moving to Doctrine 1.2.x</title>
		<description><![CDATA[Here are some updates on my previous article. Doctrine meets Codeigniter. Do not forget to add the following autoload directive to your hooks/doctrine.php and the doctrine.php cli: spl_autoload_register(array('Doctrine', 'modelsAutoload'));]]></description>
		<link>http://alessandrovermeulen.me/2010/04/28/moving-to-doctrine-1.2.x/</link>
			</item>
	<item>
		<title>Debian Lenny and the Haskell Platform</title>
		<description><![CDATA[Currently there is no package for the Haskell-Platform in Debian stable. However, the source of this platform and GHC is available for download at ghc and platform. However, there are some issues to solve when installing the platform from source. Mainly you'll be missing several packages. The following commands worked at my own Debian machine. [...]]]></description>
		<link>http://alessandrovermeulen.me/2010/02/10/debian-lenny-and-the-haskell-platform/</link>
			</item>
	<item>
		<title>Datatypes and Folds: Part II</title>
		<description><![CDATA[Non-mutually recursive and Mutually recursive datatypes Welcome back. In this post we will look at creating type algebra's and folds for more complicated data types. In essence, this exercise will not be any more difficult than the previous ones, provided that you stick with the steps. Up in this part, are the non-mutually recursive datatypes [...]]]></description>
		<link>http://alessandrovermeulen.me/2010/01/03/haskell-datatypes-and-folds-part-ii/</link>
			</item>
	<item>
		<title>Doctrine: Unable to parse string: Unable to parse line 0 (</title>
		<description><![CDATA[Normally this error would mean that you have some weird syntax error somewhere in your yml files. However, if you are sure everything is up to spec be sure to check whether there are any `hidden' files in the folder. Such files start with a dot and are also read and parsed by the command [...]]]></description>
		<link>http://alessandrovermeulen.me/2010/01/01/doctrine-unable-to-parse-string-unable-to-parse-line-0/</link>
			</item>
	<item>
		<title>Haskell Datatypes and Folds: Part I</title>
		<description><![CDATA[Welcome to this little explanation on how to determine the fold of a Haskell datatype. First we'll look at how we define functions over lists, something everyone starting with Haskell should be sufficiently familiar with, after which we move on to the datatypes. You'll see different ways how to calculate the sum of a list, [...]]]></description>
		<link>http://alessandrovermeulen.me/2009/12/17/haskell-datatypes-and-folds/</link>
			</item>
	<item>
		<title>Setting up multiple applications with CodeIgniter</title>
		<description><![CDATA[In addition to my previous post where I discussed the initial setup of your application with CI (CodeIgniter), I'll use this post to provide a method of setting up your environment for multiple applications. Now, in the previous post I was really sloppy about the locations of both the CodeIgniter system files and the application [...]]]></description>
		<link>http://alessandrovermeulen.me/2009/09/08/setting-up-multiple-applications-with-codeigniter/</link>
			</item>
	<item>
		<title>Extending the V in MVC &#8211; revisited</title>
		<description><![CDATA[This post is an revised version of 'Extending the V in MVC on the web' of November 9, 2008. When I first started working with the MVC method it was with my own framework. After noticing that maintaining my own framework would be very time-comsuming I embarked on the search for a free, fast and [...]]]></description>
		<link>http://alessandrovermeulen.me/2009/07/12/extending-the-v-in-mvc-revisited/</link>
			</item>
	<item>
		<title>Adding COM(+) to your Delphi project</title>
		<description><![CDATA[If you're struggling with your IDE to add an COM(+) object to your project you should look in the .drp file of your project. If you include 'ComServ' in the uses list you should be fine. :) Now you're able to add an COM(+) object to your project using add->new.]]></description>
		<link>http://alessandrovermeulen.me/2009/06/19/adding-com-to-your-delphi-project/</link>
			</item>
	<item>
		<title>Setting up CodeIgniter &#8211; Basics</title>
		<description><![CDATA[In this post I'll show how to set up CodeIgniter in a way that your code and configuration (passwords!) are safe. It will involve moving the "system" and "application" outside the (public) document root. Seperating both `system' and `application' has obvious advantages for maintainance and for reusibility. Using a seperate `www' directory enables you to [...]]]></description>
		<link>http://alessandrovermeulen.me/2009/05/22/setting-up-codeigniter/</link>
			</item>
	<item>
		<title>Doctrine meets CodeIgniter</title>
		<description><![CDATA[Anyone who has made websites in the past has encountered it. The endless bugging typing of SQL queries, always doing the same over and over again. This struggle is lightened by the use of frameworks or even complete CM-Systems. However, SQL query writing is still often needed. To counter this (and other annoying pestering little [...]]]></description>
		<link>http://alessandrovermeulen.me/2009/04/17/doctrine-meets-codeigniter/</link>
			</item>
</channel>
</rss>
