SlideShare a Scribd company logo
1 of 43
Fundamentals of Web designing
Ministry of Higher Education
Bamyan University
Computer Science Department
1
Presented by : Mustafa Kamel Mohammadi
Email : bamian.cs@gmail.com
Applications and web application definition
Agenda of course
 Fundamentals of web designing
 Some Theories
 Web application introduction
 Web engineering approaches
 How web works?
 Web application structure
 HTML
 Web design
 CSS ( Cascading Style Sheet)
2
learning objective
 In this chapter you will learn
 Application
 Types of application
 Web application
 Web application categories
 Web development
 Web engineering
3
Course needs
• Software
• Sublime text editor (coding)
• Wamp server (web server)
• Google chrome or Mozilla firefox (run the code)
• Edraw Max ( design wireframes and blueprints)
4
Project topics
• Culture
• Family
• Government
• Education
• Communication
• Medical
• Agriculture
• Law
• Science
• Art
• Economy
• Engineering
5
What is Application?
• Application is a term for a set of instructions, which makes a computer to
perform a task.
• The set of instructions are commonly known as a program.
• Many programs are not applications ,A program with a user-interface is an
application.
6
Application system
• A group of related applications programs designed to perform a specific function
• An application system normally consists of a user interface and a database.
• Application System is designed and implemented with Different size and
architecture.
• Application System normally consist of:
• Related configuration files to run the program
• A system documentation, describing the systems structure
• A end user documentation, describing the handling of the system
7
Application definition from different views
• Web Engineer view:
• Related configuration files to run the program
• Suitable documentation
• End-user view:
• The program that is useful for him /her and perform specific task for them.
8
Types of Application
• There are many different types of Application Software but according to usage
scope we divide them in the following categories:
• Desktop Application
• Web Application
• Mobile applications
9
Desktop applications
• Software development began with Desktop Applications
• A desktop application means any software that can be installed on a single
computer (laptop or a desktop) and used to perform specific tasks.
• Different types of desktop applications:
• Applications for communication: Microsoft Outlook
• Applications for data analysis and diagrams: Microsoft Excel and Visio
• Applications for presentations and Graphics: Microsoft PowerPoint, Adobe Photoshop
• Etc.
10
Mobile applications
• A mobile application, most commonly referred to as an app, is a type of
application software designed to run on a mobile device, such as a smartphone
or tablet computer.
• Mobile applications frequently serve to provide users with similar services to
those accessed on PCs
11
Web application
• However, with the advent of internet and online commerce, Web Application
development gained importance.
• A Web application is a system that utilizes W3C standards & technologies to
deliver Web-specific resources to clients through a browser.
• A web application is any application that uses a web browser as a client.
• An online shopping website can be considered as a web application
12
Web application types
• Web applications can be categorized in many ways there is no unique or widely
accepted way.
• Below different categories of Web applications depending on their development
history and their degree of complexity
• Document Centered (Informational ,Download)
• Interactive
• Transactional
• Work flow Based
• Collaborative work environments
• Semantic Web
14
Document Centered (Informational ,Download):
• Informational : read-only content is provided with simple navigation and links
• Customizable : the user customizes content to specific needs
• Example: Static homepage, company web site
15
Interactive
• Content of a website is dynamically generated as response to a user request
• Examples: dynamic HTML pages (Registration forms, Search engine)
16
Transactional
• Complex interactions
• Use transaction management in database systems
• Examples: Online shopping, online banking, reservation systems
17
Work flow based
• Support business processes (workflows) within respective business organization.
• Electronic version of structured flow of activities.
• Examples: E-Government, patient workflows in health care systems
18
Collaborative work environments
• A collaborative working environment (CWE) supports people, such as e-
professionals, in their individual and cooperative work.
• Support cooperation in case of unstructured flow of activities and high degree of
communication.
• Examples: email, video conferencing, blogging, wiki
19
Semantic Web
• Information available on the web (adequate for human understanding)
• Knowledge management(derivation of new knowledge , re-use of knowledge).
• Examples: Google, Wikipedia
20
History of Web development
• Web Application development has a very short history, compared to the
development of software.
• But within a period of few years, a large number of Web systems and
applications have been developed and put into widespread use.
• The World Wide Web (Web) has become the dominant platform for ubiquitously
accessible information and applications of any kind.
21
What is a good web application?
• Good Web Application Development are not just about nice look and feel
• It is also about quality attributes such as
• Usability
• Accessibility
• Maintainability
• Compatibility
• Security
• Reliability
• Efficiency
• Reusability
22
Why web engineering?
• To successfully build large-scale, complex Web-based systems , Web developers
need to adopt a disciplined development process and a sound methodology , use
better development tools, and follow a set of good guidelines.
• Engineering approaches are needed to meet these .
• Engineering is widely taken as a disciplined application of scientific knowledge
for the solution of practical problems.
• Web engineering was introduced as solution
23
What is web engineering?
• Web Engineering uses:
• Scientific
• Engineering
• Management Principles
• to successfully
• cost-effective Develop
• Deploy
• Maintain
• High-quality Web systems and applications
• The outcome of the Web Engineering process are Web applications that provide
Web pages that can be displayed in a Web browser.
• Web engineering is a specialization in software engineering
24
Keep in mind
• Web Engineering is not about HTML and JavaScript
• Like Software Engineering is not about C or Java!
• It aims at systematic development of Web applications according to a specific
methodology
• Standards are important in Web like in all the other Engineering fields
25
Stakeholders in web engineering projects
• Many people are involved in a Web engineering project and expect to benefit
from its success.
• we classify these stakeholders into four major categories:
1. Users
2. Customers
3. Web developers
4. Development Managers
• All four roles can be fulfilled by the same person
26
User
• Those who use the Web Application
• Their goals include doing interesting work and solving their problem.
• Quality indicators:
• SW does, what I expect
• Fast
• Easy to use
• Easy to learn
• No errors
• Good manual
27
Customers
• Customers Also known as clients
• People who make the decisions about ordering and paying for the Web
Application .
• They may or may not be users, the users may work for them
• Their goals are to increase profit or simply to run their business more effectively
• Quality indictors:
• SW has to be as cheap as possible
• Memory usage is low
• Runs fast
• Tasks are done correct
• Flexible
• Costs of maintaining are very low
28
Developers
• Development of a Web application requires a team of people with diverse skills
and backgrounds.
• Those who develop and maintain the Web Application are called Web engineers
• Within the development team there are often specialized roles including:
• Requirement specialist
• Programmers
• Graphic designers
• Database specialist
• Data communication and networking experts
• Configuration management specialist
• Quality indicator:
• Easy to design
• Reuse its parts
29
Development Managers
• People who runs the organization that is developing the Web Applications
• They often have and educational background in business administration
• Their goal is to please the customers or sell the most Web Application while
spending the least money
• They must have knowledge about how to manage software project
• Web developers must keep their managers informed of any problems
• Goals to be achieved:
• Sells more
• Pleased Customers
• Costing less to develop and maintain
30
Web Engineering Projects
• Web Engineering work is normally organized into projects
• We can divide software projects into three major categories:
1. Those that involve modifying an existing systems
2. Those that involve starting to develop a system from scratch
3. Those that involve building most of a new system from existing components
31
Evolutionary Projects
• Most software projects are of the first type-Modifying an existing system.
• The term maintenance is used to describe this process
• Evolutionary or maintenance projects can be of several different types:
• 1. Corrective projects: fixing defects
• 2. Adaptive projects: changing the system in response to changes in the
environment in which the software runs
• For example change system to work with new version of Operating system or Database
• 3. Enhancement projects: adding new features for users
• 4. Re-engineering or perfective projects: changing the system internally so it is
more maintainable
32
Green field projects
• Projects to develop an entirely new software system from scratch
• Developers often enjoy green field projects ,because they have a wider freedom
to be creative about the design
• It has a lot of work to built a complex system from scratch
33
Projects built from existing components
• These projects can be considered neither evolutionary nor new development
• This type of project start with framework or components already developed
• A framework is a software system especially designed to be reused in different
projects
• A framework is a software system that is missing some important details.
• E.g. Specific rules of this organization.
• Benefit from reusing reliable software.
34
Web development process
• Before you Start - Remember!
• Attempting to build a website without a plan is like trying to construct a house
without an architectural blueprint
35
Web development process
• There are numerous steps in the web site design and development process.
• From gathering initial information, to the creation of your web site, and finally to
maintenance to keep your web site up to date and current.
• The exact process will vary slightly from designer to designer, but the basics are
generally the same.
1. Information Gathering
2. Planning
3. Design
4. Development
5. Testing and Delivery
6. Maintenance
36
Phase One: Information Gathering & Analyze
• The first step and the most important one, in designing a successful web site is to
gather information and analyze them.
• Conduct a Client Survey Interview:
• It involves Good understanding of company that what business goals and dreams are ,what
are their target audience, and how the web can be utilized to help achieve those goals.
• Write the Project Brief/Creative Brief:
• Based on the information gathered in the client survey, write the project brief
• Write the Project Technical Specifications:
• to clearly establish requirements like screen resolution, browser compatibility ,download
time, web standards and Platforms
• Develop the Project Plan/Timeline:
• Establish the timeline for deliverables and tasks for each Phase of the project. Assign due
dates and resources.
37
Cont.
• Works to be done in information gathering phase:
• Interviews with the clients
• Mails and supporting docs by the client
• Discussions Notes
• Online chat
• Recorded telephone conversations
• Output of all these works are:
• Work plan
• Cost involved
• Hardware-software requirements
• Supporting documents
• The approval
38
Phase Two: Planning
• Using the information gathered from Phase one, it is time to put together a plan
for your web site.
• This is the point where a site Structure is developed and The deliverables from
this Phase are:
1. Content Outline
2. Site Diagram
3. Page Description Diagrams
• These three deliverables are dependent on each other and need to be
completed sequentially.
39
Cont.
• Content Outline:
• Working closely with your clients, create a categories list of all existing content with final
feedback.
40
Cont.
• Site Diagram:
• Take your final content outline and create a sitemap or site diagram.
• It is A visual representation of your content outline and site structure.
• You can use Visio, Edraw Max to create your site diagram
• When you use a site map during the development of a Web site even a Web site that
includes only a few pages you can identify
• Pages that you need to build
• How pages relate to each other
• Navigation elements that you need
41
Cont.
• Page Description Diagrams:
• Many Information Architects are now recommending the use of Page Description Diagrams
(PDD)as a step before wireframes
• 1. What content belongs on this page?
• 2. What is the priority of each chunk of content?
42
43

