<?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>Marcus Spiegel</title>
	<atom:link href="http://marcusspiegel.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcusspiegel.de</link>
	<description>/** @TODO: find a slogan ;-) */</description>
	<lastBuildDate>Tue, 22 Mar 2011 15:14:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo: Install Sphinx along with MAMP / MAMP PRO on OS X Snow Leopard</title>
		<link>http://marcusspiegel.de/2010/07/23/howto-install-sphinx-along-with-mamp-mamp-pro-on-os-x-snow-leopard/</link>
		<comments>http://marcusspiegel.de/2010/07/23/howto-install-sphinx-along-with-mamp-mamp-pro-on-os-x-snow-leopard/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:31:56 +0000</pubDate>
		<dc:creator>mashpie</dc:creator>
				<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://marcusspiegel.de/?p=144</guid>
		<description><![CDATA[The main problem to compile Sphinx on an OS X box is to find the appropriate libraries for MySQL. Fortunately MAMP may serve these in /Applications/MAMP/Library if prepared. This is a brief copy &#38; paste howto.


Prepare your MAMP

You&#8217;ll need to have MAMP (or even MAMPPro) already installed. The main thing is to provide header and [...]]]></description>
		<wfw:commentRss>http://marcusspiegel.de/2010/07/23/howto-install-sphinx-along-with-mamp-mamp-pro-on-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CakePHP Component for Payone-API Access</title>
		<link>http://marcusspiegel.de/2010/06/03/cakephp-component-for-payone-api-access/</link>
		<comments>http://marcusspiegel.de/2010/06/03/cakephp-component-for-payone-api-access/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 14:49:01 +0000</pubDate>
		<dc:creator>mashpie</dc:creator>
				<category><![CDATA[cake]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://marcusspiegel.de/?p=123</guid>
		<description><![CDATA[<a href="http://www.payone.de/">Payone</a> is a german payment system with several product options and clearings. This Component started by implementing the Payone API just from scratch. Thus it doesn't feature the whole API yet. You should be able to process checkouts on creditcards for both the "Shop" and "Access" based solutions.]]></description>
		<wfw:commentRss>http://marcusspiegel.de/2010/06/03/cakephp-component-for-payone-api-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install Memcached with repcached &#8220;build-in server side replication&#8221; on Debian Lenny</title>
		<link>http://marcusspiegel.de/2010/05/02/howto-install-memcached-with-repcached-build-in-server-side-replication-on-debian-lenny/</link>
		<comments>http://marcusspiegel.de/2010/05/02/howto-install-memcached-with-repcached-build-in-server-side-replication-on-debian-lenny/#comments</comments>
		<pubDate>Sun, 02 May 2010 13:16:55 +0000</pubDate>
		<dc:creator>mashpie</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://marcusspiegel.de/?p=95</guid>
		<description><![CDATA[People probably know about memcached (http://memcached.org/) and its high performance name-value based memory object cache interface. Its main purpose is to provide an easy to use distributed caching engine in a multinode environment. Have you ever wanted to let memcached handle replication?

If you&#8217;d like to add high-availability capabilities, you&#8217;re advised to let the client (-library) [...]]]></description>
		<wfw:commentRss>http://marcusspiegel.de/2010/05/02/howto-install-memcached-with-repcached-build-in-server-side-replication-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HowTo: CakePHP addContain() for all models</title>
		<link>http://marcusspiegel.de/2009/09/03/howto-cakephp-addcontain-for-all-models/</link>
		<comments>http://marcusspiegel.de/2009/09/03/howto-cakephp-addcontain-for-all-models/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 20:45:20 +0000</pubDate>
		<dc:creator>mashpie</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[containable]]></category>
		<category><![CDATA[model]]></category>

		<guid isPermaLink="false">http://marcusspiegel.de/?p=32</guid>
		<description><![CDATA[As of CakePHP 1.2 Behaviours came up and people started working with the &#8220;Containable&#8221; (see http://book.cakephp.org/view/474/Containable). In brief you get much better control over associations and selects on theses in find operations. But when associations grow up in your datamodel things might get overhauling. You&#8217;ll have to keep exiting associations while adding contains to your [...]]]></description>
		<wfw:commentRss>http://marcusspiegel.de/2009/09/03/howto-cakephp-addcontain-for-all-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: &#8220;gem install mysql&#8221; on OS X together with MAMP (Mac-Apache-MySQL-PHP)</title>
		<link>http://marcusspiegel.de/2009/08/24/howto-gem-install-mysql-on-os-x-together-with-mamp-mac-apache-mysql-php/</link>
		<comments>http://marcusspiegel.de/2009/08/24/howto-gem-install-mysql-on-os-x-together-with-mamp-mac-apache-mysql-php/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 21:56:11 +0000</pubDate>
		<dc:creator>mashpie</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://marcusspiegel.de/?p=38</guid>
		<description><![CDATA[You have a running MAMP Workflow on Mac. You are familiar with using Apache, MySQL etc. together. You now just want to try some more&#8230; Let&#8217;s say Ruby-on-Rails, ok RoR with MySQL and especially with MySQL provided by MAMP. As gem needs header and library of your MySQL-Server things might feel some kind of &#8220;boring [...]]]></description>
		<wfw:commentRss>http://marcusspiegel.de/2009/08/24/howto-gem-install-mysql-on-os-x-together-with-mamp-mac-apache-mysql-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

