Cargando…

Foundation Website creation with HTML5, CSS3, and JavaScript /

Foundation Website Creation with HTML5, CSS3, and JavaScript shows the entire process of building a website. This process involves much more than just technical knowledge, and this book provides all the information you'll need to understand the concepts behind designing and developing for the W...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Otros Autores: Lane, Jonathan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, Calif.] : New York : Friends of ED ; Distributed to the Book trade worldwide by Springer Science+Business Media, ©2012.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn809921523
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120914s2012 caua o 001 0 eng d
010 |z  2012554748 
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d ZMC  |d YDXCP  |d COO  |d E7B  |d OCLCQ  |d UMI  |d DEBSZ  |d BEDGE  |d AU@  |d OCLCF  |d OCLCQ  |d VT2  |d Z5A  |d ESU  |d OCLCQ  |d IOG  |d N$T  |d REB  |d OCLCQ  |d CEF  |d INT  |d U3W  |d WYU  |d OCLCQ  |d YOU  |d OCLCQ  |d UAB  |d LEAUB  |d UKAHL  |d OCLCQ  |d ERF  |d UHL  |d UKBTH  |d AJS  |d OCLCO  |d OCLCQ  |d KSU  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO 
019 |a 842426566  |a 892941336  |a 985048553  |a 1005816018  |a 1026436691  |a 1065708987  |a 1083322115  |a 1103250107  |a 1112602579  |a 1112965789  |a 1113555866  |a 1129357678  |a 1153029730  |a 1357632675 
020 |a 9781430237907  |q (electronic bk.) 
020 |a 1430237902  |q (electronic bk.) 
020 |z 9781430237891 
020 |z 1430237899 
024 8 |a 9781430237891 
029 1 |a AU@  |b 000050101482 
029 1 |a AU@  |b 000051432800 
029 1 |a AU@  |b 000053506616 
029 1 |a AU@  |b 000054950593 
029 1 |a AU@  |b 000057420875 
029 1 |a AU@  |b 000059212599 
029 1 |a AU@  |b 000067104503 
029 1 |a DEBBG  |b BV041121776 
029 1 |a DEBSZ  |b 396766994 
029 1 |a NZ1  |b 14696043 
035 |a (OCoLC)809921523  |z (OCoLC)842426566  |z (OCoLC)892941336  |z (OCoLC)985048553  |z (OCoLC)1005816018  |z (OCoLC)1026436691  |z (OCoLC)1065708987  |z (OCoLC)1083322115  |z (OCoLC)1103250107  |z (OCoLC)1112602579  |z (OCoLC)1112965789  |z (OCoLC)1113555866  |z (OCoLC)1129357678  |z (OCoLC)1153029730  |z (OCoLC)1357632675 
037 |a CL0500000215  |b Safari Books Online 
050 4 |a TK5105.888  |b .F686 2012eb 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.7  |2 23 
049 |a UAMI 
245 0 0 |a Foundation Website creation with HTML5, CSS3, and JavaScript /  |c Jonathan Lane [and others]. 
246 3 0 |a Website creation with HTML5, CSS3, and JavaScript 
246 3 |a Foundation Web site creation with HTML5, CSS3, and JavaScript 
246 3 |a Web site creation with HTML5, CSS3, and JavaScript 
260 |a [Berkeley, Calif.] :  |b Friends of ED ;  |a New York :  |b Distributed to the Book trade worldwide by Springer Science+Business Media,  |c ©2012. 
300 |a 1 online resource (xviii, 277 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
336 |a still image  |b sti  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
505 0 0 |t Introducing the Past, Present, and Future of the Web --  |t Keeping a Project on Track --  |t Planning and High-Level Design --  |t Giving Your Pages Structure: HTML5 --  |t Exploring Fundamental Concepts of CSS --  |t Developing CSS3 in Practice: From Design to Deployment --  |t Responsive Design --  |t JavaScript Primer --  |t A Deeper Dive Into JavaScript --  |t Closing the Loop with JavaScript --  |t Using Server-Side Technologies --  |t Using WordPress to Jumpstart Development --  |t Afterword: The Business of the Web. 
588 0 |a Print version record. 
520 |a Foundation Website Creation with HTML5, CSS3, and JavaScript shows the entire process of building a website. This process involves much more than just technical knowledge, and this book provides all the information you'll need to understand the concepts behind designing and developing for the Web, as well as the best means to deliver professional results based on best practices. Of course, there is far more to building a successful website than knowing a little Hypertext Markup Language (HTML). The process starts long before any coding takes place, and this book introduces you to the agile development process, explaining why this method makes so much sense for web projects and how best to implement it. We also make sure you're up to date by using the latest HTML5 features. Planning is vital, so you'll also learn to use techniques such as brainstorming, wireframes, mockups, and prototypes to get your project off to the best possible start and help ensure smooth progress as it develops. An understanding of correct, semantic markup is essential for any web professional; this book explains how HTML5 should be used to structure content so that the markup adheres to current web standards. You'll learn about the wide range of HTML5 elements available to you, and you'll learn how and when to use them through building example web pages. Without creative use of Cascading Style Sheets (CSS), websites would all look largely the same. CSS enables you to set your website apart from the rest, while maintaining the integrity of your markup. We'll showcase the new features of CSS3 and how you can use them. You'll learn how CSS3 works and how to apply styles to your pages, allowing you to realize your design ideas in the browser. 
520 8 |a JavaScript can be used to make your website easier and more interesting to use. This book provides information on appropriate uses of this technology and introduces the concepts of JavaScript programming. You'll also see how JavaScript works as part of the much-hyped technique Ajax, and in turn, where Ajax fits into the wider Web 2.0 picture. While a website is being built, it needs to be tested across multiple browsers and platforms to ensure that the site works for all users, regardless of ability or disability, and this book explains how best to accomplish these tasks. Then, it discusses the process of launching and maintaining the site so that it will continue to work for all its users throughout its life cycle. Foundation Website Creation with HTML5, CSS3, and JavaScript concludes by covering server-side technologies, acting as a guide to the different options available. With insights from renowned experts such as Jason Fried of 37signals, Daniel Burka of Digg and Pownce, and Chris Messina of Citizen Agency, Foundation Website Creation with CSS, XHTML, and JavaScript provides invaluable information applicable to every web project -- regardless of size, scope, or budget. 
542 |f Copyright © 2012 by Jonathan Lane, Tom Barker, Joseph R. Lewis, and Meitar Moscovitz  |g 2012 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Web sites  |x Design. 
650 0 |a Web site development. 
650 0 |a HTML (Document markup language) 
650 0 |a Cascading style sheets. 
650 0 |a JavaScript (Computer program language) 
650 6 |a Sites Web  |x Conception. 
650 6 |a Sites Web  |x Développement. 
650 6 |a HTML (Langage de balisage) 
650 6 |a Feuilles de style en cascade. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Cascading style sheets  |2 fast 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web site development  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
700 1 |a Lane, Jonathan. 
776 0 8 |i Print version:  |t Foundation Website creation with HTML5, CSS3, and JavaScript.  |d [Berkeley, Calif.] : friends of ED ; New York : Distributed to the book trade worldwide by Springer Science+Business Media, ©2012  |z 9781430237891  |w (DLC)bl2012029645  |w (OCoLC)806221259 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430237891/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28323363 
938 |a ebrary  |b EBRY  |n ebr10602408 
938 |a EBSCOhost  |b EBSC  |n 1173676 
938 |a YBP Library Services  |b YANK  |n 9785829 
938 |a Internet Archive  |b INAR  |n foundationwebsit0000unse 
994 |a 92  |b IZTAP