User Management System: Part 2

2 Comments

The next part of our user management system we will be creating are the views and css styles. The styles are going to be really simple and basic. Feel free to create your own styles if you want. I will not go too deeply into explaining it.
First we need to setup a directory where all …

Read More

Changes are coming!

No Comments

I haven’t been keeping up with writing an article a week. Mostly due to other personal projects I’ve wanted to complete as well. One of these projects is The Poll Place. Check it out if you haven’t already!
Anyway, now that I’ve got a few projects off my chest I want to get back into writing. …

Read More

Don't Hard Code Your Age!

1 Comment

Even though this is not at all as important as not hardcoding copyright years. It can still a time saver if you happen to hard code your age into a biography on a website.

Read More

CodeIgniter's alternator() function


1 Comment

It’s surprising to me how often I find little functions for tedious tasks, that CodeIgniter already has built in. One of these functions is the alternator() function in the String Helper.

Read More

The Poll Place – Project Launched!

1 Comment

Hey everyone!
I’ve had this project cooking for a while now, and felt I needed to launch it sooner than later. So, here it is: The Poll Place (http://thepollplace.com/)
Check it out! Make some Polls! Vote on others! But most of all, share it with others! My goal is to have this become a competitor to some …

Read More