Building Workshop I. The Basics II. Website Types III. Website Platforms IV. Live Case Study V. Open Discussion.

Slides:



Advertisements
Similar presentations
HTTP Request/Response Process 1.Enter URL ( in your browser’s address bar. 2.Your browser uses DNS to look up IP address of server.com.
Advertisements

What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
Multiple Tiers in Action
Introduction to Web Based Application. Web-based application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
E-Commerce The technical side. LAMP Linux Linux Apache Apache MySQL MySQL PHP PHP All Open Source and free packages. Can be installed and run on most.
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
Web Design Basic Concepts.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Build a Free Website1 Build A Website For Free 2 ND Edition By Mark Bell.
Introduction to Internet Programming (Web Based Application)
PHP and MySQL by Example COMP YL Professor Mattos.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Session I Chapter 1 - Introduction to Web Development
Week 9 Portfolio Design Basics Role of a web designer Designing for the medium Best practices for personal portfolios.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Case Study Dynamic Website - Three Tier Architecture
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
ECMM6018 Enterprise Networking for Electronic Commerce Tutorial 7
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
The basics of knowing the difference CLIENT VS. SERVER.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
COSC 2328 – Web Programming.  PHP is a server scripting language  It’s widely-used and free  It’s an alternative to Microsoft’s ASP and Ruby  PHP.
Overview Web Technologies Computing Science Thompson Rivers University.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
Week-6 (Lecture-1) Publishing and Browsing the Web: Publishing: 1. upload the following items on the web Google documents Spreadsheets Presentations drawings.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
I NTRO TO W EB TECHNOLOGY Basic terms. C LIENT – S ERVER M ODEL a distributed communication between service requestors and service providers.
PHP Assignment Help BookMyEssay. What is PHP PHP is a scripting language generally used on web servers. It is an open source language and embedded code.
Introduction to Internet Programming (Web Based Application)
Web Programming Language
Web Technologies Computing Science Thompson Rivers University
Introduction to web development concepts
Developing Web-Based Applications
Web page a hypertext document connected to the World Wide Web.
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
browser search engine web page
Web Systems Development (CSC-215)
CMP Creating Your Personal and Small Business Web Sites
HTML5 Level I Session I Chapter 1 - Introduction to Web Development
Chengyu Sun California State University, Los Angeles
Mozafar Bag-Mohammadi
Secure Web Programming
Web Page Design CIS 300.
IntroductionToPHP Static vs. Dynamic websites
Chengyu Sun California State University, Los Angeles
Web Development 101 Workshop
Chengyu Sun California State University, Los Angeles
BOF #1 – Fundamentals of the Web
Web Technologies Computing Science Thompson Rivers University
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Client-Server Model: Requesting a Web Page
WORKSHOP A Basics in HTML/CSS.
Web Application Development Using PHP
ADTEL WEBSITE
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

Building Workshop I. The Basics II. Website Types III. Website Platforms IV. Live Case Study V. Open Discussion

Basics  Domain names: mydomain.com/org/net etc…  Domain registrars: GoDaddy, Network Solutions, Register.com, etc…  Hosting servers: GoDaddy, Yahoo, Google, 100megsHosting, etc…  Browsers/compatibility: IE, Firefox, Safari, Chrome, etc…

Basics Browser (Firefox) Hosting Server (100megsHosting) type request Domain Registrar (GoDaddy) query return can be same entity in some cases

Types  Static/Informational (read & scroll) Example: news sites (CNN, NYTimes, etc…)  Dynamic (Interactive forms, online transactions, shopping carts, secure access, etc…). Example: eBay, Amazon, etc…

Platforms  Basic scripting Example: html (HyperText Markup Language)  Server scripting Technology with databases Example: php, mysql, javascript, css, asp.net, etc…  Content Management Systems (web 2.0) Example: Joomla, Google Sites, etc… Static Static/Dynamic

Case Study  Building a website “ using Google Sites Single-click page creation No HTML required Customizable look and feel Settings for accessing and sharing information And it’s free!

Discussion ?