<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>michaelsauter.net blog</title>
	<link>http://michaelsauter.net/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 31 Mar 2011 15:53:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Groovy things #2</title>
		<description><![CDATA[In the process of writing my post yesterday, I realised that the biggest annoyance of Groovy is really its type system. Today, I came across this, ahm, surprising, string-to-integer conversion:

class A {
&#160;&#160;String abc = "1"
&#160;&#160;int getAbc() {
&#160;&#160;&#160;&#160;return abc
&#160;&#160;}
}
def a = new A()
println a.getAbc() // prints ... "49" ?!?
 
class B {
&#160;&#160;String abc = "1"
&#160;&#160;int getAbc() [...]]]></description>
		<link>http://michaelsauter.net/blog/2011/03/31/groovy-things-2/</link>
			</item>
	<item>
		<title>Not so Groovy</title>
		<description><![CDATA[I can&#8217;t believe my last post is from before when I started my MSc course in London. Anyway, without making up more excuses for that, I&#8217;ll move to the actual topic of this blog post: the Groovy programming language. Which turns out not to be so groovy &#8230;
From the Groovy website, it &#8220;is an agile [...]]]></description>
		<link>http://michaelsauter.net/blog/2011/03/30/not-so-groovy/</link>
			</item>
	<item>
		<title>Moving On</title>
		<description><![CDATA[It has been pretty quiet here lately &#8230; actually I haven&#8217;t written anything since June! So what have I been up to?
First of all, I finished my bachelor studies in Austria &#8211; yay! I wanted to start working afterwards, but somehow my plans changed again and now I&#8217;m about to study one more year. This [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/08/20/moving-on/</link>
			</item>
	<item>
		<title>Weiter denken</title>
		<description><![CDATA[Heute mal was Politisches, und weils Deutschland betrifft, auf deutsch. Also, die Tagesschau fragt in einem Kommentar: Wer lebt denn hier über seine Verhältnisse? Und es folgt eine Anklage an den Staat, bei der klar gemacht wird, dass der Durchschnittsbürger nicht mehr ausgibt, als er einnimmt; also nicht maßlos lebt. 
Ich möchte nun dem Kommentator [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/06/07/weiter-denken/</link>
			</item>
	<item>
		<title>Reviewing</title>
		<description><![CDATA[Today I&#8217;m going to review two things at once: The book Domain Driven Design by Eric Evans, and our semester project Quizmaker. They both have a lot in common, so why not combine two reviews in one blog post?
After I started to dive into FLOW3, I began to read the recommended book, Domain Driven Design [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/06/01/reviewing/</link>
			</item>
	<item>
		<title>Rethinking</title>
		<description><![CDATA[I think it&#8217;s finally time to write about my new view of TYPO3 (which is not that new anymore actually). I&#8217;ve written several times about TYPO3 or FLOW3 in the last months and this might come as a surprise to those who know me. Because if you do, then you know that I didn&#8217;t like [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/05/18/rethinking/</link>
			</item>
	<item>
		<title>Travelling through Date and Time, part IV</title>
		<description><![CDATA[Welcome to the fourth installment of my series about date and time in PHP. Let&#8217;s review what we&#8217;ve done so far: In the first part, we looked at the basics (DateTime object and friends). Then, we applied the theory and discussed the basic outline for an application in FLOW3. Finally we dealt with the until-then [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/04/24/travelling-through-date-and-time-part-iv/</link>
			</item>
	<item>
		<title>Travelling through Date and Time, part III</title>
		<description><![CDATA[Until now, we looked at the basics and started to work with our dates. But we didn&#8217;t deal with timezones, which means all we did was pretty useless. In this part, we&#8217;re going to change that.
Okay, so what exactly are timezones? According to Wikipedia, a timezone &#8220;is a region of the earth that has uniform [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/04/22/travelling-through-date-and-time-part-iii/</link>
			</item>
	<item>
		<title>Travelling through Date and Time, part II</title>
		<description><![CDATA[Now that we covered the basices in part I, let&#8217;s actually do something. I&#8217;ll explain how to fill the model with data and how to get specific models from the repository in FLOW3.
Before we begin, let&#8217;s create some classes: A DemoController which will showcase some of our calendar functionality. Then, we&#8217;ll need an AdminController with [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/04/20/travelling-through-date-and-time-part-ii/</link>
			</item>
	<item>
		<title>Travelling through Date and Time, part I</title>
		<description><![CDATA[This is the first part of a series (of yet-to-be-determined length) dealing with date and time in PHP (and FLOW3).
This first part will cover the very basics of this complex and often very weird topic. Please note that what you&#8217;ll read here is often not the whole story, and will be completed in the next [...]]]></description>
		<link>http://michaelsauter.net/blog/2010/04/15/travelling-through-date-and-time-part-i/</link>
			</item>
</channel>
</rss>

