html

  • Creating a custom cursor for your website #HTML #CSS #webdev https://dev.to/bridget_amana/creating-a-custom-cursor-for-your-website-2jpo?ref=web-design-weekly.com

  • "2024: 0.5% of the Global Top 200 Websites Use Valid #HTML" #webdev #coding https://meiert.com/en/blog/html-conformance-2024/

  • "Two Ways to Create Custom Translated Messaging for #HTML Forms" https://css-tricks.com/two-ways-to-create-custom-translated-messaging-for-html-forms/ #CSS #translation

  • Tweet2Embed ( edent/Tweet2Embed )

    Convert a public Tweet into embedded semantic HTML Created by edent on Aug 08, 2024.

  • jquery-code-scanner ( Glideh/jquery-code-scanner )

    Lightweight handheld code scanner detector Created by Glideh on May 02, 2016.

  • Untitled post 59466

    Why I 🧑 the web: In 1989 Kid Pix 1.0 was released into the public domain and someone did an #HTML /#JavaScript reimplementation: https://kidpix.app/ More:https://github.com/vikrum/kidpix

  • "Here’s What We Learned From the First State of #HTML Survey" https://frontendmasters.com/blog/state-of-html-2023-results-2 "…when asked how they allocated their time between writing HTML/#CSS and JavaScript/TypeScript code, 59% said they spent more than half their time writing #JavaScript – even though the survey was clearly aimed at people interested in HTML."

  • "In Praise Of The Basics" https://www.smashingmagazine.com/2024/05/in-praise-of-the-basics/ "Long live the basics! Long live the β€œa-ha!” moments that help us all fall in love with the World Wide Web." #webdev #oldschool #html #css

  • Making a tic-tac-toe game with 'randomness' using pure #HTML and #CSS. Without #JavaScript. https://blog.scottlogic.com/2024/05/17/noJS-2-stochastic-boogaloo.html

  • notepadtab.com ( revolter/notepadtab.com )

    Created by revolter on May 12, 2024.

  • matcha.css is a "drop-in semantic styling library in pure #CSS". https://matcha.mizu.sh/ Designed to style #HTML elements similarly to a default browser stylesheet, eliminating the need for users to manually patch their documents. Ideal for fast prototyping, static HTML pages, #Markdown generated documents, etc.

  • tsparticles ( tsparticles/tsparticles )

    tsParticles – Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components. Created by tsparticles on Feb 05, 2020.

  • #HTML attributes vs DOM properties #webdev #frontend https://jakearchibald.com/2024/attributes-vs-properties/

  • tiny-world-map ( tinyworldmap/tiny-world-map )

    tinyworldmap is a tiny world map for offline-first and low-bandwidth web apps Created by tinyworldmap on Apr 14, 2024.

  • "Converting Plain Text To Encoded #HTML With Vanilla #JavaScript" #webdev https://www.smashingmagazine.com/2024/04/converting-text-encoded-html-vanilla-javascript/

  • How to think about #html responsive images. #frontend https://danburzo.ro/responsive-images-html/

  • fancy-ansi ( kubetail-org/fancy-ansi )

    Small JavaScript library for converting ANSI to HTML Created by kubetail-org on Mar 29, 2024.

  • Untitled post 59143

    Nice! Fancy-ANSI is a small #JavaScript library for converting #ANSI to beautiful, browser-safe #HTML. https://github.com/kubetail-org/fancy-ansi #opensource

  • invertornot ( mattismegevand/invertornot )

    API to determine if an image should be inverted for optimal dark-mode rendering. Created by mattismegevand on Mar 19, 2024.

  • "Monolith" is a #CLI tool for saving complete web pages as a single #HTML file. Embeds #CSS, image, and #JavaScript assets all at once, producing a single HTML5 document https://github.com/Y2Z/monolith https://crates.io/crates/monolith

  • This is cool. Visit https://viewsource.info/ and you'll see highlighted as you browser the site the #HTML pieces that make it up. Literally you are viewing the source. #webdev

  • Yeah if you're old enough to remember building #HTML websites with <table> then David Walsh's post is relatable. https://davidwalsh.name/im-so-old-1 I think I could add "HTML image maps" to the list (remember this method of creating clickable areas on an image?). #webdev

  • Learned a bit about the #HTML quote tag. I've barely used it so far in my development honestly. https://www.sarahgebauer.com/post/quotes/ #webdev #frontend

  • Snake…in pure #HTML⁉️ [no #JavaScript, no #CSS, no images!!] 😱 https://dev.to/grahamthedev/snakein-pure-html-no-js-no-css-no-images-2ccg #coding

  • JHson.js ( williamtroup/JHson.js )

    πŸ“ƒ A JavaScript library for converting HTML to JSON, and JSON to HTML, with templating, attributes, and CSS support. Created by williamtroup on Feb 28, 2024.

  • Streaming #HTML out of order without #JavaScript https://lamplightdev.com/blog/2024/01/10/streaming-html-out-of-order-without-javascript/

  • Heat.js ( williamtroup/Heat.js )

    🌞 A lightweight JavaScript library that generates customizable heat maps, charts, and statistics to visualize date-based activity and trends. Created by williamtroup on Jan 09, 2024.

  • JsonTree.js ( williamtroup/JsonTree.js )

    πŸ”— A lightweight JavaScript library that generates customizable tree views to better visualize JSON data. Created by williamtroup on Feb 22, 2024.

  • Observe.js ( williamtroup/Observe.js )

    ⚑ A lightweight JavaScript library that allows developers to keep track of changes to JavaScript objects and/or DOM elements. Created by williamtroup on Dec 30, 2023.

  • Creating a #WebComponent from scratch via @cferdinandi https://gomakethings.com/lets-create-a-web-component-from-scratch/ #HTML #frontend