PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

Pull from Git and Push to Heroku without Creating A Heroku Repo

Posted by teejay on February 17, 2011

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

Posted by teejay on February 10, 2011

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

Posted by teejay on February 4, 2011

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

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.

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.

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.

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.

How to Access Javascript Objects

Posted by teejay on December 10, 2010

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