More Related Content

What's hot

Web technology practical list
Web technology practical listWeb technology practical list
Web technology practical list
desaipratu10
 
Client side scripting using Javascript
Client side scripting using JavascriptClient side scripting using Javascript
Client side scripting using Javascript
Bansari Shah
 

What's hot (20)

Css box-model
Css box-modelCss box-model
Css box-model
 
Web technology practical list
Web technology practical listWeb technology practical list
Web technology practical list
 
css.ppt
css.pptcss.ppt
css.ppt
 
Client side scripting using Javascript
Client side scripting using JavascriptClient side scripting using Javascript
Client side scripting using Javascript
 
Introduction to the Internet
Introduction to the InternetIntroduction to the Internet
Introduction to the Internet
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Web Servers (ppt)
Web Servers (ppt)Web Servers (ppt)
Web Servers (ppt)
 
Server Scripting Language -PHP
Server Scripting Language -PHPServer Scripting Language -PHP
Server Scripting Language -PHP
 
Webmail and Mail Clients
Webmail and Mail ClientsWebmail and Mail Clients
Webmail and Mail Clients
 
Html list
Html listHtml list
Html list
 
Complete Lecture on Css presentation
Complete Lecture on Css presentation Complete Lecture on Css presentation
Complete Lecture on Css presentation
 
