Website Development Basics

📘 Website Working Technology & Web Basics


🔹 Website Working Technology

Round Trip Technology

(request and response occur in the same page)


🔹 Professional Texting

Professional texting can be done using font awesome (icon toolkit based on css)


🔹 Types of Website

  1. Static (only informative and no user interface)

  2. Dynamic (information and user interface both)

  3. Fuzion (Algorithms based website) - based on calculations

Ex. If user want to see website of furniture in which he/she can look 3d view of the furniture or other measurement parameters


🔹 Types of Webpage

  1. Single window webpage
    (About us, contact us)

  2. Multi window webpage
    (Registeration, login)


🔹 Web Structure

http://www.domain_name.com


🔹 HTTP

Http - it is responsible for the communication between web browser and web server.


🔹 Colon (:)

:(Colon) - Server finder operator.


🔹 Types of Server

  1. Linux server (Java, php and etc)
    Directory (publichtml/www)

  2. Windows server (dotnet, Salesforce)
    Directory (httpdocs)

  3. Cloud (both directory)


🔹 Slash (/)

/ (First slash) - Directory finder.

/ (Second slash) - file finder.


🔹 WWW

Www - World Wide Web Database.


🔹 Dot (.)

.(dot) - domain name finder.


🔹 Extension

.com - extension (identify a website)


Comments

Popular posts from this blog

Introduction To HTML

Data Binding Functions

Export GridView to Excel