Top 11 Programming Fonts for your Text Editor and Terminal

Top 11 Programming Fonts for your Text Editor and Terminal

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...

Remap your Caps Lock key to be more Useful!

Remap your Caps Lock key to be more Useful!

I'm a big keyboard shortcut user. After a while you may find that you are running out of easy keyboard shortcuts.

Painless IE Testing with Virtual Box and Modern.ie

Painless IE Testing with Virtual Box and Modern.ie

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.

Enable Keyboard Tabbing to OSX dialog boxes

Enable Keyboard Tabbing to OSX dialog boxes

Quick 1 minute tip for enabling keyboard tabbing on OSX. Never use that mouse to click "Dont' Save" again.

Value Bumping in Sublime Text with Emmet ↑ ↓

Value Bumping in Sublime Text with Emmet ↑ ↓

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...

Using Animate.css and jQuery for easy Web Animation

Using Animate.css and jQuery for easy Web Animation

Animate.css Β is a fantastic little library of Animations that takes theΒ messy keyframing out of web animations. While they can definitely...

Fixing toggle comment on script tags  in Sublime Text

Fixing toggle comment on script tags in Sublime Text

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...

Sublime Text subl command line access on windows

Sublime Text subl command line access on windows

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...

Migrate WordPress like a Pro

Migrate WordPress like a Pro

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...

Introducing KeyCode.info – Easy JavaScript Event Keycodes

Introducing KeyCode.info – Easy JavaScript Event Keycodes

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...