Instant filler text for your mockups and wireframes

Aren’t filler headlines fun to write? They’re even more entertaining when you haven’t slept in 24 hours. When I edited the student newspaper in college, my fellow editors and I would pull an all-nighter every Thursday to get the weekly edition “put to bed.” We’d compete to see who could come up with the most… Continue reading Instant filler text for your mockups and wireframes

How to get even the trickiest relative paths right–every time

It’s got to be the most frustrating problem in programming. You add a new file to your program, maybe a whizbang jQuery plugin. Then you start coding away, incorporating it into your site. But when you go to test it … nothing. It silently fails. You double check your syntax, looks OK. No errors in… Continue reading How to get even the trickiest relative paths right–every time

Rot your brain in no time flat

Does autocomplete promote brain rot? There’s a longstanding debate over whether code completion features in editors are more harmful than they are helpful. When I first started coding professionally, I found this feature incredibly intrusive. Every time I’d type a few characters, my IDE (usually Visual Studio) would flash a menu at me, whether I… Continue reading Rot your brain in no time flat

Save yourself some embarrassment with this Sublime Text plugin

My first job out of college had nothing to do with programming. I worked at my alma mater in the public relations department as a writer and proofreader. The irony here is that, prior to college, I hated writing–and I was a terrible speller. What could go wrong? The PR department frequently sent out mass mailings to… Continue reading Save yourself some embarrassment with this Sublime Text plugin

Every Sublime Text shortcut, right at your fingertips

Rejection hurts. As part of creating Writing Sublime Plugins, I went through the process of building my own keyboard mappings plugin and submitting it to Package Control. I was excited to get my plugin out there. But then my pull request was denied. What? That’s a thing? At the time I didn’t realize that Package Control… Continue reading Every Sublime Text shortcut, right at your fingertips