Tag Archives: howto

Capire la differenza tra Tag e Category nei blog

Avendo lavorato con diversi tipi di blog (drupal, wordpress, movable type) e wiki, ho avuto modo di scontrarmi spesso con i problemi legati all’uso delle categorie e dei tag. Spesso non si capisce la differenza, e l’uso che ne fanno … Continue reading
Posted in Italian Content | Tagged , , , , , | Comments Off on Capire la differenza tra Tag e Category nei blog

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 … Continue reading
Posted in English Content, Software | Tagged , , | Comments Off on Edivad: how to use old JUnit3 tests with JUnit4

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…
Posted in English Content, Programming languages, Python, Software | Tagged , , , , , , , | Comments Off on Using Python with IIS: how and common mistakes