Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Autore: Ivan Revelli

Digital Innovation Partner

New realase of RemodeManager is relased

A new realese of RemodeManager was released. But the real difference is that now the internet sharing is based on https. The whole gestisto by a much more powerful server.

Javascript parsing JSON

function prova(){ var myMessage = ‘{“success”: true,”counters”: [{“counter_name”: “dsd”, “counter_type”: “sds”, “counter_unit”: “sds” }, { “counter_name”: “gdg”, “counter_type”: “dfd”, “counter_unit”: “ds” }, { “counter_name”: “sdsData”, “counter_type”: “sds”, “counter_unit”: ” dd ” }, { “counter_name”: “Stoc final”, “counter_type”: “number “, “counter_unit”: “litri ” }, { “counter_name”: “Consum GPL”, “counter_type”: “number “, “counter_unit”: “litri ” }, {…
Leggi tutto

Get client screen size in a browser by Javascript

using this simple code you can have the size of your client area in pix function getScreenSize() { var w = window, d = document, e = d.documentElement, g = d.getElementsByTagName(‘body’)[0], x = w.innerWidth || e.clientWidth || g.clientWidth, y = w.innerHeight|| e.clientHeight|| g.clientHeight; return x + ‘px ‘ + y + ‘px’; } window.addEventListener(‘resize’,);

Happy Christmas 2016 from Synaptica Srl

Generating Random Numbers with Sensor Input

Orace Tips – Recursive query

select PK_ID from USERS start with FK_USER_PARENT = PK_USER connect by prior PK_ID = FK_USER_PARENT;