<?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>Give Me Cake &#187; Cakephp</title>
	<atom:link href="http://givemecake.dev-work.com/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://givemecake.dev-work.com</link>
	<description>CakePHP Baking, Internet Marketing, SEO, Design and more</description>
	<lastBuildDate>Fri, 08 Jul 2011 08:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Changing Model&#8217;s useTable from Controller</title>
		<link>http://givemecake.dev-work.com/2010/08/changing-models-usetable-from-controller/</link>
		<comments>http://givemecake.dev-work.com/2010/08/changing-models-usetable-from-controller/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 04:34:26 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=281</guid>
		<description><![CDATA[I was struck trying to get the controller to change the table of a model for a while. It turns out that $this-&#62;Payment-&#62;useTable = &#8220;payment_archives&#8221;; doesn&#8217;t work.. Instead I have to use: $this-&#62;Payment-&#62;setSource(&#8220;payment_archives&#8221;); It seems that useTable is not referenced to when deciding which table to use. bookmark]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2010/08/changing-models-usetable-from-controller/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting up Cakephp for Application Development</title>
		<link>http://givemecake.dev-work.com/2009/07/setting-up-cakephp-for-application-development/</link>
		<comments>http://givemecake.dev-work.com/2009/07/setting-up-cakephp-for-application-development/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 14:17:25 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=235</guid>
		<description><![CDATA[I like to keep the CAKPHP ROOT files (/cake/) in a folder of its own and my /app in the working folders. This way, the CAKEPHP ROOT files are not SVNed and that keeps my repos smaller. My folder structure: D:\www\cakephp_1_2 D:\www\video_tutorial\app D:\www\video_tutorial\vendors D:\www\project 1\app D:\www\project 1\vendors All my vendors files for all projects are [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/07/setting-up-cakephp-for-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Sharing Website Part 2 : Converting the uploaded video to FLV</title>
		<link>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/</link>
		<comments>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 12:05:21 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[video sharing]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=206</guid>
		<description><![CDATA[This series of blog post will talk about how to setup a Video Sharing Website. Converting the uploaded video to FLV This is a &#8216;on the fly&#8217; conversion example, using Cakephp Framework.  I am using the ffmpeg library for the transcoding in my example. The ffmpeg converter supports FLV, MP4 and many more. ffmpeg supported [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video Sharing Website Part 1 : Introduction to Video Streaming</title>
		<link>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-streaming/</link>
		<comments>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-streaming/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:57:18 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[video sharing]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=199</guid>
		<description><![CDATA[This series of blog post will talk about how to setup a Video Sharing Website. Definition to various methods of video downloads and video format Streaming HTTP Download HTTP Streaming &#8211; A combination of Streaming and HTTP Download Streaming Use of Video Stream Application servers. Examples of Video Stream Application servers include: Video Desk, Adobe [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-streaming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Release : CakePHP 1.2.3.8166</title>
		<link>http://givemecake.dev-work.com/2009/05/new-release-cakephp-1238166/</link>
		<comments>http://givemecake.dev-work.com/2009/05/new-release-cakephp-1238166/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:43:39 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=188</guid>
		<description><![CDATA[CakePHP 1.2.3.8166 is out. Important Security Fix. See http://bakery.cakephp.org/articles/view/release-cakephp-1-2-3-8166 bookmark]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/05/new-release-cakephp-1238166/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounding down to the nearest $0.05</title>
		<link>http://givemecake.dev-work.com/2009/02/rounding-down-to-the-nearest-005/</link>
		<comments>http://givemecake.dev-work.com/2009/02/rounding-down-to-the-nearest-005/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 05:01:24 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=164</guid>
		<description><![CDATA[Updated: Found a shortcut to round down to the nearest $0.05. round(20 * $amount, 0) / 20 will give you the amount round to the nearest $0.05 More rounding functions can be found at Microsoft Access tips: Rounding numbers in Access. Singapore has decided not to mint anymore 1 cent coins. Likely the reason is [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/02/rounding-down-to-the-nearest-005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Cakephp Ajax (Prototype)</title>
		<link>http://givemecake.dev-work.com/2009/01/working-with-cakephp-ajax-prototype/</link>
		<comments>http://givemecake.dev-work.com/2009/01/working-with-cakephp-ajax-prototype/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 06:13:54 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[HTML, CSS, Javascript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[AjaxHelper]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=152</guid>
		<description><![CDATA[I have been working on a project that is quite heavy in ajax, using the AjaxHelper in Cakephp. To note down a couple of things: Set up content type for Ajax response Pitfall when commenting out codes Callback types 1) Set the content type of Ajax response in app_controller beforeFilter() if($this-&#62;RequestHandler-&#62;isAjax()) { Configure::write('debug', 0); $this-&#62;RequestHandler-&#62;setContent('javascript', [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/01/working-with-cakephp-ajax-prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Containable Behavior</title>
		<link>http://givemecake.dev-work.com/2008/11/containable-behavior/</link>
		<comments>http://givemecake.dev-work.com/2008/11/containable-behavior/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 07:11:59 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=107</guid>
		<description><![CDATA[Cakephp Beta 1.2 RC has a new core behavior called Containable. This behavior is used to setup relationship between models. Instead of using bindable, I am now using the Containable behavior, which makes things easier. You can leave the recursive = -1 out of your codes when using this behavior. Get it working Define $actAs [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2008/11/containable-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reuseable page elements with renderElement()</title>
		<link>http://givemecake.dev-work.com/2008/11/reuseable-page-elements-with-renderelement/</link>
		<comments>http://givemecake.dev-work.com/2008/11/reuseable-page-elements-with-renderelement/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 19:00:39 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=105</guid>
		<description><![CDATA[When you find yourself repeating HTML codes in pages of your website or web application, this is a useful function for factoring your codes. Whenever I make changes to my codes, I will make it a point to refactorize as much as possible. It keeps the codes managable. But over factorizing will make it hard [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2008/11/reuseable-page-elements-with-renderelement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Image links with HtmlHelper</title>
		<link>http://givemecake.dev-work.com/2008/10/image-links-with-htmlhelper/</link>
		<comments>http://givemecake.dev-work.com/2008/10/image-links-with-htmlhelper/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 13:38:44 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[HtmlHelper]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=87</guid>
		<description><![CDATA[To create an image link with Cakephp&#8217;s HtmlHelper, you need to pass in the $html-&#62;image into $html-&#62;link. First step to use the HtmlHelper in Cakephp, you need to include the helper in the controller. Using: var $helpers = array('Html', 'Form'); In your views, (.ctp files), you will call with &#60;?php echo $html-&#62;link($html-&#62;image('rss_text.jpg', array('class'=&#62;'img-icon', 'title' =&#62; [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2008/10/image-links-with-htmlhelper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

