<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linde002::PHP</title>
	<atom:link href="http://php.linde002.nl/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.linde002.nl/wordpress</link>
	<description>Just another PHP blog</description>
	<lastBuildDate>Wed, 04 Nov 2009 19:34:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using SSHBlack.pl for a smokeless server</title>
		<link>http://php.linde002.nl/wordpress/2009/11/04/using-sshblack-pl-for-a-smokeless-server/</link>
		<comments>http://php.linde002.nl/wordpress/2009/11/04/using-sshblack-pl-for-a-smokeless-server/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:33:05 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[random thoughts]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=150</guid>
		<description><![CDATA[When I recently checked my logs for this server I was greeted by an endless list of lines containing:

[sshd] Failed password for illegal user student from 204.11.235.142 port 50208 ssh2
[sshd] Illegal user student from 204.11.235.142
[sshd] Failed password for illegal user student from 204.11.235.142 port 50339 ssh2
[sshd] Illegal user student from 204.11.235.142
Even though my password is [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/11/04/using-sshblack-pl-for-a-smokeless-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new round of (book related) webservice wrappers</title>
		<link>http://php.linde002.nl/wordpress/2009/08/20/a-new-round-of-book-related-webservice-wrappers/</link>
		<comments>http://php.linde002.nl/wordpress/2009/08/20/a-new-round-of-book-related-webservice-wrappers/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 06:44:05 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=144</guid>
		<description><![CDATA[As I continue to try and catalog my book collection I keep hitting some walls. One of these is that ISBNdb.org catalogs mostly English editions of books and their corresponding ISBN&#8217;s. Seeing that my library is only 60-70% in english this leaves me with a lot of (dutch) editions that I cannot process using ISBNdb.org.
Luckily [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/08/20/a-new-round-of-book-related-webservice-wrappers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documentation update for ISBNDBService</title>
		<link>http://php.linde002.nl/wordpress/2009/08/17/documentation-update-for-isbndbservice/</link>
		<comments>http://php.linde002.nl/wordpress/2009/08/17/documentation-update-for-isbndbservice/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 05:40:42 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[ISBNDB]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=141</guid>
		<description><![CDATA[As I have been getting a lot of questions about the functionality of ISBNDBService recently I&#8217;ve decided to upgrade the documentation somewhat. Besides the API documentation I have also compiled a small site that explains the basic behavior of the library and shows some common examples.
]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/08/17/documentation-update-for-isbndbservice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why &#8220;the IT crowd&#8221; is&#8230; special</title>
		<link>http://php.linde002.nl/wordpress/2009/07/12/why-the-it-crowd-is-special/</link>
		<comments>http://php.linde002.nl/wordpress/2009/07/12/why-the-it-crowd-is-special/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 16:06:30 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[random thoughts]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=133</guid>
		<description><![CDATA[As a lot of people outside of IT like to say. We IT people are &#8220;different&#8221;. As a recent post by Catherine Devlin stated:
Given a choice between spending an hour doing a task manually, or spending three hours writing a program to do it automatically&#8230; a geek will write the program, every single time.
Combine this [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/07/12/why-the-it-crowd-is-special/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iterating in PHP5</title>
		<link>http://php.linde002.nl/wordpress/2009/06/22/iterating-in-php5/</link>
		<comments>http://php.linde002.nl/wordpress/2009/06/22/iterating-in-php5/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 11:51:00 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[spl]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=130</guid>
		<description><![CDATA[The chatter about PHP&#8217;s SPL has been picking up recently which is a good thing. SPL has been available for quite some time and a lot of people still don&#8217;t know about the awesome features it brings to the table. The problem I have however is that a lot of examples about the iterator interface [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/06/22/iterating-in-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isbndb.com PHP wrapper</title>
		<link>http://php.linde002.nl/wordpress/2009/06/07/isbndbcom-php-wrapper/</link>
		<comments>http://php.linde002.nl/wordpress/2009/06/07/isbndbcom-php-wrapper/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:40:39 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[ISBNDB]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=119</guid>
		<description><![CDATA[I was working on indexing my bookcollection this weekend and while looking at the stacks of books I had lying around I decided I wasn&#8217;t, under any circumstance, going to enter all the data from those books (ISBN/ISBN13, Author, Title, Summary, Publisher, etc) by hand.
So after googling around a bit I found ISBNDB.com which is, [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/06/07/isbndbcom-php-wrapper/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Trees and tribulations</title>
		<link>http://php.linde002.nl/wordpress/2009/06/03/trees-and-tribulations/</link>
		<comments>http://php.linde002.nl/wordpress/2009/06/03/trees-and-tribulations/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 13:41:13 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[trees]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=115</guid>
		<description><![CDATA[I was working on a small webapp a couple of months ago that would help my girlfriend manage her research data on horses. Amongst her wishes was that she would be able to view the selected horse&#8217;s family tree.
Now this is a specific wish that contains two generic problems.

Retrieving hierarchical data from flat dataset
Representing hierarchial [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/06/03/trees-and-tribulations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All work, no play?</title>
		<link>http://php.linde002.nl/wordpress/2009/06/02/all-work-no-play/</link>
		<comments>http://php.linde002.nl/wordpress/2009/06/02/all-work-no-play/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:31:32 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=111</guid>
		<description><![CDATA[So I recently started another assignment for my employer which entails a big webapp for the government (queue black helicopters). As you would expect for government work the office is based in The Hague, which means another x weeks of hotels. Luckily for me, instead of a industrial/commercial area without a lot going on like [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/06/02/all-work-no-play/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP and the IMAP idiosyncrasy</title>
		<link>http://php.linde002.nl/wordpress/2009/05/25/php-and-the-imap-idiosyncrasy/</link>
		<comments>http://php.linde002.nl/wordpress/2009/05/25/php-and-the-imap-idiosyncrasy/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:04:09 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=103</guid>
		<description><![CDATA[So recently i&#8217;ve started working as a senior software engineer on a PHP project that, amongst a load of other things, shows the content of an IMAP mailbox. As this is a generally easy technology to work with, you&#8217;d think it would be coded sooner than you can spell idiosyncrasy (which is still a long [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2009/05/25/php-and-the-imap-idiosyncrasy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lightning talks &#8211; The higlights</title>
		<link>http://php.linde002.nl/wordpress/2008/12/04/lightning-talks-the-higlights/</link>
		<comments>http://php.linde002.nl/wordpress/2008/12/04/lightning-talks-the-higlights/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 05:42:59 +0000</pubDate>
		<dc:creator>Robert van der Linde</dc:creator>
				<category><![CDATA[random thoughts]]></category>

		<guid isPermaLink="false">http://php.linde002.nl/wordpress/?p=99</guid>
		<description><![CDATA[At the end of each day there is an hour of lightning talks, 5 minutes per person and you can ramble on about whatever strikes you.
The highlights for me were the geek-my-ride talk and the SQL magic talk.
Geek my ride consists of a Mazda R8 (or something sporty like that) that has an inbuilt computer, [...]]]></description>
		<wfw:commentRss>http://php.linde002.nl/wordpress/2008/12/04/lightning-talks-the-higlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
