Delicious

Delicious

10552 bookmarks
Custom sorting
ARIA Authoring Practices Guide
ARIA Authoring Practices Guide
Accessibility resources free online from the international standards organization: W3C Web Accessibility Initiative (WAI).
·w3.org·
ARIA Authoring Practices Guide
Building the main navigation for a website
Building the main navigation for a website
This tutorial describes how to build an accessible main navigation of a website. You learn about semantic HTML, accessibility, and how using ARIA attributes can sometimes do more harm than good.
·web.dev·
Building the main navigation for a website
The Power of CSS Blend Modes
The Power of CSS Blend Modes
I knew CSS blend modes could create some cool effects, but even so, a CodePen I saw recently left me shocked at what they’re capable of.
·cloudfour.com·
The Power of CSS Blend Modes
A CSS-only Carousel Slider
A CSS-only Carousel Slider
I've recently read about and discussed CSS Scroll Snapping so often that I felt like I should build a CSS-only carousel based on it. Here are a few th...
·codepen.io·
A CSS-only Carousel Slider
WordPress strips out tags in `wp_trim_words()`, which is called by `get_the_excerpt()`; so we have to filter 'wp_trim_words', basically copying that function with one change: replace `wp_strip_all_tags()` with `strip_tags()`. We don't want other functions that run `wp_trim_words` to be modified, so we add our filter while `get_the_excerpt()` is running, and remove it when we're done.
WordPress strips out tags in `wp_trim_words()`, which is called by `get_the_excerpt()`; so we have to filter 'wp_trim_words', basically copying that function with one change: replace `wp_strip_all_tags()` with `strip_tags()`. We don't want other functions that run `wp_trim_words` to be modified, so we add our filter while `get_the_excerpt()` is running, and remove it when we're done.
WordPress strips out tags in `wp_trim_words()`, which is called by `get_the_excerpt()`; so we have to filter 'wp_trim_words', basically copying that function with one change: replace `wp_st...
·gist.github.com·
WordPress strips out tags in `wp_trim_words()`, which is called by `get_the_excerpt()`; so we have to filter 'wp_trim_words', basically copying that function with one change: replace `wp_strip_all_tags()` with `strip_tags()`. We don't want other functions that run `wp_trim_words` to be modified, so we add our filter while `get_the_excerpt()` is running, and remove it when we're done.
JSON Hero - A beautiful JSON viewer
JSON Hero - A beautiful JSON viewer
JSON Hero makes reading and understand JSON files easy by giving you a clean and beautiful UI packed with extra features.
·jsonhero.io·
JSON Hero - A beautiful JSON viewer
Introduction | a11y-tabs
Introduction | a11y-tabs
a11y-tabs a lightweight (less then 1Kb) JavaScript package that facilitates a11y-compliant tabbed interfaces.
·agnosticui.github.io·
Introduction | a11y-tabs
Pie Chart Maker
Pie Chart Maker
Create a Pie Chart for free with easy to use tools and download the Pie Chart as jpg, png or svg file.
·piechartmaker.co·
Pie Chart Maker
Comparing JAWS, NVDA, and VoiceOver | CSS-Tricks
Comparing JAWS, NVDA, and VoiceOver | CSS-Tricks
A screen reader is an important accessibility tool for people with no or limited vision. People who are blind or those with low vision can use a screen reader
·css-tricks.com·
Comparing JAWS, NVDA, and VoiceOver | CSS-Tricks
Exploring the Underrated Output Element
Exploring the Underrated Output Element
HTML’s output element is pretty amazing. I mean, honestly, HTML is pretty amazing, right? Many elements can just DO things, plus express their own purpose. The output’s abilities are no…
·carneydevelopit.wordpress.com·
Exploring the Underrated Output Element
WP nav menu + Bootstrap, add role="menu" to UL
WP nav menu + Bootstrap, add role="menu" to UL
For one of my projects I'm trying to add a nav_menu to my WP theme. It should work as a quick menu (sidebar). The only problem remaining: How do I add a role="menu" to the < ul ? <?php ...
·wordpress.stackexchange.com·
WP nav menu + Bootstrap, add role="menu" to UL
Add a Resize Handle for Wordpress Post and Page Edit Sidebar - ThisBailiwick
Add a Resize Handle for Wordpress Post and Page Edit Sidebar - ThisBailiwick
I was converting some ACF fields to Gutenberg ACF fields and put together some options for how/where content can be edited. The acf_register_block_type() function has the mode option. The allowed values are: – auto: Preview is shown by default but changes to edit form when block is selected. – preview: Preview is always shown. Edit … Continued
·thisbailiwick.com·
Add a Resize Handle for Wordpress Post and Page Edit Sidebar - ThisBailiwick
remove property from wordpress core gutenberg block
remove property from wordpress core gutenberg block
With the new wordpress update there are some new properties that have been added to the core gutenberg blocks to make it easier for certain users to customize these blocks In the image above you c...
·stackoverflow.com·
remove property from wordpress core gutenberg block