#HTML

Generate SVG Skeleton of a Web Page Using JavaScript
Use JavaScript to generate SVG skeleton image from your web page (or page element).
Progressive Image Loading - Blurry Placeholder Image like Unsplash
Use blurry placeholder image to do progressive image loading and improve user experience.
[Plugin] hexo-lazyload-element
A HEXO plugin for implementing lazyload, supports <img>, <video> and <iframe> elements.
Use Synchronous Data Fetching to Speed Up My Gallery Page
A real practice case about synchronous data fetching and why I didn't choose SSR/SSG solutions.
Create a Color Picker With JavaScript
Steps to build a color picker tells you the color of your pointer position in an image.
5 Ways to Preload Images in Web Applications
Learn how to optimize your web app UX by preloading images in advance.