Facebook: Creating your first APP in PHP

So you finally decided you want to create a Facebook app to make your million dollar idea pay off a million dollars! Great!   Cutting to the chase:   1. Install the Developers App so you can get started creating apps on Facebook. https://developers.facebook.com/ and click Allow 2. Create and… Continue reading

My current methods while using Kohana 3.0.8 – part 1

I’ve finally decided to get started on documenting how I’ve been using this wonderful framework. So if you’re patient enough to deal with my crazy schedule (meaning this series may take a while to be finish), fasten your seatbelt: First of all: Know your environment (your public html folder, a… Continue reading

Outlook XP: Configurando conta de email do Google Apps

Para configurar o Outlook para uma conta de email hospedada usando Google Apps, siga os passos a seguir, após ter certeza que seguiu o tutorial para ativar acesso IMAP à conta. (É preferencia minha acesso IMAP à contas de email, que dessa maneira, todo dispositivo que uso para acessar cada… Continue reading

Habilitar acesso IMAP num email no Google Apps

01-Acesse http://mail.<SEU_DOMINIO> Por exemplo http://mail.exemplo.com.br 02-Digite o nome de usuário (a parte do endereço de email antes do @ ) e a senha. 03-Dependendo das configurações de seu navegador, você terá a opção de lembrar a senha digitada. 04-Na primeira vez que você acessar sua conta, será necessário digitar um… Continue reading

Criando sua conta no Registro.br

Para criar uma conta no Registro.br (possibilitando assim que você seja o(a) dono(a) de seus próprios domínios, siga o passo-a-passo abaixo: 1 – Abra seu navegador internet e acesse http://registro.br     Isso mesmo, não tem o “.com”  🙂 2 – Clique em “Registro” no menu superior 3 – Clique em “Não… Continue reading

Creating a content controller using Kohana v3.0

These are the things I needed to change on .httacess to have kohana default files working before creating my first controller:  # Turn on URL rewriting RewriteEngine On # Installation directory RewriteBase /kohana/ # Protect hidden files from being viewed <Files .*> Order Deny,Allow Deny From All </Files> # Protect… Continue reading

Working with Kohana PHP Framework v2.3.4

Let’s start working with Kohana (I’ve actually been working with it for a while and thought would be nice to share my experiences)! First thing you want to do is download it and extract it to a folder on your webserver. You can read about it and download it at:… Continue reading