SlideShare ist ein Scribd-Unternehmen logo
1 von 23
WEB DESIGNING
(UNIT-1, PART -1)
BY:SURBHI SAROHA
Assistant Professor
1SURBHI SAROHA
Syllabus
 Basic principles involved in developing a web
site.
 Planning process.
 Domains and Hosting.
 Responsive Web Designing.
 Types of Websites(Static and Dynamic).
 Web Standards and W3C recommendations.
2
SURBHI SAROHA
Basic principles involved in
developing a web site.
 1. WEBSITE PURPOSE
 Your website needs to accommodate the
needs of the user. Having a simple clear
intention on all pages will help the user interact
with what you have to offer.
 2. SIMPLICITY
 Simplicity is the best way to go when
considering the user experience and the
usability of your website.
3
SURBHI SAROHA
Cont….
 3. NAVIGATION
 Navigation is the way finding system used on
websites where visitors interact and find what
they are looking for. Website navigation is key
to retaining visitors.
 4. F-SHAPED PATTERN READING
 The F- based pattern is the most common way
visitors scan text on a website. Eye tracking
studies have found that most of what people
see is in the top and left area of the screen.
4
SURBHI SAROHA
Cont….
 5. VISUAL HIERARCHY
 Visual hierarchy is the arrangement of elements is
order of importance. This is done either by size,
colour, imagery, contrast, typographically,
whitespace, texture and style.
 6. CONTENT
 An effective web design has both great design
and great content. Using compelling language
great content can attract and influence visitors by
converting them into customers.
5
SURBHI SAROHA
Cont….
 7. GRID BASED LAYOUT
 Grids help to structure your design and keep
your content organized. The grid helps to align
elements on the page and keep it clean.
 8. LOAD TIME
 Waiting for a website to load will lose visitors.
Nearly half of web visitors expect a site to load
in 2 seconds or less and they will potentially
leave a site that isn’t loaded within 3 seconds.
6
SURBHI SAROHA
Cont….
 9. MOBILE FRIENDLY
 More people are using their phones or other
devices to browse the web. It is important to
consider building your website with a
responsive layout where your website can
adjust to different screens.
7
SURBHI SAROHA
Planning process.
 1. Set your purpose and goals.
 What is the purpose of your website? Is it to
gain publicity for your business? To sell your
inventory? To rally support behind a cause?
It’s important to identify your website’s
purpose, as well as your target audience. You
should also define your goals. How many
visitors do you expect per month?
8
SURBHI SAROHA
Cont….
 2. Create a budget.
 Whether you’re an established, mid-sized
organization or a fledgling start-up, you should
always set a budget for your website
expenses. This will probably include funds for
web design, programming, and web hosting
(though other expenses may apply). Research
the market by shopping around and consulting
with professionals.
9
SURBHI SAROHA
Cont….
 3. Assign roles.
 Company stakeholders (owner, marketing
manager, or whoever else represents a
primary function of the business)
 Web developer
 Content writer and/or editor
 HTML/CSS professional
 Web and graphic designer
10
SURBHI SAROHA
Cont….
 4. Create a content strategy.
 What kind of content will you be displaying on
your website? Content is basically anything that
gives your visitors information. It can include, but
is not limited to:
 Blog posts
 Documents
 Video
 Pictures (such as in a gallery)
 Slideshows
 Embedded social media feeds (such as your
Twitter stream or Facebook page updates)
11
SURBHI SAROHA
Cont….
 5. Structure your website.
 Decide what pages you’ll be using and what
features will be on each one. Most websites have
an About and Contact page, but the pages you
use should meet your business’ needs.
 6. Create a mock-up.
 A page mock-up, also know as a wireframe, is
essentially the outline of your website (with the
initial design being the first draft). Usually created
in Photoshop or Fireworks, you don’t have to put
too much detail into your mock-up.
12
SURBHI SAROHA
Cont…
 7. Start designing.
 The importance of good web design can’t be
stressed enough. Good website design includes
both usability and aesthetics. An ugly website will
drive away visitors, as will a website that’s difficult
to navigate.
 8. Test it out.
 Testing is important for getting out bugs out and