Features of java
Features of javaFeatures of java
Features of java
 
Functions in javascript
Functions in javascriptFunctions in javascript
Functions in javascript
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
Web Application
Web ApplicationWeb Application
Web Application
 
Java script
Java scriptJava script
Java script
 
Presentation on HTML
Presentation on HTMLPresentation on HTML
Presentation on HTML
 
Internet browsing
Internet browsingInternet browsing
Internet browsing
 
jQuery
jQueryjQuery
jQuery
 

Viewers also liked

ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...
ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...
ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...
Carlos Eduardo Lima
 
Matheson New Joplin Store (interior)
Matheson New Joplin Store (interior)Matheson New Joplin Store (interior)
Matheson New Joplin Store (interior)
MATHESON
 
индустрия телевидения часть 3
индустрия телевидения часть 3индустрия телевидения часть 3
индустрия телевидения часть 3
Олег Ткачук
 
Подготовка тв передачи
Подготовка тв передачиПодготовка тв передачи
Подготовка тв передачи
Олег Ткачук
 

Viewers also liked (19)

Difference between Phenomenology and Sociological Foundations of Education
Difference between Phenomenology and Sociological Foundations of EducationDifference between Phenomenology and Sociological Foundations of Education
Difference between Phenomenology and Sociological Foundations of Education
 
