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
  • Creare pdf da pagine web attraverso Internet Explorer

    calendar Feb 1, 2009 · 3 min read
     it software  · pdf python redscorpion
     ·
    Share on: twitter facebook linkedin copy
    Creare pdf da pagine web attraverso Internet Explorer

    Tempo fa (Ottobre 2008) ho dovuto valutare la fattibilità di una soluzione “save as pdf” basata sull’automazione di Internet Explorer. Il risultato finale è stato soddisfacente, soprattutto per quanto riguarda il rapporto risultato/effort. Vediamo quindi come creare una funzionalità universale “Save as PDF” in meno di un giorno…


    Read More
  • Perché XSLT è la tecnologia del male

    calendar Jan 25, 2009 · 2 min read
     humor it software  · xml
     ·
    Share on: twitter facebook linkedin copy
    Perché XSLT è la tecnologia del male

    Quello che segue è humor! Siete Stati avvertiti!

    L’ Extensible Stylesheet Language Transformations (XSLT) è una tecnologia di trasformazione, la cui idea alla base è quella di far pigiare tanti tasti per ottenere un risultato misero e banale.

    Sparare contro XSLT è così facile, che la tecnologia può essere rubricata tra le “pezzent ideas of IT”: vediamo perché.


    Read More
  • Edivad: how to use old JUnit3 tests with JUnit4

    calendar Jan 24, 2009 · 1 min read
     en software  · java
     ·
    Share on: twitter facebook linkedin copy
    Edivad: how to use old JUnit3 tests with JUnit4
    The 4.x way is to use JDK (>=5) annotation, but if you for some reason have to use the JDK 1.4 you have two solutions. The one I prefer is to use junit 3.8.x but if you cannot tolerate the missing of JUnit 4.x in the attached PDF you’ll find the standard 4.x way (with annotation) and a workaround for using the old JUnit TestSuite syntax.
    by /home/edivad.

    At Gioorgi.com we do not see the point of using Annotations, anyway, this is JDK 5 babies. So, thank you edivad for your help on finding a way to run junit3 tests on junit4!


    Read More
  • Object Arts | Exciting News for Dolphin Users

    calendar Jan 7, 2009 · 1 min read
     en software  · news smalltalk
     ·
    Share on: twitter facebook linkedin copy
    Object Arts | Exciting News for Dolphin Users

    looking  at Object Arts | Exciting News for Dolphin Users we read:

    Object Arts announces a collaboration with Lesser Software to produce the next generation of Dolphin Smalltalk.
    We hope Dolphin Smalltalk will not die: we have that fear  in September 2007 reading a press release called "A Brighter Future for Dolphin?".

    ObjectsArts was asking money to get Dolphin open source. A rather bad move, in our own opinion, and in fact no thing happen. Now it seems Doplphin will be included in a bigger project. Good luck, big fish!


    Read More
  • The One Minute Blog Installation

    calendar Dec 21, 2008 · 3 min read
     en software  · php wordpress
     ·
    Share on: twitter facebook linkedin copy
    The One Minute Blog Installation

    At Gioorgi.com we have no time. So we was very happy to find out a blogging platform which can be WordPress Pumpkinconfigured, tuned and rolled out in short time. If you are watching for such thing, you are welcome. Let’start!


    Read More
  • Storia dei database

    calendar Dec 17, 2008 · 3 min read
     it software sql  · formazione
     ·
    Share on: twitter facebook linkedin copy
    Storia dei database

    NB: Questo è la storia super rapida dei database relazionali, e non è ancora completata. L’idea è di confrontare la storia del modello E-R con quello dello sviluppo OOP, evidenziando simmetrie e differenze


    Read More
  • Storia Super Rapida di Internet

    calendar Dec 14, 2008 · 3 min read
     it software  · formazione google informatica internet
     ·
    Share on: twitter facebook linkedin copy
    Storia Super Rapida di Internet

    Si parla molto di Internet su… Internet, ma tutte le pagine che trattano della storia di Internet hanno due classici difetti: (a) sono verbosissime e (b) sono in inglese. Così abbiamo pensato di fare un riassunto super compatto nelle pagine di Gioorgi.com…

    La prima rete interconnessa è quella creata dal dipartimento di difesa americano, e chiamata ARPANET. Siamo all’inizio degli anni 70.


    Read More
  • Official Google Blog: Google Chrome No more beta

    calendar Dec 12, 2008 · 1 min read
     en software  · google web
     ·
    Share on: twitter facebook linkedin copy
    Official Google Blog: Google Chrome No more beta
    Google Chrome (BETA)

    12/11/2008 10:00:00 AM

    Since we first released Google Chrome, the development team has been hard at work improving the stability and overall performance of the browser. In just 100 days, we have reached more than 10 million active users around the world (on all seven continents, no less) and released 14 updates to the product. We’re excited to announce that with today’s fifteenth release we are taking off the “beta” label!


    Read More
  • Using Python with IIS: how and common mistakes

    calendar Dec 11, 2008 · 3 min read
     en lang python software  · asp mercurial microsoft programming-languages python script
     ·
    Share on: twitter facebook linkedin copy
    Using Python with IIS: how and common mistakes

    Is it possible to use Python to write small ASP-like scripts. In this post we will see how to use it, and the common mistakes you can enconter in your road to the snake…


    Read More
  • Java FX 1.0 è stato rilasciato

    calendar Dec 7, 2008 · 1 min read
     it software  · ajax java news
     ·
    Share on: twitter facebook linkedin copy
    Java FX 1.0 è stato rilasciato

    Sun ha lanciato JavaFX 1.0, piattafroma software  di cui ci siamo già occupati in tempi non sospetti. La notizia è stata ripresa da Slashdot. Purtroppo leggiamo anche che non c’è al momento una versione per Linux o Solaris: “The lack of a Linux or Solaris release is a notable absence.” Però la presenza del codec On2  (usato per riprodurre i filmati di youtube) lascia pensare che javafx voglia competere frontalmente con Flash.


    Read More
  • Python 3.0 Release

    calendar Dec 4, 2008 · 1 min read
     en python software  · design news python
     ·
    Share on: twitter facebook linkedin copy
    Python 3.0 Release
    Python 3.0

    We are pleased to announce the release of Python 3.0 (final), a new production-ready release, on December 3rd, 2008.

    Python 3.0 (a.k.a. “Python 3000” or “Py3k”) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.


    Read More
  • WordPress 2.7 Release Candidate 1

    calendar Dec 2, 2008 · 1 min read
     en software  · development wordpress
     ·
    Share on: twitter facebook linkedin copy
    WordPress 2.7 Release Candidate 1

    After some time, Wordpress 2.7 is out:

    WordPress 2.7 Release Candidate 1

    By Ryan Boren. Filed under Releases.

    With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.


    Read More
  • Log Manager

    calendar Nov 28, 2008 · 1 min read
     it software  · design example formazione java
     ·
    Share on: twitter facebook linkedin copy
    Log Manager

    Il seguente esercizio operativo serve per prendere confidenza con:

    1. Libreria Java Servlets & JSP
    2. Libreria Log4J
    Si richiede di creare una pagina jsp che consenta di modificare dinamicamente alcuni livelli di logging:

    Dettagli:

    • Si richiedono 5 livelli di log (qui ne sono mostrati solo 3 per semplicità)
    • Si richiede di poterli configurare modificando un solo punto (es 5 var nascoste nel form)
    • Si richiede di poter configurare la password (idem come sopra)
    • Se la password è errata il sistema registra su un log l'errore e non fa nulla, ripresentando la maschera.
    Riferimenti
    • Specifica HTML: FORMS
  • Bug Tracking Tools 3: Trac

    calendar Nov 26, 2008 · 1 min read
     en knowledgebase software  · bugtracking development
     ·
    Share on: twitter facebook linkedin copy
    Bug Tracking Tools 3: Trac

    Trac is a quite famous bug tracking software written in python.

    It is considered very strong its subversion integration

    Pros: Can Also work with an embedded database (using sqlite). Easy to setup and use.

    Cons: Feature are too much, and aims to be also a CMS to some extend.


    Read More
  • Che sia semplice!

    calendar Nov 23, 2008 · 2 min read
     it software  · design economia fareimpresa formazione
     ·
    Share on: twitter facebook linkedin copy
    Che sia semplice!

    A Gioorgi.com VIC 20 Boot Screen ci occupiamo di software da molto tempo. Giovanni Giorgi respira il software dalla metà degli anni ottanta,  quando il Vic 20 fu commercializzato in Italia (abbiamo trovato molti dettagli sul nome e la storia del VIC-20, ma la fonte più attendibili è sempre wikipedia).

    Dopo così tanto tempo, possiamo affermare uno dei principi fondamentali che qualsiasi persona si occupi di software deve tenere a mente.

    Non importa se siete account, ingegneri, responsabili di marketing o semplici sviluppatori junior. Dovete sempre tenere a mente che il software che producete deve essere facile.


    Read More
    • ««
    • «
    • 8
    • 9
    • 10
    • 11
    • 12
    • »
    • »»

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