Typographic Calendar

I’m currently upgrading my home office. While doing this I found out that I wanted a large calendar on the wall. And I wanted to create one myself. I sat down and googled for some calendar inspiration. Here is my…

Add an Apache VirtualHost

This is a quick tip on how you can setup your local environment to quickly access your projects. By adding a VirtualHost, you can access your projects by http://example.local instead of http://localhost/some/path/to/example. I use .local as the tld (Top Level…