catching details that you might have missed
initially. Make sure your website shows up the way
you want it to in all browsers, including Chrome,
Firefox, Internet Explorer, and mobile web
browsers like Safari and Opera Mini.
13
SURBHI SAROHA
Cont….
 9. Maintain your site.
 Once your site is launched, the work isn’t over. A
website is an ongoing entity that continuously
represents your company, so maintenance is very
important. Monitor your analytics software to see
how your website is performing with the public.
Keep an eye on metrics like your number of
unique visitors, bounce rate, and which pages are
most popular on your website. You might find that
certain metrics are more useful to you than others,
but that is information you’ll find out over time.
14
SURBHI SAROHA
Domains and Hosting
 Web Hosting is an account on a computer
(aka server) that can store and serve website
files via the Internet.
 Domain Registration is leasing a human-
readable word (e.g., amazon.com) that directs
people to specific website files via a browser.
As an analogy, a domain is an “address” on
the Internet.
15
SURBHI SAROHA
Responsive Web Designing.
 Responsive web design is about creating web pages
that look good on all devices!
 A responsive web design will automatically adjust for
different screen sizes and viewports.
 What is Responsive Web Design?
 Responsive Web Design is about using HTML and
CSS to automatically resize, hide, shrink, or enlarge, a
website, to make it look good on all devices
(desktops, tablets, and phones)
 Responsive Images
 Responsive images are images that scale nicely to fit
any browser size.
16
SURBHI SAROHA
Types of Websites(Static and
Dynamic).
 Website is a collection of related web pages
that may contain text, images, audio and
video. The first page of a website is called
home page. Each website has specific internet
address (URL) that you need to enter in your
browser to access a website.
 Website is hosted on one or more servers and
can be accessed by visiting its homepage
using a computer network. A website is
managed by its owner that can be an
individual, company or an organization.
17
SURBHI SAROHA
Static website
 Static website is the basic type of website that
is easy to create. You don't need the
knowledge of web programming and database
design to create a static website. Its web
pages are coded in HTML.
 The codes are fixed for each page so the
information contained in the page does not
change and it looks like a printed page.
18
SURBHI SAROHA
19 SURBHI SAROHA
Dynamic website
 Dynamic website is a collection of dynamic web pages whose
content changes dynamically. It accesses content from a
database or Content Management System (CMS). Therefore,
when you alter or update the content of the database, the
content of the website is also altered or updated.
 Dynamic website uses client-side scripting or server-side
scripting, or both to generate dynamic content.
 Client side scripting generates content at the client computer
on the basis of user input. The web browser downloads the
web page from the server and processes the code within the
page to render information to the user.
 In server side scripting, the software runs on the server and
processing is completed in the server then plain pages are
sent to the user.
20
SURBHI SAROHA
21 SURBHI SAROHA
Web Standards and W3C
recommendations
 Created in 1994, W3C is an international
community of member organizations that
articulates web standards so that websites
look and work the same in all web browsers.
 Its mission is to lead the World Wide Web to
its full potential by developing standards,
protocols and guidelines that ensure its long-
term growth.
22
SURBHI SAROHA
23 SURBHI SAROHA

Weitere ähnliche Inhalte

Was ist angesagt?

Cyber Crime & Precautions
Cyber Crime & PrecautionsCyber Crime & Precautions
Cyber Crime & PrecautionsTalwant Singh
 
Introduction to Web Server Security
Introduction to Web Server SecurityIntroduction to Web Server Security
Introduction to Web Server SecurityJITENDRA KUMAR PATEL
 
Web application vulnerabilities
Web application vulnerabilitiesWeb application vulnerabilities
Web application vulnerabilitiesebusinessmantra
 
Cyber security laws
Cyber security lawsCyber security laws
Cyber security lawsNasir Bhutta
 
How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...
How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...
How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...Intellipaat
 
Directory Traversal & File Inclusion Attacks
Directory Traversal & File Inclusion AttacksDirectory Traversal & File Inclusion Attacks
Directory Traversal & File Inclusion AttacksRaghav Bisht
 
A7 Missing Function Level Access Control
A7   Missing Function Level Access ControlA7   Missing Function Level Access Control
A7 Missing Function Level Access Controlstevil1224
 
Vulnerabilities in modern web applications
Vulnerabilities in modern web applicationsVulnerabilities in modern web applications
Vulnerabilities in modern web applicationsNiyas Nazar
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notesbutest
 
