Blog personal
Cuando escribo, entiendo mejor el mundo.
Blog personal
Cuando escribo, entiendo mejor el mundo.
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...
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...
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...
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...
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...
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...
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...
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...
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...
I Jornadas de Software Libre SSL-ULL (The Report)
The past few days has been very fun and exciting for me. I met great hackers (a couple of them were also friends) and all the presentations I attended have been really interesting. I am happy enough...
I Encuentro de Software Libre de la ULL
Me complace anunciar que la próxima semana se celebra el I Encuentro de Software Libre de la ULL. Mis felicitaciones a la organización porque realmente han conseguido un evento muy atractivo...
NPlot + Gtk#
Miguel wrote a fantastic Gtk# control for NPlot. The problem is that this tarball is using Gtk#1. To use Gtk# 2 you must to change lib/Makefile and replace gtk-sharp with gtk-sharp-2.0. You can...
Beagle in the Castle
I have coded a Beagle web interface for MonoRail. It let you search keywords inside documents, IM conversations and other files in your hard disk. Beagle rocks :-). It uses Beagle.dll instead of...
SharpTranslator 0.1
I was an user of the i2e (english to spanish word translator; apt-get install i2e) and I wanted to support the project by adding new words but the project seems to be died. So I have taked the i2e...
ActiveRecord and NHibernate second level cache
Wow!!! NHibernate second level cache rocks!. Before enabling the NHibernate second level cache in my Castle web application, a controller accesing several models in the database delayed about 40...
Increasing Eclipse performance on Ubuntu
Eclipse package in Ubuntu Dapper depends on the GNU Java bytecode interpreter (gij-4.1) and the performance is extremly bad, is very heavy. Nowdays there are official Ubuntu packages for Sun JDK...
NProject generator is now Castle Contrib generator
Now the generator is inside Castle Contrib: See Marc-André post. There are several improvements and Im happy to contribute with some little bug fixes. Give it a try!
I Congreso de GULIC
Este fin de semana en San Miguel (Tenerife, España) se celebra el I Congreso de GULIC . Es una oportunidad estupenda para los que se están iniciando en el mundo del software libre a nivel...
Web services: Circular reference serializing problem
Web services using Document/literal (literal XML) encoding is the actual interoperability standard. The XmlSerializer in Mono which is used in System.Web.Services.WebService serializes using this...
MonoRail generator rules
Wow!, look at this, Marc-André's generator is improving in a very usefull fashion. Furthermore the generator is successfully working on Mono, 100% Mono compatible. See the video running on Mac...