Cargando…

HTML5 Boilerplate Web Development.

HTML5 Boilerplate Web Development is a practical guide rich with information on getting the best out of the boilerplate. Readers follow the expert author through a project of building a music festival site; the tutorials and lessons learned are easily applicable to any website project, This book is...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Manian, Divya
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBSCO_ocn823389896
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|---|||||
008 121227s2012 enk o 000 0 eng d
040 |a MHW  |b eng  |e pn  |c MHW  |d EBLCP  |d N$T  |d UMI  |d COO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d IDEBK  |d DEBSZ  |d OCLCQ  |d OCLCF  |d YDXCP  |d OCLCQ  |d FEM  |d JBG  |d AGLDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d AL5MG  |d ZCU  |d OCLCQ  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d STF  |d UAB  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d AJS  |d HS0  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 825076943  |a 903687899  |a 968045491  |a 969049056  |a 1011025516  |a 1086830364  |a 1264906814  |a 1297253081  |a 1297423655 
020 |a 9781849518512  |q (electronic bk.) 
020 |a 1849518513  |q (electronic bk.) 
020 |a 1849518505 
020 |a 9781849518505 
020 |z 1849518513 
020 |z 9781849518505 
029 1 |a AU@  |b 000050492536 
029 1 |a DEBBG  |b BV041120885 
029 1 |a DEBBG  |b BV043095120 
029 1 |a DEBBG  |b BV044171689 
029 1 |a DEBSZ  |b 396757960 
029 1 |a DEBSZ  |b 39745306X 
029 1 |a DEBSZ  |b 421305797 
035 |a (OCoLC)823389896  |z (OCoLC)825076943  |z (OCoLC)903687899  |z (OCoLC)968045491  |z (OCoLC)969049056  |z (OCoLC)1011025516  |z (OCoLC)1086830364  |z (OCoLC)1264906814  |z (OCoLC)1297253081  |z (OCoLC)1297423655 
037 |a CL0500000182  |b Safari Books Online 
050 4 |a QA76.76 .H94 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.76 
049 |a UAMI 
100 1 |a Manian, Divya. 
245 1 0 |a HTML5 Boilerplate Web Development. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (356 pages) 
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  |2 rda 
490 1 |a Community experience distilled 
520 |a HTML5 Boilerplate Web Development is a practical guide rich with information on getting the best out of the boilerplate. Readers follow the expert author through a project of building a music festival site; the tutorials and lessons learned are easily applicable to any website project, This book is for all developers who are familiar with creating web projects using HTML, CSS, and JavaScript, however, no deep knowledge is necessary. Some knowledge of what a web server is and how it can be configured is good to have. You should also not be afraid to use the command line (fear not! There are link. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Before We Begin; Features of HTML5 Boilerplate; Cross-browser compatibility; Doctype; Normalize.css; Clearfix; Search box styling; Conditional classes; Modernizr; No console.log errors; Helper classes; Performance optimizations; Progressive enhancement; Accessible focus styles; Print styles; Tools to start with; Beware; Where to get files; An overview of H5BP files; Asking for help; Summary; Chapter 2: Starting Your Project; Creating your initial project folder 
505 8 |a Downloading the latest version of HTML5 BoilerplateUsing the shell script; Creating our project; House-keeping; Setting the tags; Editing favicons; Adding third-party libraries; Using a Content Delivery Network; Adding Google Analytics ID; Updating humans.txt; Summary; Chapter 3: Creating Your Site; Working on the markup; Creating the markup; Deciding which element to use; Writing valid markup; Creating the styles; Helpful style classes we can use; Image replacement; Hiding elements; Hiding elements visually; Hiding elements without impacting layout; Clearing floats; Writing valid stylesheets 
505 8 |a Style languages to write productive stylesheetsAdvantages; Disadvantages; Where to learn?; Using HTML5 Boilerplate with style languages; Summary; Chapter 4: Adding Interactivity and Completing Your Site; Using jQuery; Using other libraries; Adding smooth-scroll plugin and interaction; Adding HTML5 features safely with Modernizr; When to use Modernizr.load?; Using Modernizr to load CSS features; Testing our site; Testing on non-desktop browsers; Summary; Chapter 5: Customizing the Apache Server; Server-side configurations; Setting up the Apache server; Installing Apache; Mac; Windows; Linux 
505 8 |a Configuring ApacheFeatures available out of the box; Removing ETags; Gzip components; Using Expires header for better cache control; Custom 404 page; Forcing the latest IE version; Using UTF-8 encoding; Serving the right MIME types; Blocking access to hidden folders; Blocking access to backup and source files; Starting Rewrite engine; Preventing 404 errors for non-existing redirected folders; Additional customizations; Suppressing or forcing the ""www."" at the beginning of URLs; Setting cookies from iFrames; PHP security defaults; Stop advertising Apache version 
505 8 |a Allowing concatenation from within specific JS and CSS filesStopping screen flicker in IE on CSS rollovers; Preventing SSL certificate warnings; Cross-domain policies you should be aware of; Cross-domain AJAX requests; CORS-enabled images; Webfont access; Using other server configuration files; web.config; lighttpd.conf; nginx.conf; node.js; Google App Engine; Summary; Chapter 6: Making Your Site Better; Finding the best experience for Internet Explorer; Mobile-first styles for IE; ie.scss; main.scss; Printing with jQuery in IE6 and IE7; Styling disabled form elements in Internet Explorer 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a HTML (Document markup language) 
650 0 |a Web site development. 
650 0 |a Web sites  |x Design. 
650 6 |a HTML (Langage de balisage) 
650 6 |a Sites Web  |x Développement. 
650 6 |a Sites Web  |x Conception. 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a HTML (Document markup language)  |2 fast  |0 (OCoLC)fst00949997 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
650 7 |a Web sites  |x Design.  |2 fast  |0 (OCoLC)fst01173252 
776 0 8 |i Print version:  |z 9781849518505 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=507333  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943932 
938 |a EBSCOhost  |b EBSC  |n 507333 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis24586455 
938 |a YBP Library Services  |b YANK  |n 9939516 
994 |a 92  |b IZTAP