Stopped using InPhonex

I started using InPhonex, a VoIP provider for individual customers, about 2 years ago because I needed a professional phone number in Lima, Perú, and there were very little providers for this kind of number at the time. During the first 6 months, I had disconnect problems almost every week. While discussing with InPhonex support, it appeared they changed their codec, then something was supposedly wrong with my internet line (I had another IP line from Belgium working just fine on the same phone, same internet connexion).

PHP Day Lima 2009 – Retrospective

Before I forget all about it, I want to make a note of what happened, what was good and what could be improved for the PHP Day event we organized jointly with Mobile Bridges, another software development company in Lima. The schedule was the following (translated to English for the purpose of this article):
  • 5.00-5.10pm: Welcome words
  • 5.10-6.00pm: High availability, efficiency, efficacy and interoperability in PHP - Humberto Bejarano, RPP
  • 6.00-6.50pm: Flash with PHP - Alexander Quevedo, Mobile Bridges
  • 6.50-7.40pm: Increasing the coverage of PHP solutions i

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.