SlideShare ist ein Scribd-Unternehmen logo
1 von 29
INTRO TO
WEB
DESIGN
IN THE BEGINNING…
 TheWWW used straight
HTML (HyperText
Markup Language).
 And it was good…
 A little plain, an
absolute pain, and
completely
unformatted, but it was
good.
<html>
<title> Kris Green's Home Page</title>
<body bgcolor=#e47833>
<img src="gifs/dragon.gif" align=left>
<h1> Welcome to the Source of all Information! </h1>
Well, information about me or information I find important, at
least. I would first like to introduce myself, and then provide a
brief overview of my home page, so that you'll know whether or
not what you're looking for is here.<br> <br> <p>I'm currently in
my fifth (and hopefully final) year graduate student at the
University of Arizona, studying Applied Mathematics. My
research interests center around large scale matter composed
of tachyons as a cosmological source of structure. I also teach
here in the math department, and if you're interested in some
materials related to the course I'm currently teaching, follow the
link above marked "Current Teaching".<p>Second, I enjoy
martial arts. While I was an undergraduate at the University of
Tennessee, I studied Isshinryu Karate under Bill Rader, a
fourth generation student via Mr. Wheeler. I achieved the rank
of First Kyu (or brown belt).
</body>
<hr>
<address>Kris Green/<a href="http://www.math.arizona.edu">
Department of Mathematics</a> /<a
href="http://www.arizona.edu">The University of Arizona</a>
/last revised November 7, 1998</address>
</html>
FIRST WEB SITE
AND…
 You couldn’t just “post the web page”; you had to use FTP (FileTransfer
Protocol) to get it into place
 You had to type all the code into a text editor, then load it into the
browser to view the results, then change the code, then reload, then…
 Plus, all the browsers did stuff differently
LATER…
 We got new features:
 Tables
 Frames
 Image maps
 CGI Scripting
 These gave users a way to control formatting, make navigation
easier, and provide some interactivity (like forms...)
EVEN LATER…
 We gotWYSIWYG Interfaces (Frontpage and other
packages)*
 We got Java, Javascript, XML, DHTML, CSS, Flash,
Swish, Pop-up adds, P2P downloads…
* Now called GUI (Graphical User Interfaces).
INTRODUCTION TO THE
WEB
 The Internet is a worldwide network of hardware.TheWorld
WideWeb is part of the Internet.Web sites are divided into
categories that meet particular needs.
HOW THE WEB WORKS
 The Internet and the World Wide Web are not the same things.
The Internet provides access to theWorldWideWeb.
 The information on theWeb is stored in individual files.
 Internet Hardware, such as computers, cables, and telephone
wires, that is connected to create a massive worldwide network
 World Wide Web Software that sends information that is stored in
files along the Internet’s hardware.
 file Contains information, such as text, graphics, video, or
animation, that is stored on computer hardware.
HOW THE WEB WORKS
 A Web site is made up of Web pages.
 A home page is generally the first page a user sees when visiting a site.
 Hypertext Markup Language (HTML) is the code used to create Web pages.
 Web site A group of related files organized around a common topic.
 Web page A single file within a Web site that has a unique name.
 home page The main page on aWeb site which contains general
information about the site.
1.1
AWeb browser translates the text-based HTML into a
graphicalWeb page.
Menu
Navigation
Buttons
Viewing
Area
Title Bar
Web
Address
How the Web Works
WHAT’S IN A NAME (URLS)
 URL = Uniform Resource Locator
 Contains three parts:
 Protocol (http, ftp, etc.)
 Server name
 File name, including path
 http://keep2.sjfc.edu/faculty/green/default.htm
Protocol for reading Server name –
extension tells
type of server
File name and path*
1.1
TYPES OF WEB SITES
• Commercial sites
 E-commerce sites
 Corporate presence sites
• Portal sites
• Informational sites
 News sites
 Government sites
 Public interest sites
• Educational sites
 School and university sites
 Tutorials and distance learning
 Museums and other institutions
• Personal sites
1.2ELEMENTS OF A WEB
PAGE
Web pages are composed of many
different elements, including text,
graphics, animation, and hyperlinks.
Hyperlinks linkWeb pages together
and help a user navigate through a
Web site.
1.2
TEXT AND GRAPHICS
 Web designers use text and graphics to add interest to a
Web site.The combination of text and graphics are the
basics of aWeb site.
 text Consists of words, letters, numbers, and other
