#html

[ follow ]
#javascript

GitHub - williamtroup/JHson.js: A JavaScript library for converting HTML to JSON, and JSON to HTML, with templating, attributes, and CSS support.

Zero-dependencies, lightweight library for HTML to JSON conversion with templating and CSS support.
Support for full API, attributes, CSS properties, formatted text, and data templating for easy rendering.

Practical implementation of the Rule of Least Power for developers - LogRocket Blog

The 'Rule of Least Power' prioritizes simpler solutions over JavaScript in web development.

Understanding the DOM in JavaScript: A Guide to Dynamic Web Interactions - Makemychance

The DOM is crucial for creating interactive web pages that JavaScript can manipulate dynamically.

Creating Browser Based Word Games

The article highlights the development of a Wordle-like game, emphasizing unique features and technical implementation.
GuessWord is designed as a self-contained web application without server dependencies.

Native dual-range input

The @stanko/dual-range-input library provides a native, accessible dual-range slider using simple JavaScript.

Accessible form validation from scratch

Creating accessible form validation from scratch using HTML, CSS, and JavaScript for maximal accessibility.
Seeking feedback and interaction with readers to improve the solution.
Prioritizing maximal accessibility over mere compliance with standards like WCAG.

GitHub - williamtroup/JHson.js: A JavaScript library for converting HTML to JSON, and JSON to HTML, with templating, attributes, and CSS support.

Zero-dependencies, lightweight library for HTML to JSON conversion with templating and CSS support.
Support for full API, attributes, CSS properties, formatted text, and data templating for easy rendering.

Practical implementation of the Rule of Least Power for developers - LogRocket Blog

The 'Rule of Least Power' prioritizes simpler solutions over JavaScript in web development.

Understanding the DOM in JavaScript: A Guide to Dynamic Web Interactions - Makemychance

The DOM is crucial for creating interactive web pages that JavaScript can manipulate dynamically.

Creating Browser Based Word Games

The article highlights the development of a Wordle-like game, emphasizing unique features and technical implementation.
GuessWord is designed as a self-contained web application without server dependencies.

Native dual-range input

The @stanko/dual-range-input library provides a native, accessible dual-range slider using simple JavaScript.

Accessible form validation from scratch

Creating accessible form validation from scratch using HTML, CSS, and JavaScript for maximal accessibility.
Seeking feedback and interaction with readers to improve the solution.
Prioritizing maximal accessibility over mere compliance with standards like WCAG.
morejavascript
#css

How to Kill the Cascade

The blogger mentions the flaws of using separate CSS files and the benefits of combining CSS and HTML together for simpler projects.
Although combining CSS and HTML can be useful for quick one-off components, it can lead to global style issues impacting the entire markup.

Hire HTML and CSS people

Hiring proficient HTML and CSS developers is crucial for resolving various challenges in tech companies, from UX issues to performance problems.

Tables with Fixed Headers and Horizontal Scroll

Creating an HTML table with fixed headers and horizontal scroll is complex, requiring careful design to retain visibility and functionality as content scales.

How would you build Wordle with just HTML & CSS? | Scott Jehl, Web Designer/Developer

Depth of understanding of web standard technologies is crucial in front-end interviews.
Assessing a candidate's knowledge of when to use HTML, CSS, and JavaScript is key in building complex applications.

Creating a floating label using HTML and CSS

How to create a floating label using HTML and CSS
Setting up HTML and CSS for the floating label

Poppin' In | CSS-Tricks

Popovers are now fully supported in modern browsers through the Popover API.

How to Kill the Cascade

The blogger mentions the flaws of using separate CSS files and the benefits of combining CSS and HTML together for simpler projects.
Although combining CSS and HTML can be useful for quick one-off components, it can lead to global style issues impacting the entire markup.

Hire HTML and CSS people

Hiring proficient HTML and CSS developers is crucial for resolving various challenges in tech companies, from UX issues to performance problems.

Tables with Fixed Headers and Horizontal Scroll

