Additional Topics. Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Email Password Radio buttons, check box, text area, select lists Buttons.

Slides:



Advertisements
Similar presentations
17 HTML, Scripting, and Interactivity Section 17.1 Add an audio file using HTML Create a form using HTML Add text boxes using HTML Add radio buttons and.
Advertisements

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?
CSCI 3100 Tutorial 6 Web Development Tools 1 Cuiyun GAO 1.
Tutorial 6 Creating a Web Form
Images, Tables, lists, blocks, layout, forms, iframes
Chapter 6 Basic forms 1. Forms and query string 2 form : a group of user input (UI) controls that accepts information from the user and sends the information.
Video, audio, embed, iframe, HTML Form
Tutorial 6 Working with Web Forms
Images. Tables. Frames. Forms. DMFD F2007 IT University of Copenhagen
Multiple Tiers in Action
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.
4.01 Cascading Style Sheets
Tutorial 6 Forms Section A - Working with Forms in JavaScript.
  Just another way to collect pieces together (like div, section)  Anything can be in there  Formatting just like all other elements.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Chapter 10 Form Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
CST JavaScript Validating Form Data with JavaScript.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
Tutorial #9 – Creating Forms. Tutorial #8 Review – Tables Borders (table, gridlines), Border-collapse: collapse; empty-cells: show; and rowspan, colspan.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
1 Creating Web Forms in HTML Web forms collect information from customers Web forms include different control elements including: –Input boxes –Selection.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
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.
JavaScript, Fourth Edition Chapter 5 Validating Form Data with JavaScript.
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
HTML Forms.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
1 © Netskills Quality Internet Training, University of Newcastle HTML Forms © Netskills, Quality Internet Training, University of Newcastle Netskills is.
Week 9 - Form Basics Key Concepts 1. 1.Describe common uses of forms on web pages 2.Create forms on web pages using the form, input, textarea, and select.
 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.
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.
1 CSC317/318 INTERNET PROGRAMING / DYNAMIC WEB APPLICATION DEVELOPMENT Siti Nurbaya Ismail Faculty of Computer & Mathematical Sciences, Universiti Teknologi.
audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Web Foundations WEDNESDAY, NOVEMBER 20, 2013 LECTURE 32: DREAMWEAVER SLIDE SHOW AND GOOGLE MAP.
+ FORMS HTML forms are used to pass data to a server. begins and ends a form Forms are made up of input elements Every input element has a name and value.
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.
Web Programming Introduction to Web Technology HTML & Dynamic web content.
FORMS How to collect information f XX rom visitors Different kinds of form controls New HTML5 form controls.
HTML (Advanced) -forms, iframe, audio, video. Outline – Forms – iFrames – Audio/Video.
Document Object Model Nasrullah. DOM When a page is loaded,browser creates a Document Object Model of the Page.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring Forms, HTML5 layout.
03 – HTML (2) Informatics Department Parahyangan Catholic University.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
Tutorial 6 Creating a Web Form
HTML Elements: Forms and Controls Chapter 9 B. Ramamurthy.
HTML III (Forms) Robin Burke ECT 270. Outline Where we are in this class Web applications HTML Forms Break Forms lab.
FORMS Explained By: Jasdeep Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
Ashima Wadhwa Java Script And Forms. Introduction Forms: –One of the most common Web page elements used with JavaScript –Typical forms you may encounter.
Advanced HTML Tags:.
Web Systems & Technologies
4.01 Cascading Style Sheets
Section 17.1 Section 17.2 Add an audio file using HTML
Designing Forms Lesson 10.
Unit I: Collecting Data with Forms
Basic HTML and Embed Codes
Basics of Web Design Chapter 10 Form Basics Key Concepts
HTML5 - 2 Forms, Frames, Graphics.
4.01 Cascading Style Sheets
Presentation transcript:

Additional Topics

Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Password Radio buttons, check box, text area, select lists Buttons (submit, reset) Placeholder Iframes

iframes Iframes - An inline frame is used to embed another document within the current HTML document. Example: Can style like other elements iframe.dmacc { height: 500px; width: 800px; border: solid thick red; }

iframes Some sites have really nice iframes for you to use Google Maps has a great one (demo)

Placing Multimedia Object Element – used to embed a variety of data types Appendix A has examples <object data =“moviename.swf” type= “application/x-shockwave-flash” classid = “” height=“400” width=“400” >

The Parameter Element Object uses parameter to define the characterizes of the object Can only be used within the object start and end The element can be used for when browsers have trouble with the object being used HTML5 has and elements to use video and audio within your page

Image Maps Discussed in Tutorial # 2 An image map is an image that is divided into sections that server as links Uses the usemap attribute to assign the value of the image map You create the maps by defining the area <area shape=“” coords = “x, y, r”

Image Maps This is a lot easier in Dreamweaver. (Demo)

Java Script – Image Rotation The simplest one here: The element is used to define the javascript It is placed in the section (or could also be linked in) The onload attribute of the body element calls the script in this case. There are multiple attributes that can call js.

Java Script – Image Rotation DMACC.edu uses a WOW Slider qoK3vwbgCFdBcMgodHS0A3A qoK3vwbgCFdBcMgodHS0A3A Costs money for use other than personal stuff but very powerful Demo

Wow Slider Example

Java Script - General A lot of sites off free java script that you can just paste in code Some sites have things to buy Getting pre-made JS can really help add functionality while developing a site.

Gradient Background This was a requested topic. This site can be used to generate gradients Pick the style and paste the CSS into the selector you want to style. Demo

User Interaction Users with disabilities Government sites must follow standards.

Search Engine Optimzation

User File Upload Create a form for user to enter values Input type File used for file browser Create the PHP to handle the upload Example:

Larry’s Topics Hosting Others

What to do after this class Some general ideas of things to look into if you want to continue with web development Advanced Dreamweaver Server Side (PHP, ASP, JSP) Scripting (Java Script) Photoshop (other photo editing) Database Web Dev at DMACC come.aspx