preload

Sort & Remove Duplicates in JavaScript Arrays

Posted on: Feb 28, 2011 By: Kevin Rio | 0 Comments
JavaScript arrays can be somewhat intimidating. They tend to not have all the available functions/methods that other languages like PHP and Ruby have for manipulating arrays.  Read More

jQuery Image Loader Plugin

Posted on: Dec 12, 2010 By: Kevin Rio | 1 Comment
This is a JavaScript file released as a jQuery plugin that loads images in a visually appealing way. Instead of the typical block loading that HTML employs while loading images, this plugin waits until the entire image is downloaded then fades it in. Read More

JavaScript Form Validation Essentials Chapter 1

Posted on: Dec 20, 2009 By: Kevin Rio | 0 Comments
In this series we are going to learn how to validate input using JavaScript. We will not allow a user to submit a form without entering the appropriate information. This will help to greatly reduce the amount of spam that you receive, along with minimizing security risks. Read More