Category: Tips for Developers

  • 9 Tools You Should Be Using In Your Plugin Development

    As web technology rapidly (and constantly) advances, it’s important to learn how to use modern technology to keep up with your rival developers, or risk losing out on much-needed work. While there’s a little bit of a learning curve for every new tool, being an early adopter helps you stay at the top of your…

    Learn More


  • An Easy Guide to Creating WordPress Workflow Documentation

    I like to think of workflow documentation as a sort of playbook for WordPress professionals. Think about it like this: Sports coaches and players rely on playbooks to provide them with tried-and-true strategies to win games. And, beyond that, those playbooks provide them with the physical steps and maneuvers needed to properly execute those strategies.…

    Learn More


  • A Step-by-Step Quality Assurance Plan for Your WordPress Site

    A brand new business might shell out $3K on a website and think it’s getting a bargain. However, when prospective customers start running away in droves because the site is: Slow Buggy Confusing Frustrating Unsafe Broken Well… It’ll quickly prove to be one of those “you get what you paid for”-kind of situations. I guess…

    Learn More


  • The WordPress Codex: An Invaluable Resource for Better Coding

    WordPress users and developers occasionally run into things that trip them up — this applies not only to novice users but to experienced WordPress developers as well. WordPress does not provide a dedicated support team to field questions or concerns, but their support forum is very helpful and manned by experienced and knowledgeable WordPress volunteers. You…

    Learn More


  • 8 Questions with WordPress Writer & Developer Rachel Adnyana

    We’re all about spreading the love within the WordPress community. With that, we’re reviving an old practice of ours where we interview folks doing impressive things within WordPress, and share it here on the Pagely blog. This is the first of our revamped interview series, where we spoke with Rachel Adnyana, editor for Design Bombs…

    Learn More


  • 8 Web Design and Development Tools You Need to Know About

    One of the things many people struggle with at work is making time to find ways to work smarter. It’s not like any of us don’t want to work smarter or faster. It’s just that mentality of “If it ain’t broke, don’t fix it” that has a way of seeping in when we think about…

    Learn More


  • How to Address Object Injection Vulnerabilities in PHP

    I have been discussing the risks related to PHP Object Injection or insecure usage of unserialize() and how this insecure coding practice is unfortunately very prevalent in the WordPress plugin ecosystem. This post is for plugin (and really any PHP) developers for the purpose to share why you shouldn’t unseralize() data sent from untrusted sources,…

    Learn More


  • How to use React with the WordPress REST API

    I remember back when I learned how to develop for WordPress, I spent weeks in the Codex, learning the template hierarchy, the template tags, and so on. The Codex was like my Hitchhiker’s Guide To The Galaxy: they might as well have printed “DON’T PANIC” on the front, because it kept me learning at a…

    Learn More


  • Advanced CSS: 5 New Methods That You Might Not Know About

    CSS is a great way for web developers to keep style and content separate. You can use it for things like styling block quotes in WordPress, but it can also be so much more than that. In this article, we’ll take a look at five things you can do with advanced CSS that you may…

    Learn More


  • Narrowing WordPress Search

    One thing you should know about me is that while I’m pretty savvy when it comes to building things for the web today, I’m still pretty new to it. I spent my childhood building theme parks in Roller Coaster Tycoon, not Flash games for Newgrounds. Rather, I gravitated toward web development during the final year…

    Learn More