<?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; Programming</title>
	<atom:link href="http://insanityville.com/category/programming/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>Using the ArrayList object in JAVA</title>
		<link>http://insanityville.com/2009/11/using-the-arraylist-object-in-java/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-the-arraylist-object-in-java</link>
		<comments>http://insanityville.com/2009/11/using-the-arraylist-object-in-java/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 18:57:32 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java tuts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=2055</guid>
		<description><![CDATA[I continue sharing with you bits of code from my JAVA project picking up the thread left in Running SQL queries in JAVA. I remind you that I must develop a library application for school project. So far I showed you how I connected to a database and how I manipulate data from that database. [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/11/using-the-arraylist-object-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running SQL queries in JAVA</title>
		<link>http://insanityville.com/2009/11/running-sql-queries-in-java/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=running-sql-queries-in-java</link>
		<comments>http://insanityville.com/2009/11/running-sql-queries-in-java/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:39:09 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java tuts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=2028</guid>
		<description><![CDATA[In a previous post, Connecting to Access database in JAVA, I&#8217;ve shared a little snippet of code with you that showed how to connect to an Access DBMS. With the connection alone you can&#8217;t do much to the database excepting the connection. We need to manipulate the data found in the database we connected to. [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/11/running-sql-queries-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to Access database in JAVA</title>
		<link>http://insanityville.com/2009/11/connecting-to-access-database-in-java/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=connecting-to-access-database-in-java</link>
		<comments>http://insanityville.com/2009/11/connecting-to-access-database-in-java/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:15:20 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java tuts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=890</guid>
		<description><![CDATA[Hi there, I started a project for school that I must develop in JAVA. It&#8217;s a library system that uses Access databases for data and settings storage. I&#8217;m not going into any more details about the analysis of the problem but it&#8217;s obvious that I needed to setup a connection to the database. In this [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/11/connecting-to-access-database-in-java/feed/</wfw:commentRss>
		<slash:comments>1</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>
		<item>
		<title>Some HTML markup</title>
		<link>http://insanityville.com/2009/06/some-html-markup/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=some-html-markup</link>
		<comments>http://insanityville.com/2009/06/some-html-markup/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 08:37:09 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Miscellaneous ramblings]]></category>
		<category><![CDATA[Other stuff]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web scripts]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tatoo]]></category>

		<guid isPermaLink="false">http://insanityville.com/?p=283</guid>
		<description><![CDATA[I love to do web stuff too but c&#8217;mon. Cool tatoo nontheless. More at Cmdshiftdesign.]]></description>
		<wfw:commentRss>http://insanityville.com/2009/06/some-html-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX guestbook</title>
		<link>http://insanityville.com/2009/04/ajax-guestbook/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ajax-guestbook</link>
		<comments>http://insanityville.com/2009/04/ajax-guestbook/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 21:22:11 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=225</guid>
		<description><![CDATA[A script that enhances any website by adding a bit of interactivity with your visitors is a nice guestbook. I&#8217;m sure you&#8217;ve seen many such scripts online. I decided to make my own script because a lot of the scripts out there are hard to customize. My script only cares about the id&#8217;s of the [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/04/ajax-guestbook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AJAX Shoutbox</title>
		<link>http://insanityville.com/2009/02/ajax-shoutbox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ajax-shoutbox</link>
		<comments>http://insanityville.com/2009/02/ajax-shoutbox/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 10:00:13 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As promised in an earlier post, another script was added today on insanityville.com. It is an AJAX shoutbox script, as I said, and it is available as of today for download. About the script itself there isn&#8217;t much to be said. It is a real-time script which means that it autmatically refreshes itself. This is [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/02/ajax-shoutbox/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>jQuery link simulator</title>
		<link>http://insanityville.com/2009/01/jquery-link-simulator/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-link-simulator</link>
		<comments>http://insanityville.com/2009/01/jquery-link-simulator/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 03:00:58 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Javascript tuts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#160;&#160;&#160;&#160; I thought I make a small number of posts on javascript in general, especially jQuery. &#160;&#160;&#160;&#160; Personally, I find this framework to be an excellent tool for quick fixes, but also to create complete AJAX interfaces. &#160;&#160;&#160;&#160; A fix which I recently made was the creation of a link without using the &#34;a&#34; tag [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/01/jquery-link-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Yahoo status checker Revised</title>
		<link>http://insanityville.com/2008/06/simple-yahoo-status-checker-revised/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=simple-yahoo-status-checker-revised</link>
		<comments>http://insanityville.com/2008/06/simple-yahoo-status-checker-revised/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 23:00:20 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Java tuts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Unfortunately, Yahoo performed some maintenance operations to it&#8217;s servers a couple of days ago and it&#8217;s no longer possible to check for invisible users using the following link: opi.yahoo.com/online?username&#38;m=k&#38;t=1&#38;s=1 Until I&#8217;ll come up with a new way to find this user status out, I altered the script in such a way that it can still [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2008/06/simple-yahoo-status-checker-revised/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Simple Validation Script</title>
		<link>http://insanityville.com/2008/05/free-simple-validation-script/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=free-simple-validation-script</link>
		<comments>http://insanityville.com/2008/05/free-simple-validation-script/#comments</comments>
		<pubDate>Wed, 21 May 2008 23:48:36 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Java tuts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This script is a very easy and elegant way to verify data that is to be submitted is valid before the actual validation process without reloading the page. The idea is not new and it is not original. I made this script because I didn&#8217;t want to use a lot javascript files unless it was [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2008/05/free-simple-validation-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Make an AJAX link validation script in 3 easy steps</title>
		<link>http://insanityville.com/2008/05/make-an-ajax-link-validation-script-in-3-easy-steps/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=make-an-ajax-link-validation-script-in-3-easy-steps</link>
		<comments>http://insanityville.com/2008/05/make-an-ajax-link-validation-script-in-3-easy-steps/#comments</comments>
		<pubDate>Thu, 15 May 2008 10:00:30 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Javascript tuts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Being a web developer, and having a bit of experience in this field, I noticed that some tasks are need almost in any application that I developed. So, instead of waisting time writing the same code over and over again, started making little snippets of code to reuse. This is my very first tutorial ever [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2008/05/make-an-ajax-link-validation-script-in-3-easy-steps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL query sintax for newbies</title>
		<link>http://insanityville.com/2008/05/sql-query-sintax-for-newbies/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sql-query-sintax-for-newbies</link>
		<comments>http://insanityville.com/2008/05/sql-query-sintax-for-newbies/#comments</comments>
		<pubDate>Mon, 12 May 2008 09:00:13 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I found a great site and I&#8217;m so sorry that I didn&#8217;t find it when I was struggling to learn my first SELECT query a few years back. This website explains the basic SQL sintax, from basic a SELECT query to JOIN, LEFT JOIN, OUTER JOIN and other more complicated queries and then it shows [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2008/05/sql-query-sintax-for-newbies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NicEdit &#8211; New js WYSIWYG editor</title>
		<link>http://insanityville.com/2008/03/nicedit-new-js-wysiwyg-editor/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nicedit-new-js-wysiwyg-editor</link>
		<comments>http://insanityville.com/2008/03/nicedit-new-js-wysiwyg-editor/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 10:00:38 +0000</pubDate>
		<dc:creator>in-sanity</dc:creator>
				<category><![CDATA[Java tuts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently came across NicEdit&#8217;s webpage and I was pleasantly surprised of it&#8217;s size. I mean, it&#8217;s a WYSIWYG editor under 10Kb in size when compressed. It&#8217;s amazing. I know what you&#8217;re thinking, that it doesn&#8217;t have all the features that it&#8217;s competitors (FCKEditor or HTMLarea), but it&#8217;s a great editor nonetheless. Because it&#8217;s so [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2008/03/nicedit-new-js-wysiwyg-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Exercises for Learning a new Programming Language</title>
		<link>http://insanityville.com/2008/03/15-exercises-for-learning-a-new-programming-language/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=15-exercises-for-learning-a-new-programming-language</link>
		<comments>http://insanityville.com/2008/03/15-exercises-for-learning-a-new-programming-language/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 05:59:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#160;&#160;&#160; I&#8217;ve working knowledge of a bunch of programming languages but job demands to learn a new language frequently in a short time. Instead of reading hundreds manual/book pages, I quickly read 10-15 pages of tutorial or primer. (As you know google is the best search engine to look for such stuff). I keep printed [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2008/03/15-exercises-for-learning-a-new-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
