Tag Archives: web

Reactjs and forms

I am studying a bit of Reactjs because I got excited with Next.js. After reading the basic tutorial, I got a bit disappointed on how to manage forms: citing react doucmentation “form elements naturally keep some internal state”. So the … Continue reading
Posted in English Content | Tagged , , | Comments Off on Reactjs and forms

La lenta fine del web gratis (flash news)

Due notizie degne di nota degli ultimi giorni: Twitter tenta di avviare una versione a pagamento del suo software, chiamato Twitter Blue. Al momento questa funzionalità sembra abbastanza inutile, a meno che cambiare colore ai tasti non ritenete che valga … Continue reading
Posted in Italian Content | Tagged , | Comments Off on La lenta fine del web gratis (flash news)

Simple Html debug via CSS

Add the following css lines to your CSS theme, possibly at the end div::before { content:” C:” attr(class) “” } *::before,*::after { color:red; font-weight:100; font-size:1.0em } and div classes will showup easily. Very handly while customizing WoooordPress :) This page … Continue reading
Posted in English Content, Knowledgebase | Tagged , , , , | Comments Off on Simple Html debug via CSS

When less is less: google code dead

When Steve Jobs given some suggestions to Google, I fear he was still upset for the Android-carbon-copy of the iPhone. Because Jobs suggested Google to focus on a small subset of product (no more then five) and Google did it. And … Continue reading
Posted in English Content | Tagged , , , , , | 2 Comments

Node.js is gaining traction

Node.js is a Javascript application server based on Google V8 Javascript Engine. Node.js has a very good package manager these days, with a bunch of libraries on it. So it is the new buzz.
Posted in English Content, Knowledgebase, Software | Tagged , , , | Comments Off on Node.js is gaining traction

How to display an animation during page loading

Old web site requires sometimes to show a big “Loading…” gif in the front of the page. It is not trivial to do it, especially if you have already plenty of jQuery forms developed, with complex form submission, and half … Continue reading
Posted in English Content, IT Featured, Knowledgebase, Software | Tagged , , , | 1 Comment

Explorer Canvas

Volete utilizzare il tag canvas di html5 anche su IE6 ed IE8? Google ha la soluzione… Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to … Continue reading
Posted in Italian Content, Knowledgebase, Software | Tagged , , , , , , | Comments Off on Explorer Canvas