How to fix uninitialized constant MysqlCompat::MysqlRes
I've never ever seen an error like this except on the current IMac I've been using. A few internet searches and I've finally found an answer.
How do you find your IP Address in Ubuntu
In Windows, typing ipconfig from the command line is the easiest way to get your IP address. How do you do it in Ubuntu?
How to show all Child Pages in Wordpress
I have an urge to learn wordpress, the world's most used blogging platform. With this I have been migrating my resources from FrogCMS to Wordpress.
How to Delete Terminal History
I am quite a security freak. I don't even want to have my terminal history left on my work computer.
How to Uninstall RVM
You never know when you need to uninstall RVM. Here's a simple way to uninstall RVM.
Install Apache on Ubuntu
Apache has been a go to for PHP development as it is one of the LAMP stack devfinitions. A is for Apache
Create a Virtual field in Rails
Being new to Rails, I didn't know how to create a virtual field. In CakePHP you'd need to create a public property and assignment will be there. However, in Rails, this isn't the way.
Fixing unexpected kEND
As a ruby and rails newbie, I have been bugged by this syntax error from the beginning. However, there are things I've found out that I should be looking at when having this error