Establish, configure and maintain a website/system

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

Internet Sellouts Final Presentation Enterprise Architecture Group.
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.
IT skills: IT concepts: Web client (browser), Web server, network connection, URL, mobile client, peer-to- peer application This work is licensed under.
Design Aspects. User Type the URL address on the cell phone or web browser Not required to login.
Multiple Tiers in Action
A complete web app using flex. You can use the flex builder to generate the php (server side) code for a flex-php application. As before, Php connects.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Static and Dynamic Websites Static and Dynamic Website Design Presented by: Shawn Cohan, President All Squared Web Design, LLC
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Sahil Narang What is CMS? A content management system (CMS) is a computer application that allows publishing, editing and modifying content,
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.
Christopher M. Pascucci Basic Structural Concepts of.NET Browser – Server Interaction.
Login Screen This is the Sign In page for the Dashboard Enter Id and Password to sign In New User Registration.
Lecturer: Ghadah Aldehim
1 Network Statistic and Monitoring System Wayne State University Division of Computing and Information Technology Information Technology.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
Login Screen This is the Sign In page for the Dashboard New User Registration Enter Id and Password to sign In.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
Webpage Design.
M1G Introduction to Database Development 6. Building Applications.
Unit – I CLIENT / SERVER ARCHITECTURE. Unit Structure  Evolution of Client/Server Architecture  Client/Server Model  Characteristics of Client/Server.
XML Registries Source: Java TM API for XML Registries Specification.
Log files presented to : Sir Adnan presented by: SHAH RUKH.
Amir Bishara and Dorin Danial Supervisors: Roiy Zysman Dr. Ilana David.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
Prepared by: Chavda Meet (09IT049) Busa Ankit (09IT035) Guided By: Prof. Komil B. Vora.
DataFlow Diagram – Level 0
XP Browser and Basics COM111 Introduction to Computer Applications.
How the Web Works Jenny Burson Courtesy of About Internet for Beginners Learn the Web
Enigma Mutiara Sdn Bhd Computer Based Learning (CBL) HSE Procedures.
1 State and Session Management HTTP is a stateless protocol – it has no memory of prior connections and cannot distinguish one request from another. The.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
Hands-On Microsoft Windows Server Implementing User Profiles A local user profile is automatically created at the local computer when you log on.
Presented By Shrikant Ravindra Kamble MCA 3 rd year.
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
Web development. What is web development? - It is a broad term for the work involved in developing a web site for the Internet - It can range from developing.
Installing and Configuring Moodle. Download Download latest Windows Install package from Moodle.orgMoodle.org.
4.01 How Web Pages Work.
IS1500: Introduction to Web Development
3.02H Publishing a Website 3.02 Develop webpages..
Chapter 2 Client/Server Applications
DCR ARB Presentation Team 5: Tour Conductor.
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
System Architecture & Hardware Configurations
Application of the Internet
WEB BASED CENTRAL LIBRARY
UNIT 15 Webpage Creator.
PHP / MySQL Introduction
Providing Network Services
Login & administration page
The Application Lifecycle
Title: Tech Training Certificate: Ace of Initiative Program
The Internet An Overview.
Communications & Computer Networks Resource Notes - Introduction
Hyper Text Transfer Protocol
4.02 Develop web pages using various layouts and technologies.
PitchBook For MS Dynamics Plugin
This is the Sign In page for the Dashboard
Database Connectivity and Web Development
Fei Huang Prof. Soon Chun ISI490 Spring 2018
CORBA Programming B.Ramamurthy Chapter 3 5/2/2019.
WJEC GCSE Computer Science
4.01 How Web Pages Work.
Client-Server Model: Requesting a Web Page
Computer Networks Protocols
Your computer is the client
Presentation transcript:

Establish, configure and maintain a website/system

Client Server Communication basic communication for a website system Client A (computer | program | process) that makes requests for information from another (computer | program | process) in a client-server relationship Server A (software program | computer) that provides a specific kind of service to client software running on the same computer or other (clients | computers) on a network Example: Web server, file server, DHCP server

CRUD Describes the fundamental functions of a persistent database. basic process of a system with data management Describes the fundamental functions of a persistent database. CRUD = Create, Read, Update and Delete. Retrieve may occasionally be substituted for Read. Search will add data management capability of a system. Different users may have different CRUD cycles based upon the requirements of the system. A customer, for instance, might have the ability to create an account, retrieve it upon return to a website, update billing information, or delete it if necessary. An operations manager, by contrast, might create product records, call them up as needed, modify packaging or raw materials details or delete it if the product was discontinued.

The Concept …/xampp/htdocs/… establish, configure and maintain a website localhost/foldername/filename.php …/xampp/htdocs/… …/foldername/... *.php *.html *.jpg *.png Location of file & folder - must be place @server - in Xampp: * …/xampp/htdocs/… * it is a local server * known as localhost Open file - client server application - in order to open the electronic page; * use a web browser * type in the address or url * localhost/foldername/filenamewithextension

Example chantek connection between electronic page with database dbchantek chantek session hold information about one single user, and are available to all pages in one application user product booking * a simple website/system * manage user booking product & user enrolment for class * there are two levels of user: Admin and User level Admin User user class register

Example chantek Admin Login User Profile Product Product Order Class Class Registration View View View View View Edit / Delete Edit / Delete Edit / Delete Edit / Delete Edit / Delete Register Add Order Add Register

Example chantek User Login User Profile Product Product Order Class Class Registration View View View View View Edit / Delete Order Register Receipt Receipt Delete Delete