Lover of programming, maker of monsters
There are a lot of fun technologies that have matured since I took my ski-bum sabbatical over the winter, and I am doing my best to bring my skills back up to speed. They weren’t all that far behind, but given my newfound motivation and availability for side projects, I’m really excited to delve into…
Of all the talks I’ve given, the “The Five-Figure WordPress Website” is my favorite. It’s a thorough look at the process I use to make WordPress websites in my freelance practice, and I’m really happy to share the process it’s taken me many years to fine tune. With that in mind, here are a bunch…
If I had a nickel for every time I heard this question: “I want to make a website, but I know nothing about websites. Should I use Squarespace or WordPress? Something else?” In reality I’d have less than a dollar, but I hear it enough that it’s time to write a serious post answering the…
I’m currently working on a style guide for a Rails app (fun!). The documentation is built as a baby Rails app of it’s own, thus in Haml, an HTML pre-processor (think Sass, but for HTML). Like any style guide worth it’s salt, I wanted to have a block of the markup for each element alongside…
Although Timber ultimately simplifies templating in WordPress, there’s a bit of a barrier to entry. If you haven’t worked in a templating language before, it takes some time to get a handle on what’s possible. The following are some introductory Twig concepts and snippets I’ve found particularly useful when working with Timber and Advanced Custom…
@include upperspace;
I’ve made a few websites over the past year or so, and I finally feel like I’ve nailed down the process. Of course there’s a lot more to it, but potentially the most useful, simple, and adorably named part has been a typography mixin I call upperspace: @mixin upperspace { letter-spacing: 1px; text-transform: uppercase; }…
A recap of my talk “Sassy WordPress” along with some updates I’ll add should I give the talk again.
I found the Twig documentation for using key value pairs from PHP arrays a little sparse, so thought I’d elaborate.
I’m excited to officially announce the launch of MTNmeister.com. It was really fun to build, thanks to my new favorite pair of things in the world: Timber with Advanced Custom Fields. I’d like to share some highlights of my process, and maybe even convince you to try out Timber on your next project.
The words were all there when you talked about the topic in conversation yesterday, but when it comes to actually writing the post…impossible. But wait, that’s just it! Record yourself talking about it. I spend roughly 23% of my life walking (that’s an exaggeration, but I do walk a lot). Why not write a blog…
How to hide .sass-cache from your Sublime so that it doesn’t show up in search.
I kind of roll my eyes at productivity posts, and yes, this is another productivity post. But, I’m really good at Inbox 0 and have been complimented a few times on my Gmail set up, so…ti
Type this into the command line: sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist thanks to iGerry
I’m constantly reading about workflows and new tools, and don’t really get a chance to use them until something fresh comes around (or if I make an extra 5 hrs to try them out). Anyhow, I’ve got some WordPress in the works and wanted to share these excellent finds. WP-CLI: A command line interface for…