D B M G. Introduction to databases. Web programming: the HTML language. Web programming. The HTML Politecnico di Torino 1

Similar documents
CSC Web Technologies, Spring HTML Review

Summary 4/5. (contains info about the html)

Creating Web Pages Using HTML

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

HTML: Fragments, Frames, and Forms. Overview

1.264 Lecture 12. HTML Introduction to FrontPage

What You Will Learn Today

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

Building Web Based Application using HTML

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

A Brief Introduction to HTML

Introduction to HTML. SSE 3200 Web-based Services. Michigan Technological University Nilufer Onder

HTML Forms. By Jaroslav Mohapl

HTML. LBSC 690: Jordan Boyd-Graber. October 1, LBSC 690: Jordan Boyd-Graber () HTML October 1, / 29

The Hypertext Markup Language (HTML) Part II. Hamid Zarrabi-Zadeh Web Programming Fall 2013

Chapter 4 A Hypertext Markup Language Primer

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5

Creating Web Pages. Getting Started

More HTML. Images and links. Tables and lists. <h1>running in the family</h1> <h2>tonight 9pm BBC One</h2>

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

Welcome. Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs

Spring 2014 Interim. HTML forms

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Html basics Course Outline

Networking and Internet

HTML Element A pair of tags and the content these include are known as an element

Web Programming. Based on Notes by D. Hollinger Also Java Network Programming and Distributed Computing, Chs.. 9,10 Also Online Java Tutorial, Sun.

11. HTML5 and Future Web Application

Selected Sections of Applied Informatics

CISC 1400 Discrete Structures

SilkTest 2009 R2. Rules for Object Recognition

introduction to XHTML

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

SYBMM ADVANCED COMPUTERS QUESTION BANK 2013

Introduction to using HTML to design webpages

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms.

HTML Tables and Forms. Outline. Review. Review. Example Demo/ Walkthrough. CS 418/518 Web Programming Spring Tables to Display Data"

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Silk Test Object Recognition with the Classic Agent

CSC 121 Computers and Scientific Thinking

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

Advanced HTML Scripting WebGUI Users Conference

HTML Tables and. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar

CSC Web Programming. Introduction to HTML

Bridges To Computing

Programmazione Web a.a. 2017/2018 HTML5

Hyper Text Markup Language HTML: A Tutorial

A Balanced Introduction to Computer Science, 3/E

HTML HTML. Chris Seddon CRS Enterprises Ltd 1

COMS 359: Interactive Media

Creating a Web Page with HTML

HTML forms and the dynamic web

for Beginners COPYRIGHT NATIONAL SEMINARS TRAINING. ALL RIGHTS RESERVED.

I-5 Internet Applications

HTML Tags <A></A> <A HREF=" CNN </A> HREF

MRK260. Week Two. Graphic and Web Design

HYPERTEXT MARKUP LANGUAGE ( HTML )

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

Part 1: HTML Language HyperText Make-up Language

2.1 Origins and Evolution of HTML

Chapter 3 HTML Multimedia and Inputs

Introduction to Web Technologies

Brief Intro to HTML. CITS3403 Agile Web Development. 2018, Semester 1

Announcements. Paper due this Wednesday

1) Introduction to HTML

Chapter 1 FORMS. SYS-ED/ Computer Education Techniques, Inc.

The PHP language. Teaching you everything about PHP? Not exactly Goal: teach you how to interact with a database via web

Web Design and HTML. Web Page vs Web Site. Navigation. Links. A web page is a single page viewable using web browser. A web site is a set of web pages

HTML. Hypertext Markup Language. Code used to create web pages

HTML. MPRI : Web Data Management. Antoine Amarilli Friday, December 7th 1/28

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION

HTML CS 4640 Programming Languages for Web Applications

LAB MANUAL SUBJECT: WEB TECHNOLOGY CLASS : T.E (COMPUTER) SEMESTER: VI

Controlled Assessment Task. Question 1 - Describe how this HTML code produces the form displayed in the browser.

Creating and Setting Up the Initial Content

Forms, CGI. Objectives

Creating HTML files using Notepad

About Netscape Composer

HTML 5 Tables and Forms

(Refer Slide Time: 01:41) (Refer Slide Time: 01:42)

Form Overview. Form Processing. The Form Element. CMPT 165: Form Basics

Hyperlinks, Tables, Forms and Frameworks

Duke Library Website Preliminary Accessibility Assessment

LING 408/508: Computational Techniques for Linguists. Lecture 14

Final Term ( ) Marking Scheme Multimedia and Web Technology (067)

WEB PAGE DESIGN. Structure

COMS 359: Interactive Media

STD 7 th Paper 1 FA 4

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings

HTML and CSS Lecture 15 COMPSCI111/111G SS 2018

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

