<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="0.92">
<channel>
	<title>letThemCodeCake</title>
	<link>http://letthemcodecake.com</link>
	<description>Coding Cake PHP Diary</description>
	<lastBuildDate>Thu, 24 Jul 2008 18:27:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Frustration</title>
		<description>Have you ever been stuck 10 - 20 miles out in the middle of nowwhere   with a broken down car? Gas looks   fine, temp. is fine. The engine turns but just not quite enough to start. You're faced with a question. Walk the 20 miles which ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/frustration/</link>
			</item>
	<item>
		<title>Javascript Helper pt. 2</title>
		<description>So I just read my last post about the javascript helper and I realized it makes little to no sense.
I was in a rush and just wanted to document the finding. Here's a second try at explaining the js helper:

Using Javascript on your site.
1. Add the helper to the controller.

To ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/javascript-helper-pt-2/</link>
			</item>
	<item>
		<title>dAuth v0.3 tarball</title>
		<description>Dieter Plaetinck has created a really well thought-out user authentication system, dAuth for cakephp.

Php security can be a tricky beast, and web programmers can never learn enough about it. Dieter has evolved this project in bakery articles and it's very useful to go through and read them all. Once you ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/dauth-v03-tarball/</link>
			</item>
	<item>
		<title>Javascript Helper.</title>
		<description>How does the javascript helper work?

$javascript-&#62;link() function.
Youl'd think there'd be a section in the manual under the helpers saying:
Css helper, called by $css-&#62;function(). Here's a list of fuctions.
Javascript helper, called by $javascript-&#62;function(). etc.

It looks like the rule of thumb is the full word, lowercase, prefixed with a $ sign, and ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/8/</link>
			</item>
	<item>
		<title>Advanced Model functions</title>
		<description>  clipped from cake-php.blogspot.comUnless you delve in to the API, there are some very useful model functions at your disposal you might not know exist. I highly recommend reading over the Model Class Reference at least once. Here's a few key functions I wasn't aware of that I found ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/advanced-model-functions/</link>
			</item>
	<item>
		<title>How to use models and controllers in your webpages.</title>
		<description>When first getting started I was quite perplexed as how to build a page that has more than one model and controller attached to it.

If /users/index runs the Users::index() function and the users controller uses the User model then how do I look at data from, say a Profile model ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/how-to-use-models-and-controllers-in-your-webpages/</link>
			</item>
	<item>
		<title>How does CSS work in CakePhp?</title>
		<description>To use cakephp's framework to the fullest, you need to utilize its conventions. To modify the default template for your site copy:
/cake/libs/view/templates/layouts/default.thtml
 to /app/views/layouts/
You then edit that copied file. The presence of
/app/views/layouts/default.thtml
tells cake to stop looking at the old layout and look at the new one.

So you'd think that it ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/4/</link>
			</item>
	<item>
		<title>Hi, my name is Ian and I program in the Cakephp framework.</title>
		<description>"Hi Ian"

I'm a new developer that has been happily &#60;a href="http://bakery.cakephp.org/articles/view/159"&#62;seduced&#60;/a&#62; into doing a project or two in the Cakephp framework.

I'm starting this blog because I feel that the learning curve is still a little bit to high, and despite some very good efforts from the cakephp &#60;a href="http://bakery.cakephp.org/"&#62;community&#60;/a&#62; and ...</description>
		<link>http://letthemcodecake.com/learning-cakephp/hi-my-name-is-ian-and-i-program-in-the-cakephp-framework/</link>
			</item>
</channel>
</rss>