symbols.
 graphic A drawing, chart, diagram, painting, or
photograph stored in a digital format.
1.2
MULTIMEDIA
 Multimedia refers to the integration of elements such as
graphics, text, audio, video, animation, and interactivity.
 audio Live, streamed, or recorder sound
 video Live or recorded moving images
 animation The movement of text and graphics
1.2
HYPERLINKS
 hyperlink A way to linkWeb pages together and allow
users to move from one online location to another. (p. 14)
 Hyperlinks can be a word, phrase, or graphic.
 There are three types of hyperlinks: internal, external, and
intrapage.
1.3THE WEB SITE
DEVELOPMENT PROCESS
Step 1: Determining Purpose and Goals
• What is the site’s purpose?
• What are the site’s goals?
• What tools do you need to reach your goals?
• Who is your primary (target) audience?
• What kinds of hardware and software are visitors likely to be
using?
1.3THE WEB SITE
DEVELOPMENT PROCESS
 Step 2: Designing and Implementing aWeb Site
 Interaction Design Part ofWeb site design process in which you
determine how the user is likely to navigate through the site. (p. 17)
 Information Design Part ofWeb site design process in which you
determine the content that will appear on each page. (p. 18)
 Presentation Design Part ofWeb site design process in which you
determine the physical appearance of the site’s pages. (p. 18)
1.3
Step 1
Determine
the Web
Site’s
Purpose
and Goal(s)
Step 2
Design
and
Implement
the Site
Step 3
Evaluate
and Test
the Site
Step 4
Publish
the Site
Step 5
Maintain
the Site
THE WEB SITE
DEVELOPMENT PROCESS
 Step 3: Evaluating andTesting aWeb Site
 Step 4: Publishing aWeb Site
 Step 5: Maintaining aWeb Site
PRINCIPLES OF GRAPHICAL
DESIGN
 Keep the file size for the graphics small on the main page
(use thumbnails with links to larger pictures, include file
size information with link.)*
 Use colors from the “standard color palette” to reduce file
sizes and increase flexibility.
 Keep backgrounds simple and not “busy”.
 Keep the viewable size of the page in mind so you can
avoid scrolling as much as possible.
* This is less important now with the large bandwidth Internet connections (RR and DSL).
SITE NAVIGATION
PRINCIPLES
 Use a simple, consistent navigation interface.
 Organize the pages so that there is less need for many
confusing navigation buttons.
 Remember, It’s theWorldWideWeb, NOT theWorldWide
Bowl of Spaghetti.
 Carefully plan the site organization FIRST. Site design
should be based on function and content.
 Remember, “Three Clicks to Information”.
TEXT ORGANIZATION
PRINCIPLES
 Do not rely on spacing, tabs, or line breaks.
 Use tables (with border=0) to space the information on
the page.
 Use horizontal lines to separate content, not for visual
organization.
 Use headings (H1 through H6) rather than fonts and font
sizes to organize information.
 Maintain a good, consistent visual hierarchy.
 Lists are good for organization.
LINKS
 Provide the user with information about the link (title of site, file
size and format, etc.) rather than just a URL.
 Don’t change the link colors, the followed link colors, or the
basic text colors, if possible. People have learned to interpret the
standard colors.
 Use a simple, consistent navigation throughout the site.
INFORMATION (CONTENT)
 Include author information and contact information to the
author and site manager.
 Focus the content of each page.
 Provide a list of links to other web sites that support or “fill out”
your material.
 Vertical stratification of information is important to maintain
consistency.
 Be concise and factual.
EDITING AND
MAINTAINING
 By all means, spell check!
 Frequently check active vs. dead links.
 Show, on the page, the date of the last modifications to
the site/page.
 If you have to “take the site down” temporarily, provide an
“under construction page” for the user with an estimated
date of return.
 Plan a naming convention for files FIRST so that updating
and maintaining is less of a hassle.
SITE DESIGN TEMPLATES
A1 B1 C1 D1
A2 B2 C2 D2
A3 B3 C3 D3
Basic Grid Format Hierarchical Format
Home
Page
MORE TEMPLATES
Web Layout
Sequential
SUMMARY OF TEMPLATES
Complex
Educated
Audiences
Simple
Basic content,
Training sites
Linear narrative
Predictable structure
Nonlinear, hyperlinked
Flexible, may be confusing
1.3WEB SITE DEVELOPMENT
CAREERS
 Here are some careers inWeb site development:
 Web author: Person who writes the text that will appear
