<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Braindead1.de</title>
	<link>http://braindead1.de</link>
	<description>My personal web home</description>
	<lastBuildDate>Tue, 02 Feb 2010 07:18:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Sending an email to more than one address using the Email Component</title>
		<description><![CDATA[It took me some time to figure out how to send an email to more than one email address using the CakePHP Email Component. I&#8217;ll share my findings, maybe this will save somebodys time.
According to the cookbook the &#8220;to&#8221; variable only accepts a string, which is different to the &#8220;cc&#8221; and &#8220;bcc&#8221; variable. Both accept [...]]]></description>
		<link>http://braindead1.de/2010/02/02/sending-an-email-to-more-than-one-address-using-the-email-component/</link>
			</item>
	<item>
		<title>How to set the layout from a view</title>
		<description><![CDATA[A few minutes ago I came across a blog post by Jeremy Burns where he describes how to render different layouts depending on the controller. Although his solution is correct, there is an even better solution that follows the MVC concept.
You can set the layout inside your view. All you have to do is adding [...]]]></description>
		<link>http://braindead1.de/2009/12/01/how-to-set-the-layout-from-a-view/</link>
			</item>
	<item>
		<title>File upload validation</title>
		<description><![CDATA[Data validation is one of the easiest things in CakePHP as long as you can use the build-in validation rules. But at the moment there is no build-in rule to validate uploaded files. Today I will show you how to implement a custom validation rule and validate uploads.]]></description>
		<link>http://braindead1.de/2009/07/14/file-upload-validation/</link>
			</item>
	<item>
		<title>Changing a MySQL database from latin1 to utf8</title>
		<description><![CDATA[Yesterday I found a solution on the german site administrator.de to quickly change a whole MySQL database from latin1 (latin1_general_ci) to utf8 (utf8_general_ci).
ALTER DATABASE `database` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `table1` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `table2` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE `table3` CONVERT TO CHARACTER SET [...]]]></description>
		<link>http://braindead1.de/2009/06/17/changing-a-mysql-database-from-latin1-to-utf8/</link>
			</item>
	<item>
		<title>Adding a TinyMCE image browser the CakePHP way</title>
		<description><![CDATA[My first article at the Bakery is online now and available for everybody: Adding a TinyMCE imagebrowser the CakePHP way. I first needed to make my article a little bit more compliant to the CakePHP conventions, but then the article was approved.
As promised I made a small demo available for download. Just post a comment [...]]]></description>
		<link>http://braindead1.de/2009/05/30/adding-a-tinymce-image-browser-the-cakephp-way/</link>
			</item>
	<item>
		<title>First article at the Bakery published</title>
		<description><![CDATA[Yesterday I published my first CakePHP tutorial at the Bakery. The article is called Adding a TinyMCE image browser the CakePHP way and is about, well &#8230; adding an image browser to your TinyMCE installation. :-)
Before my article is available to the CakePHP community, someone from the CakePHP team has to review the article and [...]]]></description>
		<link>http://braindead1.de/2009/05/27/first-article-at-the-bakery-published/</link>
			</item>
	<item>
		<title>Hello again!</title>
		<description><![CDATA[After not posting anything to my blog for nearly one year, I decided to make a cut, redesign braindead1.de and start blogging again.
Mainly my new posts will be about my experiences with CakePHP. I hope that some of my posts will be of such a value to anybody as other postings of the CakePHP community [...]]]></description>
		<link>http://braindead1.de/2009/05/25/hello-again/</link>
			</item>
</channel>
</rss>

