Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials.

Slides:



Advertisements
Similar presentations
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Site Development Associate v2.0.
Advertisements

XHTML Basics.
 Fundamentals of Web Design.  Describe the history and theory of XHTML  Understand the rules for creating valid XHTML documents  Apply a DTD to an.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 4: Web Browsing.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 3: XHTML Coding © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page.
Site Development Foundations © 2004 ProsoftTraining All rights reserved.
Lesson 4: Web Browsing.
Project 1 Introduction to HTML.
XHTML 16-Apr-17.
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
1 CA201 Word Application Creating Document for the Web Week # 9 By Tariq Ibn Aziz Dammam Community college.
Chapter 1 Introduction to Web Development. 2 Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European.
Developing a Basic Web Page with HTML
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
1st Project Introduction to HTML.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
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.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Web Design Basic Concepts.
Chapter 1 Internet & Web Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D. 1.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Chapter 1 Introduction to HTML, XHTML, and CSS
Exploring Word Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Chapter 6: Introduction to HTML: Creating a Home Page.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Adobe Dreamweaver CS5 Introduction Web Site Development and Adobe Dreamweaver CS5.
2440: 211 Interactive Web Programming Introduction to the Internet & the World Wide Web.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
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.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
3 XHTML.
1 XHTML محمد احمدی نیا 2 Of 19 HTML vs XHTML  XHTML is a stricter and cleaner version of HTML.  by combining the strengths of HTML.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
Introduction To Internet
Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Introducing XHTML: Module A: Web Design Basics.
XP Tutorial 9 1 Working with XHTML. XP SGML 2 Standard Generalized Markup Language (SGML) A standard for specifying markup languages. Large, complex standard.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
CS 331 – Programming LanguagesDate: Internet Programming Group Presenter: Aren Ray Topics: Internet Programming XML.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Web Application Programming Presented by: Mehwish Shafiq.
Introduction to Markup Languages January 31, 2002.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
XP Tutorial 9New Perspectives on HTML and XHTML, Comprehensive 1 Working with XHTML Creating a Well-Formed Valid Document Tutorial 9.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Tutorial 9 Working with XHTML. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Describe the history and theory of XHTML.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
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.
Web Site Development and Macromedia Dreamweaver 8
Chapter 1 Introduction to HTML.
Lesson 4: Web Browsing.
Project 1 Introduction to HTML.
Introduction to XHTML.
1 Introduction to the Internet.
Lesson 4: Web Browsing.
Lesson 1: Markup Language and Site Development Essentials
Introduction to World Wide Web
Presentation transcript:

Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials

Lesson 2 Objectives Discuss the history of markup languages Distinguish between HTML and XHTML Identify HTML and XHTML flavors Explain the value of universal markup Demonstrate knowledge of Web site development principles Plan Web site development

History of Markup Languages Standard Generalized Markup Language (SGML) – Originally created by IBM in 1986 – A metalanguage, meaning it is used to create other languages – The basis for HTML, XHTML and XML – You create your own document rules using a Document Type Definition (DTD)

