Cargando…

Learning Web design : a beginner's guide to HTML, CSS, JavaScript, and web graphics /

Do you want to build web pages but have no prior experience? This friendly guide is the perfect place to start. You'll begin at square one, learning how the web and web pages work, and then steadily build from there. By the end of the book, you'll have the skills to create a simple site wi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Niederst Robbins, Jennifer (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, 2018.
Edición:Fifth edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1038796827
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu||||||||
008 180606s2018 caua of 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d LGG  |d TEFOD  |d YDX  |d AAA  |d OCLCO  |d EBLCP  |d UMI  |d STF  |d UPM  |d OCLCF  |d MERER  |d TOH  |d OCLCQ  |d ORU  |d DEBBG  |d CEF  |d CNCEN  |d OCLCQ  |d G3B  |d OCLCO  |d S9I  |d UAB  |d ORU  |d AU@  |d OCLCA  |d C6I  |d OCLCO  |d UKAHL  |d OCLCA  |d OCLCQ  |d OCLCO  |d OCLCQ  |d IAI  |d VFL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d CGN  |d OCLCO 
019 |a 1039616504  |a 1041187937 
020 |a 9781491960172  |q (electronic book) 
020 |a 1491960175  |q (electronic book) 
020 |a 9781491960158  |q (electronic bk.) 
020 |a 1491960159  |q (electronic bk.) 
020 |a 9781491960196  |q (electronic bk.) 
020 |a 1491960191  |q (electronic bk.) 
020 |z 9781491960202 
020 |z 1491960205 
029 1 |a NLGGC  |b 426488873 
035 |a (OCoLC)1038796827  |z (OCoLC)1039616504  |z (OCoLC)1041187937 
037 |a 60AB99A4-AD7F-46E4-BBA8-74B649389350  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a TK5105.888 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.7  |2 23 
049 |a UAMI 
100 1 |a Niederst Robbins, Jennifer,  |e author. 
245 1 0 |a Learning Web design :  |b a beginner's guide to HTML, CSS, JavaScript, and web graphics /  |c Jennifer Niederst Robbins. 
250 |a Fifth edition. 
264 1 |a Sebastopol, CA :  |b O'Reilly Media,  |c 2018. 
300 |a 1 online resource (xvii, 790 pages) :  |b illustrations (chiefly color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
500 |a Includes index. 
505 0 |a Getting started in web design -- How the web works -- Some big concepts you need to know -- Creating a simple page -- Marking up text -- Adding links -- Adding images -- Table markup -- Forms -- Embedded media -- Introducing cascading style sheets -- Formatting text -- Colors and backgrounds -- Thinking inside the box -- Floating and positioning -- CSS layout with flexbox and grid -- Responsive web design -- Transitions, transforms, and animation -- More CSS techniques -- Modern web development tools -- Introduction to JavaScript -- Using JavaScript -- Web image basics -- Image asset production -- SVG. 
505 0 |a Preface -- Part 1: Getting started in web design: Where do I start? -- It takes a village (website creation roles) -- Gearing up for web design -- What you've learned -- Test yourself -- How the web works: -- the Internet versus the web -- Serving up your information -- A word about browsers -- Web page addresses (URLs) -- The anatomy of a web page -- Putting it all together -- Test yourself -- Some big concepts you need to know: -- A multitude of devices -- Sticking with the standards -- Progressive enhancement -- Responsive web design -- One web for all (accessibility) -- The need for speed (site performance) -- Test yourself -- Part 2: HTML Markup For Structure: -- Creating a simple page: -- A web page, step by step -- Launch a text editor -- Step 1: Start with content -- Step 2: Give the HTML document structure -- Step 3: Identify text elements -- Step 4: Add an image -- Step 5: Change the look with a style sheet -- When good pages go bad -- Validating your documents -- Test yourself -- Element review: HTML document setup -- Marking up text: -- Paragraphs -- Headings -- Thematic breaks (horizontal rule) -- Lists -- More content elements -- Organizing page content -- The inline element roundup -- Generic elements (div and span) -- Improving accessibility with ARIA -- Character escapes -- Putting it all together -- Test yourself -- Element review: Text elements -- Adding links: -- Href attribute -- Linking to pages on the web -- Linking within you own site -- Targeting a new browser window -- Mail links -- Telephone links -- Test yourself -- Element review: Links -- Adding images: -- First, a word on image formats -- The img element -- Adding SVG images -- Responsive image markup -- Whew! We're finished -- Test yourself -- Element review: Images -- Table markup: -- How to use tables -- Minimal table structure -- Table headers -- Spanning cells -- Table accessibility -- Row and column groups -- Wrapping up tables -- Test yourself -- Element review: Tables -- Forms: -- How forms work -- The form element -- Variables and content -- The great form control roundup -- Form accessibility features -- Form layout and design -- Test yourself -- Embedded media: Window-in-a-window (iframe) -- Multipurpose embedder (object) -- Video and audio -- Canvas -- Test yourself -- Element review: embedded media -- Part 3: CSS For Presentation: -- introducing cascading style sheets: -- The benefits of CSS -- How style sheets work -- The big concepts -- CSS units of measurement -- Developer tools right in your browser -- Moving forward with CSS --Test yourself -- Formatting text: -- Basic font properties -- Advancing typography with CSS3 -- Changing text color -- A few more selector types -- Text line adjustments -- Underlines and other "decorations" -- Changing capitalization -- Spaced out -- Text shadow -- Changing list bullets and numbers -- Test yourself -- CSS Review: Font and text properties -- Colors and backgrounds: -- Specifying color values -- Foreground color -- Background color -- Clipping the background -- Playing with opacity -- Pseudo-class selectors -- Pseudo-element selectors -- Attribute selectors -- Background images -- The shorthand background property -- Like a rainbow (gradients) -- Finally, external style sheets -- Wrapping it up -- Test yourself -- CSS Review: Color and background properties -- Thinking inside the box: -- The element box -- Specifying box dimensions -- Padding -- Borders -- Margins -- Assigning display types -- Box drop shadows -- Test yourself -- CSS Review: Basic box properties -- Floating and positioning: -- Normal flow -- Floating -- Fancy text wrap with CSS shapes -- Positioning basics -- Relative positioning -- Absolute positioning -- Fixed positioning -- Test yourself -- CSS Review: Floating and positioning properties -- CSS layout with flexbox and grid: -- Flexible boxes with CSS flexbox -- CSS grid layout --Test yourself -- CSS review: layout properties -- Responsive web design: -- Why RWD? -- The responsive recipe -- Choosing breakpoints -- Designing responsively --A few words about testing -- More RWD resources -- Test yourself -- Transitions, transforms, and animation: Ease-y does it (CSS transitions) -- CSS transforms -- Keyframe animation -- Wrapping up -- Test yourself -- CSS review: transitions, transforms, and animation-- More CSS techniques: Styling forms -- Styling tables -- A clean slate (Reset and normalize.css) -- Image replacement techniques -- CSS sprites -- CSS feature detection -- Wrapping up style sheets -- Test yourself -- CSS review: table properties -- Modern web development tools: Getting cozy with the command line -- CSS power tools (processors) -- Build tools (grunt and gulp) -- Version control with git and github -- Conclusion -- Test yourself -- Part 4: JavaScript For Behaviors: -- Introduction to JavaScript: -- What is JavaScript? -- Adding JavaScript to a page -- The anatomy of a script -- The browser object -- Events -- Putting it all together -- Learning more about JavaScript --Test yourself -- Using JavaScript: -- Meet the DOM -- Polyfills -- JavaScript libraries -- Big finish -- Test yourself -- Part 5: Web images: Web image basics -- Image sources -- Meet the formats -- Image size and resolution -- Image asset strategy -- Favicons -- Summing up images -- Test yourself -- Image asset production: -- Saving images in web formats -- Working with transparency -- Responsive image production tips -- Image optimization -- Test yourself -- SVG -- Drawing with XML-- Features of SVG as XML -- SVG tools SVG production tips Responsive SVGs -- Further SVG exploration -- Test yourself -- And ... we're done -- Appendices: Answers -- HTML5 global attributes -- CSS selectors, levels 3 and 4 -- From HTML + to HTML5 -- Index. 
520 |a Do you want to build web pages but have no prior experience? This friendly guide is the perfect place to start. You'll begin at square one, learning how the web and web pages work, and then steadily build from there. By the end of the book, you'll have the skills to create a simple site with multicolumn pages that adapt for mobile devices. Each chapter provides exercises to help you learn various techniques and short quizzes to make sure you understand key concepts. This thoroughly revised edition is ideal for students and professionals of all backgrounds and skill levels. It is simple and clear enough for beginners, yet thorough enough to be a useful reference for experienced developers keeping their skills up to date. Build HTML pages with text, links, images, tables, and forms. Use style sheets (CSS) for colors, backgrounds, formatting text, page layout, and even simple animation effects. Learn how JavaScript works and why the language is so important in web design. Create and optimize web images so they'll download as quickly as possible. Use CSS Flexbox and Grid for sophisticated and flexible page layout. Learn the ins and outs of Responsive Web Design to make web pages look great on all devices. Become familiar with the command line, Git, and other tools in the modern web developer's toolkit. Get to know the super-powers of SVG graphics. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed June 12, 2018). 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Web sites  |x Design  |v Handbooks, manuals, etc. 
650 0 |a Web sites  |x Authoring programs  |v Handbooks, manuals, etc. 
650 0 |a HTML (Document markup language)  |v Handbooks, manuals, etc. 
650 0 |a Cascading style sheets  |v Handbooks, manuals, etc. 
650 0 |a JavaScript (Computer program language)  |v Handbooks, manuals, etc. 
650 0 |a Computer graphics  |v Handbooks, manuals, etc. 
650 6 |a Sites Web  |x Conception  |v Guides, manuels, etc. 
650 6 |a Sites Web  |x Systèmes-auteur  |v Guides, manuels, etc. 
650 6 |a HTML (Langage de balisage)  |v Guides, manuels, etc. 
650 6 |a Feuilles de style en cascade  |v Guides, manuels, etc. 
650 6 |a JavaScript (Langage de programmation)  |v Guides, manuels, etc. 
650 6 |a Infographie  |v Guides, manuels, etc. 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Cascading style sheets  |2 fast 
650 7 |a Computer graphics  |2 fast 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web sites  |x Authoring programs  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
655 2 |a Handbook 
655 7 |a handbooks.  |2 aat 
655 7 |a Handbooks and manuals  |2 fast 
655 7 |a Handbooks and manuals.  |2 lcgft 
655 7 |a Guides et manuels.  |2 rvmgf 
776 0 8 |i Print version:  |a Niederst Robbins, Jennifer.  |t Learning Web design.  |b Fifth edition.  |d Sebastopol, CA : O'Reilly Media, 2018  |z 9781491960202  |z 1491960205  |w (OCoLC)1035639250 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491960196/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35794178 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35253423 
938 |a EBL - Ebook Library  |b EBLB  |n EBL5412749 
938 |a EBSCOhost  |b EBSC  |n 1825035 
938 |a YBP Library Services  |b YANK  |n 15498921 
994 |a 92  |b IZTAP