UNIT-02 Hyper Text Markup Language (HTML) UNIT-02/LECTURE-01 Introduction to Hyper Text Markup Language (HTML) About HTML: [RGPV/Dec 2013(4)]

WTAD Text Editors for HTML. Text Editors: Kate HTML. (HyperText Markup Language)

Web Development and HTML. Shan-Hung Wu CS, NTHU

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

WTAD. Unit -1 Introduction to HTML (HyperText Markup Language)

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio

5/17/2009. Marking Up with HTML. An HTML Web Page File. Tags for Bold, Italic, and underline. Structuring Documents

Transcription:

Web programming The HTML language The HTML language Basic concepts User interfaces in HTML Forms Tables Passing parameters stored in forms @2017 Politecnico di Torino 1

Basic concepts HTML: HyperText Markup Language Standard de facto W3C: World Wide Web Consortium http://www.w3.org/ Evolving Born in 1991 HTML, HTML 2, HTML 4, XHTML 1, HTML 5 Objective: providing a structured description of an hypertextual document that is independent from the programs D M BG Purely textual: it is based on the first 127 characters of ASCII code Basic concepts HTML allows to annotate a text to mark parts that compose it Annotations are implemented by "tags" Visualize HTML documents: browser Browsers interpret tags to show the text in a proper way Browsers ignore tags that are not known Write HTML documents: any text editor Notepad, Notepad+, HAPedit, http://hapedit.free.fr/ @2017 Politecnico di Torino 2

Tags They are expressions contained between the two symbols of minor (<) and major (>) Usually text portions are delimited by a pair of tags (e.g.: <h1>title</h1>) The general rule is that the final tag is the same of the initial one, preceded by the symbol "/" "Empty" tags, that are not applied to text portions, are of type <br /> Attributes Using attributes it is possible to better characterize a tag Example: to insert an image in the center, to the left, to the right, to specify the text color, to specify dimensions of a column of a table, Attributes are made of a variable and a particular value is assigned to it e.g. width="100" @2017 Politecnico di Torino 3

Structure of an HTML document <title>text example</title> Header Body Content: all things (e.g., text, images) that D M B appear in the browser s window G HTML expressive power What does it allow to do? To create static web pages What does NOT it permit to do? To create dynamic web pages Dynamic web pages They are created "on the fly" to answer to the user input @2017 Politecnico di Torino 4

Dynamic web pages User interface (static page, HTML) Query result (dynamic page) More details HTML allows to Insert and format text (included bulleted list, numbered list, ) Check colours, font, backgrounds, Insert images, audio, video Insert hypertextual links Insert tables Insert forms @2017 Politecnico di Torino 5

Example Lesson 9: images Wouldn t it be nice to be able to add a Tim Bernes-Lee s picture, the HTML inventor, in the center of your page? It sounds as a difficult task Maybe, instead it is extremely easy to do. All you need is an element: Example 1 On your browser it will appear in this way Example <html> <head> <title>example</title> <meta http-equiv= content-type content= text/html; charset=iso-8859-1 /> <meta name= generator content= HAPedit 3.1 > </head> <body bgcolor= Lavander > <font face= Arial > <h1>lesson 9: images</h1> <p>wouldn t it be nice to be able to add a Tim Bernes-Lee s picture, the HTML inventor, in the center of your page? </p> <h2>it sounds as a difficult task </h2> <p>maybe, instead it is extremely easy to do. All you need is an element:</p> <p><strong>example 1:</strong></p> <pre> <img src="tim.jpg" alt="tim" /> </pre> <p>on your browser it will appear in this way</p> <img src= tim.jpg height= 150 align= center alt= Tim /> @2017 Politecnico di Torino 6

Example There are three different kinds of image files that can be inserted in your pages: GIF (Graphics Interchange Format) JPG/JPEG (Joint Photographic Experts Group) PNG (Portable Network Graphics) GIF images are usually better for graphics and draws, while JPEG images are better for photos. This is due to two main reasons: first, GIF images can have only 256 colors, while JPEG images are built by millions of colors, second, GIF format is better to zip simple images, while JPEG format has been optimized for more complex images. Where can I take my images? To create your own images you need a proper program for images editing. An images editing program is one of the most important tools in order to create wonderful web sites. Example <p>there are three different kinds of image files that can be inserted in your pages:</p> <ul> <li>gif (Graphics Interchange Format) </li> <li>jpg/jpeg (Joint Photographic Experts Group)</li> <li>png (Portable Network Graphics)</li> </ul> <p align= justify ><strong> GIF images are usually better for graphics and draws, while JPEG images are better for photos</strong>. This is due to two main reasons: first, GIF images can have only 256 colors, while JPEG images are built by millions of colors, second, GIF format is better to zip simple images, while JPEG format has been optimized for more complex images.</p> <h2>where can I take my images?</h2> <p> To create your own images you need a proper program for images editing.<strong><font color= red >An images editing program is one of the most important tools in order to create wonderful web sites</font></strong>.</p>. @2017 Politecnico di Torino 7

