<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Give Me Cake</title>
	<atom:link href="http://givemecake.dev-work.com/comments/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>Mon, 18 Apr 2011 14:17:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Working on a joomla project by majna</title>
		<link>http://givemecake.dev-work.com/2011/04/working-on-a-joomla-project/comment-page-1/#comment-150</link>
		<dc:creator>majna</dc:creator>
		<pubDate>Mon, 18 Apr 2011 14:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=289#comment-150</guid>
		<description>this text is hard to read,
add some contrast</description>
		<content:encoded><![CDATA[<p>this text is hard to read,<br />
add some contrast</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Model&#8217;s useTable from Controller by mainelydesign</title>
		<link>http://givemecake.dev-work.com/2010/08/changing-models-usetable-from-controller/comment-page-1/#comment-146</link>
		<dc:creator>mainelydesign</dc:creator>
		<pubDate>Tue, 02 Nov 2010 20:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=281#comment-146</guid>
		<description>Thanks, this is just what I needed.  I was trying to figure out how to do this.</description>
		<content:encoded><![CDATA[<p>Thanks, this is just what I needed.  I was trying to figure out how to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Model&#8217;s useTable from Controller by givemecake</title>
		<link>http://givemecake.dev-work.com/2010/08/changing-models-usetable-from-controller/comment-page-1/#comment-135</link>
		<dc:creator>givemecake</dc:creator>
		<pubDate>Mon, 09 Aug 2010 13:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=281#comment-135</guid>
		<description>I am referring to change the table used by the model in the controller, not loading a different model. Sure you can use the var $uses to setup the table in the codes. But to swap the table used by model temporary, use setSource</description>
		<content:encoded><![CDATA[<p>I am referring to change the table used by the model in the controller, not loading a different model. Sure you can use the var $uses to setup the table in the codes. But to swap the table used by model temporary, use setSource</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Model&#8217;s useTable from Controller by dogmatic69</title>
		<link>http://givemecake.dev-work.com/2010/08/changing-models-usetable-from-controller/comment-page-1/#comment-134</link>
		<dc:creator>dogmatic69</dc:creator>
		<pubDate>Mon, 09 Aug 2010 08:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=281#comment-134</guid>
		<description>That is not the way you should be doing things imo. if you want to use a different table $uses is the way to go.

If you want to use a different model for one method in your controller, loadModel() is what you want.

Having the code randomly switching db&#039;s will not be fun when you need to debug in a few weeks/months time.</description>
		<content:encoded><![CDATA[<p>That is not the way you should be doing things imo. if you want to use a different table $uses is the way to go.</p>
<p>If you want to use a different model for one method in your controller, loadModel() is what you want.</p>
<p>Having the code randomly switching db&#8217;s will not be fun when you need to debug in a few weeks/months time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on System Development with a Design Firm? by Jerry</title>
		<link>http://givemecake.dev-work.com/2010/04/system-development-with-a-design-firm/comment-page-1/#comment-123</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Sat, 24 Apr 2010 08:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=274#comment-123</guid>
		<description>Juz sharing my view. 

Actually usually when company outsourced their system development to the design firms, it could be built from the trust of marketing websites developed from the cookie cutter method sites. Dazzled and charmed by the delivery of such flashy sites its easy to gain the impression that system development is probably easier to deliver that all the fancy sprites and animation. However most design firms probably have more resources delicated to the design aspect of a website than the system development aspect.

Companies should adapt framework like Information Technology Infrastructure Library (ITIL) to minimise the risk IT system failure. With proper framework to governance the points of failure the delivery of IT projects are more likely to succeed. 

With the rise of mobile apps in popularity and mobility, its time to improve the IT infastruture and gvernence framework to ride on the mobile waves to empower the users.</description>
		<content:encoded><![CDATA[<p>Juz sharing my view. </p>
<p>Actually usually when company outsourced their system development to the design firms, it could be built from the trust of marketing websites developed from the cookie cutter method sites. Dazzled and charmed by the delivery of such flashy sites its easy to gain the impression that system development is probably easier to deliver that all the fancy sprites and animation. However most design firms probably have more resources delicated to the design aspect of a website than the system development aspect.</p>
<p>Companies should adapt framework like Information Technology Infrastructure Library (ITIL) to minimise the risk IT system failure. With proper framework to governance the points of failure the delivery of IT projects are more likely to succeed. </p>
<p>With the rise of mobile apps in popularity and mobility, its time to improve the IT infastruture and gvernence framework to ride on the mobile waves to empower the users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Sharing Website Part 1 : Introduction to Video Streaming by Himawans</title>
		<link>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-streaming/comment-page-1/#comment-81</link>
		<dc:creator>Himawans</dc:creator>
		<pubDate>Fri, 03 Jul 2009 02:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=199#comment-81</guid>
		<description>wah,,makasi banyak atas infonya,,,salam kenal</description>
		<content:encoded><![CDATA[<p>wah,,makasi banyak atas infonya,,,salam kenal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Sharing Website Part 2 : Converting the uploaded video to FLV by givemecake</title>
		<link>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/comment-page-1/#comment-77</link>
		<dc:creator>givemecake</dc:creator>
		<pubDate>Tue, 30 Jun 2009 16:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=206#comment-77</guid>
		<description>Yes it definitely will affect the server performance. That&#039;s why it is best to process it on another machine in batch. See &lt;a href=&quot;http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-steaming/&quot; rel=&quot;nofollow&quot;&gt;http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-steaming/&lt;/a&gt; for the network diagram. Ongoing maintenance is needed to ensure that the server&#039;s performance is not compromised. You will need to add on clustering and more servers to the network.</description>
		<content:encoded><![CDATA[<p>Yes it definitely will affect the server performance. That&#8217;s why it is best to process it on another machine in batch. See <a href="http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-steaming/" rel="nofollow">http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-steaming/</a> for the network diagram. Ongoing maintenance is needed to ensure that the server&#8217;s performance is not compromised. You will need to add on clustering and more servers to the network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Sharing Website Part 2 : Converting the uploaded video to FLV by Superman</title>
		<link>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/comment-page-1/#comment-76</link>
		<dc:creator>Superman</dc:creator>
		<pubDate>Tue, 30 Jun 2009 13:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=206#comment-76</guid>
		<description>Wow... this is cool. But will it kill the server performance?</description>
		<content:encoded><![CDATA[<p>Wow&#8230; this is cool. But will it kill the server performance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Cheatsheet by givemecake</title>
		<link>http://givemecake.dev-work.com/2008/11/cakephp-cheatsheet/comment-page-1/#comment-72</link>
		<dc:creator>givemecake</dc:creator>
		<pubDate>Tue, 09 Jun 2009 04:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=119#comment-72</guid>
		<description>Thanks!

It seems the file is moved.
You can get it from &lt;a href=&quot;http://cakephp.org/&quot; rel=&quot;nofollow&quot;&gt;http://cakephp.org/&lt;/a&gt;. Click on Learn -&gt; CakePHP cheatsheet
Direct link is here &lt;a href=&quot;http://cakephp.org/files/Resources/CakePHP-1.2-Cheatsheet.pdf&quot; rel=&quot;nofollow&quot;&gt;http://cakephp.org/files/Resources/CakePHP-1.2-Cheatsheet.pdf&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>It seems the file is moved.<br />
You can get it from <a href="http://cakephp.org/" rel="nofollow">http://cakephp.org/</a>. Click on Learn -&gt; CakePHP cheatsheet<br />
Direct link is here <a href="http://cakephp.org/files/Resources/CakePHP-1.2-Cheatsheet.pdf" rel="nofollow">http://cakephp.org/files/Resources/CakePHP-1.2-Cheatsheet.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Cheatsheet by Carlos Cabrera</title>
		<link>http://givemecake.dev-work.com/2008/11/cakephp-cheatsheet/comment-page-1/#comment-71</link>
		<dc:creator>Carlos Cabrera</dc:creator>
		<pubDate>Mon, 08 Jun 2009 17:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=119#comment-71</guid>
		<description>Hmmm. broken link.</description>
		<content:encoded><![CDATA[<p>Hmmm. broken link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