новое телевидение
новое телевидениеновое телевидение
новое телевидение
 
Plan de seguridad lydiaiglesias2cta
Plan de seguridad lydiaiglesias2ctaPlan de seguridad lydiaiglesias2cta
Plan de seguridad lydiaiglesias2cta
 
Политическая конкуренция - Алексей Захаров
Политическая конкуренция - Алексей ЗахаровПолитическая конкуренция - Алексей Захаров
Политическая конкуренция - Алексей Захаров
 
ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...
ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...
ENEG Os desafios associados ao desenvolvimento dos serviços de água nos paíse...
 
Proof of study
Proof of studyProof of study
Proof of study
 
Keyboard Shortcuts for Windows
Keyboard Shortcuts for WindowsKeyboard Shortcuts for Windows
Keyboard Shortcuts for Windows
 
Matheson New Joplin Store (interior)
Matheson New Joplin Store (interior)Matheson New Joplin Store (interior)
Matheson New Joplin Store (interior)
 
индустрия телевидения часть 3
индустрия телевидения часть 3индустрия телевидения часть 3
индустрия телевидения часть 3
 
Подготовка тв передачи
Подготовка тв передачиПодготовка тв передачи
Подготовка тв передачи
 
Leadership and management Skills
Leadership and management Skills Leadership and management Skills
Leadership and management Skills
 
Web design - Working with forms in HTML
Web design - Working with forms in HTMLWeb design - Working with forms in HTML
Web design - Working with forms in HTML
 
Bandar berpusatkan-rumah-ibadah
Bandar berpusatkan-rumah-ibadahBandar berpusatkan-rumah-ibadah
Bandar berpusatkan-rumah-ibadah
 
LMCP 1532 Perancangan Bandar Mapan
LMCP 1532 Perancangan Bandar MapanLMCP 1532 Perancangan Bandar Mapan
LMCP 1532 Perancangan Bandar Mapan
 
Fundamentals of database system - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system - Data Modeling Using the Entity-Relationshi...
 
E&C Review of Mobile Broadband Services 2014 demoversion
E&C Review of Mobile Broadband Services 2014 demoversionE&C Review of Mobile Broadband Services 2014 demoversion
E&C Review of Mobile Broadband Services 2014 demoversion
 
Libros recomendados
Libros recomendadosLibros recomendados
Libros recomendados
 
Strategic Leadership and Management
Strategic Leadership and ManagementStrategic Leadership and Management
Strategic Leadership and Management
 
