Choosing a font to use in your editor is a very important step in your workflow that many developers don't think twice about. Small things…
I'm a big keyboard shortcut user. After a while you may find that you are running out of easy keyboard shortcuts. One little trick that…
Testing on other browsers can be a pain, especially if you are on a Mac and need to test on the many versions of Internet Explorer. Microso…
Quick 1 minute tip for enabling keyboard tabbing on OSX. Never use that mouse to click "Dont' Save" again. To enable, Open System…
One of my favourite things about Sublime Text is the Emmet package. Most people know it for the code completions, but it also has a handful…
is a fantastic little library of Animations that takes the messy keyframing out of web animations. While they can definitely…
Toggling comments in Sublime Text is broken and it's time you fix it. If you work with HTML/JavaScript you have probably run into this…
If you are a terminal or command line power user, you often want to open in from Sublime Text right from the cmd line. Often something like…
When it comes time to migrate wordpress, it isn't all that easy. You have a number of things to move over including your database, your…
In JavaScript or jQuery you often need to find out which key was pressed. Unfortunately, we don't have it as easy as comparing it against a…