Adobe Flash and V4L2 webcams

Many new videoconference systems nowadays are Flash-based. Of course, the main input for them is some sort of video device (e.g. a webcam). Under Linux, the framework responsible for this is Video4Linux (V4L), of which version 2 (aka V4L2) is current. That means that most recent webcams drivers are supported only by V4L2. Alas, some proprietary editors (of which Skype and Adobe with Flash) still only support V4L1.

Training course for the Zend certification

We're preparing a great training course for PHP in Lima (not remote though) that will start in February, exclusively in Spanish and exclusively during the week-end. I'm telling this here because we managed to gather 4 (and possibly 5) of the only 5 Zend certified engineers of Peru to teach it. I'm sure that's going to be a great event. It's going to be a high-level course, so there will be a qualification exam to enter it. If you have developer friends in Peru, pass the word: http://www.dokeoslatino.com/cursos/php

Style broken when installing Dokkeos on one local computer then seeing it from another

A frequent question I've been asked is why, when installing Dokeos on a local computer, then trying to see it from another computer, the styles are broken (the homepage appears as a list of links from top to bottom). This is all a question of Name Resolution (or DNS).

How you did it

The initial problem lies on how you did the installation on your local computer: you downloaded Dokeos, then took the easy way and installed it on "http://localhost/dokeos/", or "http://127.0.0.1", or even your local IP "http://192.168.0.15" for example.

Sakai tricky to install from normal Linux distribution

We have a student working for us on comparisons between various LMSes here, and we recently moved on to Sakai. We've been looking a bit at installing it on an Ubuntu 9.04 and boy... is this a challenge. While there seems to be a few sources of documentation around the web (including on the Sakai website itself) on how to install it, they're all giving a 20 pages-long guide on how to install a specific version of Java (from sources), a specific version of Tomcat (from sources) and a specific version of Sakai (from sources as well).

GMail Sender header problem and using other domains

I've been using GMail for a while now as an SMTP server to send my e-mails from other domains, no matter where I am going. What I realized later is that most of the e-mails I send are getting seen as sent by my account @gmail.com, while I'm actually trying to send them as if they were sent from @dokeos.com. Well, apparently the whole thing is quite compromised.