Cargando…

Mastering HTML5 Forms.

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gupta, Gaurav
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2013.
Colección:Community experience distilled
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn864382868
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 131129s2013 xx o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d YDXCP  |d E7B  |d MEAUC  |d OCLCQ  |d S4S  |d N$T  |d DEBSZ  |d OCLCQ  |d COO  |d OCLCF  |d OCLCQ  |d LOA  |d FEM  |d JBG  |d AGLDB  |d MOR  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d GRG  |d STF  |d VTS  |d ICG  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ 
016 7 |a 018005335  |2 Uk 
019 |a 865565031  |a 961593025  |a 962708973  |a 968034263  |a 969067530  |a 1259149976 
020 |a 1306155533  |q (electronic bk.) 
020 |a 9781306155533  |q (electronic bk.) 
020 |a 1782164677  |q (electronic bk.) 
020 |a 9781782164678  |q (electronic bk.) 
020 |z 1782164669 
020 |z 9781782164661 
029 1 |a AU@  |b 000067092787 
029 1 |a CHNEW  |b 000643394 
029 1 |a CHNEW  |b 000899233 
029 1 |a CHVBK  |b 403390958 
029 1 |a DEBBG  |b BV043777436 
029 1 |a DEBBG  |b BV044064568 
029 1 |a DEBSZ  |b 405518722 
029 1 |a DEBSZ  |b 47280457X 
029 1 |a DKDLA  |b 820120-katalog:999936749405765 
029 1 |a NZ1  |b 15912175 
029 1 |a UKMGB  |b 018005335 
035 |a (OCoLC)864382868  |z (OCoLC)865565031  |z (OCoLC)961593025  |z (OCoLC)962708973  |z (OCoLC)968034263  |z (OCoLC)969067530  |z (OCoLC)1259149976 
037 |a 546804  |b MIL 
050 4 |a TK5105.888 .G384 2013 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.74 
049 |a UAMI 
100 1 |a Gupta, Gaurav. 
245 1 0 |a Mastering HTML5 Forms. 
260 |b Packt Publishing,  |c 2013. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 0 |a Community experience distilled 
505 0 |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. 
505 8 |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. 
505 8 |a Backgrounds; The 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. 
505 8 |a The font-stretch font descriptor; The 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. 
505 8 |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. 
520 |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. 
588 0 |a Print version record. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Cascading style sheets. 
650 0 |a HTML (Document markup language) 
650 0 |a Hypertext systems. 
650 0 |a Web sites  |x Design. 
650 6 |a Feuilles de style en cascade. 
650 6 |a HTML (Langage de balisage) 
650 6 |a Hypertexte. 
650 6 |a Sites Web  |x Conception. 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Cascading style sheets.  |2 fast  |0 (OCoLC)fst00848144 
650 7 |a HTML (Document markup language)  |2 fast  |0 (OCoLC)fst00949997 
650 7 |a Hypertext systems.  |2 fast  |0 (OCoLC)fst00965876 
650 7 |a Web sites  |x Design.  |2 fast  |0 (OCoLC)fst01173252 
776 0 8 |i Print version:  |z 9781306155533 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=672983  |z Texto completo 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26849512 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1531997 
938 |a ebrary  |b EBRY  |n ebr10810892 
938 |a EBSCOhost  |b EBSC  |n 672983 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26826913 
938 |a YBP Library Services  |b YANK  |n 11392292 
994 |a 92  |b IZTAP