The Document Object Model (DOM) is a W3C standardized programming interface that allows scripts to examine and modify the contents of the web browser. By the DOM, the composition of an HTML or XML document is represented as a set of objects – which can represent a window, a sentence or a style, for example – linked in a tree structure. Using the DOM, a script can modify the document present in the … [Read more...]
Configure WordPress to Send Emails Using mSMTP
If you have followed our guide on How to Easily Set Up Email with SMTP on Ubuntu Server and want WordPress to send you email then you need to perform some extra steps. Make sure that you have completely followed our previous guide. Do not worry, this part is quite easy. Check Whether PHP Can Send Emails Using mSMTP We need to test whether the php mail() function is working or … [Read more...]
Easily Set Up Email with SMTP on Ubuntu Server
It is very easy to use msmtp package, configure a dedicated email account for the server and send email alerts from the server or the web application, such as WordPress. However, for making web applications such as WordPress work, you need to perform a few extra steps which we have not described in this article. To follow this guide, you need a dedicated email account for this purpose. If you … [Read more...]
How to Install and Configure mod_evasive on Ubuntu for WordPress
mod_evasive is an Apache server module which provides action in the event of a Denial of Service attack. It is also can be configured to fail2ban, firewalls and routers. However, using with WordPress is not always easy. The module can lead dysfunction of certain plugins and backend administration. mod_evasive is easier to configure and maintain/monitor than modsecurity. This person is the … [Read more...]
How To Install Apache NiFi On Ubuntu 22.04 LTS
This is an updated guide on installation of Apache NiFi. Version 1.21.0 is the latest. It was built by NSA to automate the flow of data between their systems. Nifi is a Java based project and executes within a JVM. The biggest advantage is that, it has a web based interface to create, monitor and control data flow. You'll get a good documentation on limits … [Read more...]
What is the Difference Between Apache License 2.0 and GNU GPL 3.0
This article is about free software licenses which can be used to release your works including bash scripts, and complete software for almost any creative work. In the face of dispute, whether the particular country's court will respect all the written sentences or not mainly depends on the bare acts of that country plus the judges as humans. Essentially the result of a quarrel or "dispute" can … [Read more...]
Top Slot Software for Online Casinos
The online gambling space has grown tremendously in recent years, providing punters with numerous casino sites to access quality services. The various platforms offer a selection of games which run on software. So, you should access the quality and reliability of the casino software before playing slot titles. The best slot software assures players of a seamless, entertaining, and fair … [Read more...]
What is an Integrated Development Environment (IDE)
In computer programming, a development environment is a set of tools that increases the productivity of programmers who develop software. It includes a text editor for programming, functions that allow you to start the compiler or linker at the touch of a button, and an online debugger, which allows you to execute the program under construction line by line. Some environments are dedicated to a … [Read more...]
List of Android Smartphones with a Stylus in 2023
An active stylus is quite helpful for certain professionals. Apart from drawing sketches and illustrations, an active stylus helps to sign us like on real paper. All of us know that most of Samsung's flagship smartphones support an active stylus. But the cost of Samsung's flagship Android smartphones is often prohibitive to many Android users. Additionally, Samsung's support even within the … [Read more...]
How to Upgrade Old WordPress Version to Latest Version
Still, on May 2023, it is common for many of the users to continue using WordPress 4.9, PHP 7.2, Ubuntu 16.04LTS etc. There are several reasons behind the fear of not to continue upgrading them. The mentioned versions had breaking changes which forced them to fight for many hours to get back their site working. Additionally, WordPress 4.9 was the last version with the classic editor and classic … [Read more...]
How to Add a Verified Badge to WordPress Author Profile Using CSS
Verified badge is a premium feature of most of the social networking sites including Elon Musk's Twitter, LinkedIn, DeviantArt etc. The reason for charging money is that a verified badge works as social proof to increase the trustworthiness of the author. It is a marketing tool. When you are paying for your own self-hosted WordPress, why not verify your self for free? Especially if you already … [Read more...]