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.

Continue reading How to fix uninitialized constant MysqlCompat::MysqlRes

 

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?

Continue reading How do you find your IP Address 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.

Continue reading How to show all Child Pages in 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.

Continue reading How to Delete Terminal History

 

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.

Continue reading How to Uninstall RVM

 

Using mysqldump to backup a database

Posted by teejay on January 3, 2012

mysqldump is quite a nice program for downloading and SQL dump from a mysql server. It's quite easy to use. Here's a basic mysqldump usage for backing up a database.

Continue reading Using mysqldump to backup a database

 

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

Continue reading Install Apache on Ubuntu

 

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.

Continue reading Create a Virtual field in Rails