Delicious

Delicious

10513 bookmarks
Custom sorting
SVG Gobbler
SVG Gobbler
Download icons, logos, and vector SVGs from any site.
·svggobbler.com·
SVG Gobbler
Pattern Monster - SVG Pattern Generator
Pattern Monster - SVG Pattern Generator
A simple online pattern generator to create repeatable SVG patterns. Perfect for website backgrounds, apparel, branding, packaging design and more.
·pattern.monster·
Pattern Monster - SVG Pattern Generator
CSS Logical Properties and Values | CSS-Tricks
CSS Logical Properties and Values | CSS-Tricks
Now that cross-browser support is at a tipping point, it's a good time to take a look at logical properties and values. If you're creating a website in
·css-tricks.com·
CSS Logical Properties and Values | CSS-Tricks
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