Blog

Some news and articles of interest

Front.id

Brief explanation of how we can create sass files in our shared styles directory (global for all components that want to make use of them) and import them into a component without worrying about their actual location.
Drupal
Twig
Here is a quick alternative to see which variables are available in a twig template when you don't have a debugger like xdebug.
Drupal 8 / D8
Drupal
Tip of the day: How to apply params to a t() function at twig
JavaScript
By Capy
Sometimes I have to format a number to a particular currency, and because this ans since it became a very common task over the years I have decided to create a function to simplify this task.
By Capy
In some special cases wou need to play a video fragment from a specific time to a specific time.
By Capy
When you enable a Drupal module or profile, it may be useful to activate and set a theme for the end user and/or Drupal administration.
Drupal 8 / D8
By leandro
In this article we'll see what to do when upgrading with Composer doesn't update certain components.
Drupal
Drupal Europe is the largest Drupal event in Europe this year, only surpassed by Drupalcon (North America).
Vue
JavaScript
By Capy
The element Data table (VDataTable) does not support more than a simple filtering. This is that it only allows you to add a text field that filters rows whenever a cell partially match the word you are looking for. In this post we are going to explain how to change the behavior to make it supports multiple filters.
Drupal 8 / D8
Drupal 7
Backdrop
By keopx
Drupal Template Helper: A Chrome DevTools extension for Drupal 8, Drupal 7 and Backdrop CMS templates
HTML
jQuery
CSS
Vamos a abordar la forma de animar los labels de nuestros input de tipo texto, independientemente de la plataforma en que hayamos desarrollado el sitio y haciendo uso de un poco de jQuery mezclado con CSS.
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.
CKEditor
JavaScript
By Capy
Today I'm going to share with you a plugin that I've been working the last days. I've developed responsive table plugin since there were not a simple yet useful table responsive solution for CKEditor 4.
Drupal
Hook
Drupal 8 / D8
By Capy
Que un hook se ejecute antes en un módulo que en el tuyo es algo que podemos modificar sin tener que recurrir a modificar registros de base de datos.
Drupal
PHP
Drupal 8 / D8
Usuarios creados con código. Un ejemplo pŕactico.
CKEditor
Drupal
By Capy
Drupal 7: Añadir un plugin vía modulo custom a CKEditor (el módulo)
Social media
Open Graph nos permite personalizar la información que queremos que sea mostrada gráficamente de nuestro sitio, por las redes sociales y motores de búsqueda, es nuestra carta de presentación y por ello vamos a aprender a utilizarla.
CSS
Nuestro amigo, el selector nth-child, es una herramienta que nos brinda mucho juego a la hora de maquetar una amplia variedad de componentes, por ejemplo desde un menú hasta una grilla. En esta oportunidad vamos a ver diferentes formas de sacarle el jugo a su uso.