Posted in english, programming on May 21st, 2010
I recently made an helper class to download a file from the web and save it to the file sytem while updating a ProgressDialog to let the user know the percentage of the download made. This class has the responsibility to manage the network communication and to send messages to the UI to update the [...]
Read Full Post »
Posted in english, programming on Nov 29th, 2008
I recently solved a problem common to many heavy used web application following an idea of a friend of mine. The problem is how to efficently manage the sessions of a web application when the number of them is high (500,000 for example) and the use of them his quite frequent (˜50,000 pages/day in my [...]
Read Full Post »
Posted in programming on Oct 5th, 2006
Un tempo per fare una pagina web con un box centrato di dimensione fissa o relativa, ci si appoggiava alle tabelle (elemento table), un po' come per tutte le problematiche di impaginazione. Ora con i CSS le cose dovrebbero essere più semplici, ma non per questo immediate. Il problema è quello di centrare tutto ciò [...]
Read Full Post »