Develop For Chrome Cast

What’s This? Yesterday I set out on a mission to start writing my first Chromecast app. What I found was a woefully incomplete amount of documentation via Google and several disaparate little projects that other developers had worked on. While...

Organize Outlook With Rules

If you are an Outlook.com user, you may be interested to know that setting up rules to manage your incoming and outgoing emails can make your life a whole lot simpler. What are rules? In their simplest form, Outlook rules...

Markdown Styles

Features Ready-made CSS stylesheets for Markdown, just copy the assets folder you want Bundled with generate-md, a small tool that converts a folder of Markdown documents into a output folder of HTML documents, preserving the directory structure Use your own...

Quick & Dirty Guide to Vim

In the world of text editors, there’s a plethora of options out there. If you’ve ever Googled “how to edit HTML sites” or some such, you know what we mean. Allow us, then, to introduce you to VIM, a free...

GIT Aliases Explained

Intro to Git Aliases An alias is simply a way to add a shorthand for a common Git command or set of Git commands. Some are quite simple. For example, here’s a common one: git config --global alias.co checkout This...