Odds & Sods
Notes from the shop — process, tools, and the occasional opinion.
November 11, 2014
Prevent Mission Control from rearranging desktop spaces
By default, OS X rearranges desktop spaces based on usage. If you're like me and want to keep apps and desktops in nice tight…
November 4, 2014
Update MAMP Pro
The updating process with most Mac software is painless, especially App Store apps. Not so with MAMP. Since I have such a hard time…
October 28, 2014
Working with Placester MLS/IDX
We recently relaunched a site for local Park City real estate agent Nancy Tallman, built around Placester, which provides solutions for IDX/MLS integration. While…
October 20, 2014
FontExplorer X Pro detected an unauthorized bundle modification
After upgrading to Yosemite this morning I got the following error from FontExplorer X Pro: "FontExplorer X Pro detected an unauthorized bundle modification. Please…
October 6, 2014
ACF: Get Post Object data within a Repeater
I absolutely love Advanced Custom Fields. It's part of the reason I love using WordPress so much. It makes things very easy for clients,…
August 29, 2014
Change Woocommerce New Order reply-to address to customer
A client wanted to be able to easily contact customers through the New Order admin notification in Woocommerce by simply replying to that notification.…
August 29, 2014
From Codekit to Grunt and back
I've used Codekit since the day I started with Sass. It helped me understand Sass and make my CSS authoring fun again. A few…
August 4, 2014
Remove previously tracked file from git repository
Here's a simple git command that will remove a previously tracked file from a git repository: git rm --cached <file> The file will be…
August 4, 2014
Everything You Need to Know About Planet Earth
[youtube=https://www.youtube.com/watch?v=JGXi_9A__Vc] Seriously cool graphic video of stuff to know about the earth.
July 28, 2014
Modify theme layout in Hybrid Core
Here's how to modify the Theme Layouts extension in Hybrid Core: in functions.php: You can then hide sidebars and such like so: in a…