install – Programmerbay https://programmerbay.com A Tech Bay for Tech Savvy Mon, 04 Jul 2022 06:28:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 https://programmerbay.com/wp-content/uploads/2019/09/cropped-without-transparent-32x32.jpg install – Programmerbay https://programmerbay.com 32 32 How to Download And Install Xampp On Windows 10 ? https://programmerbay.com/how-to-install-xampp-for-windows-8-or-onwards/ https://programmerbay.com/how-to-install-xampp-for-windows-8-or-onwards/#respond Tue, 14 Jul 2020 16:23:00 +0000 https://www.programmerbay.com/how-to-install-xampp/

Xampp is a open source web server which comes up with handy  tools like Apache,Tomcat,Filezilla along with  Mysql. These are the following steps to install the Xampp onto your computer or laptop.

It offers you handy tools which provide a developer or beginner an environment to develop and test an application on its Windows system.

In other words, it simply provides a local server environment for developers. It comes with MariaDB, Apache Server for different languages such as Perl and PHP.

Xampp stands for X (cross) cross-platform,Apache server, MariaDB, PHP and Perl

Since, it consists of Mysql, so instead of using command prompt for practising of SQL language its better to use more advance and user friendly tool like Xampp.

Steps to Download And Install Xampp On Windows 10 :

1. First you need to download Xampp from its website ( https://www.apachefriends.org/download.html ) or simply click here and install it. It’s available for both Windows ( except Window XP) as well as OS. You will see the following  page.

2. After downloading, run the downloaded file, you will come across the Xampp Setup Wizard where you need to click on “Next”.

 

  • Immediately after which you’ll see the “Select Component” modal. On this page, you’ll find various options in form of checkboxes to choose from. However, critical components that are required to run the Xampp would automatically get installed. Now click on Next.
  • Later, you’ll see an installation folder page where you have to select a location to install the software.
  • Again click on next, Bitnami for Xampp page would be visible, if you are interested in learning more about Bitnami check the checkbox, otherwise, go to the next page.
  • Lastly, you will find a ‘ready to Install’ page, clicking on ‘Next’ will start the software installation

2. After installation, open the Xampp folder which resides within the selected drive. Afterwards click and run the executable file named Xampp control.

3. After that  you see the control panel and start the MySQL and Apache service.

4. Now, go to your browser and type  ‘localhost’ in your address bar.

 

5. You would see the Xampp dashboard and click on ‘phpmyadmin’ that would appear on navigation  bar.

6. Now, you are in MySQL where you could work out with queries.

]]>
https://programmerbay.com/how-to-install-xampp-for-windows-8-or-onwards/feed/ 0
How to install NetBeans and JDK https://programmerbay.com/how-to-install-netbeans-and-jdk/ https://programmerbay.com/how-to-install-netbeans-and-jdk/#respond Sat, 14 Sep 2019 16:46:25 +0000 https://programmerbay.com/?p=5092 1.Go to the given link here and choose the exe. File to download which relevant to your Operating system.

2.After selecting, Netbeans software with JDK would start downloading.

3.After that, install the downloaded executable file.

netbeans

4.Finally, your NetBeans has installed properly.

netbeans2

]]>
https://programmerbay.com/how-to-install-netbeans-and-jdk/feed/ 0
Setting up Environment for coding in C++(Windows) https://programmerbay.com/setting-up-environment-for-coding-in-cwindows/ https://programmerbay.com/setting-up-environment-for-coding-in-cwindows/#respond Sat, 14 Sep 2019 16:39:30 +0000 https://programmerbay.com/?p=5088 There are two ways, one to setup the environment for coding in C++:

  1. Using IDE to code and execute.
  2. Setting up the environment of the computer and code in any word editor.

Using IDE:

This is probably the best way if you are a beginner you just have to download and install the simple setup. There are many IDE’s but the two famous are:

  1. CodeBlocks
  2. TurboC++

These are the links by which you can download the latest versions of IDE and they also come with the easy installation process. If you have any problem with the installation of the given above then let me know in the below comment section.

GNU compiler to the system’s path:

If you don’t like to code like all other’s or want to code in any text editor like Notepad, Notepad++ or Sublime text (personally my favorite).

  1. For this, we have to install a text editor or edit the text using notepad only.
  2. Then we have to download and install G++ (GNU compiler for C and C++ language).(click here to download)
  3. Now we have to set the path I will provide you with the Screenshots (for windows) for viewers ease.

Screenshots:

  1. Download Full.exe.
  2. Install full.exe.
  3. Install and Set Path where you want to save.
  4. Locate bin and copy the path.
  5. Goto system properties and Add path variable.

The Following are the steps of downloading and installing C++ compiler to your System and setting up the path variables. In the next lesson we will show you the demo of running a code by both methods i.e., IDE and Text editor.

]]>
https://programmerbay.com/setting-up-environment-for-coding-in-cwindows/feed/ 0
How to install Visual basic community https://programmerbay.com/how-to-install-visual-basic-community/ https://programmerbay.com/how-to-install-visual-basic-community/#respond Sat, 14 Sep 2019 16:31:23 +0000 https://programmerbay.com/?p=5084 Microsoft provides an Integrated development environment to develop applications using .NET supported languages that is Visual basic community and it is free of cost.

  1. First Download Visual basic community from here.
microsoft 1

2.  Run the installer, a window would open up with a variety of options, choose appropriate options(in my case, I selected .NET Desktop Development )

microsoft 2
  1. Now, Open up your newly installed visual studio and choose a file from the menu bar, then press  ‘new’ tab and create a new project.
get started

4.  Select Console Application from the Visual C#, give a name to your project, that’s it!

get started 1
  1. After creating the project, your code editor is now before you.
  2. Once you have done with your program, run your program by using F5 function key.
get started 2

]]>
https://programmerbay.com/how-to-install-visual-basic-community/feed/ 0