Pull from Git and Push to Heroku without Creating A Heroku Repo
Since working with Github and Heroku for a few days, I've been really learning a lot. This is one thing that I need not forget in the future.
Moving options from one select dropdown to another select dropdown in Javascript
This tutorial aims to show some code on how to move options from one select dropdown to another.
How to Change a date field type in a Rails Application
I've been studying Ruby on Rails for about a month now and I have been learning a lot. One thing I found out is that Ruby is a weird language. Some people may love it. Some people may hate it.
Today, I was faced by something. Changing a data field type in a Rails application
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.
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.
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.
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.
How to Access Javascript Objects
How do you read objects that with properties that have dots?