<?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; Web scripts</title>
	<atom:link href="http://insanityville.com/category/web-scripts/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>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>Add HTML elements on the fly</title>
		<link>http://insanityville.com/2009/02/add-html-elements-on-the-fly/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-html-elements-on-the-fly</link>
		<comments>http://insanityville.com/2009/02/add-html-elements-on-the-fly/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 02:00:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Javascript tuts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As I said at the beginning of the post-jQuery link simulator in this series of tricks add a new &#34;episode&#34;. In this post, I want to describe an excellent way to add to dynamically, without refresh, fields in a form. The fields can be of any kind. In this example, I&#8217;ll add a text field, [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2009/02/add-html-elements-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</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>New features for the Yahoo Status Checker</title>
		<link>http://insanityville.com/2008/06/new-features-for-the-yahoo-status-checker/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=new-features-for-the-yahoo-status-checker</link>
		<comments>http://insanityville.com/2008/06/new-features-for-the-yahoo-status-checker/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 03:00:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java tuts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A few weeks ago, I released a simple Yahoo status checker script and I offered it for download. Although the script works just fine, a lot of users wrote me back that they got errors from the script. I saw these errors and they were parsing errors because the PHP version installed on their servers [...]]]></description>
		<wfw:commentRss>http://insanityville.com/2008/06/new-features-for-the-yahoo-status-checker/feed/</wfw:commentRss>
		<slash:comments>1</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>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>
	</channel>
</rss>