Creating an HTML table with fixed headers and horizontal scroll is complex, requiring careful design to retain visibility and functionality as content scales.

How would you build Wordle with just HTML & CSS? | Scott Jehl, Web Designer/Developer

Depth of understanding of web standard technologies is crucial in front-end interviews.
Assessing a candidate's knowledge of when to use HTML, CSS, and JavaScript is key in building complex applications.

Creating a floating label using HTML and CSS

How to create a floating label using HTML and CSS
Setting up HTML and CSS for the floating label

Poppin' In | CSS-Tricks

Popovers are now fully supported in modern browsers through the Popover API.
morecss

Microsoft 365 Copilot can't currently handle angle brackets

Microsoft 365 Copilot has issues processing the less-than symbol, impacting users' ability to paste code and HTML.
#mysql

Php 7.4 mysqli prepare update not working htmlentities html tags

HTML tags in the description may not be updating due to input handling, not the mysqli prepared statement.

PHP For loop with differents IDs

Use fetch_assoc() to iterate through the rows and access IDs directly.

Php 7.4 mysqli prepare update not working htmlentities html tags

HTML tags in the description may not be updating due to input handling, not the mysqli prepared statement.

PHP For loop with differents IDs

Use fetch_assoc() to iterate through the rows and access IDs directly.
moremysql
#web-development

A Call for Consensus on HTML Semantics | Stephanie Eckles

HTML can be easy to learn, but there are gray-area scenarios that can be challenging for web developers.
Building simple components and templates that are accessible, scalable, and maintainable can be difficult.

HTML for People

HTML is accessible to everyone, not just tech professionals.

What is missing from the web? We're asking for Google

The CSS Day conference highlighted ongoing discussions around enhancing HTML and CSS for better web standards.

HTML vs JavaScript: Differences Between Web Building Blocks

HTML is a beginner-friendly language that is easy to learn and widely used in web development due to its simplicity and compatibility.

HTML Attribute To Allow/Disallow Handwriting Input | CSS-Tricks

HTML new attribute for handwriting inputs.

Saying Adios to Custom Modals: Introducing the HTML Tag | HackerNoon

The <dialog> tag greatly simplifies the creation and handling of pop-ups in web applications.

A Call for Consensus on HTML Semantics | Stephanie Eckles

HTML can be easy to learn, but there are gray-area scenarios that can be challenging for web developers.
Building simple components and templates that are accessible, scalable, and maintainable can be difficult.

HTML for People

HTML is accessible to everyone, not just tech professionals.

What is missing from the web? We're asking for Google

The CSS Day conference highlighted ongoing discussions around enhancing HTML and CSS for better web standards.

HTML vs JavaScript: Differences Between Web Building Blocks

HTML is a beginner-friendly language that is easy to learn and widely used in web development due to its simplicity and compatibility.

HTML Attribute To Allow/Disallow Handwriting Input | CSS-Tricks

HTML new attribute for handwriting inputs.

Saying Adios to Custom Modals: Introducing the HTML Tag | HackerNoon

The <dialog> tag greatly simplifies the creation and handling of pop-ups in web applications.
moreweb-development
#accessibility

Cally: small, feature-rich calendar components

Feature-rich calendar components for building customized date pickers with minimal assumptions, small bundle size, and extensive functionality.

Paragraphs | CSS-Tricks

HTML semantics extend beyond <p> to include several elements recognized as paragraphs by screen readers.

Cally: small, feature-rich calendar components

Feature-rich calendar components for building customized date pickers with minimal assumptions, small bundle size, and extensive functionality.

Paragraphs | CSS-Tricks

HTML semantics extend beyond <p> to include several elements recognized as paragraphs by screen readers.
moreaccessibility
#markdown

The Dead Simple Markdown Guide to HTML | HackerNoon

Markdown applications can utilize HTML tags for enhanced formatting and attribute control, but not all support full HTML functionality.

The Dead Simple Markdown Guide to Line Breaks | HackerNoon

