• Complain

Estelle Weyl - HTML5 & CSS3 in The Real World

Here you can read online Estelle Weyl - HTML5 & CSS3 in The Real World full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2011, publisher: SitePoint, 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.

Estelle Weyl HTML5 & CSS3 in The Real World

HTML5 & CSS3 in The Real World: summary, description and annotation

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

Estelle Weyl: author's other books


Who wrote HTML5 & CSS3 in The Real World? Find out the surname, the name of the author of the book and a list of all author's works by series.

HTML5 & CSS3 in The Real World — 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 "HTML5 & CSS3 in The Real World" 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

HTML5 & CSS3 for the Real World

by Alexis Goldstein , Louis Lazaris , and Estelle Weyl

Copyright 2011 SitePoint Pty. Ltd.

Program Director: Lisa Lang
Technical Editor: Louis Simoneau
Expert Reviewer: Russ Weakley
Indexer: Michele Combs
Editor: Kelly Steele
Cover Design: Alex Walker
Notice of Rights

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means without the prior written permission of the publisher, except in the case of brief quotations included in critical articles or reviews.

Notice of Liability

The author and publisher have made every effort to ensure the accuracy of the information herein. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors and SitePoint Pty. Ltd., nor its dealers or distributors, will be held liable for any damages caused either directly or indirectly by the instructions contained in this book, or by the software or hardware products described herein.

Trademark Notice

Rather than indicating every occurrence of a trademarked name as such, this book uses the names only in an editorial fashion and to the benefit of the trademark owner with no intention of infringement of the trademark.

Published by SitePoint Pty Ltd 48 Cambridge Street Collingwood VIC - photo 1

Published by SitePoint Pty. Ltd.


48 Cambridge Street,
Collingwood

VIC 3066
Australia

Web: www.sitepoint.com
Email: business@sitepoint.com

About Alexis Goldstein

Alexis Goldstein first taught herself HTML while a high school student in the mid-1990s, and went on to get her degree in Computer Science from Columbia University. She runs her own software development and training company, aut faciam LLC. Before striking out on her own, Alexis spent seven years in technology on Wall Street, where she worked in both the cash equity and equity derivative spaces at three major firms, and learned to love daily code reviews. She is a teacher and co-organizer of Girl Develop It, a group that conducts low-cost programming classes for women, and a very proud member of the NYC Resistor hackerspace in Brooklyn, NY. You can find Alexis at her website, http://alexisgo.com/.

About Louis Lazaris

Louis Lazaris is a freelance web designer and front-end developer based in Toronto, Canada who has been involved in the web design industry since 2000. Louis has been working on websites ever since the days when table layouts and one-pixel GIFs dominated the industry. Over the past five years he has transitioned to embrace web standards while endeavoring to promote best practices that help both developers and their clients reach practical goals for their projects. Louis writes regularly for a number of top web design blogs including his own site, Impressive Webs (http://www.impressivewebs.com/.

About Estelle Weyl

Estelle Weyl is a front-end engineer from San Francisco who has been developing standards-based accessible websites since 1999. Estelle began playing with CSS3 when the iPhone was released in 2007, and after four years of web application development for mobile WebKit, she knows (almost) every CSS3 quirk on WebKit, and has vast experience implementing components of HTML5. She writes two popular technical blogs with tutorials and detailed grids of CSS3 and HTML5 browser support (http://www.standardista.com/). Estelles passion is teaching web development, where youll find her speaking on CSS3, HTML5, JavaScript, and mobile web development at conferences around the USA (and, she hopes, the world).

About the Expert Reviewer

Russ Weakley has worked in the design field for over 18 years, primarily in web design and development, and web training. Russ co-chairs the Web Standards Group and is a founding committee member of the Web Industry Professionals Association of Australia (WIPA). Russ has produced a series of widely acclaimed CSS tutorials, and is internationally recognized for his presentations and workshops. He manages Max Design (http://maxdesign.com.au/).

About SitePoint

SitePoint specializes in publishing fun, practical, and easy-to-understand content for web professionals. Visit http://www.sitepoint.com/ to access our blogs, books, newsletters, articles, and community forums.


To my parents, who always encourage and believe in me.

And to my talented, prolific, and loving Grandma Joan. You always keep me painting, no matter what else I may be doing.

Alexis

To Melanie, the best cook in the world.

And to my parents, for funding the original course that got me into this unique industry.

Louis

To Amie, for putting up with me, and to Spazzo and Puppers, for snuggling with me as I worked away.

Estelle
Foreword

Heard of Sjoerd Visscher? Id venture to guess you havent, but what he considered a minor discovery is at the foundation of our ability to use HTML5 today.

Back in 2002, in The Hague, Netherlands, Mr. Visscher was attempting to improve the performance of his XSL output. He switched from createElement calls to setting the innerHTML property, and then realized that all the unknown, non-HTML elements were no longer able to be styled by CSS.

Fast forward to 2008, and HTML5 is gaining momentum. New elements have been specified, but in practice Internet Explorer versions 6-8 pose a problem, as they fail to recognize unknown elements; the new elements are unable to hold children and CSS has no effect on them. This depressing fact was posing quite a hindrance to HTML5 adoption.

Now, half a decade after his discovery, Sjoerd innocently mentions this trick in a comment on the blog of the W3C HTML Working Group co-chair, Sam Ruby: BTW, if you want CSS rules to apply to unknown elements in IE, you just have to do document.createElement(elementName). This somehow lets the CSS engine know that elements with that name exist.

Ian Hickson, lead editor of the HTML5 spec, was as surprised as the rest of the Web. Having never heard of this trick before, he was happy to report: This piece of information makes building an HTML5 compatibility shim for IE7 far easier than had previously been assumed.

A day later, John Resig wrote the post that coined the term HTML5 shiv. Heres a quick timeline of what followed:

  • January 2009: Remy Sharp creates the first distributable script for enabling HTML5 element use in IE.

  • June 2009: Faruk Ate includes the HTML5 shiv in Modernizrs initial release.

  • February 2010: A ragtag team of superstar JavaScript developers including Remy, Kangax, John-David Dalton, and PorneL collaborate and drop the file size of the script.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «HTML5 & CSS3 in The Real World»

Look at similar books to HTML5 & CSS3 in The Real World. 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 «HTML5 & CSS3 in The Real World»

Discussion, reviews of the book HTML5 & CSS3 in The Real World 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.