Geometría i – unidad 3 – tema 1 – actividad de aprendizaje 1 rivera c-adan
Geometría i – unidad 3 – tema 1 – actividad de aprendizaje 1 rivera c-adanGeometría i – unidad 3 – tema 1 – actividad de aprendizaje 1 rivera c-adan
Geometría i – unidad 3 – tema 1 – actividad de aprendizaje 1 rivera c-adan
 

Similar to Web design - Applications and web application definition

SE_UNIT-1 and 2@GVRJOBS4U.COM.pdf
SE_UNIT-1 and 2@GVRJOBS4U.COM.pdfSE_UNIT-1 and 2@GVRJOBS4U.COM.pdf
SE_UNIT-1 and 2@GVRJOBS4U.COM.pdf
ssusere796b3
 
Agile methodology in cloud computing
Agile methodology in cloud computingAgile methodology in cloud computing
Agile methodology in cloud computing
Ahmed M. Abed
 

Similar to Web design - Applications and web application definition (20)

WELecture01.pptx
WELecture01.pptxWELecture01.pptx
WELecture01.pptx
 
Introduction to Software engineering ch03
Introduction to Software engineering ch03Introduction to Software engineering ch03
Introduction to Software engineering ch03
 
SE_UNIT-1 and 2@GVRJOBS4U.COM.pdf
SE_UNIT-1 and 2@GVRJOBS4U.COM.pdfSE_UNIT-1 and 2@GVRJOBS4U.COM.pdf
SE_UNIT-1 and 2@GVRJOBS4U.COM.pdf
 
Web technology unit I - Part A
Web technology unit I -  Part AWeb technology unit I -  Part A
Web technology unit I - Part A
 
Agile methodology in cloud computing
Agile methodology in cloud computingAgile methodology in cloud computing
Agile methodology in cloud computing
 
Developing for Windows 8 based devices
Developing for Windows 8 based devicesDeveloping for Windows 8 based devices
Developing for Windows 8 based devices
 
Steve Greenley July 2015 - Enterprise Architecture and True Agility - lessons...
Steve Greenley July 2015 - Enterprise Architecture and True Agility - lessons...Steve Greenley July 2015 - Enterprise Architecture and True Agility - lessons...
Steve Greenley July 2015 - Enterprise Architecture and True Agility - lessons...
 
Web engineering
Web engineeringWeb engineering
Web engineering
 
Unit_1(Software and Software Engineering).pptx
Unit_1(Software and Software Engineering).pptxUnit_1(Software and Software Engineering).pptx
Unit_1(Software and Software Engineering).pptx
 
Crm for school education publishing and management system
Crm for school education publishing and management systemCrm for school education publishing and management system
Crm for school education publishing and management system
 
Web engineering cse ru
Web engineering cse ruWeb engineering cse ru
Web engineering cse ru
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
Cloud Readiness 101: Analyzing and Visualizing Your IT Infrastructure
Cloud Readiness 101: Analyzing and Visualizing Your IT InfrastructureCloud Readiness 101: Analyzing and Visualizing Your IT Infrastructure
Cloud Readiness 101: Analyzing and Visualizing Your IT Infrastructure
 
The world of enterprise solution development with asp.net and C#
The world of enterprise solution development with asp.net and C#The world of enterprise solution development with asp.net and C#
The world of enterprise solution development with asp.net and C#
 
Greate Introduction to Software Engineering @ Track IT Academy
Greate Introduction to Software Engineering @ Track IT AcademyGreate Introduction to Software Engineering @ Track IT Academy
Greate Introduction to Software Engineering @ Track IT Academy
 
Sitecore, the good, the bad and the ugly Code Camp 2016 Skopje
Sitecore, the good, the bad and the ugly Code Camp 2016 SkopjeSitecore, the good, the bad and the ugly Code Camp 2016 Skopje
Sitecore, the good, the bad and the ugly Code Camp 2016 Skopje
 
Resume
ResumeResume
Resume
 
Chapter Ten
Chapter TenChapter Ten
Chapter Ten
 
B19CA4020_SE_Unit3.pptx
B19CA4020_SE_Unit3.pptxB19CA4020_SE_Unit3.pptx
B19CA4020_SE_Unit3.pptx
 

