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 EditorCategory: Development
WebDevStudios Dances the Calypso
Recently, Automattic (the company behind WordPress.com) released a pure JavaScript version of their website hosting and creation service in the form of a formidable desktop app called Calypso. The new WordPress.com codebase moves WordPress away from MySQL and PHP. It’s built entirely in JavaScript, and...
Read More WebDevStudios Dances the CalypsoWhy Everyone Should Learn a Little Bit of Code
In my freelance days, I remember sitting on the worn leather seats of my Panera office, listening to the cries of small business owners tell me about how much money they had wasted on the programmers before me. Like a bad couples...
Read More Why Everyone Should Learn a Little Bit of CodeGetting Started with WordPress Hooks
It is well-known that WordPress is one of the most popular Content Management Systems available for building and maintaining a website. While a big part of that success is due to the ease-of-use, another big part of that is the wide variety of...
Read More Getting Started with WordPress HooksWriting Clean(er) JavaScript
JavaScript, like many programming languages, has some great ways to compartmentalize and structure code to make it more maintainable, more readable, and more reliable. This post will cover two things that can help developers to organize their code: namespacing and singletons.
Read More Writing Clean(er) JavaScriptRecent Changes to generator-plugin-wp
I last went over the features of generator-plugin-wp in May and a lot has changed since then! There are three more sub-generators (and more on the way), the JavaScript workflow is improved, PHPUnit tests are built in for the main plugin generator and all...
Read More Recent Changes to generator-plugin-wpSolving the Responsive Images Problem with WordPress Responsive Images
The quest for a beautiful, responsive website is ever-present. As front-end developers, we know the tricks of the trade when it comes to making all of those fancy little features work from desktop to mobile. Whether it’s degrading hover-based actions gracefully or...
Read More Solving the Responsive Images Problem with WordPress Responsive ImagesIntroducing vv 1.9: The Most Feature-Filled Release Yet
Introducing version 1.9 of vv! In the WordPress world, quite a few developers use Varying Vagrant Vagrants for their local development environments. Just under a year ago, I started building Variable VVV, a tool to help people leverage VVV and make it easier...
Read More Introducing vv 1.9: The Most Feature-Filled Release YetBuddyPress: Adding Custom Notifications
Social networks run on notifications and BuddyPress helps make that happen. BuddyPress sends out notifications for various actions on the site, like when you get a message from a friend or when someone replies to your status update. Though BuddyPress sends out quite...
Read More BuddyPress: Adding Custom Notifications