Website Development & Management Going Live with Web Pages (b) CIT 3353 -- Fall 2006 www.clt.astate.edu/jseydel/mis3353 Instructor: John Seydel, Ph.D.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Ideas to Layout Beginning web layout using Cascading Style Sheets (CSS). Basic ideas, practices, tools and resources for designing a tableless web site.
Cascading Style Sheets
Creating and Editing a Web Page Using Inline Styles
Chapter 8 Creating Style Sheets.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Cascading Style Sheets. Slide 2 Lecture Overview Overview of Cascading Style Sheets (CSS) Ways to declare a CSS CSS formatting capabilities New features.
Unit 2, cont. September 14 HTML,Validating your pages, Publishing your site.
CIS101 Introduction to Computing
Lecture 2B: HTML and CSS IT 202—Internet Applications Based on notes developed by Morgan Benton.
HTML Introduction HTML
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
CSS (Cascading Style Sheets): How the web is styled Create Rules that specify how the content of an HTML Element should appear. CSS controls how your web.
Intro to MIS – MGS351 Building a Webpage. Chapter Overview m The World Wide Web – Web servers, Web browsers and Web pages m HTML Introduction m Using.
Website Development & Management Introduction & Overview CIT Fall Instructor: John Seydel, Ph.D.
IT Introduction to Website Development Welcome!
Creating and Editing a Web Page
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
Website Development & Management Getting to Know HTML Better CIT Fall Instructor: John Seydel, Ph.D.
1 Outline 3.1 Introduction 3.2 Editing HTML 3.3 First HTML Example 3.4 W3C HTML Validation Service 3.5 Headers 3.6 Linking 3.7 Images 3.8 Special Characters.
ULI101 – XHTML Basics (Part II) What is Markup Language? XHTML vs. HTML General XHTML Rules Block Level XHTML Tags XHTML Validation.
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
IT Introduction to Website Development Welcome!
1 Essential HTML coding By Fadi Safieddine (Week 2)
Bare bones notes. Suggested organization for main folder. REQUIRED organization for the 115 folder.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
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.
1 HTML XHTML. 2 Understand the Doctype tag Know the html tags which are now classed as depreciated Understand how Dreamweaver adds styles Add styles to.
Website Development & Management Creating Web Pages CIT Fall Instructor: John Seydel, Ph.D.
XHTML Louise Soe updated September 2009.
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.
Website Development & Management Working with Style Rules Instructor: John Seydel, Ph.D. CIT Fall
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
The format is text files, with.htm or.html extension. Hard returns, tabs, and extra spaces are ignored. DO NOT use spaces in file names. File names ARE.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Web Page Design Day 2. Agenda  Questions  Assignment 1 posted Due March 2:05 Pm  Today we begin building web pages Chap 1 of text.
eCommerce Technologies Design & Development for the Web MIS Spring 2004 Instructors: Kelly Fish, Ph.D. John Seydel, Ph.D.
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
IS1825: Developing Multimedia Applications for Business Lecture 1: Introduction to CSS Rob Gleasure
Cascading Style Sheets Part 1. CSS vs HTML HTML: Originally intended to markup structure of a document (,...,,,,,...) CSS Developing technology, CSS1,
HTML: Hyptertext Markup Language Doman’s Sections.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Website Development & Management Going Live with Web Pages (a) CIT Fall Instructor: John Seydel, Ph.D.
1 More About HTML Tables and Images. 22 Objectives You will be able to Create tables in HTML. Include images in your HTML page. Create links to other.
Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Web Design (8) Images (2). My Holiday Photos An exercise in adding and linking images. Create a new website folder calling it ‘My Holiday Photos’. In.
Tutorial 3 Adding and Formatting Text with CSS Styles.
Website Development & Management A PHP Exercise CIT Fall Instructor: John Seydel, Ph.D.
Cascading Style Sheets August 25-26, What is CSS? a means for web authors to separate the appearance of web pages from the content of web pages.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Objective: To describe the evolution of the Internet and the Web. Explain the need for web standards. Describe universal design. Identify benefits of accessible.
Creating and Editing a Web Page
Creating and Editing a Web Page Using Inline Styles
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
CREATING MASTER PAGES Creating a Master Page Using Master Pages Giving your site a professional look and feel Adding Master Page content to existing pages.
INTERNET APPLICATIONS CPIT405 XHTML. Objectives  To understand the structure of the xhtml documents and to create xhtml files with formatting tags. 
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Bare boned notes.
Using Cascading Style Sheets (CSS)
Presentation transcript:

Website Development & Management Going Live with Web Pages (b) CIT Fall Instructor: John Seydel, Ph.D.

