<?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>Utoxin&#039;s Random Insanity &#187; CakePHP</title>
	<atom:link href="http://www.utoxin.name/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utoxin.name</link>
	<description>Random ramblings from the depths of my mind...</description>
	<lastBuildDate>Tue, 06 Jul 2010 02:18:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CakePHP Twitter and Bitly Components</title>
		<link>http://www.utoxin.name/2010/04/twitter-and-bitly-components/</link>
		<comments>http://www.utoxin.name/2010/04/twitter-and-bitly-components/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 04:45:54 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=119</guid>
		<description><![CDATA[I promised more programming related posts, and here&#8217;s one for you. As part of developing TweeterDiet.com, I needed to interface with Twitter and Bit.ly to post tweets and the links back to the public profiles on TweeterDiet. I searched around for a while, and didn&#8217;t immediately run across any good components for what I needed, [...]]]></description>
		<wfw:commentRss>http://www.utoxin.name/2010/04/twitter-and-bitly-components/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TweeterDiet.com and CakePHP</title>
		<link>http://www.utoxin.name/2010/03/tweeterdiet-com-and-cakephp/</link>
		<comments>http://www.utoxin.name/2010/03/tweeterdiet-com-and-cakephp/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 14:42:18 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[weight loss]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=113</guid>
		<description><![CDATA[First things first. As of 11:45 PM last night, my latest project launched. Go take a look at TweeterDiet.com Go ahead. I&#8217;ll still be here when you get back. Yes, I know it&#8217;s very minimal right now. I&#8217;ll be remedying that over the next week or so, by adding in some sample screen-shots and more [...]]]></description>
		<wfw:commentRss>http://www.utoxin.name/2010/03/tweeterdiet-com-and-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP mod_rewrite optimization</title>
		<link>http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/</link>
		<comments>http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:46:52 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=102</guid>
		<description><![CDATA[CakePHP is great, but the default installation has a performance issue that is very easy to resolve, and should be fixed in any production installation of a CakePHP application. The solution is very simple. In the default install, there is a file in the webroot called .htaccess. It contains mod_rewrite rules, and you have to [...]]]></description>
		<wfw:commentRss>http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CakePHP Shells, and Cron Jobs</title>
		<link>http://www.utoxin.name/2009/07/cakephp-shells-and-cron-jobs/</link>
		<comments>http://www.utoxin.name/2009/07/cakephp-shells-and-cron-jobs/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 15:38:19 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=91</guid>
		<description><![CDATA[As part of the same project that resulted in my last posting, I needed to write several processes that would be managed by cron. In the past, at the Yahoo contract, we had come up with a way to do this involving a customized version of the basic CakePHP index.php file. However, his required us [...]]]></description>
		<wfw:commentRss>http://www.utoxin.name/2009/07/cakephp-shells-and-cron-jobs/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Automatic DB Field Encryption in CakePHP</title>
		<link>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/</link>
		<comments>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:37:47 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=75</guid>
		<description><![CDATA[I&#8217;ve written the following behavior for a project I recently completed in Cake, and I thought it would be worth sharing: class CryptableBehavior extends ModelBehavior &#123; var $settings = array&#40;&#41;; &#160; function setup&#40;&#38;$model, $settings&#41; &#123; if &#40;!isset&#40;$this-&#62;settings&#91;$model-&#62;alias&#93;&#41;&#41; &#123; $this-&#62;settings&#91;$model-&#62;alias&#93; = array&#40; 'fields' =&#62; array&#40;&#41; &#41;; &#125; &#160; $this-&#62;settings&#91;$model-&#62;alias&#93; = array_merge&#40;$this-&#62;settings&#91;$model-&#62;alias&#93;, $settings&#41;; &#125; &#160; function beforeFind&#40;&#38;$model, [...]]]></description>
		<wfw:commentRss>http://www.utoxin.name/2009/07/automatic-db-field-encryption-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
