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 :)
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.
CKEditor
Drupal
By Capy
Drupal 7: Añadir un plugin vía modulo custom a CKEditor (el módulo)
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.
Drupal
JavaScript
CKEditor
Drupal 8 / D8
By Capy
Botones!, una forma estupenda de conectar ckeditor con funcionalidades avanzadas de Drupal.  En Drupal 8 tenemos un sistema realmente bueno para añadir botones a ckeditor. Necesitas saber un pelín de backend y otro de JS y poco mas.