Chapter 1 Variables in the Web Design Environment.

Slides:



Advertisements
Similar presentations
Introduction to HTML, XHTML, and CSS
Advertisements

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Principles of Web Design 5th Edition
Website design basics QUME Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches.
Project 1 Introduction to HTML.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
New Perspectives on Creating Web Pages with HTML
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
HTML Introduction HTML
Chapter 1 Understanding the Web Design Environment
Developing a Basic Web Page with HTML
1st Project Introduction to HTML.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Chapter 1 Variables in the Web Design Environment
Web page - A Web page is a simple text file that contains HTML tags (code) that describe what should be displayed on the browser. -The Web browser interprets.
Principles of Web Design 6 th Edition Chapter 2 – Web Site Design Principles.
Creating Web Pages with HTML
Chapter 1 Introduction to HTML, XHTML, and CSS
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
Chapter 7 Web Typography Principles of Web Design, 4 th Edition.
XP 1 HTML: The Language of the Web A Web page is a text file written in a language called Hypertext Markup Language. A markup language is a language that.
The Internet 8th Edition Tutorial 9 Creating Effective Web Pages.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Web Site Design Principles
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Understanding the Web Design Environment. External factors that affect Web design Many variables affect how Web pages appear New screen resolutions Wide-screen.
XHTML1 Introduction to Web Pages Chapter 1. XHTML2 Objectives In this chapter, you will: Learn about the World Wide Web (WWW) Create simple Hypertext.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
Chapter 8 HTML Frames. 2 Principles of Web Design Chapter 8 Objectives Understand the benefits and drawbacks of frames Understand and use frames syntax.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML Concepts and Techniques Fourth Edition Project 1 Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML HyperText Markup Language Victoria E. Kozlek.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
XHTML1 Introduction to Web Pages N100 Building a Simple Web Page.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Project 1 Introduction to HTML.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
4.01B Authoring Languages and Web Authoring Software
Chapter 1 Introduction to HTML.
Positioning Objects with CSS and Tables
HTML5 – Heading, Paragraph
Project 1 Introduction to HTML.
Web Programming– UFCFB Lecture 9
4.01B Authoring Languages and Web Authoring Software
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
What is HTML?.
Web Programming– UFCFB Lecture 9
Positioning Objects with CSS and Tables
Presentation transcript:

Chapter 1 Variables in the Web Design Environment

2 Principles of Web Design Chapter 1 Objectives Describe the current state and design limitations of HTML Learn how XML and XHTML could transform the Web Describe how Web browsers affect the way users view your site Decide if you should use an HTML editor to create markup code

3 Principles of Web Design Chapter 1 Objectives Describe how screen resolution and connection speed affect the user’s browsing experience Clear the cache when testing your site

4 Principles of Web Design Chapter 1 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to represent simple document structure Uses hypertext to link related topics Designed for use over the internet The document expression capabilities of HTML are currently pushed to the limit

5 Principles of Web Design Chapter 1 HTML as a Markup Language A markup language is a structured language that lets you identify common sections of a document such as headings, paragraphs, and lists. An HTML file includes text and HTML markup elements The browser interprets the HTML markup elements and displays the results, hiding the actual markup tags from the user

6 Principles of Web Design Chapter 1 HTML as a Markup Language HTML is an open, non-proprietary, cross- platform compatible language HTML is not a What You See Is What You Get (WYSIWYG) layout tool. HTML was intended only to express logical document structure, not display characteristics

7 Principles of Web Design Chapter 1 Deprecated Elements Deprecated elements are elements that the W3C has identified as obsolete. They will not be included in future releases of HTML Some examples of these elements are and

8 Principles of Web Design Chapter 1 Understanding XML XML is the Extensible Markup Language XML is a meta-language; not a language itself, but a language that let’s you describe other languages XML Describes Data, not Presentation XML Allows Better Access to Data XML Lends Itself to Customized Information

