PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

How to fix uninitialized constant MysqlCompat::MysqlRes

Posted by teejay on January 23, 2012

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

Posted by teejay on January 23, 2012

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

Posted by teejay on January 22, 2012

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

Posted by teejay on January 17, 2012

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

Posted by teejay on January 17, 2012

You never know when you need to uninstall RVM. Here's a simple way to uninstall RVM.

Install Apache on Ubuntu

Posted by teejay on December 30, 2011

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

Posted by teejay on March 9, 2011

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

Posted by teejay on March 7, 2011

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