Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ad-inserter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cookie-law-info domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114
21 Novembre 2015 - Blog WebEats

Installare NVM Node.js Version Manager su Ubuntu

Una breve guida su come installare NVM (Node.js Version Manager) per aggiornare Node.js e usarne più versioni Cos’è NVM? Node Version Manager – E’ un semplice script bash per tenere aggiornato Node.js e gestire più versioni contemporaneamente Iniziamo con scaricare l’installatore dal repository GitHub, ed avviare l’installazione curl https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash Ora è necessario dare […]

StackBlur.js : Blur effect iOS style per le immagini

StackBlur.js un utilissimo plugin per applicare l’effetto blur (iOS style) con JavaScript sulle nostre immagini Ovviamente il source del plugin è hostato su GitHub. Vedi StackBlur.js su GitHub. Se invece volete vedere live come il plugin lavori, è online una demo di StackBlur.js Oltre alla versione standalone, è disponibile la versione per npm e bower. Come […]