Using PHPMailer with Yii Framework
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
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
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
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
How do you read objects that with properties that have dots?
Continue reading How to Access Javascript Objects
How to Delete your Browser History
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?
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
What exactly are web-safe colors?
Continue reading Web Safe Colors