OWASP Top 10 2021 What's New
OWASP Top 10 2021 What's NewOWASP Top 10 2021 What's New
OWASP Top 10 2021 What's NewMichael Furman
 
Web application security
Web application securityWeb application security
Web application securityKapil Sharma
 
Insecure direct object reference (null delhi meet)
Insecure direct object reference (null delhi meet)Insecure direct object reference (null delhi meet)
Insecure direct object reference (null delhi meet)Abhinav Mishra
 
Ethical hacking course
Ethical hacking courseEthical hacking course
Ethical hacking courseChitraKuder
 

Was ist angesagt? (20)

Cyber Crime & Precautions
Cyber Crime & PrecautionsCyber Crime & Precautions
Cyber Crime & Precautions
 
Introduction to Web Server Security
Introduction to Web Server SecurityIntroduction to Web Server Security
Introduction to Web Server Security
 
Web application vulnerabilities
Web application vulnerabilitiesWeb application vulnerabilities
Web application vulnerabilities
 
Cyber security laws
Cyber security lawsCyber security laws
Cyber security laws
 
OWASP Top Ten 2017
OWASP Top Ten 2017OWASP Top Ten 2017
OWASP Top Ten 2017
 
How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...
How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...
How To Prevent Cyber Attacks | Types of Cyber Attack | What is Cyber Attack |...
 
Directory Traversal & File Inclusion Attacks
Directory Traversal & File Inclusion AttacksDirectory Traversal & File Inclusion Attacks
Directory Traversal & File Inclusion Attacks
 
A7 Missing Function Level Access Control
A7   Missing Function Level Access ControlA7   Missing Function Level Access Control
A7 Missing Function Level Access Control
 
Client & server side scripting
Client & server side scriptingClient & server side scripting
Client & server side scripting
 
Vulnerabilities in modern web applications
Vulnerabilities in modern web applicationsVulnerabilities in modern web applications
Vulnerabilities in modern web applications
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
 
Web development
Web developmentWeb development
Web development
 
Firewalls
FirewallsFirewalls
Firewalls
 
Web Technology UPTU UNIT 1
Web Technology UPTU UNIT 1 Web Technology UPTU UNIT 1
Web Technology UPTU UNIT 1
 
OWASP Top 10 2021 What's New
OWASP Top 10 2021 What's NewOWASP Top 10 2021 What's New
OWASP Top 10 2021 What's New
 
Malware analysis
Malware analysisMalware analysis
Malware analysis
 
Url manipulation
Url manipulationUrl manipulation
Url manipulation
 
Web application security
Web application securityWeb application security
Web application security
 
Insecure direct object reference (null delhi meet)
Insecure direct object reference (null delhi meet)Insecure direct object reference (null delhi meet)
Insecure direct object reference (null delhi meet)
 
Ethical hacking course
Ethical hacking courseEthical hacking course
Ethical hacking course
 

Ähnlich wie Web designing(unit 1) Part 1

17 Essential Elements of Web Design | FODUU
17 Essential Elements of Web Design | FODUU17 Essential Elements of Web Design | FODUU
17 Essential Elements of Web Design | FODUUAnuj Kumar Singh
 
How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?Helios Solutions
 
How To Build A High Performance Lead Generation Website
How To Build A High Performance  Lead Generation WebsiteHow To Build A High Performance  Lead Generation Website
How To Build A High Performance Lead Generation WebsiteStraightNorthIM
 
straight-north-lead-gen-website-whitepaper
straight-north-lead-gen-website-whitepaperstraight-north-lead-gen-website-whitepaper
straight-north-lead-gen-website-whitepaperMatthew J. Lane
 
What Makes a Good Website
What Makes a Good WebsiteWhat Makes a Good Website
What Makes a Good Websitequinnluqayothrb
 
Empowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and ElementsEmpowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and ElementsLany Lyn Magdaraog
 
Responsive and Intuitive The Must Haves of Modern Web Development.pdf
Responsive and Intuitive The Must Haves of Modern Web Development.pdfResponsive and Intuitive The Must Haves of Modern Web Development.pdf
Responsive and Intuitive The Must Haves of Modern Web Development.pdfDark Bears
 
