<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.5" -->
<rss version="0.92">
<channel>
	<title>Web is Cake</title>
	<link>http://www.webiscake.com</link>
	<description>Web developpement made easy</description>
	<lastBuildDate>Fri, 15 May 2009 03:01:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>OpenX and HostGator shared hosting</title>
		<description>This post is totally unrelated to CakePHP, but oh well!

As you might have noticed, OpenX does not work on HostGator's default shared hosting. Every ad you post on your website through OpenX will be viewable, but clicking the ad will lead to a 403 forbidden page.

It has something to do ...</description>
		<link>http://www.webiscake.com/openx-and-hostgator-shared-hosting/</link>
			</item>
	<item>
		<title>Common mistakes when working with accentuated characters</title>
		<description>Working with accentuated characters in CakePHP can definitely be a pain if you’re unfamiliar with a few basic guidelines.
 
All your files must be encoded in UTF-8
Make sure all your files containing accentuated characters are encoded in UTF-8 (no BOM or it’ll screw everything up!). If your file does not ...</description>
		<link>http://www.webiscake.com/common-mistakes-when-with-accentuated-characters/</link>
			</item>
	<item>
		<title>Model &#8220;X&#8221; with multiple associations leading to Model &#8220;Y&#8221;</title>
		<description>This seems like a fairly common case, but it might not be obvious for everyone. While the title is not totally clear, let's use an exemple to show where the problem lies.

Let's say we have a Message model, which has the following fields : id, sender, receiver, created, title, text. ...</description>
		<link>http://www.webiscake.com/model-x-with-multiple-associations-leading-to-model-y/</link>
			</item>
	<item>
		<title>Sort search results by relevance</title>
		<description>When creating a search function for your website, it is fairly important to sort results by relevance. I had to do this last week, so I might as well share how I did it.

I wanted to search the News model with simple keywords. Here's my News table :
CREATE TABLE `news` ...</description>
		<link>http://www.webiscake.com/sort-search-results-by-relevance/</link>
			</item>
	<item>
		<title>Redirecting to the proper page after actions</title>
		<description>A couple days ago, a client I currently work for found a little annoyance with cakePHP default's behaviour of redirecting to the index action after a delete or edit action, thus ignoring the page you were on.

Indeed, redirecting to $this->referer wouldn't work in this case because the data is posted ...</description>
		<link>http://www.webiscake.com/redirecting-to-the-proper-page-after-actions/</link>
			</item>
</channel>
</rss>

