Working with Git (or some type of subversion control system) makes web development so much easier. It’s greatly beneficial for teams, but it’s still very advantageous for even solo web developers too. I’ve recently worked with a small team to develop
Implementing DropzoneJS with Laravel 4
DropzoneJS is a great little Javascript library put together by Matias Meno. By placing the code in your webpage, you can create a drag and drop multi-file upload utility. Or if the browser doesn’t support drag and drop, you can
Laravel Homestead Server with PuTTY and Private Key File
One of the local development environments I’ve been working from lately is the Laravel Homestead server setup through a VirtualBox put together by Taylor Otwell. This instance is running Ubuntu 14.04, with support for several web development tools. The idea
Using Bower Package Manager to Install Bootstrap on Windows 8

The web development world doesn’t seem to be too Windows friendly. It seems like every Youtube or +NetTut video I watch demonstrating a new technique is done on an iMAC. So when I go to use some of these utilities