Web development

Generating a project changelog using git log

This is a simple and quick way to generate a changelog for your project using your git commit messages

An introduction to Git and Git website deployments

This post is an introduction for web developers who may have never used version control before. Learn how to control your websites' source code and even deploy the site without using ftp.

How to move files from one server to another with PHP

I recently needed to move a number of files from one server to another. I didn't feel like downloading them from the old server and then uploading them again so I threw together a super simple php script to do the job.