Category: Development
-
·
The Secret Life of a Developer Advocate
As the tech industry continues to evolve and grow, the role of developer advocates has become increasingly important. These tech superheroes are the glue that holds the developer community and the companies they work for together, bridging the gap and ensuring that developers have the resources and support they need to be successful. But what…
-
·
Local by Flywheel: An Overview
I’ve been using Vagrant and VVV with VV (a site creation wizard) for a while now as the cornerstone of my development workflow. I have customized my VVV quite a bit over the years, and – while I was happy with it – I was always on the lookout for something better to see if…
-
·
Functions.php Vs Writing a Plugin
When it comes to developing a new site, every developer has a stash of favorite code snippets or reusable modules they keep handy. It could be a homemade widget, a section or module that is adaptable to multiple sites, or custom code that you use to personally extend the functionality of WordPress, but every developer worth their salt…
-
·
Advanced CSS Selectors
It’s my firm belief that between CSS and jQuery, there’s nothing on a page that I can’t manipulate. CSS is amazing in that (as long as the proper hooks are in place) you can use it to manipulate elements with granular precision. What most people don’t realize, however, is that you can use so much…
-
·
PHP ‘include’, ‘get_template_part’, and ‘require’: Best Practices
Including files in a PHP environment can be tricky for new developers. There are no less than four ways to include a file:
-
·
Workflow: Questioning the Tried and True Methods
My workflow, for the curious, looks something like this: Digital wireframe. Overlay wireframe on Photoshop (onto 16 column grid). Design mockups. Solicit feedback from client. Make changes. Get approval from client. Code mockup into CSS/WordPress template. Load Content Browser Check Responsive Check Final Client Check Launch Seems relatively straight-forward, right? I’ve been seeing post after…
-
·
Using A Child Theme in WordPress
If you develop WordPress themes, chances are that you fall into one of two camps. You may be the person who takes premium themes and customizes them to your client’s wishes. Or, you may be a custom builder who writes everything from scratch. Chances are you use a lot of the same code, functions, and…
-
·
Add a Login Box to your Sidebar
I wrote a post a while back detailing how easy it was to add a Login Box to your template. But, it’s even easier, it turns out, to add one to your sidebar. Sidebar Login is a plugin that will let you throw a quick sidebar login box onto your site. And, it’s AJAX compatable,…
-
·
The Case of the Disappearing Widgets
I’ve migrated tons of WordPress sites in my tenure as a WordPress developer, but over the years one thing would always bother me: my widgets kept disappearing. I’d dump the SQL database and import it to the new server only to find that every single widget had vanished. So, I looked for a solution. WP-Migrate-DB (despite…