on eachWeb page
 Web designer: Person who develops the look and feel of
theWeb site
 Web developer: Person who uses programming skills to
developWeb sites
 Webmaster: Person who manages and maintainsWeb
sites.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (18)

Introduction to Web Programming - first course
Introduction to Web Programming - first courseIntroduction to Web Programming - first course
Introduction to Web Programming - first course
 
Accessible Documents
Accessible DocumentsAccessible Documents
Accessible Documents
 
Different Types of Websites
Different Types of WebsitesDifferent Types of Websites
Different Types of Websites
 
Webdesign
WebdesignWebdesign
Webdesign
 
Planning Site Navigation
Planning Site NavigationPlanning Site Navigation
Planning Site Navigation
 
Campers Packet
Campers PacketCampers Packet
Campers Packet
 
Etec 632 web design
Etec 632 web designEtec 632 web design
Etec 632 web design
 
Introduction to Web Design
Introduction to Web DesignIntroduction to Web Design
Introduction to Web Design
 
Choice of programming language for web developing.
Choice of programming language for web developing.Choice of programming language for web developing.
Choice of programming language for web developing.
 
Text Collections and CONTENTdm
Text Collections and CONTENTdmText Collections and CONTENTdm
Text Collections and CONTENTdm
 
Hyperlink.85 to 86
Hyperlink.85 to 86Hyperlink.85 to 86
Hyperlink.85 to 86
 
Webpage Classification
Webpage ClassificationWebpage Classification
Webpage Classification
 
ASIST - Data workshop 2007
ASIST - Data workshop 2007ASIST - Data workshop 2007
ASIST - Data workshop 2007
 
Webpage classification and Features
Webpage classification and FeaturesWebpage classification and Features
Webpage classification and Features
 
Images, lists and links
Images, lists and linksImages, lists and links
Images, lists and links
 
Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Macromedia Dreamweaver 8
Macromedia Dreamweaver 8
 
Web Publishing terminology 1
Web Publishing terminology 1Web Publishing terminology 1
Web Publishing terminology 1
 
web page classification
web page classificationweb page classification
web page classification
 

Ähnlich wie Intro to web_design_notes jalen

Introduction to Web Page Design.ppt
Introduction to Web Page Design.pptIntroduction to Web Page Design.ppt
Introduction to Web Page Design.pptHamzaAhmad861123
 
Promote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A WebsitePromote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A WebsiteZoaib Mirza
 
Web designing and publishing computer studies theory lesson
Web designing and publishing computer studies theory lessonWeb designing and publishing computer studies theory lesson
Web designing and publishing computer studies theory lessonMukalele Rogers
 
Intro to the Web v1
Intro to the Web v1Intro to the Web v1
Intro to the Web v1maybecrystal
 
Lesson 7 Imaging and Design part 2.pptx
Lesson 7 Imaging and Design part 2.pptxLesson 7 Imaging and Design part 2.pptx
Lesson 7 Imaging and Design part 2.pptxRouAnnNavarroza
 
Web basics southern
Web basics southernWeb basics southern
Web basics southerndharvey100
 
Web Design Lecture1.pptx
Web Design Lecture1.pptxWeb Design Lecture1.pptx
Web Design Lecture1.pptxMohammedNoor74
 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design PrinciplesMukesh Tekwani
 
Desinging a library portal madhu
Desinging a library portal  madhuDesinging a library portal  madhu
Desinging a library portal madhukmusthu
 
Chapter 4 Web design tech in formation technology msc class .pdf
Chapter 4 Web design tech in formation technology  msc class .pdfChapter 4 Web design tech in formation technology  msc class .pdf
Chapter 4 Web design tech in formation technology msc class .pdfwondimagegndesta
 
Eff use of internet
Eff use of internetEff use of internet
Eff use of internetstreetman921
 
frontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptxfrontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptxReemaAsker1
 
some notes on web designing
some notes on web designingsome notes on web designing
some notes on web designingleonilitabadillo
 
Professional ui for a website design
Professional ui for a website designProfessional ui for a website design
Professional ui for a website designRavi Bhadauria
 

Ähnlich wie Intro to web_design_notes jalen (20)

Introduction to Web Page Design.ppt
Introduction to Web Page Design.pptIntroduction to Web Page Design.ppt
Introduction to Web Page Design.ppt
 