Student Objectives Upon completion of this class meeting, you should be able to: Access your website through HTTP and through FTP Compare and contrast XHTML and HTML Understand the basic concepts behind style rules Explain the major elements and attributes used in XHTML and HTML

Miscellaneous Items Let’s start with a short quizquiz Should take 5-10 minutes Don’t forget to put your name in the upper right portion Use a pencil (and eraser) Return quizzes / explain grading FTP issues: firewalls, other... ? File system and naming instructions Use directory structure provided  Locally  On SuSE1 File names for exercises; note the format:  xch04_1.html  pch07_3.html Quiz next Thursday: closed book exercise using all markup covered so far (i.e., a “preliminary exam”)

Overview of the Editing Process Create (or edit) a page locally Use NotePad or other editor Save it using an appropriate filename and extension Upload the page to SuSE1 (into correct directory) Use your web browser to view the page on SuSE1 (refresh as appropriate) Identify any changes needed Make changes locally and save again Upload again, refresh your browser, and view the modified page Repeat as needed

Let’s Experiment Applications needed: SmartFTP (connect to SuSE1) SmartFTP Internet Explorer (navigate to your website) NotePad Login to your SuSE1 account Note the predefined file system structure of your website Copy either The entire public_html directory to your local machine The entire contents of public_html to your local webroot directory (e.g., htdocs) Use NotePad to open index.html In case you foul up, replacement files are available on SuSE1 UserID = cit3353 Password = FunStuff06 Edit index.html as instructed...

Convert from HTML to X HTML Recall that XHTML is just HTML formatted to meet XML specifications Follows rules for markup Case Quotes Deprecated elements Nesting elements Separates stylistic aspects from markup Includes DTD declaration & namespace (add these now):namespace <!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" " >

Now, Play with the Style Rules First, comment out that section Precede the tag with <!-- Follow the tag with --> Save Upload the file and refresh your browser Now, uncomment the style section Change the font-family to Comic Sans MS Save, upload, and refresh

Style Rules Customize HTML tag definitions Create custom look/theme More control over how pages look Provide information on formatting Can be Embedded: within... tags External: separate file; use tag Inline: as attributes within HTML tags Cascading Style Sheets (CSS): concept incorporates cascading levels of precedence

Working with Style Rules Typically there are two parts to a style rule Selector (e.g., body, h1, table, a:link) Declaration (e.g., align:center, font-size: 28px) Example: body {background-color:teal} Typical format selector { attribute:value; attribute:value } Note the examples in Suzy Student’s pages We’ll do more with style rules in a few weeks

Let’s Look at References to Other Files Where? Hyperlinks Images (inline or background) Objects (e.g., Flash movies) And other places also, but beyond our scope Absolute referencing: resources on another server Relative referencing Preferred Need to specify relative to calling document  In same folder (./filename or just filename)  In higher level folder (../filename or../../filename or... )  In lower level folder (./foldername/filename or just foldername/filename)  In sibling folder (../foldername/filename)

About the Element Required attributes src alt width height Will work with only the src attribute, but you should use all the above However, don’t use width and height to resize the image display Instead edit the image file to the size it needs to be Consider using thumbnail images linked to full-sized files Let’s link the ASU logo to the AState homepage...

Summary of Important HTML Body Elements What you’ll need to know (red indicates what you should know already) Hyperlinks: Objects:  , or Lists:, Tables:,, Text blocks:, Display:, or, or, Forms:,,, Miscellaneous:, Also, HTML entities, such as Note these tags and their attributes in the source code for the pages you’ve done already

Summary of Today’s Objectives Access your website through HTTP and through FTP Compare and contrast XHTML and HTML Understand the basic concepts behind style rules Explain the major elements and attributes used in XHTML and HTML

Homework Summary for Tuesday Work exercise 1 from Chapter 3 Work exercise 1 from Chapter 4 Post work to SuSE1 Should be in /exercises directory Need to add links on exercises.html Start preparing for quiz exercise

Appendix

Using SmartFTP Enables transferring files between computers Upload/download Client to server / server to client Assumes Local files stored in My Documents Server files stored in public_html Process Start by navigating through Start | Programs | SmartFTP |... Open connection to server (enter values into textboxes)  Host:  Login (lower case) : your last name plus hyphen plus first initial  Password (mixed case): first 4 characters of your first name plus $ last 3 digits of your student number  Port: 21 Open “Local Browser” and navigate to My Documents Navigate server to public_html Tile windows horizontally Transfer files: select file or folder and then click on arrow button

Browser/Server Interaction