If you’re a plugin developer with multiple plugins in the repository, it can be hard to make sure they’re all up to date. If you aren’t regularly monitoring all of your plugins, you might get a notice like this: This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress If a WordPress plugin isn’t updated regularly, it may be considered abandoned. Abandoned plugins can be a security threat and will eventually stop working as it loses compatibility. Plugin abandonment can happen […]
Become a Better WordPress Developer with these Local Development Plugins
Workflow is an important part of any WordPress developer’s job. However, some people can get stuck in the way they’ve always done things, and that can be very limiting. Some developers employ what’s called Cowboy Coding. Cowboy coding is an undisciplined approach to software development that gives programmers complete control over the development process. In this context, cowboy is a synonym for maverick — a loner who does things his own way. While that’s the official definition, this is how I define it: Non-agile No design No testing No requirements Unmaintainable code No feedback from users No schedule or deadlines No […]
Why Startups Should Use WordPress
Working on the first official pitch for your startup can be nerve-wracking because you’re asking people to take a chance on you. The only way to get your company off the ground is to start working. Part of that is having a professional website. There are some disheartening statistics surrounding startups. 50 percent of the new businesses fail in the first five years. 95 percent of the startup owners have at least a bachelor’s degree. Raising capital is the hardest thing to do These numbers are pretty daunting, but that doesn’t stop from thousands of people from starting their own business every day. […]
Make Your Next WordPress Product SaaS
The cloud concept has evolved dramatically in the last decade, and it has opened new gateways for businesses. The rapidly diversifying world of SaaS (software as a service) solutions illustrate the value of cloud technology. In fact, according to Forbes, “cloud-based business application services revenue forecasts the market growing from $13.5B in 2011 to $32.8B in 2016, attaining a 19.5 percent CAGR.” WordPress, which currently powers more than 27 percent of the entire internet, combined with the SaaS application model, opens up an entire world of opportunity. Using a SaaS Model for a WordPress Product Because WordPress is open source, developers are continually working […]
Why You Should Choose WordPress to Manage Your Nonprofit Website
WordPress is a great option for a nonprofit company. It’s easy to learn, cheap to use, and doesn’t take much management. For a small team with limited resources, it’s a great way to get online fast. Using the CMS allows a nonprofit organization to save time and money and still have a professional online presence. That said, simply adding a PayPal “donate” button can look dull and insecure. You need employ better solution to make sure people not only trust you as an organization but are excited to donate. WordPress Takes Minimal Website Management There are many complications you can […]
Improve the WordPress Editor by Contributing to the Gutenberg Project
Earlier this year Matt Mullenweg emphasized three main focus points for WordPress 4.8: the Editor, Customizer, and the REST API. The WordPress REST API and the customizer have been extensively discussed over the last year, but that is not the case for the WordPress editor. The reality is that the WordPress editor is the most important part of your site, so it’s critical to understand the direction it is going and what you can do to make sure your feedback is heard. WordPress is used by more than 27 percent of the entire internet. The editor plays a huge role in […]
WordPress Product Launch UX Best Practices Part 6: Finishing A WP Welcome Page Boilerplate
In the final part of my six-part series on improving User Experience (UX) in a WordPress product launch, we will finish building a GPL-licensed WP Welcome Page boilerplate. You’ll be able to use it for any of your WordPress products. We have already built the base and the initializer files for our boilerplate. Now we will discuss the code for logic and look at the files that will safely redirect users to the welcome page at the backend and the welcome page itself respectively. Defining The Plugin Logic Having defined the set_transient() and delete_transient() functions in the initializer file, we […]
Product Launch UX Best Practices Part 5: Building a WP Welcome Page Boilerplate
Welcome to Part five in my series on User Experience (UX) best practices in a product launch. In the previous article, I talked about the importance of including a welcome page in your plugin. Today I’ll explain how to build that welcome page with a GPL licensed boilerplate that can be used on any WordPress product. Welcome Page Boilerplate For Your WordPress Product I created a WP Welcome Page Boilerplate to simplify the process of adding a welcome page. The boilerplate is currently available as a WordPress plugin. You can download the latest release version here and install it on your WordPress […]
Product Launch UX Best Practices Part 4: Welcome Pages
To have a successful product launch, it’s important to help the user get started. A good user experience (UX) ensures users stick around. During the launch of my plugin, CF7 Customizer, I encountered a very serious issue: There is a huge disconnect between the developer and the end user.The very first page you see is the welcome screen, which introduces you to the product and gets you started. In the first part of this series, I mentioned that when I handed my plugin to 10 people for beta testing, 8 of them didn’t know where to go and what to do next. […]
Product Launch UX Best Practices Part 3: How Can It Be Improved?
The UX (User Experience) of a WordPress product plays a decisive role in making it a super hit or providing it with a deathblow. A well-defined UX helps users interact with the product, makes your product easy to use, and helps users engage with your product. Gaining momentum among users and making their lives easier should be the ultimate goal of a WordPress product. People are used to doing stuff their way. Certain conventions can hard to break. When you design or develop something that people don’t want to you use, the product fails miserably. Here’s a common user experience […]
2 Comments