Promote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A WebsitePromote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A Website
 
Web designing and publishing computer studies theory lesson
Web designing and publishing computer studies theory lessonWeb designing and publishing computer studies theory lesson
Web designing and publishing computer studies theory lesson
 
Intro to the Web v1
Intro to the Web v1Intro to the Web v1
Intro to the Web v1
 
Lesson 7 Imaging and Design part 2.pptx
Lesson 7 Imaging and Design part 2.pptxLesson 7 Imaging and Design part 2.pptx
Lesson 7 Imaging and Design part 2.pptx
 
Web basics southern
Web basics southernWeb basics southern
Web basics southern
 
Web Page Design.ppt
Web Page Design.pptWeb Page Design.ppt
Web Page Design.ppt
 
Web Page Design.ppt
Web Page Design.pptWeb Page Design.ppt
Web Page Design.ppt
 
Webpages
WebpagesWebpages
Webpages
 
Web Design Lecture1.pptx
Web Design Lecture1.pptxWeb Design Lecture1.pptx
Web Design Lecture1.pptx
 
ICT project
ICT projectICT project
ICT project
 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design Principles
 
Desinging a library portal madhu
Desinging a library portal  madhuDesinging a library portal  madhu
Desinging a library portal madhu
 
Web Design
Web DesignWeb Design
Web Design
 
Chapter 4 Web design tech in formation technology msc class .pdf
Chapter 4 Web design tech in formation technology  msc class .pdfChapter 4 Web design tech in formation technology  msc class .pdf
Chapter 4 Web design tech in formation technology msc class .pdf
 
Internet
InternetInternet
Internet
 
Eff use of internet
Eff use of internetEff use of internet
Eff use of internet
 
frontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptxfrontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptx
 
some notes on web designing
some notes on web designingsome notes on web designing
some notes on web designing
 
Professional ui for a website design
Professional ui for a website designProfessional ui for a website design
Professional ui for a website design
 

Kürzlich hochgeladen

CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceanilsa9823
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...shivangimorya083
 
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...robinsonayot
 
