Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
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
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 ideas, web
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 css, easy, ideas, web, wordpress
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
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 ideas, javascript, node.js, web
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 javascript, jquery, magic, web
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 firefox, google, html, html5, internet, script, web
Comments Off on Explorer Canvas