:: LAAS Web Site - Release 4.0 - September 2007 ::

News

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


Utilities

 

Syndicate

 

Visitors

From December 2005:
:: Main Site: 26190
Subprojects
:: YouTranslate: 13130
:: Cooka: 1919
:: Feedoocha: 1697
:: LAAS Tools: 3043

 


[2008-01-03]

My first MonoDevelop Addin

I'm proud to announce the first release of my first MonoDevelop Addin:

This article has 0 comments

( ...read article... )


[2007-12-04]

Not too late

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.
After a year spent to develop ASP.NET applications I've buyed the second book written by Dino:

Programming ASP.NET 2.0 Application: Advanced Topics

and my first thought was "I would have had to read this book one year ago".
If you are a ASP.NET developer don't hesitate: buy these books at the same time and read them as soon as possible.

This article has 0 comments

( ...read article... )


[2007-11-23]

Ubuntu users: this is for you

If you use Ubuntu, then you have to read this guide.

Ubuntu Customization Guide v.2

Regadrs

This article has 0 comments

( ...read article... )


[2007-11-15]

Miguel de Icaza about me

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

( ...read article... )


[2007-11-13]

Clinical Trials with Mono

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

( ...read article... )


[2007-11-06]

Good bye, Enzo...

Enzo Biagi, one of the greatest italian journalist, has gone.

Thank you for all Enzo.

This article has 0 comments

( ...read article... )


[2007-11-06]

My server won't transfer

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

( ...read article... )


[2007-10-31]

MySql Connector and Mono

I need to use MySql connector with my mono apps but I have some trouble.

This article has 0 comments

( ...read article... )


[2007-10-26]

Everyone can cook

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

( ...read article... )


[2007-10-19]

Anarchy in the VM

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

( ...read article... )

View all the articles