Skip to main content
Web Publishing at URI Banner

Web Publishing at URI

Web Publishing at URI » Code Library


Website Security Announcement

October 2nd, 2009

To:        University of RI Web Publishers
Cc:        ITS Help Desk
From:        Garry Bozylinsky, Vice Provost, Information & Technology Services; Linda A. Acciardo, Director, Communications & 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 & Technology Services is [...]

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.

Validate Email

June 5th, 2009

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.

Random Image Generator

June 3rd, 2009

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 [...]

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.