Laravel 3.2 introduces a lot of new features that will make your life, programming life that is, so much easier. Today I am going to show you how to extend upon the authentication built into laravel using a custom auth…
Just Another Blog
Laravel 3.2 introduces a lot of new features that will make your life, programming life that is, so much easier. Today I am going to show you how to extend upon the authentication built into laravel using a custom auth…
So you like git and you like wordpress? I do too! Here is a short and simple way you can work with a single github.com based repository and host all your WordPress themes. I was faced with designing and programming a…
I was working on my Mac this morning and was using the terminal to do some work with GIT and moving some files around and it dawned on me that the Mac terminal is very plain and lacks some of…
Today I was committing some changes to my SVN repository when it dawned on me how much I love SVN. Why do I love SVN so much you might ask? Simple, I can track all my changes and interact with other developers…
I get asked a lot if MVC Frameworks are useful or not and when they should be used. I think the answer to that questions can be answered generically. Let’s face it, it’s project dependent but there are signs when and when not to use them. First of…