Skip to main content

Posts

Showing posts from March, 2021

what is xamp(local host)?

local host/local hosting 1.xamp   It's an Open Source web server with all the tools and language support built-in to it. It's ready to use and makes it easier for developers to take their code and host it locally and test the same.  XAMPP is a local web server  which helps you to make the web application at your system and run at the browser at local environment at your local machine. In your local machine you would need to use specially Apache server and MySQL That will be enough to make a web application and test it on your local server, and later you can shift this code to the live server. XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing purposes. Everything needed to set up a web server – server application (Apache), database (MariaDB), and scripting language (PHP) – is included in an extractable file...

How to activate windows in laptop??

 How to activate windows in laptop?? In recent trends most of the laptop contains windows operating system . They are pre installed on your pc. This operating system keeps updating itseft to boost it performance and for security purposes. If your windows license had expired then it slows down because other application software keep updating and accordingly windows also needs to be updated. Here i will tell you about how can you activate windows with or without product key . How to check if windows is active or not?? For this you need to check your windows license/windows product key. you can check it by going to settings>update and security>activation. Here you can see if your windows is active or not . see active or not How can you activate your windows? There are many ways to activate your windows. I will discuss here two ways one with product key or another without product key. 1. buying product key  you can activate your windows buying new product key . just change t...

How to add FAQs to your blog??

 How to add FAQS schema to my blogs Adding FAQs schema to your blog increase your ranking on Google search console. People can find your page easily. As we search any topic on Google we see there is given title like people also search this  FAQs asked on goggle This can be shown on Google on top . So as we add FAQS on our page traffic increase on our page . Just follow the following steps : 1. Create FAQs schema of your post- You can create FAQs schema on sites available on Google. One of them is  https://saijogeorge.com/json-ld-schema-generator/faq  . Here you can add your questions answer and your respective code will be generated . Code generator 2.test your code - As you can see your code will be generated . Now you can copy FAQs schema code or can test it on structured data testing tool reference: https://search.google.com/structured-data/testing-tool . Now copy this code and open your post Open html code of your post  . Now paste this code at last of your ...

what is operating system? what are goals and functions of operating system?

  Operating system in computer system Have you ever thought how computer understand your command/instructions? or how it process you single click ?. there is always needed and interface to user to talk with or to handle the devices and these interface is called OS(operating system). many companies are working to make this interface easy for the users as command will be hard for general user. hence operating system can be defined as a collection of software that manages computer hardware resources and provides computer services for computer programs. There are many companies which are working to make that possible easy to use .The basic knowledge can be gained by follow diagram as below overview of OS OS is an interface between computer user and computer hardware          OS is a software which performs basic tasks like file management, memory management, memory management, process management, I/O management and controlling peripheral devices such as disk dr...