<?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>Ant Brown</title>
	<atom:link href="http://www.antbrown.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.antbrown.com</link>
	<description>It's a Post-Blog Blog, Baby!</description>
	<lastBuildDate>Wed, 23 Sep 2009 07:14:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VirtualHost overlap on port 80</title>
		<link>http://www.antbrown.com/nerd-musings/virtualhost-overlap-on-port-80/</link>
		<comments>http://www.antbrown.com/nerd-musings/virtualhost-overlap-on-port-80/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 03:20:16 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[virtualhost]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/?p=140</guid>
		<description><![CDATA[This is the warning I was seeing when starting up apache

[warn] _default_ VirtualHost overlap on port 80, the first has precedence

You might be seeing something similar, however in most cases this is how to fix the warning:
Add this line of code to your configuration file (usually httpd.conf or httpd-vhosts.conf)

NameVirtualHost *:80

I kept getting the same warning [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/virtualhost-overlap-on-port-80/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DOMPDF with Zend Framework 1.9.x</title>
		<link>http://www.antbrown.com/nerd-musings/dompdf-with-zend-framework-1-9-x/</link>
		<comments>http://www.antbrown.com/nerd-musings/dompdf-with-zend-framework-1-9-x/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 04:35:46 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/dompdf-with-zend-framework-1-9-x/</guid>
		<description><![CDATA[If you’re getting these sort of errors when trying to use DOMPDF in Zend Framework 1.9.x &#8230;

Warning: include(DOMPDF.php) [function.include]: failed to open stream: No such file or directory in /home/myusername/library/Zend/Loader.php on line 83
Warning: include(DOMPDF.php) [function.include]: failed to open stream: No such file or directory in /home/myusername/library/Zend/Loader.php on line 83
Warning: include() [function.include]: Failed opening ‘DOMPDF.php’ for [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/dompdf-with-zend-framework-1-9-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend Framework Blogs to Follow</title>
		<link>http://www.antbrown.com/nerd-musings/zend-framework-blogs-to-follow/</link>
		<comments>http://www.antbrown.com/nerd-musings/zend-framework-blogs-to-follow/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 01:25:29 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/zend-framework-blogs-to-follow/</guid>
		<description><![CDATA[There’s a bunch of resources available for Zend Framework, which makes it such a great platform to develop on, however some blogs stand out from the rest.
Here’s some of the ones I follow and get the most out of:

Matthew Weier O’Phinney: http://weierophinney.net/matthew/plugin/tag/zend+framework
DASPRiD’s: http://www.dasprids.de/
Steven Macintyre: http://steven.macintyre.name/category/technology/zend-framework/
Ralph Schindler: http://ralphschindler.com/
Rob Allen: http://akrabat.com/

Enjoy
]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/zend-framework-blogs-to-follow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework Set Application Environment without editing index.php</title>
		<link>http://www.antbrown.com/nerd-musings/zend-framework-set-application-environment-without-editing-index-php/</link>
		<comments>http://www.antbrown.com/nerd-musings/zend-framework-set-application-environment-without-editing-index-php/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 01:12:48 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/zend-framework-set-application-environment-without-editing-index-php/</guid>
		<description><![CDATA[Instead of manually changing the line in index.php to ‘development’ or ‘production’ every time you upload, or commit your changes to repository you can easily set the APPLICATION_ENV using Apache on your local development machine, and leave index.php to default to ‘production’ meaning you no longer have to modify index.php
I use MAMP Pro for local [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/zend-framework-set-application-environment-without-editing-index-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant Bitter hits the tanks</title>
		<link>http://www.antbrown.com/beer/ant-bitter-hits-the-tanks/</link>
		<comments>http://www.antbrown.com/beer/ant-bitter-hits-the-tanks/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 05:37:06 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Beer]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/ant-bitter-hits-the-tanks/</guid>
		<description><![CDATA[I’ve put together an Aussie Bitter using Black rock draught malt, standard muntons draught and the hops that are used for XXXX Bitter
It’s been bubbling away in the fermenter for 4 days and already dropped from 1.040 to 1.013, the sediment has gone crazy with about an inch of dead yeast cells at the bottom [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/beer/ant-bitter-hits-the-tanks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svn: Could not use external editor to fetch log message</title>
		<link>http://www.antbrown.com/nerd-musings/svn-could-not-use-external-editor-to-fetch-log-message/</link>
		<comments>http://www.antbrown.com/nerd-musings/svn-could-not-use-external-editor-to-fetch-log-message/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:22:17 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/svn-could-not-use-external-editor-to-fetch-log-message/</guid>
		<description><![CDATA[If you get this message when trying to do something in SubVersion, like a “svn commit”

svn: Commit failed (details follow):
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/svn-could-not-use-external-editor-to-fetch-log-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewrite Regular Files in Zend Framework- Error when using .htaccess</title>
		<link>http://www.antbrown.com/nerd-musings/rewrite-regular-files-in-zend-framework-error-when-using-htaccess/</link>
		<comments>http://www.antbrown.com/nerd-musings/rewrite-regular-files-in-zend-framework-error-when-using-htaccess/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 02:56:55 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/rewrite-regular-files-in-zend-framework-error-when-using-htaccess/</guid>
		<description><![CDATA[This was rather silly of me,
I was trying to add this line to my .htaccess:

RewriteRule ^free/download\.php /free/download/pdf [NC,L]

Not realizing that the Rewrite Conditions were completely negating my Rule.
The following will not Rewrite the URL if the Requested Filename is a regular file (example download.php)

RewriteCond %{REQUEST_FILENAME} !-f

The solution of course is to use the Zend Router [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/rewrite-regular-files-in-zend-framework-error-when-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Studio Switching Workspace closes Zend Studio</title>
		<link>http://www.antbrown.com/nerd-musings/zend-studio-switching-workspace-closes-zend-studio/</link>
		<comments>http://www.antbrown.com/nerd-musings/zend-studio-switching-workspace-closes-zend-studio/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 01:39:46 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/zend-studio-switching-workspace-closes-zend-studio/</guid>
		<description><![CDATA[This was driving me nuts&#8230;
I kept getting “out of memory” errors in Zend Studio from having too many projects open at a time, I tried setting the maximum allowed memory to 2048MB which really&#8230; I mean really&#8230; should be heaps&#8230; but apparently not.
So I decided to branch off the big projects into their own Workspace

Go [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/zend-studio-switching-workspace-closes-zend-studio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>.htaccess: DeflateCompressionLevel not allowed here</title>
		<link>http://www.antbrown.com/nerd-musings/htaccess-deflatecompressionlevel-not-allowed-here/</link>
		<comments>http://www.antbrown.com/nerd-musings/htaccess-deflatecompressionlevel-not-allowed-here/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 01:26:56 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/nerd-musings/htaccess-deflatecompressionlevel-not-allowed-here/</guid>
		<description><![CDATA[I was trying to optimize the output of content on one of the sites I’m working on using mod_deflate but got the following error:

.htaccess: DeflateCompressionLevel not allowed here

The problem comes about when you add the mod_deflate to .htaccess and not in the VirtualHost or Server Config, if you check the Apache documentation page you’ll find [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/htaccess-deflatecompressionlevel-not-allowed-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the Zend Studio for Eclipse Build Issues</title>
		<link>http://www.antbrown.com/nerd-musings/fixing-the-zend-studio-for-eclipse-build-issues/</link>
		<comments>http://www.antbrown.com/nerd-musings/fixing-the-zend-studio-for-eclipse-build-issues/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 01:44:34 +0000</pubDate>
		<dc:creator>antbrown</dc:creator>
				<category><![CDATA[Nerd musings]]></category>

		<guid isPermaLink="false">http://www.antbrown.com/?p=116</guid>
		<description><![CDATA[Do you ever get: 
Problem Occurred Building PHP Projects
Reason: Path must include project and resource name: /config.php
To get rid of this error on startup:
If you have a license for 6.1, Download the latest version of Zend Studio from http://www.zend.com/studio
If, like me, you only have a license for 6.0.x, Download the 6.02 release candidate, rename your [...]]]></description>
		<wfw:commentRss>http://www.antbrown.com/nerd-musings/fixing-the-zend-studio-for-eclipse-build-issues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
