by | Nov 8, 2006 | Software Development
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...
by | Oct 13, 2006 | Software Development
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...
by | Oct 9, 2006 | Software Development
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 😉
by | Sep 27, 2006 | Software Development
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...
by | Sep 26, 2006 | Software Development
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,...
by | Sep 6, 2006 | Software Development
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 download the fixed tarball here. This is another code example to draw a...