The Gadget Gazette

Est 2023

How to Use Wireless DeX on the Samsung Galaxy S23

Posted on 19th June 2023

About Wireless DeX Wireless DeX is a feature on the Samsung Galaxy S23 that allows you to connect your phone to a compatible monitor or TV and use it as a desktop computer. You can use Wireless DeX to browse the web, check your email, edit documents, and more. Wireless DeX is available on the Read More

How to Configure Windows Defender Firewall in Windows Server 2022

Posted on 19th June 2023

Introduction Windows Defender Firewall is a stateful host-based firewall that provides inbound and outbound filtering and uses the Security Filtering feature in Windows Firewall with Advanced Security to filter network traffic. It is included with Windows Server 2020 and higher and can be enabled through either the Windows Defender Firewall with Advanced Security MMC snap-in Read More

How to Set Up TP-Link Motion Sensors for Smart Home Automation

Posted on 19th June 2023

Introduction Installing a TP-Link motion sensor is a great way to automate your home. By detecting when someone is in a room, you can turn on lights, fans, or even the TV. Motion sensors can also be used for security, as they can send you an alert when someone enters your home. In this article, Read More

How to Use Handoff and Universal Clipboard with Mac OS Mojave

Posted on 19th June 2023

If you own a Mac and an iPhone or iPad, you can take full advantage of all the new features that came with Mac OS Mojave. One of those features is called Handoff, and it lets you start a task on one device and finish it on another. For example, you can start writing an Read More

Implementing Sticky Navigation in WordPress Themes

Posted on 19th June 2023

What is sticky navigation? Sticky navigation is a feature that allows a website’s navigation menu to remain visible at the top of the screen as the user scrolls down the page. This can be a useful way to keep your site’s most important links accessible at all times, without taking up too much space on Read More

How to Create Dynamic Queries with wpdb in a WordPress Plugin

Posted on 19th June 2023

Introduction The WordPress Database abstraction class, wpdb, is one of the most useful tools for developing WordPress plugins. It can be used to interact with the WordPress database in a variety of ways, including creating, updating, and deleting data. In addition, wpdb can be used to run arbitrary SQL queries against the WordPress database. One Read More

Creating a Plugin Update Notification Email System

Posted on 19th June 2023

in the title Introduction WordPress plugin development is a process that involves creating a unique, custom-made plugin for a specific website or purpose. In this guide, we will show you how to create a plugin update notification email system using the WordPress Plugin API. This notification system will email the website administrator when a new Read More

Implementing Slider Plugins in WordPress Themes

Posted on 19th June 2023

WordPress is a popular content management system (CMS) that enables website and blog owners to easily create and manage their online content. WordPress themes are templates that determine the look and feel of a WordPress site. Many WordPress themes are available for free, while others are available for purchase. There are also many plugins available Read More

Building a Custom Pagination Plugin for WordPress

Posted on 19th June 2023

One of the most important aspects of any website is pagination. Pagination is what allows users to navigate through your content, whether it be blog posts, products, or even search results. Without pagination, users would be stuck on the first page of your site, and would never be able to see any of your other Read More

Creating a Plugin Activation Wizard for WordPress

Posted on 19th June 2023

Introduction As a WordPress developer, sooner or later you will need to create a plugin activation wizard. This is a tutorial that will help you get started with plugin development, and show you how to create an activation wizard for your plugin. What is a Plugin Activation Wizard? A plugin activation wizard is a series Read More