2007-09-20
YouTranslate! 1.1.10
The release 1.1.10 resolves some bug.
2007-02-22
Cooka 0.3
Cooka is now an official LAAS application. The new release 0.3 has being released with a lot of new features
2007-02-08
Laas 3.0
Release 3.0 of my web site is finally online. Currently I'm working in order to update some contents.
2006-11-05
YouTranslate! 1.1.9
YuTranslate! v1.1.9 online, read the complete announcement in the application home page
From December 2005:
:: Main Site: 26190
Subprojects
:: YouTranslate: 13130
:: Cooka: 1919
:: Feedoocha: 1697
:: LAAS Tools: 3043
I'm proud to announce the first release of my first MonoDevelop Addin:
This article has 0 comments
About one year ago I've readed the first book of this series:
Programming ASP.NET 2.0 :Core Reference
by Dino Esposito , and I was enthusiastic about that reading.Programming ASP.NET 2.0 Application: Advanced Topics
and my first thought was "I would have had to read this book one year ago".This article has 0 comments
If you use Ubuntu, then you have to read this guide.
Ubuntu Customization Guide v.2
RegadrsThis article has 0 comments
Following my previous article,
I've sent an email directly to Miguel de Icaza in order to inform him about my success on porting our Clinical Trial framework from Microsoft Platform to Mono.
Read the rest here:
http://tirania.org/blog/archive/2007/Nov-13-2.html
:-)This article has 0 comments
I've spent the last year in designing and developing the framework we are currently
using in order to provide important services to our customers: online clinical trials.
Developed on Microsoft .NET Technology recently I have tried to run it on Mono and, surprise, it works !
This article has 3 comments
Enzo Biagi, one of the greatest italian journalist, has gone.
This article has 0 comments
Yesterday I have wasted many hours trying to understand why my ASP.NET 2.0 application (developed on Windows with MS Visual Studio .NET 2005) won't run on Apache/mono. The main problem was on the communication between aspx pages in order to save data into the database.
It seems that something was wrong when a page transfers its content to another page using the Server.Transfer method.
This article has 1 comments
I need to use MySql connector with my mono apps but I have some trouble.
This article has 0 comments
Last saturday I went to cinema with my family to see the last Disney/Pixar movie:
Ratatouille. Really a funny movie. The story is about a little rat that want
to cook in a famous French restaurant; after a lot of adventures, finally Remi (the mouse)
reach its dream: to become a cook. In this way we know that: everyone can cook.
This article has 0 comments
As a .NET developer I really love Microsoft Visual Studio 2005. I use it in order to develop
the main framework used by my company allowing us to produce electronic
CRF for our customers.
In order to create dynamic forms, I really don't use the VS Toolbox, but I instance the WebControls
at runtime. At runtime I create all the needed objects and setup all properties and event handlers; in this
way it is possible to write this kind of code:
TextBox age = new TextBox();
age.ID = "PATIENT.AGE";
agePlaceHolder.Controls.Add(age);
This article has 0 comments