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
28 Gennaio 2016 - Blog WebEats

Aggiornare Node.js via NPM

Una breve guida per aggiornare Node.js sul nostro sistema tramite NPM con pochi comandi Prima di tutto vediamo quale versione di Node.js è presente al momento sul nostro sistema sudo npm -v Ora procediamo con l’aggiornamento lanciando i seguenti comandi. Serviranno i permessi di amministratore (root) ovviamente per effettuare l’aggiornamento a livello globale nel sistema, […]

UI toolkit per Electron: Photon e MetroUI

Photon e MetroUI sono due UI Toolkit HTML/CSS per aiutare i developer nello sviluppo di applicazioni desktop multipiattaforma con Electron Essendo possibile l’utilizzo di HTML e CSS, abbiamo la possibilità di realizzare praticamente ogni cosa, ad esempio nulla ci vieta di usare anche Bootstrap puro 🙂 In cerca di risorse simili, mi sono imbattuto in […]

Electron: creare applicazioni desktop con JS ed HTML

Electron: il devkit opensource che ti permette di sviluppare applicazioni cross platform desktop con tecnologie Web come HTML e JavaScript Recentemente mi sono avvicinato anche al mondo dello sviluppo di applicazioni desktop. Ho cercato qualcosa di simile a PhoneGap (software per lo sviluppo iOS e Android con tecnologie Web) e mi sono imbattuto in Electron (conosciuta […]