Mono releases are being launched very fast

The minor Mono versions (i.e 1.2.1, 1.2.2) are being released very fast. This is very good because a lot of bugs are being fixed as well as implementation enhancement but on the other hand it implies deployment issues. The specific distribution packages are being...

A week offline: holidays

This week I am going to be offline from monday to friday. I’m going to visit Lanzarote to rest and to not touch any computer at all. Meritorious holidays after two years of hard work. See you soon 😉 More pictures on Lanzarote:...

Why to choose CastleProject, Mono and related technologies

Some people ask me why to choose CastleProject to develop .Net applications or how much enhanced/completed is the Mono implementation of .Net. Well, I believe that these frameworks are extremly powerful and I will give you a lot of reasons to use them. Futhermore,...

Success story: United CastleProject community friends

The CastleProject community, as any other free software project contains members from all over the world. It is fantastic to share knowledge, opinions or even jokes thru the mailing list or irc channel with developers from different countries and cultures. Some months...

Now Reading

“Now Reading” is a new category in this blog. Sometimes I read interesting books, papers, essays, or just inquiring links and I want to share the information with my visitors. Enjoy this new section. Well, nowdays Im reading the followin books: Advanced...

MySQL Web Seminar today

Today I have been attending a MySQL Web Seminar: Web 2.0 and MySQL. It has been interesting and the spoken english of the presenter (Jimmy Guerrero) has been crystal clear for me. The sound is sended by a telephone call but its free and the slideshow and Q&A...

Boxerp: My baby is growing

Nowdays Im focused on Boxerp development in my spare time. The old 0.0.1 version is deprecated since I am rewriting the whole framework. Now I have powerful development tools which provide agile development, facilities, reliability and high performance. Desktop...

Gtk# NPlot Control 0.9.9.2

I have updated the Gtk# NPlot Control to the last NPlot 0.9.9.2. Now I am the maintainer of the control. I want to say thanks to Miguel de Icaza to grant me svn write access and to Matt Howlett to accept the tarball and include it in nplot.com. NPlot rocks 😉

TinyMCE and MonoRail AjaxHelper (II)

Here is a quick solution fot the “this.getDoc() error”. The thing is that tinyMCE adds the control to the textarea successfully the first time but it can’t add the control twice in the next load, so to remove the control when sending the form, could...

Fighting with TinyMCE and MonoRail AjaxHelper

There are several javascripts that performs changes in document elements when the page loads. To use the scripts you call a init function in the html header and they works fine but they don’t work when you request just a piece of html from the server using Ajax,...