Front end development is an ever-evolving profession with new processes and skills to absorb and implement as the web grows. There are always cool new ways to do things and it’s a community of passionate people sharing great information that can almost...
Read More Front-End Dev Resources, Tips, & Tricks You May Have MissedCategory: Workflow & Tools
Helpful Packages for Atom Editor
It has been a few months since I’ve transitioned from using Panic’s Coda 2 to using Github’s Atom editor as my main application for working with code. I tried switching to Sublime Text a few times, and never successfully gave it a...
Read More Helpful Packages for Atom EditorWebsite Design Workflow: Creating a Living Style Guide
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 GuideCustomizing 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 WordPressWordPress – 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 NeatIntegrating Font Awesome Icons in bbPress
The amount of thought and time that goes into designing a universally accepted icon is amazing. Choosing when to utilize icons to represent interfacing elements is paramount to whether users will understand, and seamlessly navigate areas of a website. Previously, website icons...
Read More Integrating Font Awesome Icons in bbPressUnit Testing Your Plugins
So you have an amazing plugin, and it’s starting to get bigger and the bug reports are piling up (or better you are are starting a new plugin and you wanna do it right). Unfortunately getting PHPUnit to properly function with WordPress...
Read More Unit Testing Your PluginsDisplay Likes, Tweets, Page Views, and Comment Counts in Posts
Here at WebDevStudios we do a bunch of heavy lifting for clients. It’s rare for us to install “XYZ plug-in” and call it a day. One client wanted to display likes, tweets, page views, and comment counts, via custom buttons, for about twenty posts on the...
Read More Display Likes, Tweets, Page Views, and Comment Counts in Posts