Module 01 Intro To Internet and Web
Module 01 Intro To Internet and Web
0 10-July-2020
This module provides the fundamentals of the internet and web development. You will learn the
basic of the technical infrastructure of the web and the difference between the Internet and the
web. It also provides a simplified view of what happens when you view a web page in a web
browser on your computer or mobile phone. Lastly, it talks about how to build and design a
website.
1.2. Protocols
A protocol is a set of rules that defines how a client workstation can communicate with
a server
A server is the host computer that stores resources and files for websites
Hypertext Transfer Protocol (HTTP) is a set of rules for exchanging text, graphics,
audio, video, and other multimedia files on the web
File Transfer Protocol (FTP) is used to exchange files from one computer to another
over the Internet
-This protocol does not provide a way to view a webpage
Transmission Control Protocol/Internet Protocol (TCP/IP) is a pair of protocols
used to transfer data efficiently over the Internet by properly routing it to its destination
Internet Protocol (IP) ensures data is sent to the correct location
The Domain Name System (DNS) associates an IP address with a domain name
A web browser is a program that interprets and displays Web pages and enables you to
view and interact with a Web page
– Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, and Apple Safari
A Uniform Resource Locator (URL) is the address of a document or other file
accessible on the Internet
– http://www.cengagebrain.com/shop/index.html
A domain is an area of the Internet a particular organization or person manages.
An Internet site is another term for a website that is generally available to anyone with
an Internet connection
An intranet is a private network that uses Internet technologies to share company
information among employees
An extranet is a private network that uses Internet technologies to share business
information with select corporate partners or key customers
Many company websites also support electronic commerce (e-commerce), which is
the buying and selling of goods and services on the Internet
Educational institutions use a Learning Management System (LMS) to simplify course
management
– An LMS is a web-based software application designed to facilitate online learning
Purpose of the website — The purpose of a commercial business website is related to the
goal of selling products or services
Target Audience — The people who use the website are known as the target audience
o Knowing their general demographic background will help to design a website
appropriate for them
Multiplatform Display —A responsive design of a website must be created that provides
an optimal viewing experience across a range of devices
1.6.1 Wireframe
A wireframe is a simple, visual guide that clearly identifies the location of
main webpage elements
Active white space is an area on the page that is intentionally left blank
Passive white space is the space between content areas
- Helps a user focus on one part of the page
In a variation of a linear website structure, each page can include a link to the
home page of the website
1.7.1 Graphics
Graphics add visual appeal to a webpage and enhance the visitor’s perception of
the products and services
1.7.2 Navigation
The navigation of a website should be clear and concise
Each webpage should have a designated navigation area with links to other pages
in the site
The navigation area should be prominent and easy to use
1.7.3 Typography
The use of effective typography, or fonts and font styles, enhances the visual
appeal of a website
Typography also should promote the purpose and goal of the website
1.7.4 Color
The combination of colors contributes to the appeal and legibility of the website
Aim to strike a balance among the background color, text color, and the color
that represents a brand
Colors convey meanings
1.7.4 Accessibility
A web designer should create pages for viewing by a diverse audience, including
people with physical impairments and global users
The World Wide Web Consortium (W3C) develops and maintains web standards,
language specifications, and accessibility recommendations.
Navigation, typography, color, and accessibility are the basic web page design criteria to
consider when developing a website. A sophisticated website requires additional design
considerations and research of the business, its competition, and a complete business analysis
Webpages can be created using HTML with a simple text editor, such as Notepad,
Notepad++, Sublime, Programmer’s Notepad, TextEdit, and TextWrangler
A text editor is a program that allows one to enter, change, save, and print text, which
includes HTML tags
An HTML editor is a program that provides basic text-editing functions, and advanced
features such as color-coding for various HTML tags, menus to insert HTML tags, and a
spelling checker
HTML is platform independent
Notepad++ is a free, open-source text editor. It is used to create files in several
markup, scripting, and programming languages, including HTML, CSS, JavaScript, PHP,
Java, C#, and Visual Basic
Programmer’s Notepad is a free, open-source text editor used to create webpages,
and files in several markup, scripting, and programming languages as well
Sublime is a cross-platform text editor
TextWrangler is a free, open-source text editor. It is used to create files in many
formats, including HTML and CSS
WYSIWYG Editors – Stands for What You See Is What You Get
– These editors provide a graphical user interface to design a webpage
– It allows to drag HTML elements onto the page while the editor writes the code
Adobe Dreamweaver is a popular WYSIWYG editor
Microsoft Expression Web 4 is a WYSIWYG webpage editor from Microsoft
LEARNING ACTIVITY 1
Home-based Activity:
SUMMARY
In this module, you explored the fundamentals of the internet and the web development.
You’ve learned the following:
REFERENCES
tutorialrepublic.com/php-tutorial
php.net
tutorialrepublic.com/php-examples.php