<?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>Insanityville &#187; PHP</title>
	<atom:link href="http://insanityville.com/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanityville.com</link>
	<description>Reviews, free ajax shoutbox, free ajax validation, free ajax scripts, fun gallery and more</description>
	<lastBuildDate>Wed, 26 May 2010 19:25:50 +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>Custom URL for CakePHP Paginator helper</title>
		<link>http://insanityville.com/2010/05/custom-urls-for-cakephp-paginator-helper/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=custom-urls-for-cakephp-paginator-helper</link>
		<comments>http://insanityville.com/2010/05/custom-urls-for-cakephp-paginator-helper/#comments</comments>
		<pubDate>Fri, 14 May 2010 12:44:00 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[custom URL]]></category>
		<category><![CDATA[paginator helper]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=2238</guid>
		<description><![CDATA[Well, I finally did it! After 3 hours of trial and error I finally got my custom URL&#8217;s for the Paginator Helper. Considering the amount of time it took me to achieve my desired URL format, I&#8217;ll share my solution with you. I don&#8217;t know if it&#8217;s the best solution out there (I didn&#8217;t find [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2010/05/custom-urls-for-cakephp-paginator-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alertpay integration with CakePHP</title>
		<link>http://insanityville.com/2010/04/alertpay-integration-with-cakephp/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=alertpay-integration-with-cakephp</link>
		<comments>http://insanityville.com/2010/04/alertpay-integration-with-cakephp/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 18:48:19 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[alertpay]]></category>
		<category><![CDATA[cakephp component]]></category>
		<category><![CDATA[cakephp payment]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=2174</guid>
		<description><![CDATA[Recently I implemented a payment module using Alertpay. If you searched for this kind of code you already know what Alertpay is. For those of you who don&#8217;t, Alertpay is a payment processor similar to Paypal. To implement this type of payment you must register for an account and activate the IPN option from the [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2010/04/alertpay-integration-with-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to paginate search results in CakePHP</title>
		<link>http://insanityville.com/2010/04/how-to-paginate-search-results-in-cakephp/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-paginate-search-results-in-cakephp</link>
		<comments>http://insanityville.com/2010/04/how-to-paginate-search-results-in-cakephp/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 16:43:49 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cakephp pagination]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=2160</guid>
		<description><![CDATA[Question: How do I paginate data from a model based on a keyword submitted by a user? I must say that it&#8217;s a little tricky because the Pagination component in CakePHP uses GET parameters to do it&#8217;s magic. That wouldn&#8217;t be a problem if I didn&#8217;t care about my URL structure but for SEO purposes [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2010/04/how-to-paginate-search-results-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to switch between databases in CakePHP on the fly</title>
		<link>http://insanityville.com/2010/04/how-to-switch-between-databases-in-cakephp-on-the-fly/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-switch-between-databases-in-cakephp-on-the-fly</link>
		<comments>http://insanityville.com/2010/04/how-to-switch-between-databases-in-cakephp-on-the-fly/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 08:34:30 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=2127</guid>
		<description><![CDATA[Ever needed to connect to another database in your cake app but got stuck and came with another solution? There is a rather simple way to do this and I think it can be extended to other data sources too (not tested but let me know if you do ). Let&#8217;s get to it. First [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2010/04/how-to-switch-between-databases-in-cakephp-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to bake on Ubuntu using cakePHP</title>
		<link>http://insanityville.com/2010/04/how-to-bake-on-ubuntu-using-cakephp/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-bake-on-ubuntu-using-cakephp</link>
		<comments>http://insanityville.com/2010/04/how-to-bake-on-ubuntu-using-cakephp/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 10:11:37 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=2113</guid>
		<description><![CDATA[Today I started a new project that I&#8217;m developing for school and I thought I&#8217;d do it using cakePHP. I went ahead and downloaded xampp for linux and a fresh copy of the cakePHP framework, 1.3.0-RC3, and I extracted it to my webroot. After I created a virtual host for it, it was time to [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2010/04/how-to-bake-on-ubuntu-using-cakephp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Improvements on the shoutbox script</title>
		<link>http://insanityville.com/2009/08/improvements-on-the-shoutbox-script/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=improvements-on-the-shoutbox-script</link>
		<comments>http://insanityville.com/2009/08/improvements-on-the-shoutbox-script/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:02:07 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Miscellaneous ramblings]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web scripts]]></category>
		<category><![CDATA[free scripts]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shoutbox]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=509</guid>
		<description><![CDATA[After a while from launching the Shoutbox script, I decided to act on some feedback that I got from you guys (and girls!?). So I implemented the following features: emoticons &#8211; just type the character codes from y!messenger to display the emoticon (only 14 emoticons implemented); I tried to implement protection against javascript code being [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/08/improvements-on-the-shoutbox-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
