Articles tagged with: HTML

Parsing HTML and XML in Javascript

Summary: The search for a library to parse HTML and XML in JavaScript. Showcases a NodeJS code example using various packages to fetch and parse a webpage.


Zombie Infection Simulator mini-game

Summary: The development of a Zombie Infection Simulator mini-game, porting a Java + Processing framework game to Javascript + HTML 5. The game can be played online and the source code is available on Github.


PBRR - Pretty Basic RSS Reader

Summary: PBRR - Pretty Basic RSS Reader is a simple, Python-based RSS reader that fetches and regenerates feeds hourly, groups sites into categories, and differentiates new posts from seen ones.


WebP and WebP v2

Summary: Using of WebP for image compression on websites, noting its recent support by Safari and the upcoming WebP v2, which promises further improvements.


On measuring and adding complexity

Summary: About the importance of measuring code changes when adding complexity, implementing Chrome's new native image lazy-load attribute as a Pelican plugin as an example.