HTML5 Boilerplate or h5bp is a popular front-end template. This tool is a set of front-end rules that perfectly meets the needs of a developer who wants to start his project quickly and cleanly without having to download libraries…
Drupal offers effective SEO modules to optimize the natural SEO of your website. Here are 4 modules which will allow you to have a good base so that your site is search engine friendly.
Log as project owner
Apache-ITK (see here) is a module that allows you to have one user and one group by VirtualHost.
Having to surrender the rights to every modification of the project is quite repetitive.
Here's how…
Having to surrender the rights to every modification of the project is quite repetitive.
Here's how…
SEO or Search Engin Optimization is the set of techniques to optimize the content of a website for search engines (Google, Bing, Yahoo). We more commonly call it "natural referencing" whose goal is to increase the visibility of a…
This article details the use and interest of a very important feature of administering an EA repository, namely checking the integrity of the repository.
This text was originally written by Piotr Trętowski, in 2012, at the…
If you have a habit of using an ORM inspired by the "active record" design pattern and you have switched to Symfony 3, you will be surprised that you cannot use a service (the logger for example) in an entity.
Indeed, nothing…
Indeed, nothing…
Sometimes we have a "HiddenType" field in a form and this field is completed with a step outside the form (example: a service that allows you to choose a reseller on a Google map).
We would like to have a validation on this…
We would like to have a validation on this…
Imagine you want to create a list with Vuejs.
To do this you will create a component (eg: "fueltypes") that will have a <li> element as template and that you will include like this :
<ul class="tabs">…
The recent version of Drupal 8 does not handle the display of the language code in the language switcher via the administration.
If you want to display "EN" or "FR" in your language switcher instead of "English" or "Français", …
Wkhtmltopdf doesn't support displaying multiple fonts that aren't google font. This problem would be due to incorrect properties set when creating fonts. Here is how to insert a non google font in wkhtmltopdf.
First, your font…