Responsive vs. adaptive vs. device-specific: which one is best?
Responsive vs. adaptive vs. device-specific: which one is best?Responsive vs. adaptive vs. device-specific: which one is best?
Responsive vs. adaptive vs. device-specific: which one is best?Catalyst
 
Web Page Designing- Empower Technology.pptx
Web Page Designing- Empower Technology.pptxWeb Page Designing- Empower Technology.pptx
Web Page Designing- Empower Technology.pptxacademicjfurio
 

Ähnlich wie Web designing(unit 1) Part 1 (20)

17 Essential Elements of Web Design | FODUU
17 Essential Elements of Web Design | FODUU17 Essential Elements of Web Design | FODUU
17 Essential Elements of Web Design | FODUU
 
Principles of good website design
Principles of good website designPrinciples of good website design
Principles of good website design
 
Web design 3
Web design 3Web design 3
Web design 3
 
8 web design facts that we know
8 web design facts that we know8 web design facts that we know
8 web design facts that we know
 
Web engineering lecture 5
Web engineering lecture 5Web engineering lecture 5
Web engineering lecture 5
 
How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?How not having a Responsive Website can be Detrimental to your business?
How not having a Responsive Website can be Detrimental to your business?
 
Sn web-whitepaper
Sn web-whitepaperSn web-whitepaper
Sn web-whitepaper
 
How To Build A High Performance Lead Generation Website
How To Build A High Performance  Lead Generation WebsiteHow To Build A High Performance  Lead Generation Website
How To Build A High Performance Lead Generation Website
 
straight-north-lead-gen-website-whitepaper
straight-north-lead-gen-website-whitepaperstraight-north-lead-gen-website-whitepaper
straight-north-lead-gen-website-whitepaper
 
What Makes a Good Website
What Makes a Good WebsiteWhat Makes a Good Website
What Makes a Good Website
 
Website Tactics
Website Tactics Website Tactics
Website Tactics
 
Empowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and ElementsEmpowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and Elements
 
Web Design
Web DesignWeb Design
Web Design
 
Responsive and Intuitive The Must Haves of Modern Web Development.pdf
Responsive and Intuitive The Must Haves of Modern Web Development.pdfResponsive and Intuitive The Must Haves of Modern Web Development.pdf
Responsive and Intuitive The Must Haves of Modern Web Development.pdf
 
Java Unit 5(part 1)
Java Unit 5(part 1)Java Unit 5(part 1)
Java Unit 5(part 1)
 
Soodam
SoodamSoodam
Soodam
 
web designe.pdf
web designe.pdfweb designe.pdf
web designe.pdf
 
web designe.pdf
web designe.pdfweb designe.pdf
web designe.pdf
 
Responsive vs. adaptive vs. device-specific: which one is best?
Responsive vs. adaptive vs. device-specific: which one is best?Responsive vs. adaptive vs. device-specific: which one is best?
Responsive vs. adaptive vs. device-specific: which one is best?
 
Web Page Designing- Empower Technology.pptx
Web Page Designing- Empower Technology.pptxWeb Page Designing- Empower Technology.pptx
Web Page Designing- Empower Technology.pptx
 

Mehr von SURBHI SAROHA

Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2SURBHI SAROHA
 
Management Information System(Unit 2).pptx
Management Information System(Unit 2).pptxManagement Information System(Unit 2).pptx
Management Information System(Unit 2).pptxSURBHI SAROHA
 
Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)SURBHI SAROHA
 
Management Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxManagement Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxSURBHI SAROHA
 
Introduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxIntroduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxSURBHI SAROHA
 
Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)SURBHI SAROHA
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)SURBHI SAROHA
 
Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1SURBHI SAROHA
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)SURBHI SAROHA
 

Mehr von SURBHI SAROHA (20)

Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2Cloud Computing (Infrastructure as a Service)UNIT 2
Cloud Computing (Infrastructure as a Service)UNIT 2
 
Management Information System(Unit 2).pptx
Management Information System(Unit 2).pptxManagement Information System(Unit 2).pptx
Management Information System(Unit 2).pptx
 
Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)Searching in Data Structure(Linear search and Binary search)
Searching in Data Structure(Linear search and Binary search)
 
Management Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptxManagement Information System(UNIT 1).pptx
Management Information System(UNIT 1).pptx
 
Introduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptxIntroduction to Cloud Computing(UNIT 1).pptx
Introduction to Cloud Computing(UNIT 1).pptx
 
JAVA (UNIT 5)
JAVA (UNIT 5)JAVA (UNIT 5)
JAVA (UNIT 5)
 
DBMS (UNIT 5)
DBMS (UNIT 5)DBMS (UNIT 5)
DBMS (UNIT 5)
 
DBMS UNIT 4
DBMS UNIT 4DBMS UNIT 4
DBMS UNIT 4
 
JAVA(UNIT 4)
JAVA(UNIT 4)JAVA(UNIT 4)
JAVA(UNIT 4)
 
OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)
 
OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)
 
DBMS UNIT 3
DBMS UNIT 3DBMS UNIT 3
DBMS UNIT 3
 
JAVA (UNIT 3)
JAVA (UNIT 3)JAVA (UNIT 3)
JAVA (UNIT 3)
 
Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)
 
DBMS (UNIT 2)
DBMS (UNIT 2)DBMS (UNIT 2)
DBMS (UNIT 2)
 
JAVA UNIT 2
JAVA UNIT 2JAVA UNIT 2
JAVA UNIT 2
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)
 
Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1Object-Oriented Programming with Java UNIT 1
Object-Oriented Programming with Java UNIT 1
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)
 
OOPs & C++ UNIT 3
OOPs & C++ UNIT 3OOPs & C++ UNIT 3
OOPs & C++ UNIT 3
 

Kürzlich hochgeladen

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 

Kürzlich hochgeladen (20)

Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 

