CSS Dropdown Menu hides behind Videos

Yes, that’s an annoying one – and it has less to do with your Theme’s CSS and more to do with teh Flash Player. Easy remidy is at hand, even though it means that you need to add code to each video. Here’s how you do it: Your videos will be embedded with both <OBJECT> … Read more

How to install MySQL on CentOS

Assuming you’d like to run WordPress on your very own vanilla CentOS system, open a terminal window and do the following: yum install php-mysql mysql mysql-server /sbin/chkconfig –levels 235 mysqld on /etc/init.d/mysqld start You have to be logged on as root to do this. The next thing you probably want to do is create a … Read more