Blog
Dans cette partie du site, vous trouverez divers articles sur des sujets allant du développement web à des récits / recommandations de voyages, en passant par le domaine audio etc …
[CSS] – Delete the space in a HTML list with inline-block property
Have you ever experienced, in a HTML list of elements using display: inline-block property, having an element on an other line, without any clear reason ? Let's take an example : In the example above, there are 5 elements and each element of the HTML list has a 20%...
[CSS] – Supprimer l’espace dans une liste d’élements avec la propriété inline-block
Est-ce qu'il vous est déjà arrivé de ne pas comprendre pourquoi, dans une liste d'éléments utilisant la propriété display: inline-block, il pouvait y avoir un élément qui passe à la ligne, sans raison apparente ? Prenons un exemple pour y voir plus clair : Dans...
[CSS] – Add black and white filter on Google Maps with CSS
When we use a google map on a website, there is a trick to get a black and white filter without using a bit of javascript of the API, which can be tricky to use. This trick use the CSS property filter(). This property is now pretty well supported on modern browsers....
[LARAVEL] – Check at least one in many fields with Validation component
Laravel is a PHP framework that I particulary like to use for the simplicity feeling of coding. You can apply good practices of web developing and architecture of code. The "Validation" component offers many possibilities when you have to test data conformity,...
[LARAVEL] – Tester si au moins un champ est présent parmi plusieurs avec le composant Validation
Laravel est un framework PHP que j'apprécie particulièrement pour la simplicité d'usage qu'il procure. Il permet en outre d'appliquer les bonnes pratiques de développement et de hiérarchisation du code. Le composant "Validation" offre de multiples possibilités...
[CSS] – Adapter une iframe Google Maps en N/B avec du CSS
Lorsqu'on intégre une carte Google dans un site web, il existe une astuce qui permet d'obtenir un effet "Noir et blanc" sans recourir au code Javascript de l'API, qui peut être complexe à manipuler. Cette astuce repose sur la propriété CSS filter(). Cette propriété...