Dokeos collaboration with the European Society for Therapeutic Radiology and Oncology

I found a video of an interview with Michel Taillet, CEO of the “European Society for Therapeutic Radiology and Oncology”. He speaks about the collaboration with Dokeos, ESTRO and Hanabi. The good thing (for me) is that this Thursday I have a french test (I love french). So I have to study and this video help me to spread the word avout Dokeos and to learn french!

Better file compression with 7z (7-Zip) in Ubuntu

I found an interesting post about how to compress a file with better results even better than tar.bgz2

In a Ubuntu

  1. sudo apt-get install p7zip
  2. to compress: p7zip myfile
  3. To decompress the file p7zip -d myfile.7z

Technorati Profile

Instalar Eclipse Ganymede + PHPEclipse + Subclipse + Dokeos dev-1.86 en Ubuntu 8.04

I just added this lovely how to in the dokeos’s latinoamerica blog

Googlezon vs New York Times

Un interesante video en el que podemos ver una reseña de lo que ha sucedido en el Internet y lo que podría pasar en el 2015.

EPIC con subtítulos en español: http://www.unabvirtual.edu.co/epic/

Más información: http://en.wikipedia.org/wiki/EPIC_2014

Dokeos Latinoamérica

Some good news, I’m currently one of the three nine guys that should be post regularly in this new Blog of Dokeos Latinoamérica.

http://dokeoslatinoamerica.wordpress.com/

Akelos

I’m currently working in a little application call “Lux”. It’s a lot of fun because we are using Akelos as a PHP Framework. There are not documentation like PHP or Ruby on rails, but I will help with some useful stuff that I find and develope.

ya estan abiertos tres programas – windows vista starter problem

My mother bought a new Compaq laptop and it have Windows Vista Starter Edition. This version is the worst ever!! I guess I will be happy with Windows 98! The big problem is that you could only open 3 running programs. Yes! i.e Firefox, Word 2003, Thunderbird, and if you want to open the 4th one there will be a message saying that you can’t!!

I search in the web and all the guys said you should reinstall the PC with Windows XP. Yes I can do that. But it was not my PC. So… I find this lovely program: Trayconizer.

With  this program you could open any programs you want! That’s it. Try it by yourself. It really works.

Turn SVN project into a PHP project in Eclipse

I had this problem and then my boss tell me that it was very easy to solve it.

Create an empty PHP project. Open the .project file and see the difference between your SVN Project:

The differences will be this:

<buildSpec>
<buildCommand>
<name>net.sourceforge.phpeclipse.parserbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>net.sourceforge.phpeclipse.phpnature</nature>
</natures>


Probably you will have anything in your SVN project.

Dokeos 1.8.5 released!

Finally the lastest version of Dokeos was released! It was a lot of work since this summer in Peru (feb 2008), lots of bugs finally fixed, many featuring requests implemented, thank you guys for detecting bugs and post it at the forum.

Dokeos Forum: http://www.dokeos.com/forum
Get the files here-> http://www.dokeos.com/download.php

Begin

I want to share the cool things I find, write and develop. This is my way of say thanks to the open source community. Specially all the developers in PHP!