HTML5
Home > Computing and Information Technology > Computer programming / software engineering > Programming and scripting languages: general > HTML5: Your visual blueprint for designing rich Web pages and applications(37 Visual Blueprint)
HTML5: Your visual blueprint for designing rich Web pages and applications(37 Visual Blueprint)

HTML5: Your visual blueprint for designing rich Web pages and applications(37 Visual Blueprint)


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

Use the latest version of HTML to create dynamic Web pages HTML5 is the latest iteration of the standard markup language for creating Web pages. It boasts extensive updates from its predecessor and allows you to incorporate rich media content into a site without any dependence on extra software such as Flash. Packed with hundreds of screen shots, this visual guide introduces you to the many new features and abilities of HTML5 and shows you the many exciting new possibilities that exist for designing dynamic Web pages. Offers visual learners a solid reference on HTML5, the latest version of the standard markup language for designing Web pages Demonstrates how to use HTML5 to create Web pages that feature the latest in rich media content Provides easy-to-understand examples that cover a variety of topics to get you up and running with HTML5 Features a companion Web site that contains all the code needed to learn HTML5 HTML5: Your visual blueprint for designing effective Web pages opens your eyes to the world of possibilities that exist with the new version of the popular markup language. Adam R. McDaniel is a Web developer, technical architect, and security analyst, who has contributed to the Linux Kernel.

