by | Sep 1, 2008 | Software Development
This sample shows how to create a splash screen using Monodelop and Gtk#. Create a new Window. Within its properties, unset the Decorator so that it won’t have any title bar. Add a HBox or VBox inside the window with only one placeholder. Add a button inside and...
by | Aug 29, 2008 | Software Development
Consuming Python Web Services written and deployed with Soaplib is possible using C# and Mono. I haven’t try on .Net yet but if it works on Mono it definitively will work on .Net. You can read about Soaplib in previous posts. First of all, write a web service...
by | Aug 28, 2008 | Software Development
MonoDevelop 1.0 is available for Ubuntu 8.04, that is great news!. Mono 1.2.6 is the current version for this distro too. MonoDevelop 1.0 is 100 times more stable than 0.14 and it makes me feel productive now. It almost does not crash, the gui layout is very nice and...
by Carlos Ble | Jul 31, 2008 | Software Development
Acabo de terminar la traducción de éste excelente ensayo de Martin Fowler. Quizás sea la primera de una serie de traducciones pensadas para acercar buena literatura inglesa sobre software a hispano hablantes que de otra manera jamás leerán tales artículos. Cualquier...
by | Jun 20, 2008 | Software Development
I wanted to log every access to my web services (using soaplib): Get the client IP, what method is it calling, what parameters, and what class. Rather than write the code to log the access in every method I’ve written a decorator (logWebServiceCall) so you only...
by | Jun 18, 2008 | Software Development
Ok, it’s summer right. I am talking about the Spring Framework. I didn’t know there is a Spring for Python! Spring Framework for Java (the original) Spring Framework for .Net (Spring.Net) Spring Framework for...