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 while…

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

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

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…

HST and Selling Digital Goods Online

I'm preparing to sell my e-book on Sublime Text very soon. Part of that is building the online checkout module. I was hoping to just use a…

Associate Sublime Text with Git

By default, git uses Vim as the editor for commit/rebase messages. This can be somewhat limiting if you aren't comfortable with using Vim…

View CSS Colours in Sublime Text with GutterColor

At my jQueryTO talk I showed a new Sublime Text Package called GutterColor that allows you to view your CSS colours in your gutter…

Life as a Freelancer — Notes and Video Recording

Three things I love are coding, teaching and running a business. I'm fortunate enough to do all three for a living. Doing so I get a ton of…

CSS Flexbox Video Series - widths, heights and Layout — Learn CSS3 Flexbox — 3/6

Third video looking at how we can use width and height with flexbox to create layouts. http://www.youtube.com/watch?v=KCZdKnP5PHo

CSS Flexbox Video Series - Flexbox order, re-ordering columns and rows — 2/6

The second instalment of the CSS3 FlexBox video series. This video will show you how to use order, re-ordering and columns to achieve an…