<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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>Wouter's Blog</title>
	<link>http://woutersimons.com</link>
	<description>Read about all my thoughts, or at least the ones I choose to put online</description>
	<pubDate>Wed, 09 Jul 2008 07:20:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>PHP 5 - I returned after 7 or so years</title>
		<link>http://woutersimons.com/2008/07/09/php-5-i-returned-after-7-or-so-years/</link>
		<comments>http://woutersimons.com/2008/07/09/php-5-i-returned-after-7-or-so-years/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 07:20:24 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2008/07/09/php-5-i-returned-after-7-or-so-years/</guid>
		<description><![CDATA[I like to have very clearly defined structures when I write code. I am not a great developer, that is why I need the features of object oriented design. After having tried PHP back in the day, I switched to python for web applications. But now it seems that the time of the PHP-mess I [...]]]></description>
			<content:encoded><![CDATA[<p>I like to have very clearly defined structures when I write code. I am not a great developer, that is why I need the features of object oriented design. After having tried PHP back in the day, I switched to python for web applications. But now it seems that the time of the PHP-mess I used to get myself into is over. An actual implementation of objects that works made me smile and see how fast I could get things done.</p>
<p>The features I am liking are:</p>
<ul>
<li>Inheritance arranged</li>
<li>Specifying the access level for variables</li>
<li>Interfaces implemented</li>
</ul>
<p>Finally the ability to implement a solid MVC pattern and get truly reusable code. A big cudos to the people at www.php.net</p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2008/07/09/php-5-i-returned-after-7-or-so-years/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No updates for a while</title>
		<link>http://woutersimons.com/2008/06/20/no-updates-for-a-while/</link>
		<comments>http://woutersimons.com/2008/06/20/no-updates-for-a-while/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 08:59:16 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[Getronics]]></category>

		<category><![CDATA[Support Book]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2008/06/20/no-updates-for-a-while/</guid>
		<description><![CDATA[because I have started a new job (IT Specialist at Getronics Pinkroccade) I have not written a lot of text in a while. Soon I will start working on updating my book again. In the mean time thanks to the people who have taken the time to send me some very helpful feedback! I will [...]]]></description>
			<content:encoded><![CDATA[<p>because I have started a new job (IT Specialist at Getronics Pinkroccade) I have not written a lot of text in a while. Soon I will start working on updating my book again. In the mean time thanks to the people who have taken the time to send me some very helpful feedback! I will update it all in my writing.</p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2008/06/20/no-updates-for-a-while/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Many updates to my book</title>
		<link>http://woutersimons.com/2008/01/12/many-updates-to-my-book/</link>
		<comments>http://woutersimons.com/2008/01/12/many-updates-to-my-book/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 09:16:24 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[Support Book]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2008/01/12/many-updates-to-my-book/</guid>
		<description><![CDATA[After some time of not having added anything new to my book, I have gone back into gear and wrote a couple more chapters, added a community forum, and made sure my book became more visible on the internet.
Writing this book is proving to be a fun task, but also involves a couple of tough [...]]]></description>
			<content:encoded><![CDATA[<p>After some time of not having added anything new to my book, I have gone back into gear and wrote a couple more chapters, added a community forum, and made sure my book became more visible on the internet.</p>
<p>Writing this book is proving to be a fun task, but also involves a couple of tough decisions. To aim to provide a reasonably complete set of information to a group of very different readers means that you have to really think about what topics have to be described. I have been researching other sources of information for a look at their approach and looked at user reviews to see how those were received.</p>
<p>More to come on this. For now you can read what I have so far at <a href="http://itsupportbook.com">http://itsupportbook.com</a> and post your comments in the <a href="http://forum.itsupportbook.com">new forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2008/01/12/many-updates-to-my-book/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python imapcopy script</title>
		<link>http://woutersimons.com/2007/10/08/python-imapcopy-script/</link>
		<comments>http://woutersimons.com/2007/10/08/python-imapcopy-script/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 14:54:24 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2007/10/08/python-imapcopy-script/</guid>
		<description><![CDATA[I needed to be able to move from Zimbra to Exchange 2007. After trying to use IMAPCopy and IMAPSync I became frustrated. IMAPCopy kept on crashing, IMAPSync was trying to look at changes back and forth, but I just want a fast straightforward copy to happen. The frustration of this process prompted me to write pyMAPCopy.
There [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to be able to move from Zimbra to Exchange 2007. After trying to use IMAPCopy and IMAPSync I became frustrated. IMAPCopy kept on crashing, IMAPSync was trying to look at changes back and forth, but I just want a fast straightforward copy to happen. The frustration of this process prompted me to write pyMAPCopy.</p>
<p>There is one issue with this code, it bails out on messages larger than about 5 MB. Other than that it works. I tested this on windows with ActivePython 2.5.</p>
<p> To use this, get the file that is linked here and rename the extension from .txt to .py (remove the .txt part). Make sure you have installed activepython which is downloadable from the ActiveState website: <a href="http://www.activestate.com/Products/activepython/index.plex">http://www.activestate.com/Products/activepython/index.plex</a></p>
<p>Once this is installed, open a dosbox and browse to the folder that holds the script. Then type in pymapcopy.py and hit enter. You will be asked to type in the server names user names and passwords. Optionally this can be specified on the command line as well, type imapcopy.py -h for more info.</p>
<p>Download <a href="http://woutersimons.com/__oneclick_uploads/2007/10/pymapcopypy.txt" title="pyMapCopy">pyMapCopy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2007/10/08/python-imapcopy-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Writing, harder than it seems</title>
		<link>http://woutersimons.com/2007/09/26/writing-harder-than-it-seems/</link>
		<comments>http://woutersimons.com/2007/09/26/writing-harder-than-it-seems/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 21:42:02 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[Support Book]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2007/09/26/writing-harder-than-it-seems/</guid>
		<description><![CDATA[The good news is that I have found a very helpful contact through the critique circle website who has been willing to review my writing. She is quite good and her comments are rather to the point.
The bad news is that there is a lot of room for improvement. Well, it is not that bad. It [...]]]></description>
			<content:encoded><![CDATA[<p>The good news is that I have found a very helpful contact through the critique circle website who has been willing to review my writing. She is quite good and her comments are rather to the point.</p>
<p>The bad news is that there is a lot of room for improvement. Well, it is not that bad. It just means I will have to study hard and spend a lot of time to find the right structuring and wording of the message I want to send into the world. To help me there I ordered a book by Strunk and White on english grammar. Apparently the writer&#8217;s &#8220;bible&#8221;.</p>
<p> There is more good news. I am finding the process of writing and researching very satisfying, even if it is time consuming. There are a few things that I really like about it. One of them is that it is a good way to improve my English and the knowledge of IT support. Another is that I am finding it relaxing to organize my thoughts. It is a good way to free up space for new thoughts.</p>
<p> More on this later, that is for sure!</p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2007/09/26/writing-harder-than-it-seems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A pet project</title>
		<link>http://woutersimons.com/2007/09/21/a-pet-project/</link>
		<comments>http://woutersimons.com/2007/09/21/a-pet-project/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 17:47:31 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[Support Book]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2007/09/21/a-pet-project/</guid>
		<description><![CDATA[Today I started work on a new project of mine. I registered myself on http://www.critiquecircle.com/, downloaded XMLMind, and started writing. Now I have never been much of a novellist, but I have always been writing technical documentation. Therefore my pet project is a book for IT Support written for IT support engineers, not the manager [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started work on a new project of mine. I registered myself on <a href="http://www.critiquecircle.com/">http://www.critiquecircle.com/</a>, downloaded XMLMind, and started writing. Now I have never been much of a novellist, but I have always been writing technical documentation. Therefore my pet project is a book for IT Support written for IT support engineers, not the manager literature that you can find everywhere. You can find this project at <a href="http://itsupportbook.com/">http://itsupportbook.com</a></p>
<p>The first chapter is about the question what IT support actually is. How do you define what the numerous groups of tech support people actually do? I wrote it as I always do, fast and without much second thought. A waterfall of thoughts flowing onto the paper, well screen actually, and put out there right away. This means it is far from perfect, but I like that. Because I know that I did not get it right, right away, I am still very open to comments relating to the text. I will revisit everything I wrote periodically and update it. I will add feedback forms. And I have a lot more action items on my list. Of course you are free to tell me your thoughts here as well!</p>
<p>Let&#8217;s see if I am worthy to add to the huge scope of valuable information findable online!</p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2007/09/21/a-pet-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I was watching Lifeblood - EP 1 Finchley when I realized:</title>
		<link>http://woutersimons.com/2007/09/19/i-was-watching-lifeblood-ep-1-finchley-when-i-realized/</link>
		<comments>http://woutersimons.com/2007/09/19/i-was-watching-lifeblood-ep-1-finchley-when-i-realized/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 15:00:35 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[joost]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2007/09/19/i-was-watching-lifeblood-ep-1-finchley-when-i-realized/</guid>
		<description><![CDATA[How much more fun the internet has become &#8230;

From Joost : Lifeblood - EP 1 Finchley
The Fly on the Wall Documentary series with Janet Ellis spends a day in Finchley Hospital
]]></description>
			<content:encoded><![CDATA[<p>How much more fun the internet has become &#8230;</p>
<p class="joostblogthisitem"><a href="http://joost.com/1500002"><img src="http://j00.st/moEbAEzHc2UGkDiPr3F_Lg.jpg" alt="Joost thumbnail" /></a></p>
<p><span>From Joost</span> : <a target="_blank" href="http://joost.com/1500002" title="Lifeblood - EP 1 Finchley">Lifeblood - EP 1 Finchley</a></p>
<p>The Fly on the Wall Documentary series with Janet Ellis spends a day in Finchley Hospital<a href="http://www.joost.com/" title="Joost™ the best of tv and the internet"><img src="http://banners.joost.com/joost_002_en_80x15.gif" alt="Joost™ the best of tv and the internet" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2007/09/19/i-was-watching-lifeblood-ep-1-finchley-when-i-realized/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My net space</title>
		<link>http://woutersimons.com/2007/09/19/my-net-space/</link>
		<comments>http://woutersimons.com/2007/09/19/my-net-space/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 09:29:01 +0000</pubDate>
		<dc:creator>Wouter Simons</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://woutersimons.com/2007/09/19/my-net-space/</guid>
		<description><![CDATA[This blog is here for me to spam the internet in a non-intrusive way. Here I will talk about whatever I am up to and post some of the things I am working on.
]]></description>
			<content:encoded><![CDATA[<p>This blog is here for me to spam the internet in a non-intrusive way. Here I will talk about whatever I am up to and post some of the things I am working on.</p>
]]></content:encoded>
			<wfw:commentRss>http://woutersimons.com/2007/09/19/my-net-space/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
