Self hosted (…again!)

WordPress LogoI am in the process of move from Blogger back to my hosting provider using WordPress. So far I have setup almost everything including importing all my posts, setting a proper 301 redirect on old sub domain, etc. Please, if you detect some missing content, dead links, etc feel free to contact me by leaving a comment on this post and I’ll fix it as soon as I can.

Thank you!

Easily document your JavaScript with Pycco

I’ve seen several JavaScript libraries starting to use Docco to generate documentation from JavaScript files. If you are on Mac or Linux then that is the way to go, if you happen to be like me on Windows, then you are likely to spend some hours like I did trying to get it running unsuccessfully.

After some further reading and, since at the background Docco uses a Python module, I decided to install Pycco, a Python port of Docco. To my surprise in less than 10 mins I was already creating docs from my JavaScript sources.

Continue reading

English content – Contenido en ingles

English

As you may already noticed the latest posts are in English. Due to my willingness to improve my written and spoken level I have imposed to myself to use english everywhere, including my mobile, computer, email accounts, site settings, services, etc. From now on all the content will be available in English, but if at any time you need something that is not on it, just let me know and I’ll do my best to translate it.

Am I going to translate previous content to English? – Yes.
When? – I have no idea! :)
Am I going to translate new content to Spanish? – Only if requested.

Español 

Como lo habran notado las ultimas entradas de este blog estan en Ingles. Dado que quiero mejorar mi nivel tanto hablado como escrito me he impuesto el objetivo de usarlo como idioma en la mayor cantidad de lugares posibles, incluyendo celular, computadora, cuentas de correo, sitios, servicios, etc. En adelante todo el contenido estara solo en Ingles, pero si requieren alguno de los posts en español no duden en contactarme y hare lo posible.

Voy a traducir los posts anteriores a ingles? – Si.
Cuando? – Ni yo lo se! :)
Voy a traducir el contenido nuevo a español? – Solo que me lo soliciten.

Java path problems on Windows

Once you start developing either Java applications, using a Java based IDE or a Java based build or compile tool on Windows it is most likely you have faced a Java Path problem. Some software recognizes path spaces, some other don’t. You can avoid all those problems by installing your Java SDK on a Unix friendly path :)

Important Note: Do not follow blindly everything I wrote. I am not a fortune teller nor a magician so READ carefully your screens, UNDERSTAND THE INSTRUCTIONS and adapt them to your system configuration. I do not take responsibility for any damage done to your system just because you do not know how to follow instructions.

Let’s begin.

Continue reading