jQuery Basic Syntax: An jQuery for Beginners
In this blog you are told about the basic syntax of jQuery Before this, we learned Java Script.In which we first write and inside we used to write Java code,…
Read more »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 three steps, 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 Step 3: Do…
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 want to do…
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 feature-rich JavaScript library….
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 $users & $visittime…
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 to post or…
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 POST. Both methods…
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 and managing applications…
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 certain precedence level;…
Read more »
How to Sign-in or login from PHP 7 using LinkedIn API?
In this blog, I am going to explain How to Login from PHP using LinkedIn API. So, before you go to XAMPP folder’s htdocs and create a new folder. After…
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 this We can…
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 on the multiple…
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 the different types…
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 is about proving…
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 Rajesh KumarIām a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing…
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 employees in a…
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 site there is…
Read more »How to do Auto Load and Refresh Div every Seconds with jQuery and Ajax with PHP Script.
In this tutorial we are going to learn how to do auto load and refresh div every second by using JQuery and Ajax method with PHP Script. In this tutorial…
Read more »PHP 7 Intermediate Essential Guide- PHP include_once & require_once
In this blog, I am going to Explain How to include_once & require_once in PHP. So within PHP, It’s actually possible to include PHP people files within other PHP files….
Read more »How to exclude specific host from inventory from a playbook run in Ansible?
Suppose you want to exclude a troublesome host (bad_host) from a particular playbook run. Try using a negated ‘limit’ option: By using ālimit argument with ansible-playbook command we can exclude…
Read more »Top 30 Free grammar checker and spell checker tools in 2020
Check your English text for grammar, spelling, and punctuation errors with following free grammar and spell checker. I compiled a list of the best grammar checker and spell checker tools…
Read more »Certified Kubernetes Administrator CKA Exam – Dumps Part 2
Duration – 30 minsType – Quiz Multiple Questions and Answer Step 1 – Access https://www.devopsschool.com/lms/login/index.php Login Using “Google”. ie. – gmail email id and password Step 2 – Access this…
Read more »Certified Kubernetes Administrator CKA Exam – Dumps Part 1
Note – “firstname” Means “Your first name” Duration – 1 HOUR Q1. Create one Namespace with your “firstname”. Q2. Create a POD in your namespace with Nginx image. POD name…
Read more »
7 Most Common Mistakes in Python Programming: Student Cheat Sheet
Mistakes are inevitable, and they help us become better and improve our skills. Whether you learn languages or programming, the rule is the same. However, we could all use a…
Read more »PHP 7 Fundamental Tutorial for Beginners ā PHP Break and Continue Statement
Break statement The break statement is used with the conditional switch statement and with the do, for, and while loop statements. When a break statement is encountered inside a loop,…
Read more »How to Defines PHP functions Arguments Global Values?
In this blog, I am going to Defines PHP functions Arguments Global Values. When it comes to functions you can name a function just like a variable but it has…
Read more »How to Generate Random color Functions in PHP?
In this blog, I am going to start how to generate Random color Functions in PHP? we’re going to be talking about functions now functions really give some functionality. Functions…
Read more »How to Create alternating color code snippets in PHP?
In this blog, I’m going to give you the answer to how this is created using PHP, And then as I said it’s only just a few lines of code….
Read more »PHP 7 Fundamental Tutorial for Beginners – PHP Loop
What is Loops? Loops are used to execute the same block of code again and again, as long as a certain condition is met. The basic idea behind a loop…
Read more »