Mastering HTML5 Forms:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Packt Publishing
2013
|
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 |
Beschreibung: | Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Forms and their Significance; Understanding web forms; Benefits; HTML versus HTML5 forms; The form types, elements, and attributes; The types; The elements; The attributes; Building an HTML5 form; Guidelines; Summary; Chapter 2: Validation of Forms; Form validation; Client-side form validation; Server-side form validation; HTML5 form validation; Code 1 -- validating a textbox using JavaScript Code 2 -- validating a textbox using HTML5 controlsConstraint validations; HTML5 constraint validation APIs; The validity object; The checkValidity method; The setCustomValidity() method; The willValidate attribute; The validationMessage attribute; The patternMismatch property; The customError property; The rangeOverflow property; The rangeUnderflow property; The stepMismatch property; The tooLong property; The typeMismatch property; The valueMissing property; The valid property; Error messages; Summary; Chapter 3: Styling the Forms; CSS3 for web forms; Selectors and pseudo-selectors BackgroundsThe background-clip property; Syntax; Values; The background-origin property; Syntax; Values; The background-size property; Syntax; Values; The background-color property; The background-repeat property; The background-attachment property; Borders; The border-radius property; Syntax; Values; The box-shadow property; Syntax; Values; The border-image property; Syntax; Values; Text effects; The text-shadow property; Syntax; The word-wrap property; Syntax; Values; Fonts; The @font-face rule; Syntax; Font descriptors; The src font descriptor; The font-style font descriptor The font-stretch font descriptorThe font-family font descriptor; The unicode-range font descriptor; The font-weight descriptor; Gradients; Syntax; Values; Styling the forms; Guidelines; Summary; Chapter 4: Connection with Database; PHP; Syntax; Form handling; The GET method; The POST method; The filter method; Validating user input data; Sanitizing user input data; The FILTER_CALLBACK filter; Filter multiple inputs; MySQL; MySQL for PHP; MySQL-PHP connectivity; Open a connection to the MySQL server; Close a connection; Create or select a database; Create a database; Select a database Create a tablePrimary keys; Spoofing and forging forms; Forging HTTP requests; Spoofing submission; Shared secrets; Setting expectations; Linking form to a server; Summary; Chapter 5: Responsive Web Forms; Responsive design; Google's view about responsive design; Benefits of using responsive design; How responsive design works; Screen resolutions; Viewport; Media queries; Media types; Internal media query; External media query; Media features; Different screen resolutions; Small screen devices; High resolution displays of Apple mobile devices; Devices in landscape and portrait modes This tutorial will show you how to create stylish forms, not only visually appealing, but interactive and customized, in order to gather valuable user inputs and information. Enhance your skills in building responsive and dynamic web forms using HTML5, CSS3, and related technologies. All you need is a basic understanding of HTML and PHP. |
ISBN: | 1306155533 9781306155533 1782164677 9781782164678 1782164669 9781782164661 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043777436 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 160920s2013 |||| o||u| ||||||eng d | ||
020 | |a 1306155533 |9 1-306-15553-3 | ||
020 | |a 9781306155533 |9 978-1-306-15553-3 | ||
020 | |a 1782164677 |9 1-78216-467-7 | ||
020 | |a 9781782164678 |9 978-1-78216-467-8 | ||
020 | |a 1782164669 |9 1-78216-466-9 | ||
020 | |a 9781782164661 |9 978-1-78216-466-1 | ||
035 | |a (ZDB-4-EBA)ocn864382868 | ||
035 | |a (ZDB-4-ITC)ocn864382868 | ||
035 | |a (OCoLC)864382868 | ||
035 | |a (DE-599)BVBBV043777436 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 | ||
082 | 0 | |a 006.74 | |
100 | 1 | |a Gupta, Gaurav |e Verfasser |4 aut | |
245 | 1 | 0 | |a Mastering HTML5 Forms |
264 | 1 | |b Packt Publishing |c 2013 | |
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Forms and their Significance; Understanding web forms; Benefits; HTML versus HTML5 forms; The form types, elements, and attributes; The types; The elements; The attributes; Building an HTML5 form; Guidelines; Summary; Chapter 2: Validation of Forms; Form validation; Client-side form validation; Server-side form validation; HTML5 form validation; Code 1 -- validating a textbox using JavaScript | ||
500 | |a Code 2 -- validating a textbox using HTML5 controlsConstraint validations; HTML5 constraint validation APIs; The validity object; The checkValidity method; The setCustomValidity() method; The willValidate attribute; The validationMessage attribute; The patternMismatch property; The customError property; The rangeOverflow property; The rangeUnderflow property; The stepMismatch property; The tooLong property; The typeMismatch property; The valueMissing property; The valid property; Error messages; Summary; Chapter 3: Styling the Forms; CSS3 for web forms; Selectors and pseudo-selectors | ||
500 | |a BackgroundsThe background-clip property; Syntax; Values; The background-origin property; Syntax; Values; The background-size property; Syntax; Values; The background-color property; The background-repeat property; The background-attachment property; Borders; The border-radius property; Syntax; Values; The box-shadow property; Syntax; Values; The border-image property; Syntax; Values; Text effects; The text-shadow property; Syntax; The word-wrap property; Syntax; Values; Fonts; The @font-face rule; Syntax; Font descriptors; The src font descriptor; The font-style font descriptor | ||
500 | |a The font-stretch font descriptorThe font-family font descriptor; The unicode-range font descriptor; The font-weight descriptor; Gradients; Syntax; Values; Styling the forms; Guidelines; Summary; Chapter 4: Connection with Database; PHP; Syntax; Form handling; The GET method; The POST method; The filter method; Validating user input data; Sanitizing user input data; The FILTER_CALLBACK filter; Filter multiple inputs; MySQL; MySQL for PHP; MySQL-PHP connectivity; Open a connection to the MySQL server; Close a connection; Create or select a database; Create a database; Select a database | ||
500 | |a Create a tablePrimary keys; Spoofing and forging forms; Forging HTTP requests; Spoofing submission; Shared secrets; Setting expectations; Linking form to a server; Summary; Chapter 5: Responsive Web Forms; Responsive design; Google's view about responsive design; Benefits of using responsive design; How responsive design works; Screen resolutions; Viewport; Media queries; Media types; Internal media query; External media query; Media features; Different screen resolutions; Small screen devices; High resolution displays of Apple mobile devices; Devices in landscape and portrait modes | ||
500 | |a This tutorial will show you how to create stylish forms, not only visually appealing, but interactive and customized, in order to gather valuable user inputs and information. Enhance your skills in building responsive and dynamic web forms using HTML5, CSS3, and related technologies. All you need is a basic understanding of HTML and PHP. | ||
650 | 7 | |a COMPUTERS / General |2 bisacsh | |
650 | 7 | |a Cascading style sheets |2 fast | |
650 | 7 | |a HTML (Document markup language) |2 fast | |
650 | 7 | |a Hypertext systems |2 fast | |
650 | 7 | |a Web sites / Design |2 fast | |
650 | 4 | |a Cascading style sheets | |
650 | 4 | |a HTML (Document markup language) | |
650 | 4 | |a Hypertext systems | |
650 | 4 | |a Web sites |x Design | |
912 | |a ZDB-4-EBA |a ZDB-4-ITC | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-029188496 | ||
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=672983 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=672983 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804176605004693504 |
---|---|
any_adam_object | |
author | Gupta, Gaurav |
author_facet | Gupta, Gaurav |
author_role | aut |
author_sort | Gupta, Gaurav |
author_variant | g g gg |
building | Verbundindex |
bvnumber | BV043777436 |
collection | ZDB-4-EBA ZDB-4-ITC |
ctrlnum | (ZDB-4-EBA)ocn864382868 (ZDB-4-ITC)ocn864382868 (OCoLC)864382868 (DE-599)BVBBV043777436 |
dewey-full | 006.74 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.74 |
dewey-search | 006.74 |
dewey-sort | 16.74 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05009nmm a2200553zc 4500</leader><controlfield tag="001">BV043777436</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">160920s2013 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1306155533</subfield><subfield code="9">1-306-15553-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781306155533</subfield><subfield code="9">978-1-306-15553-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1782164677</subfield><subfield code="9">1-78216-467-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782164678</subfield><subfield code="9">978-1-78216-467-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1782164669</subfield><subfield code="9">1-78216-466-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782164661</subfield><subfield code="9">978-1-78216-466-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-4-EBA)ocn864382868</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ZDB-4-ITC)ocn864382868</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)864382868</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043777436</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.74</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Gupta, Gaurav</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering HTML5 Forms</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="b">Packt Publishing</subfield><subfield code="c">2013</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Forms and their Significance; Understanding web forms; Benefits; HTML versus HTML5 forms; The form types, elements, and attributes; The types; The elements; The attributes; Building an HTML5 form; Guidelines; Summary; Chapter 2: Validation of Forms; Form validation; Client-side form validation; Server-side form validation; HTML5 form validation; Code 1 -- validating a textbox using JavaScript</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Code 2 -- validating a textbox using HTML5 controlsConstraint validations; HTML5 constraint validation APIs; The validity object; The checkValidity method; The setCustomValidity() method; The willValidate attribute; The validationMessage attribute; The patternMismatch property; The customError property; The rangeOverflow property; The rangeUnderflow property; The stepMismatch property; The tooLong property; The typeMismatch property; The valueMissing property; The valid property; Error messages; Summary; Chapter 3: Styling the Forms; CSS3 for web forms; Selectors and pseudo-selectors</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">BackgroundsThe background-clip property; Syntax; Values; The background-origin property; Syntax; Values; The background-size property; Syntax; Values; The background-color property; The background-repeat property; The background-attachment property; Borders; The border-radius property; Syntax; Values; The box-shadow property; Syntax; Values; The border-image property; Syntax; Values; Text effects; The text-shadow property; Syntax; The word-wrap property; Syntax; Values; Fonts; The @font-face rule; Syntax; Font descriptors; The src font descriptor; The font-style font descriptor</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">The font-stretch font descriptorThe font-family font descriptor; The unicode-range font descriptor; The font-weight descriptor; Gradients; Syntax; Values; Styling the forms; Guidelines; Summary; Chapter 4: Connection with Database; PHP; Syntax; Form handling; The GET method; The POST method; The filter method; Validating user input data; Sanitizing user input data; The FILTER_CALLBACK filter; Filter multiple inputs; MySQL; MySQL for PHP; MySQL-PHP connectivity; Open a connection to the MySQL server; Close a connection; Create or select a database; Create a database; Select a database</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Create a tablePrimary keys; Spoofing and forging forms; Forging HTTP requests; Spoofing submission; Shared secrets; Setting expectations; Linking form to a server; Summary; Chapter 5: Responsive Web Forms; Responsive design; Google's view about responsive design; Benefits of using responsive design; How responsive design works; Screen resolutions; Viewport; Media queries; Media types; Internal media query; External media query; Media features; Different screen resolutions; Small screen devices; High resolution displays of Apple mobile devices; Devices in landscape and portrait modes</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">This tutorial will show you how to create stylish forms, not only visually appealing, but interactive and customized, in order to gather valuable user inputs and information. Enhance your skills in building responsive and dynamic web forms using HTML5, CSS3, and related technologies. All you need is a basic understanding of HTML and PHP.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / General</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cascading style sheets</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">HTML (Document markup language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Hypertext systems</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web sites / Design</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Cascading style sheets</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">HTML (Document markup language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Hypertext systems</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web sites</subfield><subfield code="x">Design</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield><subfield code="a">ZDB-4-ITC</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-029188496</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=672983</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=672983</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043777436 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:34:50Z |
institution | BVB |
isbn | 1306155533 9781306155533 1782164677 9781782164678 1782164669 9781782164661 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-029188496 |
oclc_num | 864382868 |
open_access_boolean | |
owner | DE-1046 DE-1047 |
owner_facet | DE-1046 DE-1047 |
psigel | ZDB-4-EBA ZDB-4-ITC ZDB-4-EBA FAW_PDA_EBA |
publishDate | 2013 |
publishDateSearch | 2013 |
publishDateSort | 2013 |
publisher | Packt Publishing |
record_format | marc |
spelling | Gupta, Gaurav Verfasser aut Mastering HTML5 Forms Packt Publishing 2013 txt rdacontent c rdamedia cr rdacarrier Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Forms and their Significance; Understanding web forms; Benefits; HTML versus HTML5 forms; The form types, elements, and attributes; The types; The elements; The attributes; Building an HTML5 form; Guidelines; Summary; Chapter 2: Validation of Forms; Form validation; Client-side form validation; Server-side form validation; HTML5 form validation; Code 1 -- validating a textbox using JavaScript Code 2 -- validating a textbox using HTML5 controlsConstraint validations; HTML5 constraint validation APIs; The validity object; The checkValidity method; The setCustomValidity() method; The willValidate attribute; The validationMessage attribute; The patternMismatch property; The customError property; The rangeOverflow property; The rangeUnderflow property; The stepMismatch property; The tooLong property; The typeMismatch property; The valueMissing property; The valid property; Error messages; Summary; Chapter 3: Styling the Forms; CSS3 for web forms; Selectors and pseudo-selectors BackgroundsThe background-clip property; Syntax; Values; The background-origin property; Syntax; Values; The background-size property; Syntax; Values; The background-color property; The background-repeat property; The background-attachment property; Borders; The border-radius property; Syntax; Values; The box-shadow property; Syntax; Values; The border-image property; Syntax; Values; Text effects; The text-shadow property; Syntax; The word-wrap property; Syntax; Values; Fonts; The @font-face rule; Syntax; Font descriptors; The src font descriptor; The font-style font descriptor The font-stretch font descriptorThe font-family font descriptor; The unicode-range font descriptor; The font-weight descriptor; Gradients; Syntax; Values; Styling the forms; Guidelines; Summary; Chapter 4: Connection with Database; PHP; Syntax; Form handling; The GET method; The POST method; The filter method; Validating user input data; Sanitizing user input data; The FILTER_CALLBACK filter; Filter multiple inputs; MySQL; MySQL for PHP; MySQL-PHP connectivity; Open a connection to the MySQL server; Close a connection; Create or select a database; Create a database; Select a database Create a tablePrimary keys; Spoofing and forging forms; Forging HTTP requests; Spoofing submission; Shared secrets; Setting expectations; Linking form to a server; Summary; Chapter 5: Responsive Web Forms; Responsive design; Google's view about responsive design; Benefits of using responsive design; How responsive design works; Screen resolutions; Viewport; Media queries; Media types; Internal media query; External media query; Media features; Different screen resolutions; Small screen devices; High resolution displays of Apple mobile devices; Devices in landscape and portrait modes This tutorial will show you how to create stylish forms, not only visually appealing, but interactive and customized, in order to gather valuable user inputs and information. Enhance your skills in building responsive and dynamic web forms using HTML5, CSS3, and related technologies. All you need is a basic understanding of HTML and PHP. COMPUTERS / General bisacsh Cascading style sheets fast HTML (Document markup language) fast Hypertext systems fast Web sites / Design fast Cascading style sheets HTML (Document markup language) Hypertext systems Web sites Design |
spellingShingle | Gupta, Gaurav Mastering HTML5 Forms COMPUTERS / General bisacsh Cascading style sheets fast HTML (Document markup language) fast Hypertext systems fast Web sites / Design fast Cascading style sheets HTML (Document markup language) Hypertext systems Web sites Design |
title | Mastering HTML5 Forms |
title_auth | Mastering HTML5 Forms |
title_exact_search | Mastering HTML5 Forms |
title_full | Mastering HTML5 Forms |
title_fullStr | Mastering HTML5 Forms |
title_full_unstemmed | Mastering HTML5 Forms |
title_short | Mastering HTML5 Forms |
title_sort | mastering html5 forms |
topic | COMPUTERS / General bisacsh Cascading style sheets fast HTML (Document markup language) fast Hypertext systems fast Web sites / Design fast Cascading style sheets HTML (Document markup language) Hypertext systems Web sites Design |
topic_facet | COMPUTERS / General Cascading style sheets HTML (Document markup language) Hypertext systems Web sites / Design Web sites Design |
work_keys_str_mv | AT guptagaurav masteringhtml5forms |