Table of Contents:
Chapter 1 Introducing HTML5 Introducing HTML5 2 Understanding HTML5 Web Browsers 6 Understanding Backward Compatibility 8 Understanding the History of Markup Languages 10 Introducing the New and Changed HTML5 Tags and Attributes 12 Understanding Obsolete HTML Tags and Attributes 16 Validate a Website for HTML5 Compliance 18 Validate a Web Browser for HTML5 Support 20 Support HTML5 in Internet Explorer with a Plug-in 22 Chapter 2 Getting Started with HTML5 Page Layout Create an HTML5 Web Page 24 Understanding the Semantic Layout in HTML5 26 Declare Header and Footer Layout Elements 30 Declare a Navigation Layout Element 32 Declare Section and Article Layout Elements 34 Declare Heading and Paragraph Layout Elements 36 Declare Figure and Aside Layout Elements 38 Assign CSS Styles to Layout Elements 40 Provide a Fallback for Outdated Web Browsers 42 Announce HTML5 Support 44 Resize Your Website for Mobile Web Browsers 46 Chapter 3 Using New HTML5 User Interface Tags and Attributes Display a Fixed-Meter Bar 48 Display a Moving Progress Meter 50 Add a Caption to a Figure 52 Highlight Text 54 Specify Safe Line Breaks in Long Words 55 Allow the User to Edit Content 56 Spell-Check User Content 57 Declare an Interactive Summary and Details Layout Element 58 Chapter 4 Styling with CSS3 Introducing CSS3 60 Validate a Web Browser for CSS3 Support 62 Select an HTML Element Using Its Class or ID 64 Select an HTML Element Using an Attribute 65 Select an HTML Element Using a Specific Attribute Value 66 Select an HTML Element Using a Partial Attribute Value 68 Select an HTML Element Using the Structural type Pseudo-Class70 Select an HTML Element Using the Structural child Pseudo-Class 72 Select an HTML Element by Its Sibling Element 74 Select HTML Elements Using a Negating Pseudo-Class 76 Select HTML Elements by User Selection 77 Change an Element's Background Image 78 Customize an Element's Font 80 Format Text Overflow inside an Element 82 Chapter 5 Enhancing Your Web Page Visually with CSS3 Round Border Corners 84 Add a Shadow Effect 86 Change an Element's Opacity 88 Apply an Image As an Element Border 90 Customize a Scroll Bar with Images 92 Apply a Color Gradient 96 Transform Object Dimensions 98 Transition between Styles 100 Create Simple Animations 102 Chapter 6 Creating Boxes and Columns with CSS3 Introducing the Flexible Box Model 106 Create a Horizontal Flexible Box Model 108 Create a Vertical Flexible Box Model 110 Stretch and Shrink Objects in a Flexible Box 112 Horizontally Pack Objects within a Flexible Box 114 Vertically Align Objects within a Flexible Box 115 Reorder Objects in a Flexible Box 116 Introducing Multi-Column Layouts 118 Create a Multi-Column Layout 120 Add a Ruler and Gap in between Columns 122 Span Objects Horizontally across Columns 124 Chapter 7 Creating HTML5 Form Inputs Create a Number Input Type 126 Create a Telephone Input Type 127 Create an Email Input Type 128 Create a URL Input Type129 Create a Search Input Type 130 Require a Value in an Input Field 131 Set a Placeholder for an Input Field 132 Auto-Focus on an Input Field 133 Disable Auto-Completion of Input Text 134 Using Speech Input 135 Create a Drop-Down List for Text Input Suggestions 136 Restrict Input Values Using Pattern Matching 138 Create a Date Input Type 140 Create a Range Input Type 142 Create a Color Input Type 144 Link an Input Field to a Specific Form 146 Chapter 8 Using jQuery with HTML5 Introducing jQuery 148 Download jQuery 150 Load jQuery 151 Execute jQuery Methods on Elements 152 Manipulate HTML Elements via the DOM 154 Customize Browser Events with jQuery 156 Hide and Show Content with jQuery 158 Add and Remove CSS Classes on Elements with jQuery 160 Send Custom HTML Attribute Data into jQuery 162 Using Scrolling Transitions with jQuery 164 Chapter 9 Inspecting and Debugging Your Website Launch the Chrome Inspector 166 Examine Elements' Structure and Layout 168 Modify HTML and CSS Code in Real Time 170 Examine JavaScript Code 172 Add a JavaScript Breakpoint 174 Step through JavaScript Code 176 Add a Watch Expression 178 Chapter 10 Drawing with the HTML5 Canvas Introducing the HTML5 Canvas 180 Declare a canvas Element 186 Draw Basic Rectangles on the Canvas 188 Draw Paths on the Canvas 190 Draw Text on the Canvas 192 Using Solid Color on the Canvas 194 Using Linear Gradient Colors on the Canvas 196 Using Radial Gradient Colors on the Canvas 198 Draw an Image on the Canvas 200 Scale a Canvas Image 202 Crop a Canvas Image 203 Query Individual Canvas Pixels 204 Track Mouse Activity on the Canvas 206 Translate the X- and Y-Axes 210 Rotate the X- and Y-Axes 212 Create Animations on the Canvas 214 Chapter 11 Adding HTML5 Multimedia Introducing HTML5 Audio and Video 218 Understanding Audio and Video Formats 220 Install a Movie Encoder 222 Reencode Movies with the Miro Video Converter 224 Play Movies with the HTML5 video Element 226 Play Sound with the HTML5 audio Element 228 Control Audio and Video Playback with JavaScript 230 Embed a Movie Player with VideoJS 232 Chapter 12 Using Drag and Drop in HTML5 Introducing Drag and Drop in HTML5 234 Specify Objects to Drag 238 Specify a Drop Zone 240 Handle the Drag-and-Drop Events 242 Visually Enhance the Drag-and-Drop Experience 248 Chapter 13 Storing Data Using a Client-Side Database Introducing Client-Side Storage in HTML5 250 Store Data Using the Web Storage API 252 Retrieve Data from the Web Storage API 254 Using the Correct IndexedDB API 256 Open an IndexedDB Database 257 Create a New IndexedDB Object Store 258 Store an Object Using the IndexedDB API 260 Retrieve Objects Using the IndexedDB API 262 Delete an Object Using the IndexedDB API 264 Delete an IndexedDB Object Store 265 Chapter 14 Providing Offline Access to Web Applications Identify Whether the Browser Is Online 266 Identify Whether the Network Is Online 268 Listen for Online and Offline Events 272 Introducing the Application Cache 274 Create an Application Cache Manifest 276 Update the Application Cache 278 Create a "Website Offline" Fallback Page 280 Chapter 15 Using Geolocation Display a Specific Location with Google Maps 282 Understanding Geolocation and GPS Services 284 Request the User's Current Location 286 Display the User's Current Location with Google Maps 288 Chapter 16 Running Secondary JavaScript Threads Using Web Workers Introducing Web Workers 290 Create a Web Worker JavaScript File 294 Link a Web Worker to Your Web Application 296 Launch a Web Worker Event from Your Web Application 298 Falling Back for Non–Web Worker Browsers 300 Chapter 17 Communicating with WebSockets Introducing WebSockets 302 Create a WebSocket Client 304 Send WebSocket Messages 306 Display WebSocket Messages 308 Interact with a WebSocket Service 310 Chapter 18 Displaying Desktop Notifications Introducing Desktop Notifications for Chrome 312 Request User Permission to Display Desktop Notifications 316 Launch a Desktop Notification Message 318 Customize the Desktop Notification UI 320 Listen for Desktop Notification Events 322 Appendix A HTML5 Reference HTML5 Reference 324 HTML Global Attributes 327 HTML Metadata Tags 330 HTML Sectioning Tags 336 HTML Grouping Tags 339 HTML Phrasing Tags 342 HTML Embedding Tags 349 HTML Table Tags 355 HTML Form Tags 358 Index 363

