Blog

WordPress and PHP tips

Debug See also Documentation about $wpdb queries in WordPress echo ‘<pre>’; print_r($points_sum); echo ‘</pre>’; var_dump($wpdb->last_query); Three ways to pull data from the database. https://wordpress.stackexchange.com/questions/14239/wpdb-get-row-only-returns-a-single-row 1.$wpdb->get_var:use this to get a single value from the database table. Like if you want to count the total number of comments. You can do it in following way: <?php $comment_count

Lock MYSQL tables before exporting tables

  Ensure a consistent snapshot by executing this statement to lock the tables so that they cannot be modified during export: mysql> FLUSH TABLES hr.employees, hr.managers WITH READ LOCK; While the lock is in effect, the tables can still be used, but only for read access. Unlock the tables: mysql> UNLOCK TABLES;

office with two displays

7 web design trends for standout sites – an SEO perspective

Welcome to the world of web design trends! In this article, we’ll explore the latest and most captivating design approaches that can elevate your website’s visual appeal and user experience. From minimalistic and dark mode designs to asymmetrical layouts, microinteractions, custom graphics, responsive design, and bold typography, we’ll delve into each trend, highlighting their unique

How To Make Any Page Layout Using The WordPress Block Builder Gutenberg

Table Of Contents 00:00:00 Build Pages With Gutenberg 00:01:00 The 3C’s Of All Page Building 00:03:07 How The 3C’s Work In Page Builders 00:05:26 Your Big Stumbling Block 00:06:43 Block Builder Interface 00:07:08 Setting Up Your Page Settings 00:08:07 Adding The 3C’s To Block Builder 00:08:39 Setup Kadence Blocks Defaults 00:11:28 Optional Block Navigator 00:12:28

Woman counting money

The Brief Guide to Launching Your Business With Little to No Money

If you’re reading this, you might be interested in starting a business but worried about the costs required. It can certainly feel overwhelming, but not to worry. You can create a successful business even if you’re on a tight budget. SZOUPI shares some practical tips on validating your business idea, covering startup costs, marketing your

ChatGPT Crash Course | 10 Practical Use Cases For Developers

  Εxamples of 10 ways to use OpenAI’s ChatGPT as a developer including general learning, getting feedback, writing tests and more ChatGPT: https://chat.openai.com Full Blog Post: https://www.traversymedia.com/blog/ch… Timestamps: 0:00 – Intro 2:14 – The Interface 3:31 – #1 – General Learning Tool 9:24 – #2 Code Feedback 10:57 – #3 Specific Solutions 12:39 – #4

site layouts

A comprehensive list of most common page builders for WordPress

Photo by Hal Gatewood on Unsplash What is a page builder for WordPress? What are the pros and cons of the following page builders for WordPress: Elementor Beaver Builder Divi Thrive Architect Visual Composer Brizy SeedProd WP Page Builder SiteOrigin Oxygen BoldGrid What is a page builder for WordPress? A page builder for WordPress is

Artificial Intelligence (AI) tools for web developers

1. https://textblaze.me/moh — Texual task automation 2. http://durable.co — AI website builder 3. http://tldv.io — AI meeting recorder 4. http://whatthediff.ai — AI code reviewer 5. http://tabnine.com — AI coding assistant 6. http://testkit.app — AI testing tool 7. http://aiseo.ai — AI writing assistant 8. http://uizard.io — AI web designing tool 1. https://textblaze.me/moh — Texual task automation

Shopping Cart
  • Your cart is empty.
Scroll to Top