Example Otherwise you can download images from other web sites. But be careful to not violate copyrights when you download them, please. It is good to know how you can download images, so have a look here to learn it: 1. Right click on any image that you can find on Internet. 2. Choose Save image as from the menu that appears. 3. Choose a location on your computer where you want to put the image e press Save. Partially adapted from: HTML.net Example <p>otherwise you can download images from other web sites. But be careful to not violate copyrights when you download them, please. It is good to know how you can download images, so have a look here to learn it:</p> <ol> <li>right click on any image that you can find on Internet. </li> <li>choose "Save image as " from the menu that appears. </li> <li>choose a location on your computer where you want to put the image e press "Save".</li> </ol> <p>partially adapted from: <a href= http://www.html.net >HTML.net</a></p> </font> </body> </html> @2017 Politecnico di Torino 8

Our mission Teaching HTML? Not exactly Many resources available Online courses, e.g. http://xhtml.html.it/guide/leggi/51/guida-html/ Tags and attributes list, e.g. http://www.htmldog.com/reference/htmltags/ Mission: to teach you to interact with a database via web Create the user interface to pass data to the queries D M B Visualize an HTML document that contains queries G results Web application workflow User defines a query using the query interface Query is sent to the agent on server-side Agent responds to the query using the data source User Client-side interface (browser) Server-side elaboration Data source Result of the query is shown to the user Agent on server-side returns the result of the query Data source returns the result of the query 18 @2017 Politecnico di Torino 9

Transaction on a database Internet Web server Application Database Client URL http & POST command parameters query display page http send HTML data browser TCP/IP server application database 19 User interfaces Allow to send data to programs that process them User s choices In HTML they use Forms Tables @2017 Politecnico di Torino 10

Forms Forms allow users to build services graphic interface Chance to insert data that will be sent to a program that processes them and/or to a database Text boxes, buttons, drop down menu, HTML allows to create the interface, but it doesn t allow to process inserted data It is explicitly shown, in the form, the name of the program that will use data Need to use other programming languages, e.g. PHP, Perl, Java, Python D M BG Form example Orange t-shirt Item Image Size Quantity Cost Input elements Interactive Not interactive Blue sweater Blue-striped shirt Gym suit Grey trousers Payment method: Cash Prepaid card Credit card (fee of 2,50 ) Send order Cancel @2017 Politecnico di Torino 11

Form creation <form name= usersdata action= respondpage.php method= GET > Input elements </form> Form tag with some attributes Name: form name Action: name of the program that will process form s data Method: the way in which parameters are passed from the form to the program (it can be "GET" or "POST") There are more input elements in the form Form example Orange t-shirt Blue sweater Blue-striped shirt Gym suit Grey trousers Item Image Size Quantity Cost Input elements Text field Checkbox Radio button Submit button Reset button Text Images Payment method: Cash Prepaid card Credit card (fee of 2,50 ) Send order Cancel @2017 Politecnico di Torino 12

Input elements General structure (with few exceptions) <input type= text name= address size= 30 value= type here your address /> "Input" tag with some attributes type: element type name: element name value: value that will be passed to the program that processes user request Other attributes that are specific for element types (e.g. size for "text" type) Input elements example Blue-striped shirt <input type= checkbox name= item3 value= 1 /> <input type= image name= shirt src=./img/striped_shirt.jpg height= 80 /> @2017 Politecnico di Torino 13

Input elements example Payment method: Cash Prepaid card Credit card (fee of 2,50 ) <input type= radio name= pag value= 0 checked />Cash<br /> <input type= radio name= pag value= 1 />Prepaid card<br /> <input type= radio name= pag value= 2 />Credit card (fee of 2,50 )<br /> Important: same name Selected element when the page is loaded Send order Cancel <input type= submit name= send value= Send order /> <input type= reset name= cancel value= Cancel /> Input elements Submit button: perform a call to a processing program input type="submit" Reset button: resets all form data input type="reset" Text field input type="text" Checkbox input type="checkbox" Radio button input type="radio" Image input type="image" @2017 Politecnico di Torino 14

Input elements Password field: it shows stars or dots instead of characters input type="password" Textarea field textarea Here you can write your text <textarea name= text rows = 5 cols= 40 > Here you can write your text </textarea> Menu of options select Input elements File <input name= userfile type= file size= 20 /> @2017 Politecnico di Torino 15

Tables Base structure Rows (table row) Cells (table data) <table border= 1 > <td>first cell</td> <td>second cell</td> <td>third cell</td> <td>fourth cell</td> </table> Tables It is possible to define columns width <table border= 1 > <td width= 100 >First cell</td> <td width= 100 >Second cell</td> <td>third cell</td> <td>fourth cell</td> </table> @2017 Politecnico di Torino 16

