jQuery Implementation with CDN: An jQuery for Beginners

In this blog, you are going to learn how we will implement jQuery with CDN. In the previous blog, we had said that we implement jQuery in…

Read More

jQuery Implementation: An jQuery for Beginners

jQuery Get Started 3 steps to Implement Jquery in HTML , PHP Bootstrap : Step 1: Download jQuery.js file Step 2 : Include jQuery.js file in HTML file…

Read More

How to Upload and Resize an Image using PHP.

In this post, we are going to learn how to upload and resize an image using PHP. Here we going to use simple PHP code for image…

Read More

PHP intermediate essential guide- PHP Challenge users visit Count-

In this blog, I am going to explain Php Challenge users Visits Count. First I am going to create a “.php” file. Within this challenge what we…

Read More

What is jQuery: An Introduction for Beginners

What is jQuery? The purpose of jQuery is to make it much easier to use JavaScript on your website. Lightweight JavaScript LibraryJQuery is a fast small, and…

Read More

PHP intermediate essential guide- PHP Challenge users visits

In this blog, I am going to explain PHP Challenge users Visits. First I am going to create a “.php” file after that create two variable like…

Read More

How to post form data from PHP 7 using LinkedIn API?

In Previous blog Click Here We also learned that How to Sign-in or login from PHP 7 using LinkedIn API. So, In this blog, I am going…

Read More

Bitwise Operators in JavaScript.

Video Reference

Read More

PHP 7 Fundamental Tutorial for Beginners – PHP GET and POST

Methods of Sending Information to Server A web browser communicates with the server typically using one of the two HTTP (Hypertext Transfer Protocol) methods — GET and…

Read More

What is Azure? Azure Training by DevOpsSchool

What is Microsoft Azure? Microsoft Azure is a cloud computing service it’s developed by Microsoft its use for IT operations, including networking, virtualization, identity, security, deploy, testing…

Read More

PHP 7 Fundamental Tutorial for Beginners – PHP Math Operations

Performing Math Operations PHP has many built-in functions that help you do anything from simple addition or subtraction to advanced computation. Example: Each math operation has a…

Read More

Comparison or Relational Operators in JavaScript.

1 . Less than ( < ) :- This operation will return TRUE when the expression will be satisfied and FALSE when not satisfied. See the Below…

Read More

Top 5 Easy to USE and Best International Money Transfer Platform Online

International payments are still difficult to make without a third-party money transfer provider. Transfer apps offer the ability to send money across the world using different currencies…

Read More

Logical Operators in JavaScript.

1 . Logical AND ( && ) :- In this operator, it returns a TRUE value only when both the conditions are true else it returns FALSE….

Read More

How to Image Upload and Crop in Laravel with Ajax

In this tutorial, I am going to tell you how to image upload and crop in Laravel with Ajax. To crop the image using jQuery croppie plugin,…

Read More

What is API & How it works in All Programming Language?

In this blog, I am going to Explain What is API and How it works in All Programming Language. So, API means Application Programming Interface (API) through…

Read More

Arithmetic Operators in JavaScript.

There are 7 operations can be done in Arithmetic Operators. These are 1 . Addition ( + ) :- This operation gives you the Added value. See…

Read More

PHP intermediate essential guide- PHP using sessions

In this blog, I am going to how to use a session in PHP? So, first Now there’s also another way to store and retrieve the values…

Read More

JavaScript Operators.

Operators are the same in all Programming Languages but the way of writing code or using the operators are different. There are 5 types of Operators in…

Read More

PHP intermediate essential guide- PHP setting cookies

In this blog, I am going to What is Php Cookies & How to use Cookies in PHP. PHP cookies are the same in all languages but…

Read More

How to Remove Old Images of Users in Laravel?

How to Remove Old Images of Users in Laravel? Uploading Profile Image of Users Click Step 1. Go to app/Http/Controllers/HomeController.php file and define the deleteOldImage function. Step…

Read More

How to Upload Profile Image of Users in LARAVEL?

How to Upload Profile Image of Users in LARAVEL? Step 1. Create a new Project in Laravel, so open git bash. Write down the following command:- Step 2.  Now, Move to project directory on…

Read More

5 ways to verify site ownership on Google Search Console?

In this tutorial i’m going to describe how many ways to verify sites ownership on Google Search Console. To use this method and verify Google site verification…

Read More

How is the DevOps Market and DevOps Future in Coming Years?

Software applications are mostly developed from the client, customer or end user perspective, and if not, from end-user experience. Often, developers work backward to identify customer needs…

Read More

Sonarqube Errors and Database

Error 1 Solution 1 https://www.devopsschool.com/blog/elastic-search-error-max-virtual-memory-areas-vm-max_map_count-65530-is-too-low-increase-to-at-least-262144/ https://www.devopsschool.com/blog/elastic-search-error-max-file-descriptors-4096-for-elasticsearch-process-is-too-low-increase-to-at-least-65535/ Error 2 Solution 2: SonarQube Tutorial & OWASP SonarQube Tutorial Securing Code (SAST) Crash Course:- https://bit.ly/3x5ZOmA

Read More

PHP 7 Fundamental Tutorial for Beginners – PHP Functions

What is PHP Functions A function is a block of code written in a program to perform some specific task. We can relate functions in programs to…

Read More

Image Upload and Crop using PHP and jQuery

In this PHP tutorial, I am going to tell you how to crop an image using jQuery and upload the image via Ajax. Using the Croppie plugin…

Read More

How to search multiple words at a time in PHP with MySql Database

In this tutorial we are going to learn how can search multiple words from Mysql table in a single query in php. You have show any web…

Read More