2011
2010
3+ Ways to Preload Images Using CSS, JavaScript, or Ajax • Perishable Press
by srcmax & 1 otherPreloading images is a great way to improve the user experience. When images are preloaded in the browser, the visitor can surf around your site and enjoy extremely faster loading times. This is especially beneficial for photo galleries and other image-heavy sites where you want to deliver the goods as quickly and seamlessly as possible. Preloading images definitely helps users without broadband enjoy a better experience when viewing your content. In this article, we’ll explore three different preloading techniques to enhance the performance and usability of your site.
2008
jQuery Plugin: Preload Images - NETTUTS
by camelToday, I came across a great jQuery plugin that will preload your images. This file now has a permanent spot in my "resources" folder. The plugin essentially scans your CSS files and preloads all of the images within it.
Plug-in jQuery pour pré-charger les images CSS - MarcArea Weblog
by camelJe suis tombé il y a quelques temps sur un plug-in sympa pour jQuery qui permet de pré-charger les images des fichiers CSS (via). C'est utile dans un certain nombre de cas pour le webdev moderne. Ca m'avait plu et je voulais l'utiliser mais je me suis rendu compte qu'il ne prenait pas en compte les fichiers importés via la règle @import.
J'ai donc ré-écrit le script en améliorant 2 ou 3 petites choses :
* Je fais gaffe de parser seulement les CSS de type @media screen
* Je fais du récursif pour choper les éventuels styles @importés (façon W3C et IE)
* Je stock les règles dans un tableau pour éviter d'avoir une seule regex à appliquer sur une seule grosse chaîne, c'est plus performant
2005
maratz.com » archive » Preload :hover images in CSS
by fredbird & 1 otherPreloading background images with CSS is so cheap trick, that I sometimes laugh at myself how could I forget about it.
1
(9 marks)