AI and HTML: Validating, Omitting Optional Code, and Minifying as Token Optimization
Explains how valid, optional-omitted, and minified HTML reduces LLM token consumption, with tools and arguments for optimization.
Explains how valid, optional-omitted, and minified HTML reduces LLM token consumption, with tools and arguments for optimization.
A look at JustHTML, a new Python HTML parser library, and how it was built using AI-assisted programming and 'vibe engineering'.
A tutorial on building a Python bot to crawl a website and identify dead links and images using the standard library.
A technical guide for creating a custom table of contents filter for Jekyll sites using a Liquid module.
A tutorial on building a basic web scraper using the Nokogiri gem in Ruby to parse HTML and count word frequencies.
Sunflower is an alpha-stage tool for automated content extraction from HTML documents using structural analysis and a Swing GUI.
A developer shares their experience using a SAX parser in PHP to efficiently parse HTML and extract specific tags and attributes for a web project.
Discusses challenges of using XHTML with Cocoon, focusing on browser rendering issues, empty element problems, and mime-type requirements.