Show

  • 2010
  • 2009

Posts tagged 'Javascript'

May
2010

The easiest way to preload images with jQuery

I don’t use image preloading very often – in many cases it can be avoided by using sprites. Sometimes however it’s difficult to avoid it when injecting new image content (...)

May
2010

Demo: Moo Store Gallery

A few months ago I had an idea for a new portfolio design. I’ve always liked the smooth gallery in the Apple online store, with thumbnails that zoom to full (...)

March
2010

jQuery flip gallery plugin

In a recent project for a children’s early learning centre, I was given a design with a mosaic-like homepage full of images. The designer asked for a little bit of (...)

February
2010

Fading CSS background images

Everyone knows CSS hover effects. You can simply define a hover state with CSS and on mouseover the object will change it’s colour, background or other properties to highlight it. (...)

December
2009

How to hide link targets in the status bar

Often when I use Gmail or other Google web apps, I notice that hyperlinks don’t reveal their target in the browser status bar. As a user of course I would (...)

September
2009

Styling HTML file upload elements

File upload elements are some of the most annoying elements on a website, since they don’t accept much CSS styling and every browser and every operating system displays them totally (...)