Chapter Three

Tools Every Beginner
Should Have
T here are tools for working on web design projects that a beginner in web design needs to be familiar with. This chapter elucidates them.
Let's get started by looking at some of these tools.
Downloading and Installing Notepad++
This book comes with a CD plate that contains Notepad++ installer. If you don't have access to the CD, you can follow the steps below to download Notepad++ from the web.
Downloading Notepad++
Step 1: Using a web browser of your choice (Firefox, Internet Explorer, etc.), visit the official Notepad++ web site at www.notepad-plus-plus.org.
Figure 3.0 shows a screenshot of the current Notepad++ website as at the time of this writing.
fig 3.0.PNG
Figure 3.0: Notepad++ home page.
Step 2: Click on the download button. Figure 3.0 above highlights the download link using an arrow. By clicking on the download link, you will be redirected to the download page. On the download page, notice another download button at the left bottom of the page. Click on it to start downloading the Notepad++ software.
Figure 3.1 shows the final download page. After successfully downloading the setup, the setup file should have an icon similar to the logo on the website.
fig 3.1.PNG
Figure 3.1: Notepad++ download page.

Google Chrome users will see a button at the bottom of their web browser that enables access to the setup file downloaded. For web browsers such as Internet Explorer and other web browsers, newly downloaded files can be found in the “downloads” folder. You can easily access your downloads folder when you open your file explorer. Downloads folders are often found at the left menu bar together with Documents, Pictures, Videos etc. depending on the operating system you are using.

Figure 3.2 shows how the download file will appear at the bottom of a Google Chrome browser.
fig 3.2.fw.png
Figure 3.2: Downloaded Notepad++ setup file.
Installing Notepad++
Step 1: Double click on the setup file to start the installation process. The first window is where the default language for Notepad++ can be set. Click “OK” to continue. Figure 3.3 shows the language selection screen.
fig 3.3.PNG
Figure 3.3: Language selection screen.

Step 2: A new window will pop up, just like what we have on Figure 3.4. Click the next button.
fig 3.4.PNG
Figure 3.4: First setup screen for Notepad++
Step 3: The next window shows the License Agreement of Notepad++ which you can read if you have enough time. I will recommend that you click the “I Agree” button. Figure 3.5 shows the license agreement page.
fig 3.5.PNG
Figure 3.5: License agreement screen.
Step 4: The next window is where you can choose which location in your computer you would like to install the Notepad++ software. Click the next button to proceed to the next step. Figure 3.6 shows the “Choose Install Location” window.
fig 3.6.PNG
Figure 3.6: Install location window.
Step 5: This window shows a list of components on Notepad++ that you can choose from, just like what we have in Figure 3.7. You can leave the default components and click on the next button.
fig 3.7.PNG
Figure 3.7: Notepad++ component window.

Step 6: The next window also shows a list of some components to choose from, but the most important component I will recommend for you is the “Create a Shortcut on Desktop” feature. By checking this box, after the installation process is completed, a Notepad++ shortcut will be created on your desktop. These will enable easy access to the software anytime you want to use the editor. Click on the checkbox and click the “Install” button. Figure 3.8 shows the checked feature.
fig 3.8.PNG
Figure 3.8: Additional Notepad++ component.

Step 7: After clicking the install button, the installation process proceeds very fast. Figure 3.9 shows the final page after the installation is complete.
fig 3.9.PNG
Figure 3.9: Final installation screen.

Step 8: At this stage installation process is completed. Click on the “Finish” button.
Note: You will notice a checked box labeled “Run Notepad++”, you can as well leave it checked so that it will automatically launch the program for you after clicking on the “Finish” button.
After clicking on the finish button, you will see a welcome page that shows up on every first Notepad++ installation.
fig 3.10.PNG
Figure 3.10 shows the Notepad++ welcome screen.

If you have reached this point, then congratulations. You have successfully installed the most important tool that you need to start writing your codes.

Summary
In this chapter, we went through the steps of installing a text editing software that will enable us to start writing some codes. In the next chapter, we will be walking through the process of creating our first web page.