by Vincent GIORIA | Mar 5, 2018 | Web development
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...
by Vincent GIORIA | Feb 22, 2018 | Web development
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....
by Vincent GIORIA | Feb 22, 2018 | Web development
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...
Recent Comments