>> Introduction to Web Applications

Slides:



Advertisements
Similar presentations
15 Chapter 15 Web Database Development Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Advertisements

Introduction to ASP.NET. 2 © UW Business School, University of Washington 2004 Outline Static vs. Dynamic Web Pages.NET Framework Installing ASP.NET First.
Database Market By Ann Seidu, Keith McCoy, and Ty Christler.
Introduction to Web Applications Instructor: Enoch E. Damson.
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
Web Application Architecture: multi-tier (2-tier, 3-tier) & mvc
Building Library Web Site Using Drupal
System Architecture & Hardware Configurations Dr. D. Bilal IS 592 Spring 2005.
Web Applications Harry R. Erwin, PhD University of Sunderland CIT304/CSE301.
Ling Guo Feb 15, 2010 Database(RDBMS) Software Review Oracle RDBMS (Oracle Cooperation) 4()6 Oracle 10g Express version DB2 (IBM) IBM DB2 Express-C SQL.
TRANSFORMING IT.  The cloud is a group of servers.  A user interacts with the cloud without worrying about how it is implemented. Cloud computing describes.
CIS 375—Web App Dev II Microsoft’s.NET. 2 Introduction to.NET Steve Ballmer (January 2000): Steve Ballmer "Delivering an Internet-based platform of Next.
Introduction to Internet Programming (Web Based Application)
Secure Search Engine Ivan Zhou Xinyi Dong. Introduction  The Secure Search Engine project is a search engine that utilizes special modules to test the.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
How to use Remote Desktop and Remote Support. What is remote desktop? Remotely control your computer from another office, from home, or while traveling.
Remote Access Using Citrix Presentation Server December 6, 2006 Matthew Granger IT665.
Archiving Solutions Software vs. Hosted vs. Appliance Based.
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
{ Cloud computing. Exciting and relatively new technologies allow computing to be a part of our everyday lives. Cloud computing allows users to save their.
Workshop site:
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Five SOFTWARE.
Cloud Computing, Business Users & Google Raju Gulabani Director of Product Management, Google Apps Feb 25, 09.
Web 2.0 Applications. Tasks that can be completed with Dropbox.
Introduction TO Network Administration
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
I NTRODUCTION TO N ETWORK A DMINISTRATION. W HAT IS A N ETWORK ? A network is a group of computers connected to each other to share information. Networks.
Introduction to Collaborative Tools A collaborative tools is software that allows for people to collaborate or conduct team work online while connected.
Unit 3: Understand Multimedia Production and Web Design Objective 3.02: Develop Webpages Section A: Introduction to Web Development and Standards.
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
Basics Components of Web Design & Development Basics, Components, Design and Development.
Lesson 4 Software: Systems and Applicatio n Software CREATED BY MOBIN 2016.
Securely Managing VMS from a Windows Environment 1.
Information Technology. *At Home *In business *In Education *In Healthcare Computer Uses.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
Building Library Web Site Using Drupal
Introduction to Oracle Forms Developer and Oracle Forms Services
Web Programming Language
“Information Sharing Portal for Indus Sub-System”
Web Technologies Computing Science Thompson Rivers University
PIWIK JUNIOR TIDAL ASSOCIATE PROF., WEB SERVICES & MULTIMEDIA LIBRARIAN NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY.
System Architecture & Hardware Configurations
Web Application.
Database System Concepts and Architecture
Cloud Computing Cloud computing: (the Internet represents the Cloud).
Introduction to Oracle Forms Developer and Oracle Forms Services
Presented by Web Services Propeller Studio
Introduction to Oracle Forms Developer and Oracle Forms Services
Section 17.1 Section 17.2 Add an audio file using HTML
MVC and other n-tier Architectures
System Architecture & Hardware Configurations
UNIT 15 Webpage Creator.
Advanced Security Architecture System Engineer Cisco: practice-questions.html.
PHP / MySQL Introduction
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Client-Side Validation with Javascript
System And Application Software
Presented by Web Services Propeller Studio
Information Technology, the Internet, and You
Do it now – PAGE 11 You will find your do it now task in your workbook – look for the start button! Wednesday, 21 November 2018.
Web Service Accounting System
Introduction to Databases Transparencies
Lecture 1: Multi-tier Architecture Overview
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Tiers vs. Layers.
SOFTWARE TECHNOLOGIES
Chapter 9 Web Hosting and E-Business Software
Web Technologies Computing Science Thompson Rivers University
Chapter 3 Software.
Presentation transcript:

>> Introduction to Web Applications

Web-based Systems | Misbhauddin Web Applications A web application is an application utilizing web and [web] browser technologies to accomplish one or more tasks over a network, typically through a [web] browser Also referred to as Web Apps or Web Widgets Web-based Systems | Misbhauddin

Websites vs. Web Applications Static Function: Display content  No programming language or DB required No or Limited User Interaction Required Not (often) updated Dynamic Function: Perform Tasks and Transactions Web programming language & DB required Rely on the user to interact Ever-changing Web-based Systems | Misbhauddin

Web-based Systems | Misbhauddin Network Browser Components of a Web App Web Technologies S/W Application Web-based Systems | Misbhauddin

How Web Applications Work Application Layer Web Server Client / Visitor Application Web Server Presentation Layer Three Layer Model Storage Layer Database Web Server Web-based Systems | Misbhauddin

Web-based Systems | Misbhauddin Types of Web Apps Searching Communication Multimedia Publishing Social N/W Shopping Desktop Alt. Web-based Systems | Misbhauddin

Types of Web Apps: Desktop S/W Alternatives Office Applications Project Management Multimedia-editing Programming Web-based Systems | Misbhauddin

Web-based Systems | Misbhauddin The +ve & the -ve Benefits Drawbacks Platform-independent (Any Hardware & Any OS) No download, installation or update required Background objects such as databases are not on the user’s computer Security Must be available 24x7 Testing done is not exhaustive Anything on the web stays on the web FOREVER Web-based Systems | Misbhauddin