All websites now use URL extensions that redirect for easy to remember URLs. A recent example is Google’s http://google.com/pacman – a simple / and one word is much easier to remember than say /google_pacman.html (which is still keeping it simple!)…
Tag Archive for html
Preloading images with css
by Patrick • September 25, 2008 • 1 Comment
The order in which images load when viewing a website fis always a tricky thing to get right. Usually, if you have any sort of javascript gallery for viewing images, these images will load first (as javascript normally loads first).…