<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>0510ML</title>
	<link>http://0510ml.dk</link>
	<description>Projects and portfolio</description>
	<lastBuildDate>Tue, 01 Jun 2010 15:50:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Building &#8220;The CMS&#8221; &#8211; Part 1</title>
		<description><![CDATA[Hey!
In the first part of the blogging series about my new project, I'll look over the most important features / modules "The CMS" should have - The name of the CMS haven't been decided yet, and is therefore referenced to as "The CMS".
There's a quite long list of features I want implemented, but most of [...]]]></description>
		<link>http://0510ml.dk/2010/06/projects/building-the-cms-part-1/</link>
			</item>
	<item>
		<title>An update</title>
		<description><![CDATA[It's been quite a while since I've blogged, and it's mainly due to the massive amount of homework I've had up to my exams.
I've just finished my written exams and is currently having a week to breathe before starting the orals. In the meantime I'm puzzling with a new firm with the friend I did [...]]]></description>
		<link>http://0510ml.dk/2010/06/general/an-update/</link>
			</item>
	<item>
		<title>The meaning of int(size) in MySQL</title>
		<description><![CDATA[I've sometimes been confused about the size in int(size) when creating a field in a MySQL table. I stumbled about a blog post of Alexander Kirk that explains the meaning:
Usually you see something like int(11) in CREATE TABLE statements, but you can also change it to int(4). So what does this size mean? Can you [...]]]></description>
		<link>http://0510ml.dk/2010/04/web-dev/the-meaning-of-intsize-in-mysql/</link>
			</item>
	<item>
		<title>New project in the works</title>
		<description><![CDATA[The two biggest projects for my exam has been finished, with just a few touches and documentation left on TULM.
This means that I'm having more freetime, and I've therefore started a new project based on CodeIgniter v2.0 even though it's not official, but only a dev version.
Hauglin and Sturgeon have both written about this new [...]]]></description>
		<link>http://0510ml.dk/2010/04/general/new-project-in-the-works/</link>
			</item>
	<item>
		<title>Too much to do, too little time</title>
		<description><![CDATA[Am I the only one with too much to do and too little time?
It's so damn stressing to live today < .]]></description>
		<link>http://0510ml.dk/2010/03/general/too-much-to-do-too-little-time/</link>
			</item>
	<item>
		<title>Dynamic Stylesheet switching</title>
		<description><![CDATA[I've recently been in need of a function that dynamically were able to switch stylesheets without reloading the page.
After a lot of searching, I found a post by Rob Glazebrook.
After modifying it a little to my needs, my theme switcher is working like a charm.
You'll need jQuery and jQuery Cookie plugin.
Maybe this post can save [...]]]></description>
		<link>http://0510ml.dk/2010/02/projects/tulm/dynamic-stylesheet-switching/</link>
			</item>
	<item>
		<title>Character encoding</title>
		<description><![CDATA[When working on the Food Library for TULM I ran into a problem with character encoding. All æ, ø and å's were being transformed into wierd looking characters.
I needed a way to fix this issue, without the use of str_replace or something similar, since I was retrieving HTML pages with more than 4,000 lines - [...]]]></description>
		<link>http://0510ml.dk/2010/02/web-dev/character-encoding/</link>
			</item>
	<item>
		<title>TULM &#8211; A little progress</title>
		<description><![CDATA[After a few weeks of almost no progress due to homework, a well earned holiday, unfortunately only a week - better than nothing though.
Last night I started on the library that's going to take care of the food ordering service (only available in Denmark in the beginning).
At it's current stage, it's able to query Just-Eat.dk [...]]]></description>
		<link>http://0510ml.dk/2010/02/projects/tulm/tulm-a-little-progress/</link>
			</item>
	<item>
		<title>TexoNovus &#8211; A new CMS</title>
		<description><![CDATA[I'm currently working for a newly started gaming/software development community who's in need of a new website.
I'm therefore developing a new CMS for this purpose.
TexoNovus is, as mentioned in the category description, based on the CodeIgniter framework.
Unfortunately, CodeIgniter handles some things, in a way I don't like, and I've therefore decided to use a modified [...]]]></description>
		<link>http://0510ml.dk/2010/01/projects/texonovus/texonovus-a-new-cms/</link>
			</item>
	<item>
		<title>PHP Resources</title>
		<description><![CDATA[Here's a small list of PHP resources I find useful when developing PHP applications/sites

RegEx Library
RegEx Tester
Method Chaining (PHP5)
Bitwise Tutorial (Useful for permission system)
Simple caching
The best PHP books
PHP Manual (Its godlike  )

Just a few links others might find useful as well  
]]></description>
		<link>http://0510ml.dk/2010/01/web-dev/php/php-resources/</link>
			</item>
</channel>
</rss>
