IDE Netbeans 7.0 is out: PHP, Java SE/EE and C/C++

Netbeans 7 is out. I’ve been using it for PHP, at work as well as at home, for almost two years and I have to say that it has become by far my favourite PHP IDE.

The Netbeans IDE is a project started in 1996 for Java. PHP support started since version 6.5 (late 2008). Since then, version after ve[……]

Read more

Mediawiki: disable account creation

When you install MediaWiki it allows new accounts creation out of the box.
This is not always the behaviour I want. Unfortunately there isn’t an option to disable it from the classic menu “my preferences”.

In fact, to disable it, a line of code needs to be added in the configuration file “LocalS[……]

Read more

How to configure sendmail as a SMART HOST

Sometimes I need to test the email functionality of a php website on my local machine. The best and easiest (to configure) way I found so far is using sendmail as smart host.
A smart host is a software which allows an SMTP server to route email to an intermediate mail server rather than directly to[……]

Read more

How to install “as many Operating Systems as you want” in one machine

Do you often have the need, or want the pleasure, to try a new operating system?
Do you prefer using a “real machine” rather than creating a virtual one (like VMware or Virtualbox for instance)?
Have you got a spare machine for this purpose?
Ok, if you responded “Yes” to all the above, please rea[……]

Read more

How to create a simple WordPress Child Theme

There is a right and wrong way of editing a WordPress theme. If you modify the original one, every time there is an update all your changes will be lost. Yes, you guessed it. This is the wrong way!
Since WordPress 3.0 child themes are extremely easy to implement.

What are child themes?
As Wordp[……]

Read more

Sharing Internet connection trough an ethernet card with Ubuntu

If you have more than one network card (eg: wireless and ethernet like in a normal laptop) you can decide to share your Internet connection with another computer via the ethernet cable.
“When should I need such a thing?” you say. I know, I know… let me explain. :-)

For example the other day I[……]

Read more