About the Author :
Adam McDaniel has been designing, developing, modifying, and maintaining computer programs of one language or another since 1993, and he has been an active proponent of HTML since being introduced to the language in 1994. Since that time, Adam has led a team of developers implementing an eCommerce fulfillment engine for a virtual shopping mall, designed hundreds of corporate websites, and developed front-end HTML and back-end CGI infrastructure for CADVision, at the time one of the largest ISPs in Western Canada. In 2001, Adam moved into the software security sector, working for Hitachi ID Systems for over eight years, designing and implementing software security recommendations for various Fortune 500 companies across the United States and Europe. Soon afterwards, based on his past CGI experience, Adam wrote his first book, Perl and Apache: Your visual blueprint to developing dynamic Web content. Most recently, Adam rejoined the HTML world as the lead OS architect for Jolicloud, a Paris-based company, contributing to its HTML5 Linux operating system. As Adam is always interested in new technologies and architectures, his other development credits include an open-source offline HTML reader for the Palm OS platform, contributions to the Linux Kernel, and other utility and specialty programs. In 2006, Adam produced the Array.org Netbook Kernel software download and website, allowing users to download an optimized build of the Linux kernel, specific for the Ubuntu Linux distribution. Adam McDaniel has been designing, developing, modifying, and maintaining computer programs of one language or another since 1993, and he has been an active proponent of HTML since being introduced to the language in 1994. Since that time, Adam has led a team of developers implementing an eCommerce fulfillment engine for a virtual shopping mall, designed hundreds of corporate websites, and developed front-end HTML and back-end CGI infrastructure for CADVision, at the time one of the largest ISPs in Western Canada. In 2001, Adam moved into the software security sector, working for Hitachi ID Systems for over eight years, designing and implementing software security recommendations for various Fortune 500 companies across the United States and Europe. Soon afterwards, based on his past CGI experience, Adam wrote his first book, Perl and Apache: Your visual blueprint to developing dynamic Web content. Most recently, Adam rejoined the HTML world as the lead OS architect for Jolicloud, a Paris-based company, contributing to its HTML5 Linux operating system. As Adam is always interested in new technologies and architectures, his other development credits include an open-source offline HTML reader for the Palm OS platform, contributions to the Linux Kernel, and other utility and specialty programs. In 2006, Adam produced the Array.org Netbook Kernel software download and website, allowing users to download an optimized build of the Linux kernel, specific for the Ubuntu Linux distribution.


Best Sellers


Product Details
  • ISBN-13: 9781118204757
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: Visual
  • Language: English
  • Series Title: 37 Visual Blueprint
  • ISBN-10: 1118204751
  • Publisher Date: 13 Oct 2011
  • Binding: Digital (delivered electronically)
  • No of Pages: 384
  • Sub Title: Your visual blueprint for designing rich Web pages and applications


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
HTML5: Your visual blueprint for designing rich Web pages and applications(37 Visual Blueprint)
John Wiley & Sons Inc -
HTML5: Your visual blueprint for designing rich Web pages and applications(37 Visual Blueprint)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

HTML5: Your visual blueprint for designing rich Web pages and applications(37 Visual Blueprint)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!