More from Mustafa Kamel Mohammadi

More from Mustafa Kamel Mohammadi (8)

Web design - Working with tables in HTML
Web design - Working with tables in HTMLWeb design - Working with tables in HTML
Web design - Working with tables in HTML
 
Web design - Working with Links and Images
Web design - Working with Links and ImagesWeb design - Working with Links and Images
Web design - Working with Links and Images
 
Web design - Working with Text and Lists in HTML
Web design - Working with Text and Lists in HTMLWeb design - Working with Text and Lists in HTML
Web design - Working with Text and Lists in HTML
 
Web design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introductionWeb design - HTML (Hypertext Markup Language) introduction
Web design - HTML (Hypertext Markup Language) introduction
 
Web design - How the Web works?
Web design - How the Web works?Web design - How the Web works?
Web design - How the Web works?
 
Fundamentals of database system - Relational data model and relational datab...
Fundamentals of database system  - Relational data model and relational datab...Fundamentals of database system  - Relational data model and relational datab...
Fundamentals of database system - Relational data model and relational datab...
 
Fundamentals of database system - Database System Concepts and Architecture
Fundamentals of database system - Database System Concepts and ArchitectureFundamentals of database system - Database System Concepts and Architecture
Fundamentals of database system - Database System Concepts and Architecture
 
Fundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersFundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database Users
 

Recently uploaded

Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 

Recently uploaded (20)

Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 

