Web Development

Articles on Web Development

  1. jQuery Cross Fade

    jQuery is the most user friendly JavaScript library that I have seen. Part of its beauty is its ability to easily create plugins to extend it functionality. In this article I describe how I needed to create a simple plugin so that I wouldn’t have to repeat the code for the hover effect.

    Creating a jQuery Plugin