1 / 6

Introduction to The WEB

Introduction to The WEB. Photo courtesy: http://www.flickr.com/photos/booleansplit/2393247122/. It’s World Wide!. WWW. The internet is a global network of computers Web applications follow a client-server architecture client : the web browser Firefox Chrome Opera Safari Explorer

malina
Télécharger la présentation

Introduction to The WEB

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to The WEB Photo courtesy: http://www.flickr.com/photos/booleansplit/2393247122/ It’s World Wide!

  2. WWW • The internet is a global network of computers • Web applications follow a client-server architecture • client : the web browser • Firefox • Chrome • Opera • Safari • Explorer • server : the web server • Apache • IIS • Tomcat

  3. Client / Server • Clients request documents from servers • The request is sent via HTTP and may contain data • Servers respond to requests • The response is sent via HTTP and is probably HTML Chrome Server HTTP REQUEST HTTP RESPONSE

  4. Servers and Browsers • The web uses a client-server architecture • Web browser is the client • Web server is the server

  5. Web Programming Tools • Writing a web app involves many technologies: • Client (browser) side: • HTML5 – a standard document structure • JSON – a standard data exchange language • JavaScript – a client-side programming language • CSS – styling the web page • Server side: • Servlets/JSP/JSF – Java based • PHP – server-side scripting language • Ruby – server-side scripting language • ASP.NET – Microsoft solution • MySQL - database

  6. Syllabus • In two weeks we will talk about • HTML (2-3 days) • CSS (2-3 days) • JavaScript (2-3 days) • DOM • JQuery(1-2 days) • Every day we will • Talk about UW-L • Talk about web development • Talk about how to succeed at UW-L

More Related