Blog

Some news and articles of interest

Front.id

JavaScript
Theming
By Capy
When you need to relocate an element totally out of scope new location. For example moving a search form from the header at desktop to the footer at mobile you will find problems trying to accomplish that just with CSS. This JS plugin will make your life easier :)
Drupal
Quality
By keopx
PHP Mess Dectector (PHPMD) with PhpStorm Integration for Drupal Projects
Drupal
Quality
By keopx
Coding Standards are used to improve consistent coding and increase the quality of the whole software system. In this case we need to review common standards + Drupal Coding Standards. In this post we explain how to configure the Coder Sniffer for Drupal Coding Standards with PhpStorm Integration.
Drupal
Templates
Theming
Drupal 8 / D8
By Capy
Alguna vez pasa que necesitamos modificar el HTML que genera un elemento de formulario. No me refiero a un form sino mas bien al HTML que conforma un elemento de tipo input, password, email, select, etc.