WordPress Theme Logo Plugin
Tada I would like to introduce you to my first WordPress plugin. I had a problem I had to solve with a client blog system. They have multiple websites but each site would need a specific logo and they asked that they could change the logo them selves. So, me not knowing how to make a plugin decided to research how to [Read More …]
Restricting Site Access with Kohana Auth Module
Overview Have you ever needed to block off access to any of your pages… Like the administration panel of a website? Today I’m going to show you the simple code to do this. We are going to need to enable a module but that’s really easy. What do we need? First of all, ask yourself what you want to do. So, I [Read More …]
What is a Controller
Intro Welcome to day 2 of Learning how to use Kohana. Today I’m going to show you what a controller is and how to use a controller. If you haven’t installed Kohana then you may view my first tutorial Starting Kohana Development. This will teach how how to install it, and once you have done that you will be ready to learn [Read More …]
Starting Kohana Development
Intro This is the first post in a new series on how to develop applications using the Kohana HMVC framework 3.0+. If you are unfamiliar with php, you should learn how to program with php first. Today we are going to go over simple installation and configuration so that we have something to work with. I’m going to try and dumb it [Read More …]

