WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?

Slides:



Advertisements
Similar presentations
Chapter 3 – Web Design Tables & Page Layout
Advertisements

Tutorial 6 Creating a Web Form
CIS101 Introduction to Computing Week 08. Agenda Your questions JavaScript text Resume project HTML Project Six This week online Next class.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
Macromedia Dreamweaver 4 Foundation Level Course.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Tutorial 6 Working with Web Forms
Computing Concepts Advanced HTML: Tables and Forms.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
There is a certain way that an HTML file should be set up. The HTML section declares a beginning and an ending. Within the HTML, there should be a HEAD.
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 5 - Introduction to XHTML: Part 2 Outline 5.1 Introduction 5.2 Basic XHTML Tables 5.3 Intermediate.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Table, Forms, Metatags and Frames.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Tutorial 6 Forms Section A - Working with Forms in JavaScript.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
Chapter 3. Table have many uses in a HTML design but are mostly used for the organization of your web site. Tables also give vertical and horizontal structure.
XP Tutorial 6New Perspectives on HTML and XHTML, Comprehensive 1 Creating Web Page Forms Designing a Product Registration Form Tutorial 6.
1 Creating Web Forms in HTML Web forms collect information from customers Web forms include different control elements including: –Input boxes –Selection.
Lesson 13: Building Web Forms Introduction to Adobe Dreamweaver CS6 Adobe Certified Associate: Web Communication using Adobe Dreamweaver CS6.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Chapter 12 – Microsoft FrontPage Express Outline 12.1Introduction 12.2Microsoft FrontPage Express.
1 Forms A form is the usual way that information is gotten from a browser to a server –HTML has tags to create a collection of objects that implement this.
Chapter 6: Forms JavaScript - Introductory. Previewing the Product Registration Form.
Project Four Forms Discuss form processing Describe the difference between client-side and server-side form processing Add a horizontal rule to a Web page.
© 2011 Delmar, Cengage Learning Chapter 9 Collecting Data with Forms.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
XHTML Introductory1 Forms Chapter 7. XHTML Introductory2 Objectives In this chapter, you will: Study elements Learn about input fields Use the element.
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
Forms. 2 Project Objectives Discuss form processing Describe the difference between client-side and server-side form processing Add a horizontal rule.
Creating a Web Site to Gather Data and Conduct Research.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML Pt. 2.
HTML Hyper Text Markup Language It is used for describing web documents or web pages. A markup language is set of markup tags. HTML documents are described.
Section 17.1 Add an audio file using HTML Create a form using HTML Add text boxes using HTML Add radio buttons and check boxes using HTML Add a pull-down.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
© 2010 Delmar, Cengage Learning Chapter 8 Collecting Data with Forms.
JavaScript, Fourth Edition Chapter 5 Validating Form Data with JavaScript.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
1 © Netskills Quality Internet Training, University of Newcastle HTML Forms © Netskills, Quality Internet Training, University of Newcastle Netskills is.
ITCS373: Internet Technology Lecture 5: More HTML.
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
Microsoft FrontPage 2003 Illustrated Complete Creating a Form.
1 Building FORMS In When a visitor enters information into a web form displayed in a web browser and clicks the submit button, the information is sent.
Macromedia Dreamweaver 8 Revealed WEB PAGE DEVELOPING A.
©SoftMooreSlide 1 Introduction to HTML: Forms ©SoftMooreSlide 2 Forms Forms provide a simple mechanism for collecting user data and submitting it to.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
HTML Forms. A form is simply an area that can contain form fields. Form fields are objects that allow the visitor to enter information - for example text.
Web Site Development - Process of planning and creating a website.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
Chapter 5 Validating Form Data with JavaScript
Section 17.1 Section 17.2 Add an audio file using HTML
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
Windows Internet Explorer 7-Illustrated Essentials
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

WEB DESIGN TABLES, PAGE LAYOUT AND FORMS

Page Layout Page Layout is an important part of web design Why do you think your page layout is important?

Answers: People visiting can navigate throughout it Looks nice and easy to understand Refers to the way your page will display in the browser, which is one of the major challenges for any web designers

Table Great tool for designing a web page Very similar to the table feature in word processing programs (Microsoft Word) Allows you to enter (add) vertical or horizontal structure to a web page Can put anything in your page and have it display in a specific area

With a table you can: Lay out tabular data Create columns of text or navigation bars Delete, split, and merge rows and columns Modify table, row or cell properties to add color/alignment Copy and paste cells

Understanding and Planning Page Layout Process of arranging the text, images, and other elements on the page

Rules to live by when creating your page layout: Easy to navigate Easy to read Quick to download *web site does not load in 15 seconds visitors may lose interest *tables download quickly because they are in HTML code

Tables can be used anywhere: Homepage Menus Images Navigation bars

A typical web page is composed into three sections: Header-top; contains logos, images, or text that identifies web site Body-informational content; form of text, graphics, animations, video and audio Footer-provides hyperlinks for contact; information; navigational controls ex. Back to top What are the sections of HTML code?

Understanding Tables Table-consists of three basic components Row Column cell

Row Horizontal collection of cells Column Vertical collection of cells Cell Container created when the row/column intersect

Head content What section is the head content located? Meta Keywords Description Refresh Base Link

Meta Contains information about the current document. This information is used by servers, browsers, and search engines. HTML documents can have as many tags as needed, but each item uses a different set of tags.

Keywords List of words that someone would type into a search engine search field.

Description Contains a sentence or two that can be used in a search engine s results page

CREATING AND USING INTERACTIVE FORMS

Forms Interactive elements that provide a way for the Web site visitor to interact with the site

A form provides a method for: A user to give feedback Submit an order for merchandise or services Request information Etc Forms are created using HTML tags

Form processing Provides a popular way to collect data from a web site visitor Forms DO NOT process data They require a script to process the data for them

Script Is a text file that is executed within an application and usually is written in Perl, VBScript, JavaScript, etc. These are referred to as server-side scripts

Common Gateway Interface (CGI) Common way to process form data

How to process data: 1.When a browser collects data, the data is sent to a Hypertext Transfer Protocol (HTTP) server (gateway). 2.Server then starts a program which also is specified in the HTML form that can process the collected data 3.The Gateway can process the input however you choose 4.It may return customized HTML based on the user s input 5.Log the input to a file or the input to someone

Two types of HTTP methods are: 1.GET 2.POST

GET method Sends the data with a URL Not widely used Limitations: on the amount and format of the data that is transmitted to the application Information being sent is visible in the browser s address bar

POST method More efficient Sends data to the application as standard input with no limits Sends much more information Is not sent with the URL, so the data is not visible to the site visitor

Input Input-which collects data from check boxes, radio buttons, single- line text fields, form/image buttons, and passwords Select-used with lists and pop-up menu boxes Textarea-collects data from multiline text fields

Forms and Web Pages Form object-can be a text box, check box, radio button, list, menu, or other buttons

Text field A form object in which users enter a response Forms support three types of text fields Single-line Multiple-line Password

List/Menu List-provides a scroll bar with up and down arrows that lets a user scroll the list, whereas a menu contains a pop-up list Multiple selections can be made from a list, while users can select only one item from a menu

Jump menu Special type of pop-up menu that provides options that link to documents or files. You can create links to documents on your web site, links to documents on other web sites, links, links to graphics.

Validate Form Behavior verifies that the user has entered data into each designated field The form is checked when the user clicks the submit button If omissions or other errors occur, a Microsoft Internet Explorer dialog box is displayed