Delicious

Delicious

10513 bookmarks
Custom sorting
Home - Fewbricks2
Home - Fewbricks2
Fewbricks allows you to write code for creating fields for Advanced Custom Fields. But it is much more than that…
·fewbricks2.folbert.com·
Home - Fewbricks2
Nuxt Nation - Layer0
Nuxt Nation - Layer0
Try it for freeDeploy the demo from the talk to your free Layer0 account. (Requires a Github account)
·try.layer0.co·
Nuxt Nation - Layer0
Grainy Gradients | CSS-Tricks
Grainy Gradients | CSS-Tricks
Browse through Dribbble or Behance, and you’ll find designers using a simple technique to add texture to an image: noise. Adding noise makes otherwise
·css-tricks.com·
Grainy Gradients | CSS-Tricks
javascript - shuffle HTML list element order
javascript - shuffle HTML list element order
I have a list: <ul> <li>milk</li> <li>butter</li> <li>eggs</li> <li>orange juice</li> <li>bananas</li> </ul...
·stackoverflow.com·
javascript - shuffle HTML list element order
Impossible Type
Impossible Type
From Macedonian designer Fleta Selmani, a typeface called Impossible Type that was inspired by the impossible geometries of M.
·kottke.org·
Impossible Type
How To Deregister & Dequeue Stylesheets and Scripts
How To Deregister & Dequeue Stylesheets and Scripts
In the recent article, we have talked about register & enqueue Stylesheets and Scripts in WordPress and Genesis child theme. However, sometimes.. we need to Deregister and Dequeue some stylesheet and scripts to remove unwanted files which is increasing the load time of the site. Deregister and Dequeue works when…
·designody.com·
How To Deregister & Dequeue Stylesheets and Scripts
GitHub - sachinchoolur/replace-jquery: Automatically finds jQuery methods from existing projects and generates vanilla js alternatives.
GitHub - sachinchoolur/replace-jquery: Automatically finds jQuery methods from existing projects and generates vanilla js alternatives.
Automatically finds jQuery methods from existing projects and generates vanilla js alternatives. - GitHub - sachinchoolur/replace-jquery: Automatically finds jQuery methods from existing projects a...
·github.com·
GitHub - sachinchoolur/replace-jquery: Automatically finds jQuery methods from existing projects and generates vanilla js alternatives.
An Interactive Guide to Keyframe Animations
An Interactive Guide to Keyframe Animations
CSS keyframe animations are incredibly flexible and powerful, but they’re also a bit weird. In this deep-dive tutorial, we'll learn how CSS keyframes work from the ground up, and see how to use them to build high-quality animations.
·joshwcomeau.com·
An Interactive Guide to Keyframe Animations
Sentence Forms (not Mad Libs) | Adrian Roselli
Sentence Forms (not Mad Libs) | Adrian Roselli
Whether you call them sentence forms, narrative forms, fill-in-the-blank forms, or Mad Libs forms, you are probably describing a form where the fields are interspersed within words in a sentence. Unlike more traditional forms, laid out with simple pairings of labels and fields, these forms are meant to be read…
·adrianroselli.com·
Sentence Forms (not Mad Libs) | Adrian Roselli
How to Use the Web Share API
How to Use the Web Share API
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to
·css-tricks.com·
How to Use the Web Share API
Formatting Phone Numbers in PHP
Formatting Phone Numbers in PHP
I am working on an SMS app and need to be able to convert the sender's phone number from +11234567890 to 123-456-7890 so it can be compared to records in a MySQL database. The numbers are stored ...
·stackoverflow.com·
Formatting Phone Numbers in PHP