<?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"
	>

<channel>
	<title>Web Publishing at URI &#187; Code Library</title>
	<atom:link href="http://www.uri.edu/blog/category/code-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uri.edu/blog</link>
	<description>Web design and development related resources</description>
	<pubDate>Thu, 11 Mar 2010 20:01:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-RC1</generator>
	<language>en</language>
			<item>
		<title>Website Security Announcement</title>
		<link>http://www.uri.edu/blog/2009/10/02/website-security-announcement/</link>
		<comments>http://www.uri.edu/blog/2009/10/02/website-security-announcement/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:06:02 +0000</pubDate>
		<dc:creator>lchen</dc:creator>
		
		<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://www.uri.edu/blog/?p=463</guid>
		<description><![CDATA[To:        University of RI Web Publishers
Cc:        ITS Help Desk
From:        Garry Bozylinsky, Vice Provost, Information &#38; Technology Services;  Linda A. Acciardo, Director, Communications &#38; Marketing
Re:        Website Security
Date:        October 1, 2009
As the first part of our ongoing security audit and hardening of the URI web servers, Information &#38; Technology Services is [...]]]></description>
		<wfw:commentRss>http://www.uri.edu/blog/2009/10/02/website-security-announcement/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Auto-Complete with jquery, PHP, and mySQL</title>
		<link>http://www.uri.edu/blog/2009/06/08/auto-complete-with-jquery-php-and-mysql/</link>
		<comments>http://www.uri.edu/blog/2009/06/08/auto-complete-with-jquery-php-and-mysql/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 20:24:24 +0000</pubDate>
		<dc:creator>pcho</dc:creator>
		
		<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://www.uri.edu/blog/?p=48</guid>
		<description><![CDATA[To service a quick method to present similar search data results without requesting additional resources from the server, the use of an autocomplete jquery can be used.  This modified version of the plug-in may be used to search through an array of database queries to present such data on-the-fly.]]></description>
		<wfw:commentRss>http://www.uri.edu/blog/2009/06/08/auto-complete-with-jquery-php-and-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Validate Email</title>
		<link>http://www.uri.edu/blog/2009/06/05/validate-email/</link>
		<comments>http://www.uri.edu/blog/2009/06/05/validate-email/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:58:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://www.uri.edu/blog/?p=23</guid>
		<description><![CDATA[The function will analyze a given email address string and decide whether the address is valid or not.  If it is, it will return a boolean output “true.”  If not, it will return a boolean output of “false.”  The script may use the resulting output to perform actions based on the given input.]]></description>
		<wfw:commentRss>http://www.uri.edu/blog/2009/06/05/validate-email/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Random Image Generator</title>
		<link>http://www.uri.edu/blog/2009/06/03/random-image-generator/</link>
		<comments>http://www.uri.edu/blog/2009/06/03/random-image-generator/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:56:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://www.uri.edu/blog/?p=19</guid>
		<description><![CDATA[Description
Generates a random image chosen from a list specified by the user.  This script allows the user to set up a list of images in a directory, set image attributes including width, height, border, alignment, and an alt tag, and creates a standard-friendly line of code containing the randomly selected image.
Instructions
Code
Copy and paste the [...]]]></description>
		<wfw:commentRss>http://www.uri.edu/blog/2009/06/03/random-image-generator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Form Validation and Error Checking</title>
		<link>http://www.uri.edu/blog/2009/06/02/form-validation-and-error-checking/</link>
		<comments>http://www.uri.edu/blog/2009/06/02/form-validation-and-error-checking/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 16:54:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://www.uri.edu/blog/?p=14</guid>
		<description><![CDATA[Provides your form elements with error-checking capabilities using Javascript.

The function gives your form elements the capability to check your user’s input for legitimate input, and halts the submission process and gives your user a warning if the parameters do not fulfill the necessary conditions set by you.]]></description>
		<wfw:commentRss>http://www.uri.edu/blog/2009/06/02/form-validation-and-error-checking/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
