Main Stages in Studying Web Programming
Main
Stages in Studying Web Programming
Web
programming consists of two syllables, namely web and programming. Programming
can be interpreted as the process, method, or creation of a program. While the
web can be interpreted as a computer network consisting of a collection of
internet sites that offer text, graphics, sound and animated resources through
the hypertext transfer protocol (HTTP).
So, web programming is a process, method, or creation of
a web-based program. In understanding web programming, it might occur in your
mind where you should start in learning web programming. In this article,
Logique will explain the stages in learning web programming in a continuous
manner only for you.
1.
HTML
& CSS
The
initial stage in learning web programming is to master HTML (Hyper Text Markup
Language) first. HTML is a component of programming that is quite important to
learn for web developers. Because, in broad outline HTML functions to display
writing, links, and lines that are the main components of a website.
Besides
HTML, it is also important for web developers to master CSS (Cascading Sheet
Styles). CSS functions as a support for HTML components that have been
developed. With CSS, the HTML components that have been created can be refined
and look more attractive. If you have mastered HTML and CSS, then you can
already create a static website with an attractive interface.
2.
PHP
If
you have mastered HTML & CSS, then the next step that you should learn is
PHP. This framework is quite widely used by web developers because it is easier
to learn, and not paid. In general, PHP functions to make the site more dynamic
by inserting programming logic into the HTML syntax that has been created. On
dynamic sites, visitors can interact on sites such as e-commerce, social media,
forums / communities, and so on.
However,
before learning PHP you should learn the logic of programming first. This will
make you able to do programming more easily.
3.
DATABASE
Databases
are an important component in information systems. Because, the database is a
place to provide various information to users. Therefore, web developers are
expected to be able to design databases in such a way that programming can run
faster and easier.
4.
JAVASCRIPT
Javascript
has functions similar to PHP. The way it works is also the same. However, both
of them have several different functions and syntax. Javascript is an important
thing to learn because between PHP and Javascript each has advantages and
disadvantages. That way, you can develop a site more easily based on the
disadvantages and advantages of the two programming languages.
5.
FRAMEWORK
Framework
has quite a number of advantages. Therefore, the framework is a pretty
important thing for you to master. With framework, you can develop a site more
easily, quickly, safely, and dynamically. Some examples of frameworks include
CodeIgniter, Zend PHP, Kohana, Panada, Yii and so on. It is recommended to
learn Codeigniter first if you are a beginner web developer who wants to master
the framework. Codeigniter has documentation that is quite complete and easy to
understand so that it will facilitate you in studying this framework. So
articles about the stages in learning web programming, hopefully can help you.
Question
1. What
does the website mean?
Answer :
A website is a collection of pages on a
domain on the internet that is made with a specific purpose and interconnected
and can be accessed widely through the front page (home page) using a browser
and consists of URLs.
2. What
does the web server mean?
Answer:
Server or Web server is a software that
provides data-based services and functions to accept requests from HTTP or
HTTPS on known clients and usually we are familiar with the name of a web
browser (Mozilla Firefox, Google Chrome) and to send back the results in the
form of several web pages and in general it will be in the form of an HTML
document.
3. What
is the function of a web server?
Answer:
The main function of the Server or Web server is to
do or will transfer the user's request file through a communication protocol
that has been determined in such a way. The requested webpage consists of text
files, videos, images, files and more. the use of a web server serves to
transfer all aspects of filing on a web page including those in the form of
text, videos, images and more.
Komentar
Posting Komentar