Development

How to Update Your Self-Hosted WordPress Staging Site

If you're offering WordPress development services you must have a WordPress staging site for each client site/project you work on. It's just the professional way to handle things. A WordPress staging site is a private copy/clone of a live WordPress site where developers and designers can safely test changes, updates, or new features without affecting […]

How to Update Your Self-Hosted WordPress Staging Site Read More »

Why You Should Use a Staging Site When Hiring a WordPress Designer or Developer

Hiring someone to improve your WordPress site is a smart move for your business. Whether it’s a designer to freshen up the look or a developer to add new features, one crucial decision often gets overlooked: where should they do the work? Letting someone tinker directly on your live website is like letting a contractor

Why You Should Use a Staging Site When Hiring a WordPress Designer or Developer Read More »

How to Check if your WordPress Site is Loading Multiple jQuery Scripts

The very first step is to open the page source by doing right click and then View Page Source. Then search for jquery.js or most likely jquery.min.js. The browser will tell you how many times the keyword was found on that page. The jQuery version that ships with WordPress will be loaded from /wp-includes/ folder

How to Check if your WordPress Site is Loading Multiple jQuery Scripts Read More »

How to Disable Hardware Acceleration in Visual Studio Code

For some reason you may need to disable Visual Studio Code's hardware acceleration. For example in Ubuntu it's slow. !Backup! Before you do anything backup the settings. CTRL+SHIFT+P and type runtime you should see this kind of option. https://code.visualstudio.com/updates/v1_40 ... or you can edit $HOME/.vscode/argv.json file. (Linux) that line is commented. When I uncommented it

How to Disable Hardware Acceleration in Visual Studio Code Read More »

Xdebug Var Dump Settings

How to Prevent xDebug from Truncating var_dump() Output

xdebug is an awesome debugging extension and it has saved me so much time when developing and also when troubleshooting php scripts and WordPress plugins. When you’re working with xdebug in your PHP development environment and using functions like var_dump() to output some debugging data (logging is better but sometimes you have to do it),

How to Prevent xDebug from Truncating var_dump() Output Read More »

The new new server is up and running. Enjoy!