Saturday, April 22, 2017

An Introduction to Web Development

21.04.2017






Web Browsers



These are Software or Programs that use to search for, reach and display Web Sites.

Main Purpose of Web Browsers is Bringing Information To User and Help to View the information.


Some Web browsers


Web Page

Simply its an HTML ( Hyper Text Markup Language) Document, that contains Links Images Videos etc., which can be access in Internet.

Sample Web Page


In Notepad Or any Text Editor We can write HTML Codings to Create a Web-page.

Like this One... ↴↴↴


For Design a Web-page We have different levels of designing. For Every level we use different types of Programming Languages.


1. Front Design
  • HTML
  • CSS
2. Client Side Design
  • VBScript
  • JavaScript
  • AJAX
  • jQuery
3. Server Side Design
  • C# OR Visual Basic
  • C++
  • Java and JSP
  • PHP
  • Python
  • Ruby
For More to Know about Server Side and Client Side... www.c-sharpcorner.com

4. Database
  • MySQL
  • Oracle
  • dBase


For More to Know About A Webpage Please Visit
http://www.computerhope.com/jargon/w/webpage.htm


Website

A Group of Webpages, which related to a topic or close related topics.


Sample Website

How does a web site works?



  1. When You type the web address in browser, the browser sends this to a DNS Server.
  2. When DNS Server find out the IP Address for the user requested page, the browser will connect to the Server through IP Address.
  3. In server the IP Address translated into Domain name, and in return the server sends the requested page.

Web Server

A Web Server is a program to serve the files that form Web pages to users, in response to their requests.

A Video about WEBSERVERS - What is a WEBSERVER?

1 comment:

My First Day with Uki DN Cohort 1

 "Hello WORLD!"