#html

[ follow ]

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.
#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.

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.

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.

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.

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.

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.

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.

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.

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.

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.
morecss
#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 Image Uploader: A Useful Guide | HackerNoon

Efficient file uploads are essential for online tools and mobile apps.

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

HTML new attribute for handwriting inputs.

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 Image Uploader: A Useful Guide | HackerNoon

Efficient file uploads are essential for online tools and mobile apps.

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

HTML new attribute for handwriting inputs.
moreweb-development
#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
#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
#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.

Weekly Web Design & Development News: Collective #539

The carouscroll web component enhances horizontal scrolling containers into carousels and sliders.
Mojo CSS is an atomic CSS framework that generates CSS based on HTML in real-time.

React onClick event handlers: A complete guide - LogRocket Blog

Event handlers determine what action will occur whenever an event is fired in React.
onClick is a fundamental event handler in web development, used to handle click events in HTML, JavaScript, and React.

Dynamically Change Values in JavaScript [Article] | Treehouse Blog

Dynamic changes in website values using JavaScript are easy to implement.
JavaScript is useful for real-time value changes and form interactions.

Basic Dialog Usage and Gotchas To Watch For

The <dialog> element in HTML is a powerful tool for creating modal dialog experiences.
Using the <dialog> element provides built-in features such as centered modal dialog, dimmed background, focus trapping, and ESC key closing.

How to Set the Default Value in an HTML Input Date Field

Setting default value of a date input field to today's date improves user experience in form interactions.

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.

Weekly Web Design & Development News: Collective #539

The carouscroll web component enhances horizontal scrolling containers into carousels and sliders.
Mojo CSS is an atomic CSS framework that generates CSS based on HTML in real-time.

React onClick event handlers: A complete guide - LogRocket Blog

Event handlers determine what action will occur whenever an event is fired in React.
onClick is a fundamental event handler in web development, used to handle click events in HTML, JavaScript, and React.

Dynamically Change Values in JavaScript [Article] | Treehouse Blog

Dynamic changes in website values using JavaScript are easy to implement.
JavaScript is useful for real-time value changes and form interactions.

Basic Dialog Usage and Gotchas To Watch For

The <dialog> element in HTML is a powerful tool for creating modal dialog experiences.
Using the <dialog> element provides built-in features such as centered modal dialog, dimmed background, focus trapping, and ESC key closing.

How to Set the Default Value in an HTML Input Date Field

Setting default value of a date input field to today's date improves user experience in form interactions.
morejavascript

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.

An Attempted Taxonomy of Web Components-zachleat.com

Building web components is an evolving process that often involves refactoring older components.
HTML web components can be categorized into three types: those that enhance interactivity, those that augment nested HTML, and those that dynamically customize HTML for specific user agents.
[ Load more ]