Web technology | 🗖 nosplit | ↑ parent "Software" | 145, 5, 444
Old cheat on separate repo: web/
Now moving to either:
- separate files under: web-cheat/ for the boring stuff
- subsections under this section for the more exciting stuff!
Index:
- HTML
- web-cheat/min.html: minimal valid HTML document. It is insane however.
- web-cheat/min-sane.html: minimal sane HTML document. There are smaller valid ones, but they are insane.
- JavaScript
- web-cheat/js-image-load.html: load an image from JavaScript dynamically: https://stackoverflow.com/questions/226847/what-is-the-best-javascript-code-to-create-an-img-element
- web-cheat/js-image-load-viewport.html: load an image from JavaScript dynamically when it would become visible on the viewport: https://stackoverflow.com/questions/2321907/how-do-you-make-images-load-only-when-they-are-in-the-viewport
- web-cheat/image-load-lazy.html: https://stackoverflow.com/questions/2321907/how-do-you-make-images-load-lazily-only-when-they-are-in-the-viewport/57389607#57389607
- YouTube embeds
- External libraries
- Text editors
- Interactive HTML table sorting