History of Markup Languages (cont'd) Hypertext Markup Language (HTML) – Based on SGML, invented by Tim Berners-Lee – Allows hyperlinks – HTML vs. SGML HTML versions include: – HTML 3.2 – HTML 4.01 (the most popular version of HTML) HTML 4.01 flavors include: – 4.01 Transitional – allows deprecated tags, not as strict – 4.01 Strict – requires all container tags and does not allow deprecated tags – 4.01 Frameset – for use with frames

History of Markup Languages (cont'd) Extensible Markup Language (XML) – A subset of SGML, also a metalanguage – XML describes data instead of formatting – HTML or XHTML provides formatting and document structure XML documents have a tree structure XML documents must be well-formed XML and valid documents: the DTD XML and style sheets From HTML to XML

History of Markup Languages (cont'd) Extensible Hypertext Markup Language (XHTML) – Combines HTML with XML XHTML 1.0 flavors include: – Transitional – allows deprecated tags, not as strict – Strict – requires the exclusive use of CSS for all formatting elements and does not allow deprecated tags – Frameset – for use with frames

Universal Markup Creation Follow W3C standards Benefits of following standards include: – Code will render as expected in more browsers – Pages will be more scalable (as you add more sophisticated content, you will not run into problems) – Pages are more likely to be available to disabled users

Web Site Development Principles Project management and the Web development project cycle – Create and document an initial Web site plan – Obtain relevant input from stakeholders – Communicate the Web site plan – Consider technical and non-technical concerns – Develop the site – Publish the site – Manage the site

Creating and Documenting an Initial Web Site Plan Site plan is a rough outline of planned development – Site diagram – Storyboard Eventually becomes a site map for completed site Determining audience and message Validating design issues – Consider issues such as central message, fonts, images, colors, ethnic and cultural diversity, and common color schemes

Obtaining Relevant Input from Stakeholders Stakeholders are relevant organization employees or contributors who can provide or help determine: – The purpose of the Web site – The services that the audience requires from the site – Development timelines As you work with stakeholders: – Remember that non-technical people may be asked to approve your project – You must translate technical issues into non-technical language Team members can include representatives from marketing, IT, sales and other areas of your organization

Documenting and Communicating the Plan Create a storyboard Document decisions in meetings and follow up Communicate the plan in various ways: – Calling relevant parties to ensure that everyone is satisfied – Sending messages – Sending postal ("snail mail") messages if necessary – Sending fax messages – Telephone calls

Communicating the Plan Use oral presentations and presentation aids, including: – Presentation software – Overhead projection – Whiteboards – Easel and poster paper – Charts – Published handouts

Leading Discussions Strategies leaders use to manage a meeting: – Make introductions – Recall past business – Create a list of action items, including timelines – Monitor time – Ensure proper discussion focus – Handle heated discussions – Distribute minutes

Considering Technical and Non-Technical Concerns Leaders can ensure communication by: – Regularly asking if anyone has questions – Asking team members to summarize their understanding of decisions – Asking a third party to deliver a summary of progress – Writing regular updates about the project

Developing the Site As your team develops the site, you will be engaged in various activities: – Creating markup code – Testing functionality – Approving the site – Publishing the site

Testing Pages in Multiple Browsers As you develop Web pages, test them using multiple Web browsers Different generations of the same browser may interpret HTML somewhat differently Browser vendors also implement standards differently Browser types include: – Microsoft Internet Explorer – Mozilla Firefox – Google Chrome – Opera – Lynx

Publishing the Site To publish a site, you need to know: – The IP address and/or DNS name of the site – User name and authentication information – The destination directory (i.e., folder) on the Web server – Space requirements – The protocol you will use to upload the site Working with service providers – Internet Service Providers (ISPs) – Application Service Providers (ASPs)

Managing the Site When managing a site, you must be prepared to: – Create new content – Update dead links – Remove old sites – Remove unused pages – Ensure connectivity – Report access troubles – Process feedback from customers and stakeholders

Obtaining Feedback Your Web team must process various types of feedback Feedback can come from various sources Ways to obtain quality feedback – Providing Web forms on the site that ask for customer input – Conducting surveys in person – Conducting surveys via

Intellectual Property A unique product or idea created by an individual or organization – Generally has commercial value Never "borrow" content without express, written consent Review copyright and trademark issues (e.g., trade secrets, licensing, infringement, plagiarism) Understand copyright scope, reach and time limits Consider ethical issues of copyright and plagiarism Avoid copyright infringement, trademark infringement and plagiarism by: – Reviewing content – Obtaining express, written consent – Creating reasonable deadlines

Outsourcing Increasingly, Web development work (including site design) is being outsourced to workers in remote locations – May save the company money – May require you to work with remote workers As you use and work with remote teams, you may have to obtain: – Non-Disclosure Agreements (NDAs) – Legal consultation

Lesson 2 Summary Discuss the history of markup languages Distinguish between HTML and XHTML Identify HTML and XHTML flavors Explain the value of universal markup Demonstrate knowledge of Web site development principles Plan Web site development