906 private links
Comment générer ses propres certificats SSL à des fins de développement
I wrote A Modern CSS Reset almost 4 years ago and, yeh, it’s not aged overly well. I spotted it being linked up again a few days ago and thought it’s probably a good idea to publish an updated version.
I know I also have a terrible record with open source maintenance, so I thought I’d archive the original and just post this instead. Do with it what you want!
To be super clear, this is a reset that works for me, personally and us at Set Studio. Whenever I refer to “we”, that’s who I’m referring to.
- I made 100 CSS loaders for your next project
- Another 100 CSS loaders for your next project
- I made 100 more CSS loaders for your next project
- Still 100 CSS loaders for your next project
- Adding 100 CSS loaders to the collection of — 500 CSS loaders 🏆
- I am back with 100 "Dark Mode" CSS loaders
- css-loaders.com: The Biggest Collection of Loading Animations (more than 500 🤯)
In this article, you'll learn how to implement a user authentication system in JavaScript. By the end of the tutorial, you'll have a REST API, a database to store user information, authentication via JSON Web Tokens, and even verification emails!
Solve real-world HTML, CSS and JavaScript challenges whilst working to professional designs. Join 673 197 developers building projects, reviewing code, and helping each other get better.
View DustyTrails Series' Articles on DEV Community
Please note that this tutorial series is meant for beginners, so if you're an advanced player in the game of Godot 4, then this tutorial is not for you. Also, this tutorial uses Godot version 4.0.3 – so errors can occur if you use a version newer to this since the engine is constantly changing! Now let's get started.
Créer des animations simplement…
TL;DR:
- Si l’icone est utilisé une seule fois dans votre page,
- Si cet icone est critique ou a besoin de changer de couleur lors d’une interaction,
- ➡️ utiliser le SVG en inline dans le HTML
- Si non,
- ➡️ utiliser une balise
<img>
- Si l’icone est utilisée plusieurs fois,
- Si l’icone est critique
- ➡️ utiliser des Inline SVG Symbol
- Si l’icone n’est pas critique,
- S’il est possible d’héberger du SVG sur votre propre domaine
- ➡️ utiliser des Remote SVG Symbol
- Si non,
- ➡️ Essayez de convaincre très fort votre admin sys de l’importance d’avoir le même domaine pour vos assets
- ➡️ Ou passez par un fallback avec des CSS mask
- ➡️ Ou utilisez des Inline SVG Symbol
- Si vous utilisez une font d’icone,
- ➡️ repartez en haut de cette matrice et choisissez une autre méthode. Vos utilisateurices vous remercieront.
Specificity Calculator was built by Keegan Street.
Calculate CSS strong.
HTML5 UP
... makes spiffy HTML5
site templates that are:
- Fully Responsive
- Built on intelligent HTML5 + CSS3
- Super Customizable
- 100% Free under the Creative Commons
remoteStorage.js is a JavaScript library for storing user data locally in the browser, as well as connecting to remoteStorage servers and syncing data across devices and applications. It is also capable of connecting and syncing data with a person’s Dropbox or Google Drive account (optional).
rs.js stores data locally first and syncs data with a remote storage account second. This makes it a robust sync solution for mobile applications, where slow and spotty network connections are a normal situation.
Discover helpful cross-browser DevTools tips and tricks
Animista is a place where you can play with a collection of pre-made CSS animations, tweak them and get only those you will actually use.
Code generators for front-end development.
Fontello is a tool to quickly pack vector images into webfonts. Consider it like Twitter Bootstrap, but for images. It builds everything necessary to include graphics into your web pages. Also, fontello has a big built-in collection of open source artworks.