Category Archives: Code Snippets

October 11, 2011

JW Player for WordPress – Playlist Not Displaying

JW Player for WordPress is a great little solution to locally house and present your videos. However, I recently had an issue where my playlist for JW Player would not display. I could see that it was loading and pulling … Continue reading

Continue Reading This Post | 0 Comments

March 25, 2011

JQuery .load() Doesn’t Work in Chrome

If you do any front-end development locally (and test in Google Chrome) you may have run into a problem using the .load() function or other AJAX requests. The functions are just unable to return any data, It boils down to … Continue reading

Continue Reading This Post | 2 Comments

December 7, 2007

New Blog Posted: Creating a Checkout Progress Bar

I just posted a new blog over on the “eCommerce Blog”:http://www.groovecommerce.com/ecommerce-blog/ at Groove. So if you’re interested in “creating an accessible progress bar”:http://www.groovecommerce.com/ecommerce-blog/featured/creating-an-accessible-checkout-progress-bar/ for your checkout process this is for you! Continue reading

Continue Reading This Post | 0 Comments

July 5, 2007

:hover Pseudo Class Bug Fix for IE6

For those of you familiar with the :hover pseudo class, you probably know that IE6 and below is not.

A simple example of the :hover pseudo class in action is when you mouse over a Hyperlink and it changes color, or it becomes underlined or something dazzling like that. A more advanced example is applying :hover to other tags such as a <td> to make the data cell of a table change color, this is the example I’m going to talk about today.

Continue reading

Continue Reading This Post | 9 Comments