Delicious

Delicious

10552 bookmarks
Custom sorting
How to extract the data from spotify web API
How to extract the data from spotify web API
I can't find the JSON object in the http response I am trying to develop a react app which uses the spotify API to get artist's information. I use fetch to generate the GET request This request s...
·stackoverflow.com·
How to extract the data from spotify web API
Our experience with Astro - ‹div›RIOTS
Our experience with Astro - ‹div›RIOTS
We built divRIOTS.com with Astro. ‟Here we go, another framework is out and another dude is making a website and blogging about it” — Let's see if we can make this interesting. 😉
·divriots.com·
Our experience with Astro - ‹div›RIOTS
A Beginner’s Guide to GraphQL
A Beginner’s Guide to GraphQL
In this article, you're going to learn how GraphQL works. I'm going to show you how to create a very well-designed, efficient, powerful API using GraphQL.
·dev.to·
A Beginner’s Guide to GraphQL
31 CSS clip-path Examples
31 CSS clip-path Examples
Collection of free CSS clip-path code examples from Codepen and other resources.
·freefrontend.com·
31 CSS clip-path Examples
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