9 Principles of Web Design Chapter 1 XHTML: The Future of HTML XHTML is the Extensible Hypertext Markup Language HTML as an Application of XML Improved Data Handling Style Sheets are Required

10 Principles of Web Design Chapter 1 How Browsers Affect Your Work One of the greatest challenges facing HTML authors is designing pages that display properly in multiple browsers Every browser contains a program called a parser that interprets the markup tags in an HTML file and displays the results in the canvas area of the browser interface

11 Principles of Web Design Chapter 1

12 Principles of Web Design Chapter 1 How Browsers Affect Your Work The logic for interpreting the HTML tags is different in every browser, resulting in varying interpretations of the way the HTML file is displayed Although it’s a good idea to test with the latest browsers, it’s also prudent to test your work in older browsers as well

13 Principles of Web Design Chapter 1 How Browsers Affect Your Work Lowest common denominator coding - use an older version of HTML to ensure portability Cutting-edge coding - push the medium forward by coding to the latest standard and using the latest enhancements Browser-specific coding - specify a particular brand and version of browser to access the site

14 Principles of Web Design Chapter 1 Solving the Browser Dilemma You must test your work in as many browsers as possible during and at the end of the development process to make sure that your pages will render properly

15 Principles of Web Design Chapter 1 Should You Use an HTML Editor? You can create or generate HTML code to build Web pages in many ways Many sites on the Web are coded using simple text editing tools such as Notepad Many different HTML editing programs are now available

16 Principles of Web Design Chapter 1 Should You Use an HTML Editor? As with the browsers, authoring packages interpret tags based on their own built-in logic. Therefore, a page that you create in an editing package may look quite different in the editing interface than it does in a browser You’ll probably end up working with a combination of tools to create your finished pages

17 Principles of Web Design Chapter 1 Coding for Multiple Resolutions A computer monitor’s screen resolution is the horizontal and vertical width and height of the computer screen in pixels The three most common screen resolutions (traditionally expressed as width x height) are 640 x 480, 800 x 600, 1024 x768 User screen resolution is a factor over which you have no control

18 Principles of Web Design Chapter 1 Fixed Resolution Design As the screen resolution changes, the content remains aligned to the left side of the page

19 Principles of Web Design Chapter 1

20 Principles of Web Design Chapter 1

21 Principles of Web Design Chapter 1

22 Principles of Web Design Chapter 1 Flexible Resolution Design As the screen resolution changes, the content expands to accommodate the varying screen width

23 Principles of Web Design Chapter 1

24 Principles of Web Design Chapter 1

25 Principles of Web Design Chapter 1

26 Principles of Web Design Chapter 1

27 Principles of Web Design Chapter 1 Bandwidth Concerns It is a myth that most computer users will soon have fast access to the Web Less than 20% of American households have access to cable modems Only 5-10% of all the households have access to Digital Subscriber Line (DSL)

28 Principles of Web Design Chapter 1

29 Principles of Web Design Chapter 1 Bandwidth Concerns If your pages download slowly, your users will probably click to another site before they see your content Most users will simply not wait longer than 20 seconds for a page to load The size and number of graphics on your Web pages influences the speed at which your pages display

30 Principles of Web Design Chapter 1 Testing for Download Times Test your site at different connection speeds Test your site as if you were a user visiting for the first time. This is when users experience the longest download times. Clear your cache of the files and images that the browser has stored

31 Principles of Web Design Chapter 1

32 Principles of Web Design Chapter 1

33 Principles of Web Design Chapter 1 Summary Decide which version of HTML you’ll use to code your pages Decide whether to use Cascading Style Sheets Choose the suite of browsers you will use to test your site Decide how browser-specific your site will be. Your goal is to create a site that is widely accessible to multiple browsers

34 Principles of Web Design Chapter 1 Summary Choose the type of editing tool you will use to create your HTML code Resolve to continually test your work as you build your site Test with multiple browsers, at different screen resolutions, and at different connection speeds If you can, try to view your site on multiple platforms, such as PC and Macintosh as well