Pressware and Self-Employment Accounting | Tom McFarlin

In this post, I thought I’d share how I’ve gone about managing my books – or how I’ve done self-employment accounting – since working out of Pressware. Not really needed, at least for the moment. But love the ‘final form’ meme 😁 Source: Pressware and Self-Employment Accounting | Tom McFarlin

Understanding Variable Scope in Sass

In this article, we’ll take a deeper look at variables and variable scope in Sass. The scope of a variable describes the context within which it’s defined and therefore where it’s available to use. Basic knowledge. Still, learn about !default and !global flag. Source: Understanding Variable Scope in Sass

Using the WordPress Theme Customizer Media Controls

Jérémy reviews media controls in the new Theme Customizer and a class that extends WP_Customize_Media_Control to allow the control of cropped images. Source: Using the WordPress Theme Customizer Media Controls Just realize the usefulness of WP_Customize_Cropped_Image_Control. More about it can be found here.

WordPress Theme Customizer Code | Tom McFarlin

When working with the WordPress Theme Customizer, you may find yourself writing out inline styles into one of the templates for your theme. Nice tips. But since using a framework, probably this tips already handled. Source: WordPress Theme Customizer Code | Tom McFarlin

JavaScript Helpers For The Theme Customizer | Tom McFarlin

When working with the WordPress Theme Customizer, there’s likely an opportunity to refactor your code such that you can cut out some of the redundancies. Looks useful but not tested yet. Wonder if it’s still needed for the new selective refresh feature. Source: JavaScript Helpers For The Theme Customizer | Tom McFarlin