HTML5 Boilerplate Web Development. (Record no. 104033)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 08904nam a22004693i 4500 |
001 - CONTROL NUMBER | |
control field | EBC1103983 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20181121164736.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 181113s2012 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781849518512 |
-- | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Cancelled/invalid ISBN | 9781849518505 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC1103983 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL1103983 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr10632702 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaONFJC)MIL427340 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)823389896 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.76.H94 -- M36 2012eb |
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 006.76 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Manian, Divya. |
245 10 - TITLE STATEMENT | |
Title | HTML5 Boilerplate Web Development. |
264 #1 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) | |
Place of publication, distribution, etc | Olton : |
Name of publisher, distributor, etc | Packt Publishing Ltd, |
Date of publication, distribution, etc | 2012. |
264 #4 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) | |
Date of publication, distribution, etc | ©2012. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (201 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Intro -- HTML5 Boilerplate Web Development -- Table of Contents -- HTML5 Boilerplate Web Development -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 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 -- 2. Starting Your Project -- Creating your initial project folder -- Downloading the latest version of HTML5 Boilerplate -- Using the shell script -- Creating our project -- House-keeping -- Setting the tags -- Editing favicons -- Adding third-party libraries -- Using a Content Delivery Network -- Protocol-relative URLs -- Google CDN hosting -- Adding Google Analytics ID -- Updating humans.txt -- Summary -- 3. Creating Your Site -- Working on the markup -- Creating the markup -- Deciding which element to use -- Writing valid markup -- Creating the styles -- Why not reset.css? -- Helpful style classes we can use -- Image replacement -- Hiding elements -- Hiding elements visually -- Hiding elements without impacting layout -- Clearing floats -- Writing valid stylesheets -- Style languages to write productive stylesheets -- Advantages -- Disadvantages -- Where to learn? -- Sass -- Less -- Stylus. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Using HTML5 Boilerplate with style languages -- Sass -- Less -- Stylus -- Summary -- 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 -- 5. Customizing the Apache Server -- Server-side configurations -- Setting up the Apache server -- Installing Apache -- Mac -- Windows -- Linux -- Configuring Apache -- Features 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 -- Allowing concatenation from within specific JS and CSS files -- Stopping 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 -- 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 -- Suppressing IE6 image toolbar -- Writing CSS3 easier with tools -- Sass -- Less. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Output CSS -- Converting HTML5 Boilerplate CSS to Sass or Less -- HTML5 Boilerplate Compass extension -- HTML5 Boilerplate Sass fork -- Print considerations -- Finding and using polyfills -- Making your site faster -- DNS prefetching -- Making your site more visible on search engines -- Directing search spiders to your site map -- Implementing X-Robots-Tag headers -- Trailing slash redirects -- Option 1: Rewrite example.com/foo to example.com/foo/ -- Option 2: Rewrite example.com/foo/ to example.com/foo -- Handling users without JavaScript -- Optimizing your images -- 8-bit PNGs -- Tools for image optimization -- ImageAlpha -- ImageOptim -- Using image sprites -- CSS sprites from within Adobe Photoshop -- CSS sprites with Compass -- SpriteMe -- Augmenting Google Analytics -- Adding more tracking settings -- Anonymize IP addresses -- Tracking jQuery AJAX requests in Google Analytics -- Tracking JavaScript errors in Google Analytics -- Summary -- 7. Automate Deployment With the Build Script -- The build script -- Ant build script -- Node build script -- Which build script to use? -- Using the Ant build script -- Installing the build script -- Smaller image files -- Smaller CSS file -- Smaller and fewer JS files -- No comments in files -- Build options -- Minifying markup -- Preventing image optimization -- Using CSSLint -- Using JSHint -- Setting up the SHA filenames -- Using with Drupal or WordPress -- Updating build.xml -- Setting up the project configuration properties -- Setting the JS file delineator -- Using the Node build script -- Grunt -- Installing Node build script -- Initializing your project -- Using the Node build script with an existing project -- Using the Node build script to build your project -- Text -- Minify -- Server -- Connect -- Using with Drupal or WordPress -- Next steps -- Summary -- A. You Are an Expert,Now What?. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Writing unit tests for your code -- Creating a testing environment -- Esoteric defaults you should know about -- Meta UTF-8 -- The HTML Doctype -- The details behind the clearfix solution -- What do the print styles do? -- Print media query -- Optimizing colors and backgrounds -- Better links -- Rendering all code and quotes within one page -- Rendering tables better -- Rendering images better -- Margins on pages -- Optimal settings for orphans and widows -- Keeping headings with content -- What are protocol-relative URLs? -- Using conditional comments -- Browser style hacks -- Server-side browser detection -- Stylesheets based on conditional comments -- Class names based on conditional comments -- What is meta x-ua-compatible? -- Meta tag in your HTML page -- HTTP header response from the server -- Edge -- IE9 -- IE8 -- IE7 -- Emulate IE9 -- Emulate IE8 -- Emulate IE7 -- IE5 -- Contribute -- Reporting issues -- Pull requests -- Index. |
520 ## - SUMMARY, ETC. | |
Summary, etc | 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 links within that should make you less afraid). There is no expectation that you know HTML5 Boilerplate. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2018. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | HTML (Document markup language). |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | Web site development. |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Display text | Print version: |
Main entry heading | Manian, Divya |
Title | HTML5 Boilerplate Web Development |
Place, publisher, and date of publication | Olton : Packt Publishing Ltd,c2012 |
International Standard Book Number | 9781849518505 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/buse-ebooks/detail.action?docID=1103983">https://ebookcentral.proquest.com/lib/buse-ebooks/detail.action?docID=1103983</a> |
Public note | Click to View |
No items available.