[ Tag Archive ]


Creating a Mouseover Fade Effect with jQuery

Posted on August 5, 2009  |  Category: Tutorials

My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and add a fade effect. For my example, I am going to make a black and white image fade into a color image. To achieve this effect I am going to introduce the animate function. There are tons of possibilities in regards to jQuery’s animate function, but for this tutorial, I’m going to keep it simple by just using it to do one thing.

Read More »


Adding Social Bookmarking Links to WordPress

Posted on December 15, 2008  |  Category: Tutorials

There are plugins that do this but once again, I’m a code junky and I love being able to go in and manipulate the code to get what I want. I just recently added some social bookmarking links at the top of this site, as you can see.

Read More »