Cargando…

Foundation website creation with CSS, XHTML, and JavaScript /

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lane, Jonathan
Otros Autores: Moscovitz, Meitar, Lewis, Joseph R.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : New York : Friends of Ed ; Distributed by Springer-Verlag New York, ©2008.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn288467720
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 081217s2008 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d OCLCQ  |d MNM  |d OCLCQ  |d EBLCP  |d OCLCF  |d DEBSZ  |d BEDGE  |d OCLCQ  |d N$T  |d YDXCP  |d COCUF  |d UMI  |d CEF  |d AU@  |d SLY  |d OCLCQ  |d Z5A  |d ESU  |d LIV  |d MERUC  |d OCLCQ  |d VT2  |d UAB  |d OCLCQ  |d U3W  |d COO  |d OCLCQ  |d WYU  |d YOU  |d UKAHL  |d OCLCQ  |d CNCEN  |d WURST  |d OCLCQ  |d BRF  |d INARC  |d OCLCO  |d OCLCQ 
019 |a 289955508  |a 311231035  |a 428739880  |a 713472634  |a 880108250  |a 1005778151  |a 1044286046  |a 1056382580  |a 1062917527  |a 1086921526  |a 1103256369  |a 1129350040  |a 1153040397  |a 1192345399  |a 1240518929 
020 |a 9781430209928 
020 |a 1430209925 
020 |a 9781430209911 
020 |a 1430209917 
029 1 |a AU@  |b 000046903628 
029 1 |a AU@  |b 000048774888 
029 1 |a AU@  |b 000053252275 
029 1 |a AU@  |b 000060583366 
029 1 |a DEBSZ  |b 355434377 
029 1 |a DEBSZ  |b 396199593 
029 1 |a HEBIS  |b 291505325 
035 |a (OCoLC)288467720  |z (OCoLC)289955508  |z (OCoLC)311231035  |z (OCoLC)428739880  |z (OCoLC)713472634  |z (OCoLC)880108250  |z (OCoLC)1005778151  |z (OCoLC)1044286046  |z (OCoLC)1056382580  |z (OCoLC)1062917527  |z (OCoLC)1086921526  |z (OCoLC)1103256369  |z (OCoLC)1129350040  |z (OCoLC)1153040397  |z (OCoLC)1192345399  |z (OCoLC)1240518929 
037 |a 978-1-4302-0991-1  |b Springer  |n http://www.springerlink.com 
050 4 |a TK5105.888  |b .L365 2008eb 
072 7 |a REF  |x 000000  |2 bisacsh 
082 0 4 |a 006.76  |b LAN  |2 22 
082 0 4 |a 005.276  |2 22 
084 |a TP312  |2 clc 
084 |a TP393. 092  |2 clc 
049 |a UAMI 
100 1 |a Lane, Jonathan. 
245 1 0 |a Foundation website creation with CSS, XHTML, and JavaScript /  |c Jonathan Lane, Meitar Moscovitz, Joseph R. Lewis. 
260 |a Berkeley, CA :  |b Friends of Ed ;  |a New York :  |b Distributed by Springer-Verlag New York,  |c ©2008. 
300 |a 1 online resource (xxii, 335 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Cover -- CONTENTS -- About the Authors -- About the Cover Image Designer -- Acknowledgments -- Introduction -- Chapter 1 Introducing the Past, Present, and Future of the Web -- The standard way of doing things -- Every journey starts with a single step:the Web past -- Then there were standards:the Web now -- A crystal ball: the Web future -- Building on standards for the modern Web -- Whats inside this book? -- Chapter 2 Keeping a Project on Track -- Stay away from waterfalls:the traditional approach -- The nine knowledge areas -- Web project management: the power of iteration -- An agile example of planning -- Achieving the goal: identifying doneness -- 8220;But the PMI covers nine areas; youve talked about only three! -- Tools available -- Summary: the best advice -- Profiling Professions: Jason Fried -- Chapter 3 Planning and High-Level Design -- The toolbox -- Goals and objectives discussion -- Brainstorming -- User stories and user personas -- Feature/unfeature list -- Wireframes -- Mock-ups -- Information architecture -- Prototype -- Lets go to an example -- Summary: achieving balance -- Profiling Professions: Daniel Burka -- Chapter 4 Writing Markup with HTML and XHTML -- What are web pages, really? -- The basics of markup -- Where computer markup languages came from -- Elements (and tags) -- Attributes and their values -- Empty elements -- Document types -- Starting with XHTML -- Document shell -- The head -- The body -- Marking up content -- Headlines -- Blocks of text -- Grouping content -- Identifying content -- Links -- Emphasis -- Lists -- Images -- Tables -- Forms -- Special characters -- All together now: creating real pages -- Chapter 5 Exploring Fundamental Concepts of CSS -- The origins and evolution of Cascading Style Sheets -- How CSS works -- Default browser styles -- Anatomy of a CSS style sheet -- Applying styles to web page elements -- Inline styles -- Embedded style sheets -- External style sheets -- More CSS selectors: targeting page elements with surgical precision -- CSS inheritance: making the general case work in your favor -- The CSS cascade and rules of specificity -- Visual rendering: document flow and the CSS box model -- What is document flow? -- What is the CSS box model? -- Changing CSS box properties: the CSS box model explained -- Summary -- Chapter 6 Developing CSS in Practice: From Design to Deployment -- The visual source: understanding design documents -- Diving into code: advanced CSS concepts applied -- The CSS development workflow -- Typography: text colors, fonts, and font sizes -- Implementing the header: images and backgrounds -- The main navigation menu: absolute and relative CSS positioning -- Skinning the navigation menu: styling lists with CSS -- Adding interactivity: special styling for selected items and rollovers -- Making columns using floats and margins -- Styling the footer: clearing floats and adding borders -- Dealing with nonstandard browsers -- Browser-specific style sheets using conditional comments -- Filtering CSS rules with CSS selectors -- CSS hacks: exploiting one bug to resolve another -- Fixing your spacing bugs in Internet Explorer 6 and 7 -- CSS media types and. 
520 |a Foundation Website Creation with CSS, XHTML, and JavaScript covers the entire process of building a website. This process involves much more than just technical knowledge, and this book provides you with 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, best-practice-based results. 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. Planning is vital, so you'll also learn how 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 to any web professional, so this book explains how XHTML should be used to structure content so that the markup adheres to current web standards. You'll learn about the wide range of HTML 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 gives you the ability to set your website apart from the rest while maintaining the integrity of your markup. You'll learn how CSS works and how to apply styles to your pages, enabling you to realize your design ideas in the browser. 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 programming using it. 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 the book explains how best to do 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. The book concludes by covering server-side technologies, acting as a guide to the different options available and explaining differences between available product ... 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Cascading style sheets. 
650 0 |a XHTML (Document markup language) 
650 0 |a JavaScript (Computer program language) 
650 0 |a Internet programming. 
650 0 |a Web site development. 
650 0 |a Web sites  |x Design. 
650 6 |a Feuilles de style en cascade. 
650 6 |a XHTML (Langage de balisage) 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Programmation Internet. 
650 6 |a Sites Web  |x Développement. 
650 6 |a Sites Web  |x Conception. 
650 7 |a REFERENCE  |x General.  |2 bisacsh 
650 0 7 |a XHTML (Document markup language)  |2 cct 
650 0 7 |a JavaScript (Computer program language)  |2 cct 
650 0 7 |a Internet programming.  |2 cct 
650 0 7 |a Web site development.  |2 cct 
650 0 7 |a Web sites  |x Design.  |2 cct 
650 0 7 |a Cascading style sheets.  |2 cct 
650 7 |a Informatique.  |2 eclas 
650 7 |a Cascading style sheets.  |2 fast  |0 (OCoLC)fst00848144 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
650 7 |a Web sites  |x Design.  |2 fast  |0 (OCoLC)fst01173252 
650 7 |a XHTML (Document markup language)  |2 fast  |0 (OCoLC)fst01181895 
653 0 0 |a programmeren 
653 0 0 |a programming 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
700 1 |a Moscovitz, Meitar. 
700 1 |a Lewis, Joseph R. 
776 0 8 |i Print version.  |a Lane, Jonathan.  |t Foundation website creation with CSS, XHTML, and JavaScript.  |d Berkeley, CA : Friends of Ed ; New York : Distributed by Springer-Verlag New York, ©2008  |z 9781430209911  |w (DLC) 2009275825  |w (OCoLC)209724268 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430209911/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26392781 
938 |a EBL - Ebook Library  |b EBLB  |n EBL364232 
938 |a EBSCOhost  |b EBSC  |n 245228 
938 |a Internet Archive  |b INAR  |n foundationwebsit0000lane 
938 |a YBP Library Services  |b YANK  |n 2892984 
994 |a 92  |b IZTAP