In this article, we are going to show you how you can display a beautiful message in a browser console using Javascript. You just need to download a library called Figlet. After download, you need to extract the zip file and copy the file lib/figlet.js in your project. You also need to copy the fonts …
Read More “Display Message in Console – Javascript, Figlet”
An email marketing tool is created in Laravel and Vue JS. It is a single-page application. It allows you to send bulk emails to a large group of people. The database used for this project is MySQL. Demo: https://emailmarketingtool.adnan-tech.com How to use: 1. Add your SMTP account The first step is to add an SMTP …
Read More “Email marketing tool in Laravel and Vue JS”
In this article, we will show you how you can password protect your zip file in Mac OS X. To create a ZIP file and set the password to it using Mac, you simply need to follow the following steps: Open Terminal Open folder where target file is located by running the command: cd “path …
Read More “Password protect ZIP file in Mac OS X”
In this article, we are going to teach you how you can create a ZIP file of any file or folder with all its sub-folders in Node JS. Video tutorial: First, you need to install a module named “zip-local” in your project. So run the following command in your command prompt or terminal: Then you …
Read More “How to Create a ZIP file in Node JS”
In this tutorial, we are going to create a simple WordPress plugin that allows you to signin with google to your website. Here is the demo of what we are going to create. Demo Table of content Let’s get started So let’s start allowing your users to signin with google on your WordPress website. First, …
Read More “SignIn with google WordPress – Plugin development”
MEVN stands for Mongo DB, Express JS, Vue JS, and Node JS. In this tutorial, we will teach you how you can create a picture competition web app using Node JS as a back-end server, Mongo DB as a database, and Vue JS as a front-end. Demo: What we are going to do: Download Assets …
Read More “Create a Picture Competition Website in Express JS, MEVN”
In this article, we are going to show you how you can use a Laravel debugbar library in your production website. Debug Bar is used mainly for debugging environments but there can be situations where you might face an error in production. But debug bar displays all the queries and models of your Laravel application. …
Read More “Laravel debugbar in production”
In this tutorial, we are going to give you a fix to an error that prevents you from creating an iCloud account. Ever run into this error while creating an @icloud email? “your account cannot be created at this time” I recently faced this error and this is how I have solved it: If you …
Read More “iCloud account cannot be created at this time [FIXED] – 2022”
In this article, we are going to show you, how you can change title text of an HTML page using simple Javascript. We will show a real-time notification to your users in their title bar using PHP, MySQL, and Node JS. You can show a notification in a title bar with just PHP and MySQL. …
Read More “Change title text – PHP, MySQL, Node JS”
In this article, we are going to show you how you can implement a Google sign in on your website using Javascript and PHP. We will use Javascript to render the button. And we will use PHP to verify the token generated by the Google client because anyone can try to tamper with the client-side …
Read More “Google Sign In Button – Javascript, PHP”