PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

How to Setup the Home Page on your CakePHP Application

Posted by teejay on March 19, 2009

Been playing a lot with CakePHP and I have been having fun.

After playing around my simple application, setting up controllers, views, models, authentication and lots of other stuff. I wondered, how to I ever change the home page content?

How to Prevent CSS and Javascript Caching

Posted by teejay on March 19, 2009

Browsers have a tendency to cache Javascript and CSS files. I have been recently using this technique because sometime we want results fast!

How to Validate Philippine Cellphone Numbers via Regular Expressions

Posted by teejay on March 18, 2009

I was once given this test in a company I applied as a PHP programmer for. Thanks to a few minutes on Rubular and some studying, I finally got the answer.

First Bite at CakePHP

Posted by teejay on March 16, 2009

I have been nibbling at CakePHP for a few days and I can say that it's indeed a powerful PHP framework.

Tools I use for Web Development

Posted by teejay on March 13, 2009

As UI Patterns, say it

It has long been common practice to use recurring solutions to solve common problems.

A PHP Framework

I've been using the CodeIgniter PHP Framework for just less than a year now and it's still one of my best choices when doing php development.

Rubular: a Ruby regular expression editor

Posted by teejay on March 12, 2009

I am not a regular expressions guy but I can say that I've improved a lot. Not that I've been reading on Regular Expressions but because I've found out a better way of learning. Through testing.

Cake Production set up on Shared hosting

Posted by teejay on March 12, 2009

I've been scouring forums, blogs and lately Stackoverflow for a glimpse of how to set up Cake on a shared hosting environment.

Learning Ruby

Posted by teejay on March 10, 2009

Being a PHP programmer for a while, I have decided to try out a great scripting language which is Ruby.

Ruby is a language that was created in the 1990's and is now becoming extremely popular due to Rails.