Business, Tech, Life, and Whatever else

From the category archives:

Popular

CodeIgniter Authorization

by Eric Barnes on July 10, 2009

Today I wanted to showcase some of the popular authorization systems that work with CodeIgniter. From what I can see this is one of the biggest areas the framework is missing. But I also see their point of view because everyone and their brother wants a different setup or want to it perform [...]

{ 6 comments }

Merging and Syncing Folders on a Mac

by Eric Barnes on March 22, 2009

I have been on a Mac now for around a year and a half and one thing I never could understand is when you want to paste a folder with the same name you only have the option to “Replace” or “Cancel”. No merging or syncing like you have on Windows.
Most of the [...]

{ 0 comments }

Wordpress and Google Apps

by Eric Barnes on December 21, 2008

A few weeks ago I decided to sign up this domain with Google Apps. I use their services so much it really just made sense. One of the draw backs I later found about was that php mail() function wouldn’t work any longer. I spent hours trying to find a solution and [...]

{ 2 comments }

jQuery pass variables to functions

by Eric Barnes on September 22, 2008

I have been working with jQuery recently because we are going to be using it in the 4.1 release of 68 Classifieds. One of the things I couldn’t get my head around was how to pass the id of a database record to a jQuery click function.
For example in regular javascript I had:

{ 21 comments }

Code Igniter Template Tutorial

by Eric Barnes on July 7, 2008

I have recently been using CodeIgniter and I will say it is an awesome framework to work with.
As I am jumping into creating my application I did come across a neat or useful way to structure your views so that you can allow the administrator of the site to select which template they want [...]

{ 11 comments }