Be Open Source
Posts tagged design
Web2Py: a python web framework we like
Jun 29th
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…
Python 3.0 Release
Dec 4th
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.
We are More >
Log Manager
Nov 28th
Il seguente esercizio operativo serve per prendere confidenza con:
- Libreria Java Servlets & JSP
- 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
Che sia semplice!
Nov 24th
A Gioorgi.com 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.
Designing Interfaces with Balsamiq
Aug 2nd
In the last seven months I have the need of sketching a bunch of interfaces, but I cannot find a valid tool. I was a Software Architect of a big huge project, busy also on other smaller projects as project manager.
I need a rapid way to sketch use cases, to pass them to a very young team.
Web interfaces are not easy to design, and we was in a very weird situation: the team was forced to use DAOs, with no O/R mapping tool. So I need also to map some interfaces to a database model, to help them building the model and the More >
Comments / Commenti