Quantcast
Channel: Tips, Techniques and Technologies – The Code Cave
Browsing latest articles
Browse All 13 View Live

HOW TO: In PHP the MySQL Client API version doesn’t match the MySQL Server...

This is a fairly common situation. The short answer is that you usually don’t need to fix anything. This is a non-issue.  As long as your MySQL and MySQL Client have the same major version, you can and...

View Article


How To: List the lines that exist in one file and not another in Linux or...

This solution uses grep. Grep is a search tool that exists by default in just about every Linux installation. You can also search Google for Windows Grep. for a Demo, Here is FileA.txt 1. In Both 2. In...

View Article


How to quickly update WHMCS on WiredTree hosting and others.

NOTE: This script has been updated to remove the premature deletion of the install directory. Over the last month or two, WHMCS has been updated many times. This is a GOOD THING, but it can be annoying...

View Article

How to create a WordPress compatible slug in MySQL

Sometimes it is convenient to import terms or posts into a WordPress database.  When you do, you may need to create a ‘slug’ column. To do this, I’ve modified a user defined function I found on...

View Article

Count Down Closing Timer and dealing with DST in JavaScript

You can add these date prototypes to properly display the date and time in another location regardless of whether you are in DST or you or the destination observe DST Date.prototype.stdTimezoneOffset =...

View Article


Helpful Gutenberg Articles

How to create a custom block for Gutenberg Hot Module Replacement for Gutenberg Blocks Gutenberg blocks visual constructor Using React For WordPress Gutenberg Development Working with Editor Styles in...

View Article
Browsing latest articles
Browse All 13 View Live