ASCII Character Codes Chart

ASCII stands for American Standard Code for Information Interchange. It is the standard format used for text files within computers and online.
As computers can only understand numbers, the ASCII code is the numerical representation of alphabetic and special characters, such as ‘a’ and/or the ‘©’ symbol.

Continue reading “ASCII Character Codes Chart”

jquery image loader plugin

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. This plugin simplifies the process of loading images. It is easily applied to wrappers so that it will load all of the images within it. Its main purpose is to assist web developers and designers in improving their user interfaces.

Continue reading “jquery image loader plugin”