There is no shortage of information about style guides. In fact, while I was writing this post I saw a tweet from Brad Frost announcing the launch of styleguides.io which he described as “an open-source website for sharing resources about style guides:...
Read More Website Design Workflow: Creating a Living Style GuideCategory: Tutorial
A Beginner’s Guide to Contributing to WordPress
I’ve been working with WordPress since 2006, but never on WordPress. In other words, I’ve never contributed code. Excited and nervous at the same time, I started asking other team members for help. It was suggested that I start with the handbook, however, my...
Read More A Beginner’s Guide to Contributing to WordPressDebugging with Xdebug, VVV, and Sublime Text
ARE YOU READY TO TAKE YOUR DEBUGGING TO THE NEXT LEVEL?! ARE wp_die AND print_var JUST NOT CUTTING IT!? XDEBUG IS THE ANSWER! Xdebug is a PHP extension that provides advanced debugging capabilities such as breakpoints, watch expressions, and more in-depth error reporting.
Read More Debugging with Xdebug, VVV, and Sublime TextHacking WordPress Search for Fun and Profit!
I spoke at WordCamp SLC last month on the topic of WordPress search. Why did I speak on the topic of WordPress search? you might ask. I mean, everybody knows WordPress search is dumb and doesn’t work very well, you might add....
Read More Hacking WordPress Search for Fun and Profit!Security and Privacy Considerations for Website Owners and Developers
As a multiple website owner and WordPress front-end developer, I am passionate about website security and privacy practices, and the applications and requirements as a modern web developer. I have come to learn that just because you can do something, doesn’t mean...
Read More Security and Privacy Considerations for Website Owners and DevelopersCustomizing MediaElement.js for WordPress
MediaElement.js is a JavaScript library that gives you video and audio play capabilities based on the HTML5 specifications. It includes a Flash wrapper for browsers that don’t support certain codecs or that don’t support the HTML5 <audio> and <video> tags. MediaElement.js has...
Read More Customizing MediaElement.js for WordPressAn Overview of the WordPress JSON API
** UPDATED POST FOR WP-API V2 HERE WordPress has had no formal REST API. There is the crude XMLRPC, but we won’t go into the gory details of the past. As part of Google Summer of Code (GSOC), Ryan McCue submitted a proposal...
Read More An Overview of the WordPress JSON APIWordPress – Up and Running with Grunt, Sass, Bourbon and Neat
So what is Neat? Well Neat is a semantic, lightweight, and powerful grid built on top of Bourbon and Sass. It’s ideal for most grid situations and is a great front-end CSS framework for Responsive Website Design. There are lots of frameworks...
Read More WordPress – Up and Running with Grunt, Sass, Bourbon and NeatDisplaying Your Popular Posts Using Jetpack
Every site owner who is posting fresh, new content frequently wants to have their content read on a regular basis. It does not necessarily matter if it is a returning reader or a brand new one, (though returning readers are awesome!), what...
Read More Displaying Your Popular Posts Using Jetpack