Month: November 2015

  • javascript Promise chaining: augmenting the unique argument

    There are two things that, IMHO, make code cleaner when using Promises Idioma: use an unique object argument (and its attributes as you would use argument legacy) return resolve with the object given as argument augmented by attribute of the action executed by the function i.e., say I want to ask db for data about…

  • Cifratura simmetrica, un discorso campato in aria

    E quando poi si parla di algoritmi di cifratura simmetrici, si dice che c’è bisogno dello scambio sicurodella chiave di decodifica, e, i più, a questo punto si tacciono. E tra i più c’ero anch’io. Di fatto lo scambio sicuro della chiave può essere fatto su di un canale differe, ad esempio tramite un database, ad…

  • wordpress where tinymce is the default editor

    wordpress where tinymce is the default editor

    Interacting with tinymce in wp is possible: because tinymce is a default editor (plugin I developed for downloading offers from shoppydoo, a price comparator service: http://www.shoppydoo.it/ ) The extension generate a tag that will be parsed and recognized by the backend plugin, replacing it with a parsed xml coming from price comparator service. Revenues are accredited…