<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>marcus welz</title>
	<atom:link href="http://marcuswelz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcuswelz.com</link>
	<description>working hard at avoiding to write code</description>
	<lastBuildDate>Thu, 02 Sep 2010 17:56:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Short URLs with Zend Framework</title>
		<link>http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/</link>
		<comments>http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:56:46 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=728</guid>
		<description><![CDATA[First up, what's a short URL? A short URL is just that; a url that is as short as it can possibly be, so that takes up as few characters as possible when it is used in a twitter message, &#8230; <a href="http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Caching files statically with Zend Framework</title>
		<link>http://marcuswelz.com/2010/08/12/caching-files-statically-with-zend-framework/</link>
		<comments>http://marcuswelz.com/2010/08/12/caching-files-statically-with-zend-framework/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 00:13:16 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=662</guid>
		<description><![CDATA[I've been using ZF (almost exclusively) since version 0.10 or so in 2006. It's come a long way since then, and the folks involved with it are very skilled and methodical. It's quite fun to see new versions roll out &#8230; <a href="http://marcuswelz.com/2010/08/12/caching-files-statically-with-zend-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2010/08/12/caching-files-statically-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Evo 4G: How to turn off the Sense UI</title>
		<link>http://marcuswelz.com/2010/06/05/htc-evo-4g-how-to-turn-off-the-sense-ui/</link>
		<comments>http://marcuswelz.com/2010/06/05/htc-evo-4g-how-to-turn-off-the-sense-ui/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 17:14:13 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[evo]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[sense ui]]></category>
		<category><![CDATA[sprint]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=647</guid>
		<description><![CDATA[Sprint's HTC Evo 4G is my first Android phone, and it's been a fantastic experience so far. But as fancy as the Sense UI is, I actually like the vanilla Android look. It also helps improve battery time a little &#8230; <a href="http://marcuswelz.com/2010/06/05/htc-evo-4g-how-to-turn-off-the-sense-ui/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2010/06/05/htc-evo-4g-how-to-turn-off-the-sense-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootstrapping Zend Framework via ErrorDocument 404</title>
		<link>http://marcuswelz.com/2010/05/04/bootstrapping-zend-framework-via-errordocument-404/</link>
		<comments>http://marcuswelz.com/2010/05/04/bootstrapping-zend-framework-via-errordocument-404/#comments</comments>
		<pubDate>Wed, 05 May 2010 01:08:16 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://marcuswelz.com/?p=631</guid>
		<description><![CDATA[Traditionally Zend Framework applications are bootstrapped using mod_rewrite as recommended in the manual and various tutorials. For non-Apache servers such nginx, similar methods are provided. But it's also possible to use Apache's ErrorDocument configuration to kick off a Zend Framework &#8230; <a href="http://marcuswelz.com/2010/05/04/bootstrapping-zend-framework-via-errordocument-404/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2010/05/04/bootstrapping-zend-framework-via-errordocument-404/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My New Power Juicer</title>
		<link>http://marcuswelz.com/2010/03/01/my-new-power-juicer/</link>
		<comments>http://marcuswelz.com/2010/03/01/my-new-power-juicer/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:47:36 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=595</guid>
		<description><![CDATA[I've ordered it over a month ago, and today it finally showed up. My new Power Juice Elite. I've previously had the basic model and really liked it. There were a few shortcomings, though, and the Elite model sounded rather &#8230; <a href="http://marcuswelz.com/2010/03/01/my-new-power-juicer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2010/03/01/my-new-power-juicer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Computer is Still Fast!</title>
		<link>http://marcuswelz.com/2010/02/27/my-computer-is-still-fast/</link>
		<comments>http://marcuswelz.com/2010/02/27/my-computer-is-still-fast/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 03:32:55 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=569</guid>
		<description><![CDATA[The MHz race is so over. In the recent years, CPU speed really hasn't increased much, has it? In 2007 I bought a L1N64-SLI board with 2 x FX-74 (3GHz) CPUs and 8GB RAM. Dual core CPUs were already popular at that &#8230; <a href="http://marcuswelz.com/2010/02/27/my-computer-is-still-fast/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2010/02/27/my-computer-is-still-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Years&#039; Resolution: Blog More</title>
		<link>http://marcuswelz.com/2010/01/09/new-years-resolution-blog-more/</link>
		<comments>http://marcuswelz.com/2010/01/09/new-years-resolution-blog-more/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 16:41:49 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=574</guid>
		<description><![CDATA[I've had a neglected blog for as long as I can remember. It's always been my intention to post something insightful about whatever it is I am doing. For some reason, though, they end up very much like most of my &#8230; <a href="http://marcuswelz.com/2010/01/09/new-years-resolution-blog-more/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2010/01/09/new-years-resolution-blog-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PC</title>
		<link>http://marcuswelz.com/2009/12/21/new-pc/</link>
		<comments>http://marcuswelz.com/2009/12/21/new-pc/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:22:43 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=584</guid>
		<description><![CDATA[I hadn't built a PC in a while. The last one I put together in 2007 was a rather expensive beast (at around $1600) and consisted of 2 x Athlon FX-74 on a ASUS L1N64-SLI WS, GeForce 8800GTX (which was a $600 space &#8230; <a href="http://marcuswelz.com/2009/12/21/new-pc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2009/12/21/new-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Replication for Offsite Backups</title>
		<link>http://marcuswelz.com/2009/10/19/mysql-replication-for-offsite-backups/</link>
		<comments>http://marcuswelz.com/2009/10/19/mysql-replication-for-offsite-backups/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:01:18 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=470</guid>
		<description><![CDATA[I'm cheap. I tend to run pet projects on shoe string budgets. For one, it's just a good habit. It's easier to increase spending when it's really necessary (after some growth and revenue) than it is to turn off a &#8230; <a href="http://marcuswelz.com/2009/10/19/mysql-replication-for-offsite-backups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2009/10/19/mysql-replication-for-offsite-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework: Coding by Convention - Part 2</title>
		<link>http://marcuswelz.com/2009/08/22/zend-framework-coding-by-convention-part-2/</link>
		<comments>http://marcuswelz.com/2009/08/22/zend-framework-coding-by-convention-part-2/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 18:55:34 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=505</guid>
		<description><![CDATA[A number of components sometimes accept strings or arrays as parameter. Developers coming from statically typed languages might cringe a bit, but this is really just about taking advantage of the flexibility of the language. With flexibility comes freedom and &#8230; <a href="http://marcuswelz.com/2009/08/22/zend-framework-coding-by-convention-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://marcuswelz.com/2009/08/22/zend-framework-coding-by-convention-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
