Blog

How to Turn off Docker CLI Hints

Not sure which version of Docker started issuing some annoying messages, but if you want to focus on doing the work and focussing on important messages and having unnecessary messages is a bit distracting. Try Docker Debug for seamless, persistent debugging tools in...

How to Prevent Spam on your WordPress Site

Spam is a total waste of time and resources but people still try to do it to obtain backlinks via black hat SEO techniques. The spam take cane various forms ranging from comment spam to fake user registrations, it can clutter your site, slow it down, and pose security...

How to Migrate a Large WordPress Site

Migrating a large WordPress site is a task that requires careful planning, preparation, and execution. A well-executed migration ensures that your site and data are transferred correctly, efficiently, with minimal downtime and issues. The task should be delegated to...

Are you Using Google Docs to Write your Articles?

Yeah, we thought so too. It has voice typing and it saves lots of time. We noticed that when you use it to write code it puts smart quotes which can break code and that's not good. Also when dictating (voice typing) it keeps adding more space around words and that's...

How to Find the Latest Day of The Month in PHP

If you ever need to find the last day of the month in php this is how to do it. You convert to seconds the current year and month and then let date() function to find what's the last day of that selected month. <?php $year = 2024; $month = 2; $last_day_of_month =...

Adminer Login "Session expired, please login again"

Did you have the same problem? Well, do make sure that adminer can access the session folder or if there's a restriction such as openbase dir.(php open_basedir). To check you may need to create a temporary file called 000info.php with the following contents.You can...

Join our mailing list

Get important news about cool products we release and invitations to beta test new products

Find out the Social networks we're on

Share This