Web designing(unit 1) Part 1

  • 1. WEB DESIGNING (UNIT-1, PART -1) BY:SURBHI SAROHA Assistant Professor 1SURBHI SAROHA
  • 2. Syllabus  Basic principles involved in developing a web site.  Planning process.  Domains and Hosting.  Responsive Web Designing.  Types of Websites(Static and Dynamic).  Web Standards and W3C recommendations. 2 SURBHI SAROHA
  • 3. Basic principles involved in developing a web site.  1. WEBSITE PURPOSE  Your website needs to accommodate the needs of the user. Having a simple clear intention on all pages will help the user interact with what you have to offer.  2. SIMPLICITY  Simplicity is the best way to go when considering the user experience and the usability of your website. 3 SURBHI SAROHA
  • 4. Cont….  3. NAVIGATION  Navigation is the way finding system used on websites where visitors interact and find what they are looking for. Website navigation is key to retaining visitors.  4. F-SHAPED PATTERN READING  The F- based pattern is the most common way visitors scan text on a website. Eye tracking studies have found that most of what people see is in the top and left area of the screen. 4 SURBHI SAROHA
  • 5. Cont….  5. VISUAL HIERARCHY  Visual hierarchy is the arrangement of elements is order of importance. This is done either by size, colour, imagery, contrast, typographically, whitespace, texture and style.  6. CONTENT  An effective web design has both great design and great content. Using compelling language great content can attract and influence visitors by converting them into customers. 5 SURBHI SAROHA
  • 6. Cont….  7. GRID BASED LAYOUT  Grids help to structure your design and keep your content organized. The grid helps to align elements on the page and keep it clean.  8. LOAD TIME  Waiting for a website to load will lose visitors. Nearly half of web visitors expect a site to load in 2 seconds or less and they will potentially leave a site that isn’t loaded within 3 seconds. 6 SURBHI SAROHA
  • 7. Cont….  9. MOBILE FRIENDLY  More people are using their phones or other devices to browse the web. It is important to consider building your website with a responsive layout where your website can adjust to different screens. 7 SURBHI SAROHA
  • 8. Planning process.  1. Set your purpose and goals.  What is the purpose of your website? Is it to gain publicity for your business? To sell your inventory? To rally support behind a cause? It’s important to identify your website’s purpose, as well as your target audience. You should also define your goals. How many visitors do you expect per month? 8 SURBHI SAROHA
  • 9. Cont….  2. Create a budget.  Whether you’re an established, mid-sized organization or a fledgling start-up, you should always set a budget for your website expenses. This will probably include funds for web design, programming, and web hosting (though other expenses may apply). Research the market by shopping around and consulting with professionals. 9 SURBHI SAROHA
  • 10. Cont….  3. Assign roles.  Company stakeholders (owner, marketing manager, or whoever else represents a primary function of the business)  Web developer  Content writer and/or editor  HTML/CSS professional  Web and graphic designer 10 SURBHI SAROHA
  • 11. Cont….  4. Create a content strategy.  What kind of content will you be displaying on your website? Content is basically anything that gives your visitors information. It can include, but is not limited to:  Blog posts  Documents  Video  Pictures (such as in a gallery)  Slideshows  Embedded social media feeds (such as your Twitter stream or Facebook page updates) 11 SURBHI SAROHA
  • 12. Cont….  5. Structure your website.  Decide what pages you’ll be using and what features will be on each one. Most websites have an About and Contact page, but the pages you use should meet your business’ needs.  6. Create a mock-up.  A page mock-up, also know as a wireframe, is essentially the outline of your website (with the initial design being the first draft). Usually created in Photoshop or Fireworks, you don’t have to put too much detail into your mock-up. 12 SURBHI SAROHA
  • 13. Cont…  7. Start designing.  The importance of good web design can’t be stressed enough. Good website design includes both usability and aesthetics. An ugly website will drive away visitors, as will a website that’s difficult to navigate.  8. Test it out.  Testing is important for getting out bugs out and catching details that you might have missed initially. Make sure your website shows up the way you want it to in all browsers, including Chrome, Firefox, Internet Explorer, and mobile web browsers like Safari and Opera Mini. 13 SURBHI SAROHA
  • 14. Cont….  9. Maintain your site.  Once your site is launched, the work isn’t over. A website is an ongoing entity that continuously represents your company, so maintenance is very important. Monitor your analytics software to see how your website is performing with the public. Keep an eye on metrics like your number of unique visitors, bounce rate, and which pages are most popular on your website. You might find that certain metrics are more useful to you than others, but that is information you’ll find out over time. 14 SURBHI SAROHA
  • 15. Domains and Hosting  Web Hosting is an account on a computer (aka server) that can store and serve website files via the Internet.  Domain Registration is leasing a human- readable word (e.g., amazon.com) that directs people to specific website files via a browser. As an analogy, a domain is an “address” on the Internet. 15 SURBHI SAROHA
  • 16. Responsive Web Designing.  Responsive web design is about creating web pages that look good on all devices!  A responsive web design will automatically adjust for different screen sizes and viewports.  What is Responsive Web Design?  Responsive Web Design is about using HTML and CSS to automatically resize, hide, shrink, or enlarge, a website, to make it look good on all devices (desktops, tablets, and phones)  Responsive Images  Responsive images are images that scale nicely to fit any browser size. 16 SURBHI SAROHA
  • 17. Types of Websites(Static and Dynamic).  Website is a collection of related web pages that may contain text, images, audio and video. The first page of a website is called home page. Each website has specific internet address (URL) that you need to enter in your browser to access a website.  Website is hosted on one or more servers and can be accessed by visiting its homepage using a computer network. A website is managed by its owner that can be an individual, company or an organization. 17 SURBHI SAROHA
  • 18. Static website  Static website is the basic type of website that is easy to create. You don't need the knowledge of web programming and database design to create a static website. Its web pages are coded in HTML.  The codes are fixed for each page so the information contained in the page does not change and it looks like a printed page. 18 SURBHI SAROHA
  • 20. Dynamic website  Dynamic website is a collection of dynamic web pages whose content changes dynamically. It accesses content from a database or Content Management System (CMS). Therefore, when you alter or update the content of the database, the content of the website is also altered or updated.  Dynamic website uses client-side scripting or server-side scripting, or both to generate dynamic content.  Client side scripting generates content at the client computer on the basis of user input. The web browser downloads the web page from the server and processes the code within the page to render information to the user.  In server side scripting, the software runs on the server and processing is completed in the server then plain pages are sent to the user. 20 SURBHI SAROHA
  • 22. Web Standards and W3C recommendations  Created in 1994, W3C is an international community of member organizations that articulates web standards so that websites look and work the same in all web browsers.  Its mission is to lead the World Wide Web to its full potential by developing standards, protocols and guidelines that ensure its long- term growth. 22 SURBHI SAROHA