Found 10532 bookmarks
Newest
Creating An Accessible Dialog From Scratch — Smashing Magazine
Creating An Accessible Dialog From Scratch — Smashing Magazine
Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.
·smashingmagazine.com·
Creating An Accessible Dialog From Scratch — Smashing Magazine
CSS Scrolling Text
CSS Scrolling Text
Uses CSS animations to create scrolling text. Create W3C compliant code by using CSS to create your scrolling text. Copy/paste to your website or blog.
·html.am·
CSS Scrolling Text
Adding Custom Styles in WordPress TinyMCE Editor
Adding Custom Styles in WordPress TinyMCE Editor
If you are creating a WordPress theme to power a website that will be updated by individuals without any knowledge of HTML, you can add custom styles to the visual TinyMCE editor and ensure that...
·code.tutsplus.com·
Adding Custom Styles in WordPress TinyMCE Editor
Pure CSS Scroll To Top
Pure CSS Scroll To Top
A CSS-only solution to reveal a scroll-to-top link only on scrolling down the page + animated scroll back to top. Requires position: sticky and scroll...
·codepen.io·
Pure CSS Scroll To Top
Wordpress Gutenberg custom columns block
Wordpress Gutenberg custom columns block
I'm trying to create a custom "columns" block for Gutenberg with ACF & Wordpress, so what I want is a easy to manage columns block, where user can input some number representating the
·stackoverflow.com·
Wordpress Gutenberg custom columns block
Remove all special characters from a string
Remove all special characters from a string
Update The solution below has a "SEO friendlier" version: function hyphenize($string) { $dict = array( "I'm" => "I am", "thier" => "their", // Add your own
·stackoverflow.com·
Remove all special characters from a string
How to Create an Accessible Responsive Image Slider in Vue
How to Create an Accessible Responsive Image Slider in Vue
In this article you will learn how to build an accessible, performant, responsive, and cross-device content slider using native HTML, simple CSS, and some Vue.js to connect the dots. Its base is simple and can be expanded upon later. It has great bones and will serve you well going forward.
·timbenniks2020-nuxt.vercel.app·
How to Create an Accessible Responsive Image Slider in Vue
Using Google Drive as a CMS | CSS-Tricks
Using Google Drive as a CMS | CSS-Tricks
We’re going to walk through the technical process of hooking into Google Drive’s API to source content on a website. We’ll examine the step-by-step
·css-tricks.com·
Using Google Drive as a CMS | CSS-Tricks
Preloading JavaScript Assets in WordPress // Alex MacArthur
Preloading JavaScript Assets in WordPress // Alex MacArthur
Squeezing every last drop of performance out of your website on any platform is an always-changing, never-ending, often addictive battle. Among the several tactics you can employ in this fight, leveraging resource hints is a modern approach that can yield some significant ROI -- with preloading is a particularly impactful...
·macarthur.me·
Preloading JavaScript Assets in WordPress // Alex MacArthur
Random image from Gallery field - ACF Support
Random image from Gallery field - ACF Support
I have set up a Gallery field in the Options section which includes 5 images. I then have an image header on my site where I want to grab a single random image from that gallery field. Is that possible? If so, could anybody guide me. At the moment I use the following code to […]
·support.advancedcustomfields.com·
Random image from Gallery field - ACF Support
Preload late-discovered Hero images faster
Preload late-discovered Hero images faster
If you are optimizing Largest Contentful Paint, preload can be a game-changer for speeding up late-discovered hero images and resources, loaded via JavaScript.
·addyosmani.com·
Preload late-discovered Hero images faster
Three Insights I Gained While Researching Vue.js Accessibility — Smashing Magazine
Three Insights I Gained While Researching Vue.js Accessibility — Smashing Magazine
Web app accessibility appears difficult because it seems that there is little information on the subject available online. Let’s take a closer look at the accessible use of framework features, concrete Vue.js traits, as well as community initiatives and vetted patterns.
·smashingmagazine.com·
Three Insights I Gained While Researching Vue.js Accessibility — Smashing Magazine
76.
76.
simple 'scroll to reveal' tmpl for user profile using 3js....
·codepen.io·
76.
Detecting media query support in CSS and JavaScript | Kilian Valkhof
Detecting media query support in CSS and JavaScript | Kilian Valkhof
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can detect support for media queries […]
·kilianvalkhof.com·
Detecting media query support in CSS and JavaScript | Kilian Valkhof
Generative monochromatic plants and shapes
Generative monochromatic plants and shapes
Here's a pen with some generative plants and shapes. I kept the paths as simple as possible and then transformed them using SVG filters (feTurbulence a...
·codepen.io·
Generative monochromatic plants and shapes