PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

Using PHPMailer with Yii Framework

Posted by teejay on January 2, 2011

This is a simple code you can use if you want to use PHPMailer and Yii together. This sample uses SMTP.

Continue reading Using PHPMailer with Yii Framework

 

How to Disable Wordpress Revisions

Posted by teejay on December 20, 2010

Wordpress saves post revisions for each saved edit to a post or a page. This savesare activated by you clicking on the Save button or by Wordpress' auto-save feature. However, what happens when we have a few thousand records of revisions? Yes, your wordpress installation will slow down. Here's how to disable that.

Continue reading How to Disable Wordpress Revisions

 

Why do you get a 403 error using Gii

Posted by teejay on December 13, 2010

let's be honest, you isn't playing with frameworks at the moment. I am. My recent framework encounter is with Yii and I have been following the instructions on creating your first app. I just encountered a problem: a 403 error.

Continue reading Why do you get a 403 error using Gii

 

How to View Microsoft Outlook Headers

Posted by teejay on December 12, 2010

There are a lot of reasons why you would want to look at an email's headers. I'm here to show you how to view an emails full headers via Microsoft Outlook.

Continue reading How to View Microsoft Outlook Headers

 

How to Access Javascript Objects

Posted by teejay on December 10, 2010

How do you read objects that with properties that have dots?

Continue reading How to Access Javascript Objects

 

How to Delete your Browser History

Posted by teejay on December 9, 2010

Security issues are in the air as a lot of people's facebook accounts get hacked, a lot of emails get compromised. While these are certainly possible, simply deleting browser history could help you weed out a bit of problems.

Continue reading How to Delete your Browser History

 

How to Delete a Directory from SSH?

Posted by teejay on December 8, 2010

I am quite new to this SSH terminal speak.

I have always googled anything I wanted to know about SSH and this is one of them.

Continue reading How to Delete a Directory from SSH?

 

Web Safe Colors

Posted by teejay on December 8, 2010

What exactly are web-safe colors?

Continue reading Web Safe Colors