Using two spaces for line breaks is common but controversial; consider using the <br> HTML tag for better visibility and compatibility.

The Dead Simple Markdown Guide to HTML | HackerNoon

Markdown applications can utilize HTML tags for enhanced formatting and attribute control, but not all support full HTML functionality.

The Dead Simple Markdown Guide to Line Breaks | HackerNoon

Using two spaces for line breaks is common but controversial; consider using the <br> HTML tag for better visibility and compatibility.
moremarkdown

CSS Olympic Rings | CSS-Tricks

Modern CSS approaches can significantly enhance efficiency when recreating 3D effects like the Olympic rings.

Glimmer DSL for XML 1.4.0 HTML To Glimmer Converter

Glimmer DSL for XML 1.4.0 was released with an HTML to Glimmer converter for legacy HTML code.

Affordance in Design System Componenten | De Voorhoede

Componenten in een design system moeten zich gedragen als native HTML-elementen voor intuïtief gebruik.

JEP 467: Java Enhances Documentation with Markdown Support

Java 23 introduces Markdown Documentation Comments, replacing HTML and JavaDoc tags for easier, more readable documentation in Java source code.

Link Hover Style 266

The article discusses how to create a 3D slider using HTML, CSS, and JavaScript.

What Are HTML Meta Tags, and What Are They Used For?

Meta tags are crucial for SEO, accessibility, and website performance.

Web Components adoption guide: Overview, examples, and alternatives - LogRocket Blog

Web Components allow developers to create reusable custom elements using modern web standards.

Curious Geckos : The Most Precise CSS-only Position-Aware Mini-Game!

Revisited CSS-only hack with new features for precision gain
Utilized :has pseudo-class to achieve position awareness without JavaScript

A highly configurable switch component using modern CSS techniques - Piccalilli

Safari Technology Preview has added a native switch component that is highly customizable with CSS.
The article provides a demonstration and code for building a highly configurable switch component using HTML, CSS, and accessibility features.

Understanding @scope Support in CSS

@scope is a new CSS at-rule that decouples HTML and CSS.
Writing one CSS class per HTML element can result in excessive code.

Accounting for Internationalization with CSS and HTML

Internationalization is the process of making software or applications accessible to a global audience.
CSS logical properties can help maintain styling in both left-to-right (LTR) and right-to-left (RTL) languages.

HTML: The Bad Parts - HTMHell

HTML has accessibility and usability issues that web developers need to recognize and address.
The use of certain HTML attributes and elements, such as the 'select' attribute and the 'i' element, can cause problems for users.

Pixels of the Week - December 17, 2023 by Stephanie Walter - UX Researcher & Designer.

Curated articles and resources about UX Design, User Research, UI and mobile design, HTML, CSS, and the web industry
Currently reading and prefacing Geoffrey Crofte's book 'Formulaire Web - Les erreurs à éviter qui vous coûtent cher'
Experimenting with a foil quill for the Cameo 4 and creating metallic gel pen Winter solstice cards

Sizes="auto" pretty much requires width and height attributes

Auto-sizes for lazy-loaded images is a great addition to the platform.
Using sizes=auto requires specifying width and height attributes for <img> elements.

WebKit Features in Safari 17.2

Web developers expect frequent browser updates to keep up with web technology changes.
Safari 17.2 is the biggest December release of web technology with 39 features and 169 fixes.

Paolo Melchiorre - Pelican 4.9: classless Simple theme with semantic HTML

The updated version of the "Simple" theme in Pelican 4.9 is now semantic and classless
The theme includes cleaner HTML code, accessible web pages, responsive design, and improved navigation for screen readers

Scoping CSS inline styles with css-scope-inline - LogRocket Blog

Inline style tags in HTML have scoping issues, affecting the entire HTML page by default.
There are workarounds like using unique DOM identifiers or frontend frameworks, but css-scope-inline offers a simple solution using a JavaScript code snippet.
Inline style tag scoping can be useful for keeping both element structures and styling definitions in the same place for better readability.
[ Load more ]