Tutorials Archives

menuFlip – jQuery Plugin for Flipping Navigation

Sunday August 14th, 2011 in JavaScript, Tutorials | 4 Comments »

menuFlip is a jQuery plugin for adding a ‘flipping’ effect to text based navigational menu items when hovered over without needing to use background images, which can be a pain.  read more…

Bouncing Ball Using Raphaël Javascript Library

Thursday August 11th, 2011 in JavaScript, Tutorials | No comments »

Today’s personal project was to create a simple bouncing ball using the Raphaël JavaScript library.  This is such a powerful library, if you’re not familiar with it you should check  read more…

Image Replacement Script with jQuery for WordPress

Tuesday August 2nd, 2011 in JavaScript, Tutorials | 4 Comments »

Here’s a script to ease the use of image replacements for WordPress users. When hovered, the src of the image will be replaced by a url which you define in  read more…

Confirming a Link Click with jQuery

Thursday July 28th, 2011 in JavaScript, Tutorials | 5 Comments »

Here’s a function I wrote while working on a project that pops up a box confirming whether or not the user is sure the want to go to a link  read more…

Simple Form Submit with Ajax via jQuery

Thursday July 21st, 2011 in JavaScript, Tutorials | 1 Comment »

Anyone who knows me knows I like to keep things simple. I’ve been working a lot lately forms that need some ajax magic to keep the site usage streamlined. Here’s  read more…

Javascript Toggle Checkbox to Hide/Show Text

Wednesday June 9th, 2010 in Tutorials | 1 Comment »

I was working the other day on creating some text that would appear and disappear at the check of a checkbox.  I realized it’s pretty simple to accomplish with a  read more…

How To Create a Popup Music Player Using the Simple Popup Plugin and XSPF Player for WordPress

Wednesday November 18th, 2009 in Tutorials, Wordpress Plugins | 27 Comments »

Requests have been abundant when it comes to using my Simple Popup Plugin for WordPress to create a .  Thus, I have written this guide to help you on your  read more…

Creating Two Column Unordered <ul> Lists

Thursday November 5th, 2009 in Internet, Tutorials | 15 Comments »

I’ve been searching like mad how to split an unordered list <ul> into two columns and haven’t found an easy solution.  By using combined info from a few sites I  read more…