• Complain

Glenn Johnson - Training Guide: Programming in HTML5 with JavaScript and CSS3

Here you can read online Glenn Johnson - Training Guide: Programming in HTML5 with JavaScript and CSS3 full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2013, publisher: Microsoft Press, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Glenn Johnson Training Guide: Programming in HTML5 with JavaScript and CSS3
  • Book:
    Training Guide: Programming in HTML5 with JavaScript and CSS3
  • Author:
  • Publisher:
    Microsoft Press
  • Genre:
  • Year:
    2013
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Training Guide: Programming in HTML5 with JavaScript and CSS3: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Training Guide: Programming in HTML5 with JavaScript and CSS3" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Designed to help experienced programmers develop real-world, job-role-specific skillsthis Training Guide focuses on creating applications with HTML5, javascript, and CSS3. Build hands-on expertise through a series of lessons, exercises, and suggested practicesand help maximize your performance on the job.

Glenn Johnson: author's other books


Who wrote Training Guide: Programming in HTML5 with JavaScript and CSS3? Find out the surname, the name of the author of the book and a list of all author's works by series.

Training Guide: Programming in HTML5 with JavaScript and CSS3 — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Training Guide: Programming in HTML5 with JavaScript and CSS3" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Programming in HTML5 with JavaScript and CSS3: Training Guide
Glenn Johnson
Published by Microsoft Press
Special Upgrade Offer

If you purchased this ebook directly from oreilly.com, you have the following benefits:

  • DRM-free ebooksuse your ebooks across devices without restrictions or limitations

  • Multiple formatsuse on your laptop, tablet, or phone

  • Lifetime access, with free updates

  • Dropbox syncingyour files, anywhere

If you purchased this ebook from another retailer, you can upgrade your ebook to take advantage of all these benefits for just $4.99. to access your ebook upgrade.

Please note that upgrade offers are not available from sample content.

A Note Regarding Supplemental Files

Supplemental files and examples for this book can be found at http://examples.oreilly.com/9780735674387-files/. Please use a standard desktop web browser to access these files, as they may not be accessible from all ereader devices.

All code files or examples referenced in the book will be available online. For physical books that ship with an accompanying disc, whenever possible, weve posted all CD/DVD content. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to .

Introduction

This training guide is designed for information technology (IT) professionals who develop or plan to develop HTML documents such as webpages or Windows Store applications. It is assumed that, before you begin using this guide, you are familiar with web development and common Internet technologies.

This book covers some of the topics and skills that are the subject of the Microsoft certification exam 70-480. If you are using this book to complement your study materials, you might find this information useful. Note that this book is designed to help you in the job role; it might not cover all exam topics. If you are preparing for the exam, you should use additional study materials to help bolster your real-world experience. For your reference, a mapping of the topics in this book to the exam objectives is included in the back of the book.

By using this training guide, you will learn how to do the following.

  • Create a project using Visual Studio Express 2012 for Web.

  • Create a project using Blend for Visual Studio 2012.

  • Create a project using Visual Studio Express 2012 for Windows 8.

  • Create an HTML document using semantic markup.

  • Implement JavaScript functionality with your HTML documents.

  • Use test-driven development techniques for writing JavaScript code.

  • Create Cascading Style Sheets (CSS) that visually format your HTML document.

  • Create HTML tables.

  • Create JavaScript objects.

  • Use jQuery to simplify JavaScript programming.

  • Create HTML forms with validation.

  • Create a Node.js website and web service.

  • Call web services from JavaScript.

  • Perform asynchronous JavaScript operations.

  • Perform WebSocket communications.

  • Play audio and video on a webpage.

  • Draw with an HTML5 canvas.

  • Use SVG image files.

  • Perform drag and drop operations.

  • Make your HTML location aware.

  • Persist data on the browser client.

Backward compatibility and cross-browser compatibility

This book does not attempt to cover every difference between every version of every browser. Such a comprehensive discussion could easily yield a library of books.

Most of the code in this book is written using Internet Explorer 10, which is installed with Windows 8. In addition, many but not all the code examples were tested using the following browsers.

  • Firefox 17.0.1

  • Google Chrome 23.0.1271.97 m

  • Opera 12.11

  • Apple Safari 5.1.7

In most cases, if the other browsers were not compatible, there is a note stating so. This is especially true in the last chapters because web storage is still relatively new, and the requirements are still fluid.

The best way to see which features are available among browsers is to visit a website that is updated when new browser versions are released and HTML5 features are updated. The website http://caniuse.com is particularly good.

System requirements

The following are the minimum system requirements your computer needs to meet to complete the practice exercises in this book.

  • Windows 8 or newer. If you want to develop Windows Store applications, you need Windows 8 on your development computer.

Hardware requirements

This section presents the hardware requirements for using Visual Studio 2012.

  • 1.6 GHz or faster processor

  • 1 GB of RAM (more is always recommended)

  • 10 GB (NTFS) of available hard disk space

  • 5400 RPM hard drive

  • DirectX 9capable video card running at 1024 768 or higher display resolution.

  • Internet connectivity

Software requirements

The following software is required to complete the practice exercises.

  • Visual Studio 2012 Professional, Visual Studio 2012 Premium, or Visual Studio 2012 Ultimate. You must pay for these versions, but in lieu of one of these versions, you can install the following free express versions.

    • Visual Studio Express 2012 for Web. Available from http://www.microsoft.com/visualstudio/eng/downloads#d-express-web .

    • Visual Studio Express 2012 for Windows 8. This installation also installs Blend for Visual Studio 2012. Available from http://www.microsoft.com/visualstudio/eng/downloads#d-express-web .

Practice exercises

This book features practices exercises to reinforce the topics youve learned. These exercises are organized by chapter, and you can download them from http://aka.ms/TGProgHTML5/files .

Acknowledgments

Thanks go to the following people for making this book a reality.

  • To Carol Dillingham for your constructive feedback throughout the entire process of writing this book. Thanks for also having patience while the winter holiday months were passing, and my desire and ability to write was constantly interrupted.

  • To Devon Musgrave for providing me the opportunity to write this book.

  • To Kerin Forsyth for your hard work in making this book consistent with other Microsoft Press books and helping me with the delivery of this book.

  • To Pierce Bizzaca for your technical reviewing skills.

To all the other editors and artists who played a role in getting my book to the public, thank you for your hard work and thanks for making this book venture a positive experience for me.

Errata and book support

Weve made every effort to ensure the accuracy of this book and its companion content. Any errors that have been reported since this book was published are listed on our Microsoft Press site at Oreilly.com:

  • http://aka.ms/TGProgHTML5/errata

If you find an error that is not already listed, you can report it to us through the same page.

If you need additional support, send an email to Microsoft Press Book Support at

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Training Guide: Programming in HTML5 with JavaScript and CSS3»

Look at similar books to Training Guide: Programming in HTML5 with JavaScript and CSS3. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Training Guide: Programming in HTML5 with JavaScript and CSS3»

Discussion, reviews of the book Training Guide: Programming in HTML5 with JavaScript and CSS3 and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.