TECHNOLOGY

ShortPixel Image Optimizer

ShortPixel Image Optimizer

DOWNLOAD PLUGIN ORIGINAL LINK Increase your website’s SEO ranking, number of visitors, and ultimately your sales by optimising any image or PDF document on your website. ShortPixel is an easy to use, lightweight, install-and-forget-about-it optimization plugin that can compress all your past images and PDF documents with a single click. New images are automatically resized/rescaled and optimized on the fly, in the background. It’s also compatible with any gallery, slider or eCommerce plugin. Ready for a quick DEMO? Test our plugin and . Or you can create a staging copy of your site using Staging and test it there. Short…
Read More
Forminator – Contact Form, Payment Form & Custom Form Builder

Forminator – Contact Form, Payment Form & Custom Form Builder

DOWNLOAD PLUGIN ORIGINAL LINK It’s the magical WordPress form builder for, well, everyone! Forminator’s drag and drop visual builder makes it easy to setup and add forms to your WordPress website. Collect information, make your content interactive and generate more conversions with Forminator. Forminator Forms, Surveys, Quizzes, Polls, Calculations and More… Forms – Custom forms for all your needs with as many fields as you like. Polls – Interactive polls to collect users opinions, with lots of dynamic options and settings. Quizzes – Fun or challenging quizzes for your visitors to take and share on social media. Calculations – Collect…
Read More
Widget Importer & Exporter

Widget Importer & Exporter

DOWNLOAD PLUGIN ORIGINAL LINK Importing Importing is done by uploading an export file created by the plugin. The results of an import are shown in a nicely formatted table with an explanation of what happened with each widget area and widget. Importation takes into consideration widget areas not existing in the current theme (widgets imported as Inactive), widgets that already exist in the same widget area (widgets not duplicated) and widgets that are not supported by the site (widgets not imported). Exporting Widget Importer & Exporter can create an export file (in JSON format with .wie extension) out of currently…
Read More
Easy Table of Contents – WordPress plugin

Easy Table of Contents – WordPress plugin

DOWNLOAD PLUGIN ORIGINAL LINK Features Automatically generate a table of contents for your posts, pages and custom post types by parsing its contents for headers. Supports the tag. Supports the Rank Math plugin. Works with the Classic Editor, Gutenberg, Divi, Elementor, WPBakery Page Builder and Visual Composer page editors. Optionally enable for pages and/or posts. Custom post types are supported, as long as their content is output with the the_content() template tag. Optionally auto insert the table of contents into the page, selectable by enabled post type. Provides many easy to understand options to configure when and where to insert…
Read More
Astra Widgets

Astra Widgets

DOWNLOAD PLUGIN ORIGINAL LINK Description The fastest way to add more widgets into your WordPress website. How easy can things get when you can add widgets for particular information and fetch them anywhere on your website? This goes with the most wanted information like the business address, social profile links and list icons. The Astra Widget plugin lets you create widgets to add an address, a social profile widget and list icons that you can add into your header, sidebar, footer etc. on your website. How does this work? The Astra Widgets plugin can be installed like any other WordPress…
Read More
Paid Membership, Ecommerce, User Registration, User Profile & Restrict Content Plugin – ProfilePress

Paid Membership, Ecommerce, User Registration, User Profile & Restrict Content Plugin – ProfilePress

DOWNLOAD PLUGIN ORIGINAL LINK Description Modern Membership, Ecommerce, Digital Downloads, User Profile, Registration & Login Form Plugin is a simple yet powerful ecommerce and paid membership plugin for accepting one-time and recurring payments, selling subscriptions and digital products (downloadable files) via Stripe & PayPal, restrict content and control user access. ProfilePress lets you create beautiful user profiles, member directories, frontend login, and user registration forms, password reset and edit profile forms. Our Drag-and-Drop form builder makes building forms easy. It is the perfect solution for creating online communities and membership sites where users can register or signup to become members.…
Read More
PixelYourSite – Your smart PIXEL (TAG) Manager

PixelYourSite – Your smart PIXEL (TAG) Manager

DOWNLOAD PLUGIN ORIGINAL LINK Description Manage your Meta Pixel (Facebook Pixel), implement Facebook Conversion API, add your Google Analytics 4 (GA4) or an old Universal property with a single plugin. Add ANY other script (Head & Footer feature). The Pinterest Tag can be implemented via add-on. PixelYourSite’s Automatic Events will track important actions and send them to all your configured pixels (searches, form submit, comments, downloads). Use these events to understand your visitors’ behaviour inside Google Analytics, or to create audiences and conversions for Meta (Facebook), or Google. You can fire your own events with zero coding. WooCommerce and Easy…
Read More
Node.js HTTP Module

Node.js HTTP Module

The Built-in HTTP Module Node.js has a built-in module called HTTP, which allows Node.js to transfer data over the Hyper Text Transfer Protocol (HTTP). To include the HTTP module, use the require() method: var http = require('http'); Node.js as a Web Server The HTTP module can create an HTTP server that listens to server ports and gives a response back to the client. Use the createServer() method to create an HTTP server: Example var http = require('http');//create a server object: http.createServer(function (req, res) { res.write('Hello World!'); //write a response to the client res.end(); //end the response }).listen(8080); //the server object…
Read More
MySQL Create Table

MySQL Create Table

Creating a Table To create a table in MySQL, use the "CREATE TABLE" statement. Make sure you define the name of the database when you create the connection: Example Create a table named "customers": var mysql = require('mysql'); var con = mysql.createConnection({ host: "localhost", user: "yourusername", password: "yourpassword",   database: "mydb" }); con.connect(function(err) { if (err) throw err; console.log("Connected!"); var sql = "CREATE TABLE customers (name VARCHAR(255), address VARCHAR(255))"; con.query(sql, function (err, result) { if (err) throw err; console.log("Table created"); }); }); Run example » Save the code above in a file called "demo_create_table.js" and run the file: Run "demo_create_table.js"…
Read More
How to Get Lock Screen Widgets on Android

How to Get Lock Screen Widgets on Android

Android actually supported lock screen widgets long before the iPhone did. It was officially added way back in 2012 with . However, the feature was removed two versions later with Android 5.0 Lollipop. So let’s bring it back. Lock Screen Widgets for Android Since Android doesn’t officially support lock screen widgets, we’ll need the help of a third-party app. Keep in mind that this is a bit of a hacky method, so it may not work perfectly. The app we’ll be using is called “,” and it costs $1.49. After installing the app, you’ll be greeted with a few pages…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.