open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Reactjs and forms

    calendar Oct 19, 2022 · 1 min read
     en  · reactjs web
     ·
    Share on: twitter facebook linkedin copy

    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 tutorial seems to suggest an approach to keep in sync the form state with the react state object. This article cast some lights on the two ways to manage forms in reactjs: and explain the Controlled and Uncontrolled options you have.


    Read More
  • La lenta fine del web gratis (flash news)

    calendar Jun 1, 2021 · 1 min read
     it  · ideas web
     ·
    Share on: twitter facebook linkedin copy

    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 il costo dell’abbonamento. Ma è probabile che nuove funzionalità verranno aggiunte in seguito.


    Read More
  • Simple Html debug via CSS

    calendar Oct 21, 2020 · 1 min read
     en knowledgebase  · easy ideas web wordpress
     ·
    Share on: twitter facebook linkedin copy
    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 show a demo.

  • When less is less: google code dead

    calendar Jan 20, 2012 · 1 min read
     en  · google ideas opinion redis web
     ·
    Share on: twitter facebook linkedin copy

    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 google started killing a lot of lab projects.


    Read More
  • Node.js is gaining traction

    calendar Apr 21, 2011 · 1 min read
     en knowledgebase software  · ideas javascript web
     ·
    Share on: twitter facebook linkedin copy
    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.


    Read More
  • How to display an animation during page loading

    calendar Jan 12, 2011 · 1 min read
     en featured knowledgebase software  · javascript jquery magic web
     ·
    Share on: twitter facebook linkedin copy
    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 the site in an ajax form.


    Read More
  • Explorer Canvas

    calendar Oct 15, 2010 · 1 min read
     it knowledgebase software  · google html internet script web
     ·
    Share on: twitter facebook linkedin copy
    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 Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.
  • Perché sono tornato indietro da iOS4

    calendar Jun 28, 2010 · 2 min read
     it  · api apple asp backup basta car gioorgi gioorgi-com ipad iphone jobs opinion rim test ui usa vi web
     ·
    Share on: twitter facebook linkedin copy

    Non amo lamentarmi. Non mi piace lamentarmi su Gioorgi.com: lo fa apparire un sito asfittico e limitato, invece che una raccolta articolata di idee ed opinioni. Ma la pessima realizzazione di iOS4 grida vendetta!


    Read More
  • Php Server Distribution for windows - XAMPP

    calendar Mar 18, 2010 · 1 min read
     en knowledgebase  · apache easy linux mysql perl php sql web windows
     ·
    Share on: twitter facebook linkedin copy
    Php Server Distribution for windows - XAMPP

    XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Windows and Mac OS X. The package includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.

  • Web2Py Absolute trouble Shooter

    calendar Mar 3, 2010 · 1 min read
     en knowledgebase  · python web
     ·
    Share on: twitter facebook linkedin copy
    Web2Py Absolute trouble Shooter

    Do you want develop web applications in a fast, prototype based way using Python?

    Follow us and learn how to use web2py….

    Step 1: Python 2.6 proper setup

    On Linux be sure to install sqlite development library; the following command will help on RedHat:

    sudo apt-get install sqlite-devel

    for the yum variant see here http://stackoverflow.com/questions/233320/cannot-import-sqlite-with-python-2-6

    Install python 2.6, this will avoid the need of additional libraries.

    You will also need openssl, so if you haven’t  it issue commands like

    sudo apt-get install openssl

    and be sure to get also the python wrapper pyOpenSSL hosted here

    We happly compiled pyOpenSSL from sources

    For more tips and tricks look also at this recipe about Apache Setup, if you need it.


    Read More
  • Django is going 1.2

    calendar Feb 11, 2010 · 1 min read
     en knowledgebase  · django framework python web
     ·
    Share on: twitter facebook linkedin copy
    Django is going 1.2

    Django Project, a powerful and clean Python Web Framework, is going to relase 1.2 as  the next milestone at the beginning of March. For the meanwhile, you can grab the Beta2:

    As part of the Django 1.2 release process, tonight we've released Django 1.2 beta 1, a preview/testing package that gives a little taste of some of the new features coming in Django 1.2. As with all alpha and beta packages, this is not for production use, but if you'd like to try out some of the new goodies coming in 1.2, or if you'd like to pitch in and help us fix bugs before the final 1.2 release (due in April), feel free to grab a copy and give it a spin.
    Looking at the release notes we get
    • Object-level permissions
    • Permissions for anonymous users
    Development sprints for Django 1.2 will also be taking place at PyCon US 2010, on the dedicated sprint days (February 22 through 25).

    If you can, it will worth to look at.


    Read More
  • Web Testing Tools

    calendar Jan 26, 2010 · 1 min read
     en featured knowledgebase  · framework javascript web
     ·
    Share on: twitter facebook linkedin copy
    Web Testing Tools

    Testing is important.

    Testing web interfaces is difficult, and often your consultant company prefer to suggest you a manual-based testing. But is it so difficult to do automatic web testing using open source software?

    Let’s give a look to two nice web testing software

    Warning: this article is still in progress: it has been published for getting comments all around.


    Read More
  • Changing orientation via a stylesheet

    calendar Jul 26, 2009 · 1 min read
     en knowledgebase  · html magic web
     ·
    Share on: twitter facebook linkedin copy
    Changing orientation via a stylesheet

    This magic CSS code is able to change the orientation of the printed page:

    @page port {size: portrait;}
    @page land {size: landscape;}
    .portrait {page: port;}
    .landscape {page: land;}

    For more information, take a look to the CSS Print Profile specification

    I thinked it was not possible to define printing orientation via a simple CSS! A very nice discovery indeed…


    Read More
  • Web2Py: a python web framework we like

    calendar Jun 29, 2009 · 2 min read
     en knowledgebase python  · design django framework google python web
     ·
    Share on: twitter facebook linkedin copy
    Web2Py: a python web framework we like

    At Gioorgi.com we have used plenty of web frameworks.

    Giovanni Giorgi used Seaside,  a lot of PHP frameworks, Java Struts, RubyOnRails, and Python Django.

    We have started to look for Web2Py, a compact,  easy to learn  python web framework.

    From the most notable feature, it runs also on Google App Engine. Written by an Italian University professor for teaching web development, spots a very clean design, and a robust security infrastructure. We  suggest it because installation (and upgrading) is a snap.

    Let’s take a look to it…


    Read More
  • jQuery plugin: Tablesorter 2.0

    calendar Jun 8, 2009 · 1 min read
     en knowledgebase  · html javascript jquery table web
     ·
    Share on: twitter facebook linkedin copy
    jQuery plugin: Tablesorter 2.0

    Often Customers require a way of ordering columns of small html table. This JQuery plugin offer a fast, and nice solution:

    jQuery plugin: Tablesorter 2.0.

    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Recent Posts

  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers
  • Vibe Coding: easy to say, difficult to survive

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top