Presentation1 untuk belajar webdesign.pptx

cumasandiri 7 views 24 slides Sep 17, 2025
Slide 1
Slide 1 of 24
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24

About This Presentation

web


Slide Content

Web Browser A web browser is a software application for accessing information on the World Wide Web. Each individual web page, image, and video is identified by a distinct Uniform Resource Locator, enabling browsers to retrieve these resources from a web server and display them on a user's device. Universitas Klabat YOUR FUTURE STARTS HERE https://en.wikipedia.org/wiki/Web_browser

Web Browser Engine Universitas Klabat YOUR FUTURE STARTS HERE https://hacks.mozilla.org/2017/05/quantum-up-close-what-is-a-browser-engine/ Is a core software component of every major web browser. The primary job of a browser engine is to transform HTML documents and other resources of a web page into an interactive visual representation on a user's device.

Web Browser Engine Universitas Klabat YOUR FUTURE STARTS HERE https://en.wikipedia.org/wiki/Comparison_of_browser_engines

Uniform Resource Locator (URL) A string of characters used to identify a resource. Universitas Klabat YOUR FUTURE STARTS HERE Jennifer Niederst Robbins. Learning Web Design 4th Edition. 2012. O’Reilly. Canada

Web Application Architecture A skeleton or layout that displays the interactions between application components, middleware systems, user interfaces, and databases. This kind of interaction allows a number of applications to work together simultaneously. Universitas Klabat YOUR FUTURE STARTS HERE https:// litslink.com /blog/web-application-architecture

Universitas Klabat YOUR FUTURE STARTS HERE https:// litslink.com /blog/web-application-architecture

Universitas Klabat YOUR FUTURE STARTS HERE https:// litslink.com /blog/web-application-architecture

3 TIER ARCHITECTURE Universitas Klabat YOUR FUTURE STARTS HERE https:// mobidev.biz /blog/web-application-architecture-types

Universitas Klabat YOUR FUTURE STARTS HERE http://www.lansa.com/img/products/web-development-architecture-and-deployment-diagram.jpg 3 TIER ARCHITECTURE

SERVER-SIDE RENDERING (SSR) The content is fetched from the server and passed to the browser to be displayed to the user. Universitas Klabat YOUR FUTURE STARTS HERE https:// mobidev.biz /blog/web-application-architecture-types

STATIC SITE GENERATION (SSG) Involves a generator that automates coding of individual HTML pages, creating them from templates. Simple static website located on a CDN or any server, that holds an already generated HTML page to be given to users upon request. Universitas Klabat YOUR FUTURE STARTS HERE https:// mobidev.biz /blog/web-application-architecture-types

SINGLE PAGE APPLICATION (SPA) Works within a browser, doesn’t require reloading the page when new data needs to be displayed. Extensively used in our daily life: Facebook, Gmail, Google Maps, GitHub, and Twitter. Universitas Klabat YOUR FUTURE STARTS HERE https:// mobidev.biz /blog/web-application-architecture-types

ISOMORPHIC WEB APP Type of JavaScript application that can run both on the client-side and the server side. In contrast to SPA, here the first render occurs on the server. Universitas Klabat YOUR FUTURE STARTS HERE https:// mobidev.biz /blog/web-application-architecture-types

MICRO FRONT-END This architecture type is modular, which means that the pages and widgets are completely independent apps. Universitas Klabat YOUR FUTURE STARTS HERE https:// mobidev.biz /blog/web-application-architecture-types

SERVERLESS The whole execution of code is taken care of by cloud service providers, no need to deploy them manually on your server. Universitas Klabat YOUR FUTURE STARTS HERE https:// www.simform.com /blog/web-application-architecture/

MICROSERVICE The services are loosely coupled to be developed, tested, maintained, and deployed independently. Each services communicate with other services through APIs to solve complex business problems. Universitas Klabat YOUR FUTURE STARTS HERE https:// www.simform.com /blog/web-application-architecture/

Universitas Klabat YOUR FUTURE STARTS HERE http://blog.octo.com/en/new-web-application-architectures-and-impacts-for-enterprises-1/

Static vs Dynamic Web Universitas Klabat YOUR FUTURE STARTS HERE Consists of a computer with a HTTP server. It is static because the server sends its hosted files “as-is” to the browser. Consists of a static Web server plus extra software, most commonly an application server and a database. It is “dynamic” because the application server updates the hosted files before sending them to the browser via the HTTP server.

Universitas Klabat YOUR FUTURE STARTS HERE What will i learn in Web Design course

HyperText Markup Language Universitas Klabat YOUR FUTURE STARTS HERE Markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page. https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript

Universitas Klabat YOUR FUTURE STARTS HERE

Cascading Style Sheet Universitas Klabat YOUR FUTURE STARTS HERE https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript Is a language of style rules that use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.

Universitas Klabat YOUR FUTURE STARTS HERE

JavaScript Universitas Klabat YOUR FUTURE STARTS HERE JavaScript (JS) is a programming language mostly used to dynamically script webpages on the client side, but it is also often utilized on the server-side, using packages such as Node.js. https://developer.mozilla.org/en-US/docs/Glossary/JavaScript
Tags