Irish traffic to drive on right

The Irish Government will start the process of converting our traffic system to a right hand drive one in the next few months. The current system of driving on the left is a legacy of British rule in this country but now that we’re part of the EU this change is finally taking place. Grandad has more details on his blog.

I expect this will be a welcome change for tourists and foreign travelers to our shores, especially Polish people who will no doubt start businesses teaching people to drive on the wrong other side of the road.

Initially, all buses and articulated vehicles will move to the right to allow for a period of adjustment. Car owners may opt to make the switch themselves on an individual basis, depending on their level of confidence.

Starting on the 1st of August, all motorists outside city limits will be required to drive on the right. And finally on the 1st September, all city traffic will make the transition.

Cannot load mysql extension. Please check your PHP configuration.

A friend recently had a problem configuring a new server. He installed PHP, Apache, MySQL and phpMyAdmin but when he launched it he got the following error:

phpMyAdmin – Error
Cannot load mysql extension. Please check your PHP configuration.

If you’ve installed all of the above more than once you’ll know what is more than likely wrong. The MySQL PHP module isn’t loaded. First of all, you must find your php.ini. It could be anywhere but if you create a small php file with the phpinfo(); command it will tell you where it is. Common places include /etc/apache/, /etc/php4/apache2/php.ini, /etc/php5/apache2/php.ini or even /usr/local/lib/php.ini

Edit your server’s php.ini and look for the following line. Remove the ‘;’ from the start of the line and restart Apache. Things should work fine now!

;extension=mysql.so

should become

extension=mysql.so

Irish Blog Awards on March 3rd

The second Irish Blog Awards will take place on the 3rd of March in Dublin. Damien wants to know if you’re going so leave a comment on his post if you’re interested. I have yet to make up my mind but there’s already a number of comments left and it will probably be even bigger than last year!

If your company is looking for exposure in the blogging community, there are a number of sponsorship slots still left to fill. More details on the page linked above.

Videojug – life explained on film

Videojug explains how to do the most common things in life but also a few things you may not have thought about such as passionate kissing and how to ask a woman on a date. How to be the perfect boyfriend is hilarious! In just over three minutes you too can have a blissfull relationship! Of course, for the girls, there’s how to be the perfect girlfriend too. Ladies, be sure to watch it! (via Ray D’Arcy’s show)

Besides the above videos, there are also more practical videos on changing a tire, how to unblock a toilet and where would we be without how to suck an egg into a bottle.

If that’s not enough, there’s also Expert Village. Phew.

Continue reading “Videojug – life explained on film”