Web design - Applications and web application definition

  • 1. Fundamentals of Web designing Ministry of Higher Education Bamyan University Computer Science Department 1 Presented by : Mustafa Kamel Mohammadi Email : bamian.cs@gmail.com Applications and web application definition
  • 2. Agenda of course  Fundamentals of web designing  Some Theories  Web application introduction  Web engineering approaches  How web works?  Web application structure  HTML  Web design  CSS ( Cascading Style Sheet) 2
  • 3. learning objective  In this chapter you will learn  Application  Types of application  Web application  Web application categories  Web development  Web engineering 3
  • 4. Course needs • Software • Sublime text editor (coding) • Wamp server (web server) • Google chrome or Mozilla firefox (run the code) • Edraw Max ( design wireframes and blueprints) 4
  • 5. Project topics • Culture • Family • Government • Education • Communication • Medical • Agriculture • Law • Science • Art • Economy • Engineering 5
  • 6. What is Application? • Application is a term for a set of instructions, which makes a computer to perform a task. • The set of instructions are commonly known as a program. • Many programs are not applications ,A program with a user-interface is an application. 6
  • 7. Application system • A group of related applications programs designed to perform a specific function • An application system normally consists of a user interface and a database. • Application System is designed and implemented with Different size and architecture. • Application System normally consist of: • Related configuration files to run the program • A system documentation, describing the systems structure • A end user documentation, describing the handling of the system 7
  • 8. Application definition from different views • Web Engineer view: • Related configuration files to run the program • Suitable documentation • End-user view: • The program that is useful for him /her and perform specific task for them. 8
  • 9. Types of Application • There are many different types of Application Software but according to usage scope we divide them in the following categories: • Desktop Application • Web Application • Mobile applications 9
  • 10. Desktop applications • Software development began with Desktop Applications • A desktop application means any software that can be installed on a single computer (laptop or a desktop) and used to perform specific tasks. • Different types of desktop applications: • Applications for communication: Microsoft Outlook • Applications for data analysis and diagrams: Microsoft Excel and Visio • Applications for presentations and Graphics: Microsoft PowerPoint, Adobe Photoshop • Etc. 10
  • 11. Mobile applications • A mobile application, most commonly referred to as an app, is a type of application software designed to run on a mobile device, such as a smartphone or tablet computer. • Mobile applications frequently serve to provide users with similar services to those accessed on PCs 11
  • 12. Web application • However, with the advent of internet and online commerce, Web Application development gained importance. • A Web application is a system that utilizes W3C standards & technologies to deliver Web-specific resources to clients through a browser. • A web application is any application that uses a web browser as a client. • An online shopping website can be considered as a web application 12
  • 13.
  • 14. Web application types • Web applications can be categorized in many ways there is no unique or widely accepted way. • Below different categories of Web applications depending on their development history and their degree of complexity • Document Centered (Informational ,Download) • Interactive • Transactional • Work flow Based • Collaborative work environments • Semantic Web 14
  • 15. Document Centered (Informational ,Download): • Informational : read-only content is provided with simple navigation and links • Customizable : the user customizes content to specific needs • Example: Static homepage, company web site 15
  • 16. Interactive • Content of a website is dynamically generated as response to a user request • Examples: dynamic HTML pages (Registration forms, Search engine) 16
  • 17. Transactional • Complex interactions • Use transaction management in database systems • Examples: Online shopping, online banking, reservation systems 17
  • 18. Work flow based • Support business processes (workflows) within respective business organization. • Electronic version of structured flow of activities. • Examples: E-Government, patient workflows in health care systems 18
  • 19. Collaborative work environments • A collaborative working environment (CWE) supports people, such as e- professionals, in their individual and cooperative work. • Support cooperation in case of unstructured flow of activities and high degree of communication. • Examples: email, video conferencing, blogging, wiki 19
  • 20. Semantic Web • Information available on the web (adequate for human understanding) • Knowledge management(derivation of new knowledge , re-use of knowledge). • Examples: Google, Wikipedia 20
  • 21. History of Web development • Web Application development has a very short history, compared to the development of software. • But within a period of few years, a large number of Web systems and applications have been developed and put into widespread use. • The World Wide Web (Web) has become the dominant platform for ubiquitously accessible information and applications of any kind. 21
  • 22. What is a good web application? • Good Web Application Development are not just about nice look and feel • It is also about quality attributes such as • Usability • Accessibility • Maintainability • Compatibility • Security • Reliability • Efficiency • Reusability 22
  • 23. Why web engineering? • To successfully build large-scale, complex Web-based systems , Web developers need to adopt a disciplined development process and a sound methodology , use better development tools, and follow a set of good guidelines. • Engineering approaches are needed to meet these . • Engineering is widely taken as a disciplined application of scientific knowledge for the solution of practical problems. • Web engineering was introduced as solution 23
  • 24. What is web engineering? • Web Engineering uses: • Scientific • Engineering • Management Principles • to successfully • cost-effective Develop • Deploy • Maintain • High-quality Web systems and applications • The outcome of the Web Engineering process are Web applications that provide Web pages that can be displayed in a Web browser. • Web engineering is a specialization in software engineering 24
  • 25. Keep in mind • Web Engineering is not about HTML and JavaScript • Like Software Engineering is not about C or Java! • It aims at systematic development of Web applications according to a specific methodology • Standards are important in Web like in all the other Engineering fields 25
  • 26. Stakeholders in web engineering projects • Many people are involved in a Web engineering project and expect to benefit from its success. • we classify these stakeholders into four major categories: 1. Users 2. Customers 3. Web developers 4. Development Managers • All four roles can be fulfilled by the same person 26
  • 27. User • Those who use the Web Application • Their goals include doing interesting work and solving their problem. • Quality indicators: • SW does, what I expect • Fast • Easy to use • Easy to learn • No errors • Good manual 27
  • 28. Customers • Customers Also known as clients • People who make the decisions about ordering and paying for the Web Application . • They may or may not be users, the users may work for them • Their goals are to increase profit or simply to run their business more effectively • Quality indictors: • SW has to be as cheap as possible • Memory usage is low • Runs fast • Tasks are done correct • Flexible • Costs of maintaining are very low 28
  • 29. Developers • Development of a Web application requires a team of people with diverse skills and backgrounds. • Those who develop and maintain the Web Application are called Web engineers • Within the development team there are often specialized roles including: • Requirement specialist • Programmers • Graphic designers • Database specialist • Data communication and networking experts • Configuration management specialist • Quality indicator: • Easy to design • Reuse its parts 29
  • 30. Development Managers • People who runs the organization that is developing the Web Applications • They often have and educational background in business administration • Their goal is to please the customers or sell the most Web Application while spending the least money • They must have knowledge about how to manage software project • Web developers must keep their managers informed of any problems • Goals to be achieved: • Sells more • Pleased Customers • Costing less to develop and maintain 30
  • 31. Web Engineering Projects • Web Engineering work is normally organized into projects • We can divide software projects into three major categories: 1. Those that involve modifying an existing systems 2. Those that involve starting to develop a system from scratch 3. Those that involve building most of a new system from existing components 31
  • 32. Evolutionary Projects • Most software projects are of the first type-Modifying an existing system. • The term maintenance is used to describe this process • Evolutionary or maintenance projects can be of several different types: • 1. Corrective projects: fixing defects • 2. Adaptive projects: changing the system in response to changes in the environment in which the software runs • For example change system to work with new version of Operating system or Database • 3. Enhancement projects: adding new features for users • 4. Re-engineering or perfective projects: changing the system internally so it is more maintainable 32
  • 33. Green field projects • Projects to develop an entirely new software system from scratch • Developers often enjoy green field projects ,because they have a wider freedom to be creative about the design • It has a lot of work to built a complex system from scratch 33
  • 34. Projects built from existing components • These projects can be considered neither evolutionary nor new development • This type of project start with framework or components already developed • A framework is a software system especially designed to be reused in different projects • A framework is a software system that is missing some important details. • E.g. Specific rules of this organization. • Benefit from reusing reliable software. 34
  • 35. Web development process • Before you Start - Remember! • Attempting to build a website without a plan is like trying to construct a house without an architectural blueprint 35
  • 36. Web development process • There are numerous steps in the web site design and development process. • From gathering initial information, to the creation of your web site, and finally to maintenance to keep your web site up to date and current. • The exact process will vary slightly from designer to designer, but the basics are generally the same. 1. Information Gathering 2. Planning 3. Design 4. Development 5. Testing and Delivery 6. Maintenance 36
  • 37. Phase One: Information Gathering & Analyze • The first step and the most important one, in designing a successful web site is to gather information and analyze them. • Conduct a Client Survey Interview: • It involves Good understanding of company that what business goals and dreams are ,what are their target audience, and how the web can be utilized to help achieve those goals. • Write the Project Brief/Creative Brief: • Based on the information gathered in the client survey, write the project brief • Write the Project Technical Specifications: • to clearly establish requirements like screen resolution, browser compatibility ,download time, web standards and Platforms • Develop the Project Plan/Timeline: • Establish the timeline for deliverables and tasks for each Phase of the project. Assign due dates and resources. 37
  • 38. Cont. • Works to be done in information gathering phase: • Interviews with the clients • Mails and supporting docs by the client • Discussions Notes • Online chat • Recorded telephone conversations • Output of all these works are: • Work plan • Cost involved • Hardware-software requirements • Supporting documents • The approval 38
  • 39. Phase Two: Planning • Using the information gathered from Phase one, it is time to put together a plan for your web site. • This is the point where a site Structure is developed and The deliverables from this Phase are: 1. Content Outline 2. Site Diagram 3. Page Description Diagrams • These three deliverables are dependent on each other and need to be completed sequentially. 39
  • 40. Cont. • Content Outline: • Working closely with your clients, create a categories list of all existing content with final feedback. 40
  • 41. Cont. • Site Diagram: • Take your final content outline and create a sitemap or site diagram. • It is A visual representation of your content outline and site structure. • You can use Visio, Edraw Max to create your site diagram • When you use a site map during the development of a Web site even a Web site that includes only a few pages you can identify • Pages that you need to build • How pages relate to each other • Navigation elements that you need 41
  • 42. Cont. • Page Description Diagrams: • Many Information Architects are now recommending the use of Page Description Diagrams (PDD)as a step before wireframes • 1. What content belongs on this page? • 2. What is the priority of each chunk of content? 42
  • 43. 43