Naming Conventions in TDD / BDD
Of course, methods and test classes would use whatever naming conventions you might be already using in your language. For instance: PascalCase camelCase _pearPrivateMethod Beyond that, here are some...
View ArticleHow to program a WordPress shortcode
A shortcode is a system object, so I use the naming convention: ShortcodeMyCode.class.php class MyCode public function returnShortcode(){ $stringHellowWorld = __('String hellow world!', 'textDomain');...
View ArticleLet’s Build a Commercial Plugin From Scratch!
Development Environment Developing software you don’t know how to program yourself Image assets
View ArticleScreen shots and other communication channels in the .org repo
Trying to communicate in the .org repo is like watching Back To The Future in reverse on acid. I found a bug in a plugin, took a screen shot, opened a ticket, and found out there is no way to upload a...
View ArticleCould virtual particle (and antiparticle) interactions be the reason we...
https://qr.ae/TxLyPU
View ArticleWhat is the best WordPress themes for eCommerce sites?
There is absolutely no “best” e-commerce WordPress theme. Virtually every theme in the .org repo will work perfectly well for any type of e-commerce you can imagine. You’ll need a PLUGIN to enable...
View ArticleBusiness Stakeholders: How to Describe a Software FEATURE
A feature from the biz perspective
View ArticleWordPress plugin: Randomize Main Loop Order
This is a plugin I made in response to a Quora post.
View ArticleWhat does robot.txt look like in WordPress?
General Chicken answers a question from Quora.
View ArticleIs there a way to automatically rollback WordPress versions and plugin/them...
John Dee answers a question on quora.com
View ArticlePlugins that remove or roll-back WordPress features
Tired of some new feature in WordPress?
View ArticleWordPress Plugin: FastRegister
This plugin allows you to enter an email in a form, and automatically register and signon the user. Source: github.com
View ArticleWPBeginner.com writes article mentioning our plugin
Another great article from WPBeginner.com How to change the WordPress admin email
View ArticleWPSimpleHacks.com mentions our plugin in a reveiw!
A cool site with some great tips for WordPress admins, WPSimplehack.com mentioned our plugin in one of their posts. Thanks! https://wpsimplehacks.com/how-to-change-wordpress-admin-email/
View Article