Escorts Service Cambridge Layout ☎ 7737669865☎ Book Your One night Stand (Ba...
Escorts Service Cambridge Layout  ☎ 7737669865☎ Book Your One night Stand (Ba...Escorts Service Cambridge Layout  ☎ 7737669865☎ Book Your One night Stand (Ba...
Escorts Service Cambridge Layout ☎ 7737669865☎ Book Your One night Stand (Ba...amitlee9823
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceanilsa9823
 
Presentation on Workplace Politics.ppt..
Presentation on Workplace Politics.ppt..Presentation on Workplace Politics.ppt..
Presentation on Workplace Politics.ppt..Masuk Ahmed
 
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证obuhobo
 
Delhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineBruce Bennett
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfKen Fuller
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
OSU毕业证留学文凭,制做办理
OSU毕业证留学文凭,制做办理OSU毕业证留学文凭,制做办理
OSU毕业证留学文凭,制做办理cowagem
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfSoham Mondal
 
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130Suhani Kapoor
 

Kürzlich hochgeladen (20)

CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
 
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Prashant Vihar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
 
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Deccan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
TEST BANK For Evidence-Based Practice for Nurses Appraisal and Application of...
 
Escorts Service Cambridge Layout ☎ 7737669865☎ Book Your One night Stand (Ba...
Escorts Service Cambridge Layout  ☎ 7737669865☎ Book Your One night Stand (Ba...Escorts Service Cambridge Layout  ☎ 7737669865☎ Book Your One night Stand (Ba...
Escorts Service Cambridge Layout ☎ 7737669865☎ Book Your One night Stand (Ba...
 
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Greater Noida 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
 
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
 
Presentation on Workplace Politics.ppt..
Presentation on Workplace Politics.ppt..Presentation on Workplace Politics.ppt..
Presentation on Workplace Politics.ppt..
 
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls South Ex 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
女王大学硕士毕业证成绩单(加急办理)认证海外毕业证
 
Delhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Munirka 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying Online
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
OSU毕业证留学文凭,制做办理
OSU毕业证留学文凭,制做办理OSU毕业证留学文凭,制做办理
OSU毕业证留学文凭,制做办理
 
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdfExperience Certificate - Marketing Analyst-Soham Mondal.pdf
Experience Certificate - Marketing Analyst-Soham Mondal.pdf
 
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
VIP Call Girls Service Film Nagar Hyderabad Call +91-8250192130
 

Intro to web_design_notes jalen

  • 2. IN THE BEGINNING…  TheWWW used straight HTML (HyperText Markup Language).  And it was good…  A little plain, an absolute pain, and completely unformatted, but it was good. <html> <title> Kris Green's Home Page</title> <body bgcolor=#e47833> <img src="gifs/dragon.gif" align=left> <h1> Welcome to the Source of all Information! </h1> Well, information about me or information I find important, at least. I would first like to introduce myself, and then provide a brief overview of my home page, so that you'll know whether or not what you're looking for is here.<br> <br> <p>I'm currently in my fifth (and hopefully final) year graduate student at the University of Arizona, studying Applied Mathematics. My research interests center around large scale matter composed of tachyons as a cosmological source of structure. I also teach here in the math department, and if you're interested in some materials related to the course I'm currently teaching, follow the link above marked "Current Teaching".<p>Second, I enjoy martial arts. While I was an undergraduate at the University of Tennessee, I studied Isshinryu Karate under Bill Rader, a fourth generation student via Mr. Wheeler. I achieved the rank of First Kyu (or brown belt). </body> <hr> <address>Kris Green/<a href="http://www.math.arizona.edu"> Department of Mathematics</a> /<a href="http://www.arizona.edu">The University of Arizona</a> /last revised November 7, 1998</address> </html>
  • 4. AND…  You couldn’t just “post the web page”; you had to use FTP (FileTransfer Protocol) to get it into place  You had to type all the code into a text editor, then load it into the browser to view the results, then change the code, then reload, then…  Plus, all the browsers did stuff differently
  • 5. LATER…  We got new features:  Tables  Frames  Image maps  CGI Scripting  These gave users a way to control formatting, make navigation easier, and provide some interactivity (like forms...)
  • 6. EVEN LATER…  We gotWYSIWYG Interfaces (Frontpage and other packages)*  We got Java, Javascript, XML, DHTML, CSS, Flash, Swish, Pop-up adds, P2P downloads… * Now called GUI (Graphical User Interfaces).
  • 7. INTRODUCTION TO THE WEB  The Internet is a worldwide network of hardware.TheWorld WideWeb is part of the Internet.Web sites are divided into categories that meet particular needs.
  • 8. HOW THE WEB WORKS  The Internet and the World Wide Web are not the same things. The Internet provides access to theWorldWideWeb.  The information on theWeb is stored in individual files.  Internet Hardware, such as computers, cables, and telephone wires, that is connected to create a massive worldwide network  World Wide Web Software that sends information that is stored in files along the Internet’s hardware.  file Contains information, such as text, graphics, video, or animation, that is stored on computer hardware.
  • 9. HOW THE WEB WORKS  A Web site is made up of Web pages.  A home page is generally the first page a user sees when visiting a site.  Hypertext Markup Language (HTML) is the code used to create Web pages.  Web site A group of related files organized around a common topic.  Web page A single file within a Web site that has a unique name.  home page The main page on aWeb site which contains general information about the site.
  • 10. 1.1 AWeb browser translates the text-based HTML into a graphicalWeb page. Menu Navigation Buttons Viewing Area Title Bar Web Address How the Web Works
  • 11. WHAT’S IN A NAME (URLS)  URL = Uniform Resource Locator  Contains three parts:  Protocol (http, ftp, etc.)  Server name  File name, including path  http://keep2.sjfc.edu/faculty/green/default.htm Protocol for reading Server name – extension tells type of server File name and path*
  • 12. 1.1 TYPES OF WEB SITES • Commercial sites  E-commerce sites  Corporate presence sites • Portal sites • Informational sites  News sites  Government sites  Public interest sites • Educational sites  School and university sites  Tutorials and distance learning  Museums and other institutions • Personal sites
  • 13. 1.2ELEMENTS OF A WEB PAGE Web pages are composed of many different elements, including text, graphics, animation, and hyperlinks. Hyperlinks linkWeb pages together and help a user navigate through a Web site.
  • 14. 1.2 TEXT AND GRAPHICS  Web designers use text and graphics to add interest to a Web site.The combination of text and graphics are the basics of aWeb site.  text Consists of words, letters, numbers, and other symbols.  graphic A drawing, chart, diagram, painting, or photograph stored in a digital format.
  • 15. 1.2 MULTIMEDIA  Multimedia refers to the integration of elements such as graphics, text, audio, video, animation, and interactivity.  audio Live, streamed, or recorder sound  video Live or recorded moving images  animation The movement of text and graphics
  • 16. 1.2 HYPERLINKS  hyperlink A way to linkWeb pages together and allow users to move from one online location to another. (p. 14)  Hyperlinks can be a word, phrase, or graphic.  There are three types of hyperlinks: internal, external, and intrapage.
  • 17. 1.3THE WEB SITE DEVELOPMENT PROCESS Step 1: Determining Purpose and Goals • What is the site’s purpose? • What are the site’s goals? • What tools do you need to reach your goals? • Who is your primary (target) audience? • What kinds of hardware and software are visitors likely to be using?
  • 18. 1.3THE WEB SITE DEVELOPMENT PROCESS  Step 2: Designing and Implementing aWeb Site  Interaction Design Part ofWeb site design process in which you determine how the user is likely to navigate through the site. (p. 17)  Information Design Part ofWeb site design process in which you determine the content that will appear on each page. (p. 18)  Presentation Design Part ofWeb site design process in which you determine the physical appearance of the site’s pages. (p. 18)
  • 19. 1.3 Step 1 Determine the Web Site’s Purpose and Goal(s) Step 2 Design and Implement the Site Step 3 Evaluate and Test the Site Step 4 Publish the Site Step 5 Maintain the Site THE WEB SITE DEVELOPMENT PROCESS  Step 3: Evaluating andTesting aWeb Site  Step 4: Publishing aWeb Site  Step 5: Maintaining aWeb Site
  • 20. PRINCIPLES OF GRAPHICAL DESIGN  Keep the file size for the graphics small on the main page (use thumbnails with links to larger pictures, include file size information with link.)*  Use colors from the “standard color palette” to reduce file sizes and increase flexibility.  Keep backgrounds simple and not “busy”.  Keep the viewable size of the page in mind so you can avoid scrolling as much as possible. * This is less important now with the large bandwidth Internet connections (RR and DSL).
  • 21. SITE NAVIGATION PRINCIPLES  Use a simple, consistent navigation interface.  Organize the pages so that there is less need for many confusing navigation buttons.  Remember, It’s theWorldWideWeb, NOT theWorldWide Bowl of Spaghetti.  Carefully plan the site organization FIRST. Site design should be based on function and content.  Remember, “Three Clicks to Information”.
  • 22. TEXT ORGANIZATION PRINCIPLES  Do not rely on spacing, tabs, or line breaks.  Use tables (with border=0) to space the information on the page.  Use horizontal lines to separate content, not for visual organization.  Use headings (H1 through H6) rather than fonts and font sizes to organize information.  Maintain a good, consistent visual hierarchy.  Lists are good for organization.
  • 23. LINKS  Provide the user with information about the link (title of site, file size and format, etc.) rather than just a URL.  Don’t change the link colors, the followed link colors, or the basic text colors, if possible. People have learned to interpret the standard colors.  Use a simple, consistent navigation throughout the site.
  • 24. INFORMATION (CONTENT)  Include author information and contact information to the author and site manager.  Focus the content of each page.  Provide a list of links to other web sites that support or “fill out” your material.  Vertical stratification of information is important to maintain consistency.  Be concise and factual.
  • 25. EDITING AND MAINTAINING  By all means, spell check!  Frequently check active vs. dead links.  Show, on the page, the date of the last modifications to the site/page.  If you have to “take the site down” temporarily, provide an “under construction page” for the user with an estimated date of return.  Plan a naming convention for files FIRST so that updating and maintaining is less of a hassle.
  • 26. SITE DESIGN TEMPLATES A1 B1 C1 D1 A2 B2 C2 D2 A3 B3 C3 D3 Basic Grid Format Hierarchical Format Home Page
  • 28. SUMMARY OF TEMPLATES Complex Educated Audiences Simple Basic content, Training sites Linear narrative Predictable structure Nonlinear, hyperlinked Flexible, may be confusing
  • 29. 1.3WEB SITE DEVELOPMENT CAREERS  Here are some careers inWeb site development:  Web author: Person who writes the text that will appear on eachWeb page  Web designer: Person who develops the look and feel of theWeb site  Web developer: Person who uses programming skills to developWeb sites  Webmaster: Person who manages and maintainsWeb sites.