Tables It is possible to define a row header Table header Tables It is possible to define a row header Table header <table width= 50% border= 1 > <th width= 15% >CodP</th> <th width= 25% >NameP</th> <th width= 20% >Color</th> <th width= 15% >Size</th> <th width= 25% >Storage</th> <td>p1</td> <td>sweater</td> <td>red</td> <td>40</td> <td>turin</td>................. <td>p6</td> <td>shorts</td> <td>red</td> <td>42</td> <td>turin</td> </table> @2017 Politecnico di Torino 17

Tables and forms Tables are often used with forms for aesthetic purposes Item Image Size Quantity Cost Orange t-shirt Blue sweater Tables and forms Example 1 <form name= myform action= order.php method= GET > <table border= 1 > <th width= 30 ></th> <th width= 100 >Item</th> <th width= 100 >Image</th> <th width= 100 >Size</th> <th width= 100 >Quantity</th> <th width= 100 >Cost</th> <td align= center ><input type= checkbox name= item1 value= 1 /></td> <td>orange t-shirt</td> <td align= center ><input type= image name= orange src=./img/orange_tshirt.jpg height= 80 /></td> <td> <select name= dim1 > <option value= 1 >small</option> <option value= 2 selected>medium</option> <option value= 3 >large</option> </select> </td> <td align= center ><input type= text name= q1 value= 0 size= 2 /></td> <td align= center >61.00 </td>.................... </table> @2017 Politecnico di Torino 18

Tables and forms Example 2 Payment method: Cash Prepaid card Credit card (fee of 2,50 ) Send order Cancel Payment method: <table border= 0 > <td width= 300> <input type= radio name= pag value= 0 checked />Cash<br /> <input type= radio name= pag value= 1 />Prepaid card<br /> <input type= radio name= pag value= 2 />Credit card (fee of 2,50 )<br /> </td> <td> <input type= submit name= send value= Send order /> <input type= reset name= cancel value= Cancel /> </td> </table> Parameter passing In addition to ask a page to the web server, form allows to specify some parameters too, that will be used by the script Example: selected products, size, quantity, payment method Client-side interface (browser) Server-side elaboration Two submission methods: GET and POST <form name= usersdata action= responsepage.php method= GET > Input elements </form> @2017 Politecnico di Torino 19

Parameter passing GET method It allows to append data to the address of the requested page, by following the page name by a question mark and by name/value pairs of data in which we are interested Name and value are separated by the equal sign Different name/value pairs are separated by '&' Set data Congress: Year: Articles: Cancel Send GET method example <form method= get action= test.php > <table> <td> Congress: </td> <td><input type= text name= num size= 20 ></td> <td> Year: </td> <td> <select name= year > <option value= 2005 >2005</option> <option value= 2006 >2006</option> </select> </td> <td> Articles: </td> <td> <input type= radio name= number value= 1 > 1 <input type= radio name= number value= 2 checked> 2 <input type= radio name= number value= 3 > 3 </td> </table> <br /> <input type= reset value= Cancel > <input type= submit value= Send > </form> @2017 Politecnico di Torino 20

GET method example Set data Congress: Year: Articles: Cancel Send 127.0.0.1/Examples/2007-01-10/test.php?num=ICSE&year=2006&number=2 Parameter passing GET method Some servers have some limitations about the GET method, and they don t allow to send forms having values greater than 255 total characters It is particularly suitable for forms having few fields and few data to send http://127.0.0.1/examples/order.php?art1=1&dim1=1&q1= 1&dim2=2&q2=0&item3=1&dim3=1&q3=3&item4=1&dim4=3&q4=2 &dim5=2&q5=0&pag=1&send=send+l%27order @2017 Politecnico di Torino 21

Parameter passing POST method Sending data is done in two phases: first the page on the server that has to compute data is contacted, then data are sent For this reason parameters don t appear in the query string and are not directly visible by the user Useful in many cases (e.g. password field) No limits on length of characters Set data Congress: Year: Articles: Cancel Send POST method example <form method= post action= test.php > <table> <td> Congress: </td> <td><input type= text name= num size= 20 ></td> <td> Year: </td> <td> <select name= year > <option value= 2005 >2005</option> <option value= 2006 >2006</option> </select> </td> <td> Articles: </td> <td> <input type= radio name= number value= 1 > 1 <input type= radio name= number value= 2 checked> 2 <input type= radio name= number value= 3 > 3 </td> </table> <br /> <input type= reset value= Cancel > <input type= submit value= Send > </form> @2017 Politecnico di Torino 22

POST method example Set data Congress: Year: Articles: Cancel Send 127.0.0.1/Examples/2007-01-10/test.php @2017 Politecnico di Torino 23