<?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>DLMax &#187; PHP</title>
	<atom:link href="http://dlmax.org/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://dlmax.org</link>
	<description>Max Westen's ramblings on OSX and PHP</description>
	<lastBuildDate>Sun, 01 Jan 2012 14:36:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mod_security settings for WordPress 3.x</title>
		<link>http://dlmax.org/2012/01/01/mod_security-settings-for-wordpress-3-x/</link>
		<comments>http://dlmax.org/2012/01/01/mod_security-settings-for-wordpress-3-x/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 14:35:16 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mod_security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://dlmax.org/?p=250</guid>
		<description><![CDATA[If you enable mod_security on your apache server and you install the base-rules, you&#8217;ll probably notice the WordPress blog isn&#8217;t functioning correct anymore. To fix this, you could add the following between the &#60;vhost&#62; tags in your vhost file that powers your blog: &#60;LocationMatch &#34;/&#34;&#62; SecRuleRemoveById 910006 # Google robot activity - Useful in someways [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2012/01/01/mod_security-settings-for-wordpress-3-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye Ibuildings, Hi Rhinofly</title>
		<link>http://dlmax.org/2010/01/26/goodbye-ibuildings-hi-rhinofly/</link>
		<comments>http://dlmax.org/2010/01/26/goodbye-ibuildings-hi-rhinofly/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:46:20 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ibuildings]]></category>
		<category><![CDATA[rhinofly]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://dlmax.org/?p=241</guid>
		<description><![CDATA[After being part of their highly skilled team for over 17 months I&#8217;ve decided to leave Ibuildings. I&#8217;d like to thank Ivo for believing in me and helping me out if needed. I&#8217;ve learned a lot and it&#8217;s been a privilege to work there. Starting the first of March I&#8217;ll be developing in ColdFusion and [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2010/01/26/goodbye-ibuildings-hi-rhinofly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developing in PHP with NetBeans 6.8</title>
		<link>http://dlmax.org/2009/11/25/developing-in-php-with-netbeans/</link>
		<comments>http://dlmax.org/2009/11/25/developing-in-php-with-netbeans/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:05:34 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://dlmax.org/?p=222</guid>
		<description><![CDATA[The problem: I love Textmate as an editor period. There are some things though that I started missing while developing: Code completion Inline documentation instant error checking debugging from my editor must have strong syntax highlighting support (for dark themes like my favourite Sunburst) So I started looking around for an IDE(or Editor) that would [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2009/11/25/developing-in-php-with-netbeans/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing xDebug 2.0.4 or 2.1 on OSX</title>
		<link>http://dlmax.org/2009/01/13/installing-xdebug-204-or-21-on-osx/</link>
		<comments>http://dlmax.org/2009/01/13/installing-xdebug-204-or-21-on-osx/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 23:49:05 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://dlmax.org/?p=190</guid>
		<description><![CDATA[In my previous post we installed the latest apache and php from source and now I&#8217;d like to install xDebug to it. As stated in the comments on the previous post, I like living on the edge, so I build it myself, instead of using packages like MAMP or XAMMP or using binaries. With that [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2009/01/13/installing-xdebug-204-or-21-on-osx/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Installing PHP 5.2.8 on OSX Leopard 10.5.6</title>
		<link>http://dlmax.org/2008/12/29/installing-php-on-osx-leopard/</link>
		<comments>http://dlmax.org/2008/12/29/installing-php-on-osx-leopard/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:02:03 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://dlmax.org/?p=155</guid>
		<description><![CDATA[Because I travel a lot by train, it&#8217;s easy to have a local development environment with me. Because OSX Leopard contains Apache2 and PHP 5.2.6, I installed MySQL, ZF, PEAR, setup the vhost conf for apache and added the path to the ZF and PEAR libraries to /etc/php.ini. This seemed to work fine for a [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2008/12/29/installing-php-on-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>My Adobe MAX report</title>
		<link>http://dlmax.org/2008/12/28/my-adobe-max-report/</link>
		<comments>http://dlmax.org/2008/12/28/my-adobe-max-report/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 07:31:46 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobemax08]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[ibuildings]]></category>
		<category><![CDATA[max08]]></category>

		<guid isPermaLink="false">http://dlmax.org/?p=82</guid>
		<description><![CDATA[As told in my last post, I was invited to the Adobe MAX conference in San Francisco. I really had blast there. Thanks again for inviting me Mike! This blogpost only covers my personal experiences; to read more about the tracks I followed and what they were about, you&#8217;re more than welcome to read the [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2008/12/28/my-adobe-max-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP site redesign for 1.2 release ?? !!</title>
		<link>http://dlmax.org/2007/08/06/cakephp-site-redesign-for-12-release/</link>
		<comments>http://dlmax.org/2007/08/06/cakephp-site-redesign-for-12-release/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 22:02:37 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://blog.dlmax.org/2007/08/06/cakephp-site-redesign-for-12-release/</guid>
		<description><![CDATA[A week or 2 ago the appearance of the bin changed from to &#160;. Today Trac was offline for a couple of hours and when it came back looked like this: Would this be the redesign for the CakePHP 1.2 release ?? Tags: cakephp, PHP]]></description>
		<wfw:commentRss>http://dlmax.org/2007/08/06/cakephp-site-redesign-for-12-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP: Calling bake from every dev-app install folder</title>
		<link>http://dlmax.org/2007/05/08/cakephp-calling-bake-from-every-dev-app-install-folder/</link>
		<comments>http://dlmax.org/2007/05/08/cakephp-calling-bake-from-every-dev-app-install-folder/#comments</comments>
		<pubDate>Tue, 08 May 2007 20:35:50 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.dlmax.org/2007/05/08/cakephp-calling-bake-from-every-dev-app-install-folder/</guid>
		<description><![CDATA[If you use a setup like I explained in my previous post calling the bake script involves a lot of typing with the core and app parameter paths. If I want to call the bake script from the /Users/mwesten/Sites/dev/myapp cake app folder, it has to be done like this: php /Users/mwesten/Sites/cake1.2.x.x/cake/scripts/bake.php -core /Users/mwesten/Sites/cake1.2.x.x/cake -app /Users/mwesten/Sites/dev/myapp [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2007/05/08/cakephp-calling-bake-from-every-dev-app-install-folder/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CakePHP: Central cake core install with multiple apps</title>
		<link>http://dlmax.org/2007/05/08/cakephp-central-cake-core-install-with-multiple-apps/</link>
		<comments>http://dlmax.org/2007/05/08/cakephp-central-cake-core-install-with-multiple-apps/#comments</comments>
		<pubDate>Tue, 08 May 2007 19:56:11 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.dlmax.org/2007/05/08/cakephp-central-cake-core-install-with-multiple-apps/</guid>
		<description><![CDATA[When developing on my system I like to use only one version of the core files. If I update the core files from svn it gets updated for all apps I&#8217;m working on. The way I&#8217;m using this is explained below: In my web-root I do an svn export of cake latest: cd /Users/mwesten/Sites svn [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2007/05/08/cakephp-central-cake-core-install-with-multiple-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CakePHP on OSX: Problem using Bake.php script</title>
		<link>http://dlmax.org/2007/05/08/cakephp-on-osx-problem-using-bakephp-script/</link>
		<comments>http://dlmax.org/2007/05/08/cakephp-on-osx-problem-using-bakephp-script/#comments</comments>
		<pubDate>Tue, 08 May 2007 13:32:06 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.dlmax.org/2007/05/08/cakephp-on-osx-problem-using-bakephp-script/</guid>
		<description><![CDATA[If you are getting the following errors while trying to bake something on osx 10.4: &#34;Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) in /Library/WebServer/Documents/development/bakery/cake/libs/model/dbo/dbo_mysql.php on line 117&#34; try doing the following: sudo ln -s /tmp /var/mysql Or you could follow the instruction given by Apple: Mac OS X Server 10.4: [...]]]></description>
		<wfw:commentRss>http://dlmax.org/2007/05/08/cakephp-on-osx-problem-using-bakephp-script/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
