<?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>Zend Framework Expertise</title>
	<atom:link href="http://spaceweb.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://spaceweb.nl</link>
	<description>hands-on training and actual development</description>
	<lastBuildDate>Wed, 09 May 2012 21:40:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Unit testing Zend Framework 1.x with PHPStorm 3.0</title>
		<link>http://spaceweb.nl/unit-testing-zend-framework-1-x-with-phpstorm-3-0/</link>
		<comments>http://spaceweb.nl/unit-testing-zend-framework-1-x-with-phpstorm-3-0/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 19:15:34 +0000</pubDate>
		<dc:creator>Bart McLeod</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHPStorm]]></category>
		<category><![CDATA[PHPUnit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://spaceweb.nl/?p=195</guid>
		<description><![CDATA[&#160; Last night I wanted to run a unit test for Zend Framework 1.11. I only recently switched from ZendStudio to PHPStorm and I didn&#8217;t yet run any PHPUnit unit tests from inside PHPStorm. I always liked running unit tests in ZendStudio, although this wasn&#8217;t always easy to setup, so I feared the new learning [...]]]></description>
		<wfw:commentRss>http://spaceweb.nl/unit-testing-zend-framework-1-x-with-phpstorm-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 2.0 patterns</title>
		<link>http://spaceweb.nl/zend-framework-2-0-patterns/</link>
		<comments>http://spaceweb.nl/zend-framework-2-0-patterns/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 20:11:41 +0000</pubDate>
		<dc:creator>Bart McLeod</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://spaceweb.nl/?p=153</guid>
		<description><![CDATA[Today I came across a presentation by Matthew Weier O&#8217;Phinney on slideshare, that I just do not want to forget about. Because bookmarks tend to disappear when I switch browsers and because I create bookmarks but rarely look at them a second time (using 10+ different browser installations and having bookmarks spread all over) I [...]]]></description>
		<wfw:commentRss>http://spaceweb.nl/zend-framework-2-0-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Tool and Model generation</title>
		<link>http://spaceweb.nl/zend_tool-and-model-generation/</link>
		<comments>http://spaceweb.nl/zend_tool-and-model-generation/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 12:29:50 +0000</pubDate>
		<dc:creator>Bart McLeod</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://spaceweb.nl/?p=92</guid>
		<description><![CDATA[Zend_Tool is a command line tool that helps you setup a Zend Framework MVC application. You can also use it after you have set up your application to add controllers, actions, views, configuration and models. Since I use Zend Studio for development, I am used to the integrated version of Zend_Tool. This means that if [...]]]></description>
		<wfw:commentRss>http://spaceweb.nl/zend_tool-and-model-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling syntax highlighting</title>
		<link>http://spaceweb.nl/enabling-syntax-highlighting/</link>
		<comments>http://spaceweb.nl/enabling-syntax-highlighting/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 09:12:11 +0000</pubDate>
		<dc:creator>Bart McLeod</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[syntax-colouring]]></category>
		<category><![CDATA[syntax-highlighting]]></category>

		<guid isPermaLink="false">http://localhost/?p=50</guid>
		<description><![CDATA[I would like to know what happens if I enter some php code. Does the syntax get highlighted by default in WordPress? Is it going to be stripped out? Will it be forbidden? Let me just type &#8220;echo &#8216;Hello World!&#8217;&#8221; and see what happens: &#60;?php echo &#8216;Hello World&#8217;; ?&#62; I expect this to show up [...]]]></description>
		<wfw:commentRss>http://spaceweb.nl/enabling-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do not require_once() a directory!</title>
		<link>http://spaceweb.nl/the-curse-thats-called-security/</link>
		<comments>http://spaceweb.nl/the-curse-thats-called-security/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:18:04 +0000</pubDate>
		<dc:creator>Bart McLeod</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.spaceweb.nl/?p=20</guid>
		<description><![CDATA[If you see the following error messages on the command line in windows, you know you going to be wasting an uncertain amount of time figuring out the right permissions for the directory D:\ZendFramework: Warning: require_once(D:\ZendFramework\library\Zend\Loader\Autoloader): failed to open stream: Permission denied in D:\werk7\tiris\loadDocuments.php on line 15 Fatal error: require_once(): Failed opening required &#8216;Zend/Loader/Autoloader&#8217; (include_path=&#8217;.;D:\ZendFramework\library&#8217;) [...]]]></description>
		<wfw:commentRss>http://spaceweb.nl/the-curse-thats-called-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more small websites&#8230;</title>
		<link>http://spaceweb.nl/for-a-new-start/</link>
		<comments>http://spaceweb.nl/for-a-new-start/#comments</comments>
		<pubDate>Tue, 25 May 2010 11:18:41 +0000</pubDate>
		<dc:creator>Bart McLeod</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://www.spaceweb.nl/?p=1</guid>
		<description><![CDATA[Today I decided to stop developing small websites. This is necessary, because I can no longer find the time to support them. It is not because I do not like developing small websites. In fact, I enjoy developing small websites very much and I wish I had the time to continue doing so. In the [...]]]></description>
		<wfw:commentRss>http://spaceweb.nl/for-a-new-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

