SlideShare a Scribd company logo
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

More Related Content

What's hot

Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
ASIT Education
 
How to build a website
How to build a websiteHow to build a website
How to build a website
Bloxup
 
Introduction to Database Management System
Introduction to Database Management SystemIntroduction to Database Management System
Introduction to Database Management System
Amiya9439793168
 
Query processing and optimization (updated)
Query processing and optimization (updated)Query processing and optimization (updated)
Query processing and optimization (updated)
Ravinder Kamboj
 
Introduction to telnet
Introduction to telnetIntroduction to telnet
Introduction to telnet
RochakSrivastava3
 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design Principles
Mukesh Tekwani
 
Exploring GOMs
Exploring GOMsExploring GOMs
Exploring GOMs
jbellWCT
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
Randy Connolly
 
Library management system
Library management systemLibrary management system
Library management system
Paresh Gosavi
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
Robert J. Stein
 
Ppt of blogs
Ppt of blogsPpt of blogs
Ppt of blogs
Kritika Chauhan
 
WWW, Website & Webpage
WWW, Website & WebpageWWW, Website & Webpage
WWW, Website & Webpage
Zeeshan Alam
 
Static dynamic and active web pages
Static dynamic and active web pagesStatic dynamic and active web pages
Static dynamic and active web pages
Mohammad Kamrul Hasan
 
Type of websites
Type of websitesType of websites
Type of websites
Edy Indra
 
E commerce website Project Presentation
E commerce website Project PresentationE commerce website Project Presentation
E commerce website Project Presentation
ZT MESH
 
Internet basics
Internet basicsInternet basics
Internet basicsosuchin
 
Web Database
Web DatabaseWeb Database
Web Database
idroos7
 
Search Engines
Search EnginesSearch Engines
Search Engines
Kamal Acharya
 
Query Decomposition and data localization
Query Decomposition and data localization Query Decomposition and data localization
Query Decomposition and data localization
Hafiz faiz
 

What's hot (20)

Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
How to build a website
How to build a websiteHow to build a website
How to build a website
 
Introduction to Database Management System
Introduction to Database Management SystemIntroduction to Database Management System
Introduction to Database Management System
 
Query processing and optimization (updated)
Query processing and optimization (updated)Query processing and optimization (updated)
Query processing and optimization (updated)
 
Introduction to telnet
Introduction to telnetIntroduction to telnet
Introduction to telnet
 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design Principles
 
Exploring GOMs
Exploring GOMsExploring GOMs
Exploring GOMs
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
Tags in html
Tags in htmlTags in html
Tags in html
 
Library management system
Library management systemLibrary management system
Library management system
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
 
Ppt of blogs
Ppt of blogsPpt of blogs
Ppt of blogs
 
WWW, Website & Webpage
WWW, Website & WebpageWWW, Website & Webpage
WWW, Website & Webpage
 
Static dynamic and active web pages
Static dynamic and active web pagesStatic dynamic and active web pages
Static dynamic and active web pages
 
Type of websites
Type of websitesType of websites
Type of websites
 
E commerce website Project Presentation
E commerce website Project PresentationE commerce website Project Presentation
E commerce website Project Presentation
 
Internet basics
Internet basicsInternet basics
Internet basics
 
Web Database
Web DatabaseWeb Database
Web Database
 
Search Engines
Search EnginesSearch Engines
Search Engines
 
Query Decomposition and data localization
Query Decomposition and data localization Query Decomposition and data localization
Query Decomposition and data localization
 

Similar to 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 | FODUU
Anuj Kumar Singh
 
Principles of good website design
Principles of good website designPrinciples of good website design
Principles of good website design
Innothoughts Systems Pvt. Ltd.
 
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
Immortal Technologies
 
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
 
Sn web-whitepaper
Sn web-whitepaperSn web-whitepaper
Sn web-whitepaper
Bri'an Fields
 
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
StraightNorthIM
 
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 Website
quinnluqayothrb
 
Website Tactics
Website Tactics Website Tactics
Website Tactics
Diksha Sharma
 
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
Lany 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.pdf
Dark Bears
 
Java Unit 5(part 1)
Java Unit 5(part 1)Java Unit 5(part 1)
Java Unit 5(part 1)
SURBHI SAROHA
 
Soodam
SoodamSoodam
web designe.pdf
web designe.pdfweb designe.pdf
web designe.pdf
Rafiha Rahi
 
web designe.pdf
web designe.pdfweb designe.pdf
web designe.pdf
Fahia Farin
 
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.pptx
academicjfurio
 

Similar to 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
 

More from 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 2
SURBHI SAROHA
 
Management Information System(Unit 2).pptx
Management Information System(Unit 2).pptxManagement Information System(Unit 2).pptx
Management Information System(Unit 2).pptx
SURBHI 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).pptx
SURBHI 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).pptx
SURBHI SAROHA
 
JAVA (UNIT 5)
JAVA (UNIT 5)JAVA (UNIT 5)
JAVA (UNIT 5)
SURBHI SAROHA
 
DBMS (UNIT 5)
DBMS (UNIT 5)DBMS (UNIT 5)
DBMS (UNIT 5)
SURBHI SAROHA
 
DBMS UNIT 4
DBMS UNIT 4DBMS UNIT 4
DBMS UNIT 4
SURBHI SAROHA
 
JAVA(UNIT 4)
JAVA(UNIT 4)JAVA(UNIT 4)
JAVA(UNIT 4)
SURBHI SAROHA
 
OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)OOPs & C++(UNIT 5)
OOPs & C++(UNIT 5)
SURBHI SAROHA
 
OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)OOPS & C++(UNIT 4)
OOPS & C++(UNIT 4)
SURBHI SAROHA
 
DBMS UNIT 3
DBMS UNIT 3DBMS UNIT 3
DBMS UNIT 3
SURBHI SAROHA
 
JAVA (UNIT 3)
JAVA (UNIT 3)JAVA (UNIT 3)
JAVA (UNIT 3)
SURBHI SAROHA
 
Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)Keys in dbms(UNIT 2)
Keys in dbms(UNIT 2)
SURBHI SAROHA
 
DBMS (UNIT 2)
DBMS (UNIT 2)DBMS (UNIT 2)
DBMS (UNIT 2)
SURBHI SAROHA
 
JAVA UNIT 2
JAVA UNIT 2JAVA UNIT 2
JAVA 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 1
SURBHI SAROHA
 
Database Management System(UNIT 1)
Database Management System(UNIT 1)Database Management System(UNIT 1)
Database Management System(UNIT 1)
SURBHI SAROHA
 
OOPs & C++ UNIT 3
OOPs & C++ UNIT 3OOPs & C++ UNIT 3
OOPs & C++ UNIT 3
SURBHI SAROHA
 

More from 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
 

Recently uploaded

Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 

Recently uploaded (20)

Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 

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