Blog
In this part of the website, you will find some posts on subjects like web development or holidays experiments and advices, audio stuff and so on …
[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] – 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,...