Archive for the ‘Javascript’ Category

Preloading images using Javascript

Saturday, April 11th, 2009

Preloading images can be a useful techinque when dealing with large images or when you want to use certain effects such as image rollovers, reducing any delay in viewing the image as it already exists in the browsers cache.

(more…)

Add a confirmation prompt

Friday, October 24th, 2008

In this tutorial you will learn how to add a javascript confirmation pop up when you click on a link.

(more…)