HTML5 - Nextgen Web HTML5 - Nextgen Web Learner’S Guide

Total Page:16

File Type:pdf, Size:1020Kb

HTML5 - Nextgen Web HTML5 - Nextgen Web Learner’S Guide HTML5 - NexTGen Web HTML5 - NexTGen Web Learner’s Guide © 2013 Aptech Limited All rights reserved No part of this book may be reproduced or copied in any form or by any means – graphic, electronic or mechanical, including photocopying, recording, taping, or storing in information retrieval system or sent or transferred without the prior written permission of copyright owner Aptech Limited. All trademarks acknowledged. APTECH LIMITED Contact E-mail: [email protected] Edition 2 - 2013 Dear Learner, We congratulate you on your decision to pursue an Aptech course. Aptech Ltd. designs its courses using a sound instructional design model – from conceptualization to execution, incorporating the following key aspects: Scanning the user system and needs assessment Needs assessment is carried out to find the educational and training needs of the learner Technology trends are regularly scanned and tracked by core teams at Aptech Ltd. TAG* analyzes these on a monthly basis to understand the emerging technology training needs for the Industry. An annual Industry Recruitment Profile Survey# is conducted during August - October to understand the technologies that Industries would be adapting in the next 2 to 3 years. An analysis of these trends & recruitment needs is then carried out to understand the skill requirements for different roles & career opportunities. The skill requirements are then mapped with the learner profile (user system) to derive the Learning objectives for the different roles. Needs analysis and design of curriculum The Learning objectives are then analyzed and translated into learning tasks. Each learning task or activity is analyzed in terms of knowledge, skills and attitudes that are required to perform that task. Teachers and domain experts do this jointly. These are then grouped in clusters to form the subjects to be covered by the curriculum. In addition, the society, the teachers, and the industry expect certain knowledge and skills that are related to abilities such as learning-to-learn, thinking, adaptability, problem solving, positive attitude etc. These competencies would cover both cognitive and affective domains. A precedence diagram for the subjects is drawn where the prerequisites for each subject are graphically illustrated. The number of levels in this diagram is determined by the duration of the course in terms of number of semesters etc. Using the precedence diagram and the time duration for each subject, the curriculum is organized. Design & development of instructional materials The content outlines are developed by including additional topics that are required for the completion of the domain and for the logical development of the competencies identified. Evaluation strategy and scheme is developed for the subject. The topics are arranged/organized in a meaningful sequence. The detailed instructional material – Training aids, Learner material, reference material, project guidelines, etc.- are then developed. Rigorous quality checks are conducted at every stage. Strategies for delivery of instruction Careful consideration is given for the integral development of abilities like thinking, problem solving, learning-to-learn etc. by selecting appropriate instructional strategies (training methodology), instructional activities and instructional materials. The area of IT is fast changing and nebulous. Hence considerable flexibility is provided in the instructional process by specially including creative activities with group interaction between the students and the trainer. The positive aspects of Web based learning –acquiring information, organizing information and acting on the basis of insufficient information are some of the aspects, which are incorporated, in the instructional process. Assessment of learning The learning is assessed through different modes – tests, assignments & projects. The assessment system is designed to evaluate the level of knowledge & skills as defined by the learning objectives. Evaluation of instructional process and instructional materials The instructional process is backed by an elaborate monitoring system to evaluate - on-time delivery, understanding of a subject module, ability of the instructor to impart learning. As an integral part of this process, we request you to kindly send us your feedback in the reply pre- paid form appended at the end of each module. *TAG – Technology & Academics Group comprises of members from Aptech Ltd., professors from reputed Academic Institutions, Senior Managers from Industry, Technical gurus from Software Majors & representatives from regulatory organizations/forums. Technology heads of Aptech Ltd. meet on a monthly basis to share and evaluate the technology trends. The group interfaces with the representatives of the TAG thrice a year to review and validate the technology and academic directions and endeavors of Aptech Ltd. Aptech New Products Design Model Key Aspects 1 Scanning the Evaluation of user system Instructional and needs Processes and assessment Material 2 Need Analysis 6 and design of Assessment curriculum of learning 3 Design and Strategies for 5 development of 4 delivery of instructional instructions material A little learning is a dangerous thing, “ “but a lot of ignorance is just as bad Preface HyperText Markup Language (HTML) is the markup language popularly used by developers to design Web sites. It is the language for the World Wide Web. It is used for building Web sites that can be as large as a corporate Web site or as small as a single page classroom project. This book covers basic to advanced concepts of HTML5. The book begins with an explanation of basic HTML tags and attributes. It also explains the structure of Web pages using HTML. Then, it proceeds to explain the concept of Cascading Style Sheets (CSS). CSS is a technology that helps Web site designers to provide a consistent formatting across large Web sites by separating the content from its styles. Thus, CSS is used to control the look of the Web page by specifying the styles such as color, font, and font size for the HTML content. It can also be used to control the placement of items on a page. The book also explains JavaScript, which is a scripting language used for adding interactivity to Web pages. JavaScript allows programs in an HTML page to respond to user’s actions. These responses could be validating the user’s input, fetching and displaying the requested page, and so on. Finally, the book concludes with explanations of jQuery and HTML5 mobile application support. jQuery is a short and fast JavaScript library that simplifies the client side scripting of HTML, animation, event handling, traversing, and developing AJAX based Web applications. The knowledge and information in this book is the result of the concentrated effort of the Design Team, which is continuously striving to bring to you the latest, the best and the most relevant subject matter in Information Technology. As a part of Aptech’s quality drive, this team does intensive research and curriculum enrichment to keep it in line with industry trends and learner requirements. We will be glad to receive your suggestions. Design Team Nothing is a waste of time if you “ “ use the experience wisely Table of Contents Sessions 1. Introduction to the Web 1 2. Introduction to HTML5 23 3. Formatting Text Using Tags 39 4. Creating Hyperlinks and Anchors 63 5. Introduction to CSS3 75 6. Formatting Using Style Sheets 109 7. Displaying Graphics and CSS3 Animation 139 8. Creating Navigational Aids and Division-Based Layout 171 9. Creating Tables 205 10. HTML Forms 235 11. HTML5 Audio and Video 271 12. Introduction to JavaScript 293 13. Operators and Statements 333 14. Loops and Arrays 367 15. Functions and Objects 397 16. Building a Mobile Web Application 443 17. Canvas and JavaScript 483 18. HTML5 Web Storage 521 19. HTML5 Geolocation and APIs 557 It is hard to fall, but it is worse “ “never to have tried to succeed. Session - 1 Introduction to the Web Welcome to the Session, Introduction to the Web. This session explains the evolution, page structure, and features of HTML5. This session also explains CSS, JavaScript, and jQuery. Finally, the session explains the browser support provided for HTML5. In this Session, you will learn to: Explain the evolution of HTML Explain the page structure used by HTML List the drawbacks in HTML 4 and XHTML List the new features of HTML5 Explain CSS Explain JavaScript Explain jQuery Explain browser support for HTML5 1 Session Introduction to the Web 1.1 Introduction HyperText Markup Language (HTML) was introduced in the year 1990. Since then, there has been continuous evolution in the technology leading to introduction of new versions. Some features were introduced in specifications, whereas others were introduced in software releases. HTML 4 was recommended as a standard by W3C in 1997. HTML5 is the next version of HTML and will be the new standard. HTML 4.01 was the previous version of HTML which was released in 1999. Since then, there have been constant evolutions and additions to the World Wide Web (WWW). Majority of the browsers support HTML5 elements and Application Programming Interfaces (APIs). 1.1.1 Evolution of Computing The era of computing started with the use of stand-alone computers to carry out different computing operations. These computers were isolated and not connected to each other. Eventually as the years passed, the growth of computing expanded in multiple diverse fields such as business, education, and military due to quick data processing. With such a huge expansion, organizations felt the need of sharing the processed data among their people to save time and effort. This marked the beginning of computer networks. Organizations began to connect their computers and share data amongst their people. These networks are as follows: Local Area Network (LAN) Metropolitan Area Network (MAN) Wide Area Network (WAN) LAN refers to a computer network in a small geographical area such as office, home, or school. MAN refers to a network that covers a city. WAN refers to a network that connects LANs and MANs across the globe.
Recommended publications
  • Amazon Silk Developer Guide Amazon Silk Developer Guide
    Amazon Silk Developer Guide Amazon Silk Developer Guide Amazon Silk: Developer Guide Copyright © 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services, Inc.: Amazon, Amazon Web Services Design, AWS, Amazon CloudFront, AWS CloudTrail, AWS CodeDeploy, Amazon Cognito, Amazon DevPay, DynamoDB, ElastiCache, Amazon EC2, Amazon Elastic Compute Cloud, Amazon Glacier, Amazon Kinesis, Kindle, Kindle Fire, AWS Marketplace Design, Mechanical Turk, Amazon Redshift, Amazon Route 53, Amazon S3, Amazon VPC, and Amazon WorkDocs. In addition, Amazon.com graphics, logos, page headers, button icons, scripts, and service names are trademarks, or trade dress of Amazon in the U.S. and/or other countries. Amazon©s trademarks and trade dress may not be used in connection with any product or service that is not Amazon©s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. AWS documentation posted on the Alpha server is for internal testing and review purposes only. It is not intended for external customers. Amazon Silk Developer Guide Table of Contents What Is Amazon Silk? .................................................................................................................... 1 Split Browser Architecture ......................................................................................................
    [Show full text]
  • Lucas Edi Cordeiro De Brito
    UNIVERSIDADE FEDERAL DE CAMPINA GRANDE CENTRO DE ENGENHARIA ELÉTRICA E INFORMÁTICA UNIDADE ACADÊMICA DE SISTEMAS E COMPUTAÇÃO CURSO DE BACHARELADO EM CIÊNCIA DA COMPUTAÇÃO LUCAS EDI CORDEIRO DE BRITO ANÁLISE COMPARATIVA ENTRE WEBASSEMBLY E JAVASCRIPT COMO ALVOS DE COMPILAÇÃO CAMPINA GRANDE ­ PB 2019 LUCAS EDI CORDEIRO DE BRITO ANÁLISE COMPARATIVA ENTRE WEBASSEMBLY E JAVASCRIPT COMO ALVOS DE COMPILAÇÃO Trabalho de Conclusão Curso apresentado ao Curso Bacharelado em Ciência da Computação do Centro de Engenharia Elétrica e Informática da Universidade Federal de Campina Grande, como requisito parcial para obtenção do título de Bacharel em Ciência da Computação. Orientador: Professor Dr. Matheus Gaudencio do Rêgo. CAMPINA GRANDE ­ PB 2019 B862a Brito, Lucas Edi Cordeiro de. Análise comparativa entre WebAssembly e JavaScript como alvos de compilação. / Lucas Edi Cordeiro de Brito. – 2019. 11 f. Orientador: Prof. Dr. Matheus Gaudencio do Rêgo Trabalho de Conclusão de Curso - Artigo (Curso de Bacharelado em Ciência da Computação) - Universidade Federal de Campina Grande; Centro de Engenharia Elétrica e Informática. 1. WebAssembly. 2. JavaScript. 3. Emscripten. 4. Asm.js - Mozila. 5. Navegadores web. 6. Linguagem de programação - web. 7. Aplicativos web – linguagem de programação. I. Rêgo, Matheus Gaudencio do. II. Título. CDU:004(045) Elaboração da Ficha Catalográfica: Johnny Rodrigues Barbosa Bibliotecário-Documentalista CRB-15/626 LUCAS EDI CORDEIRO DE BRITO ANÁLISE COMPARATIVA ENTRE WEBASSEMBLY E JAVASCRIPT COMO ALVOS DE COMPILAÇÃO Trabalho de Conclusão Curso apresentado ao Curso Bacharelado em Ciência da Computação do Centro de Engenharia Elétrica e Informática da Universidade Federal de Campina Grande, como requisito parcial para obtenção do título de Bacharel em Ciência da Computação.
    [Show full text]
  • Security Considerations Around the Usage of Client-Side Storage Apis
    Security considerations around the usage of client-side storage APIs Stefano Belloro (BBC) Alexios Mylonas (Bournemouth University) Technical Report No. BUCSR-2018-01 January 12 2018 ABSTRACT Web Storage, Indexed Database API and Web SQL Database are primitives that allow web browsers to store information in the client in a much more advanced way compared to other techniques such as HTTP Cookies. They were originally introduced with the goal of enhancing the capabilities of websites, however, they are often exploited as a way of tracking users across multiple sessions and websites. This work is divided in two parts. First, it quantifies the usage of these three primitives in the context of user tracking. This is done by performing a large-scale analysis on the usage of these techniques in the wild. The results highlight that code snippets belonging to those primitives can be found in tracking scripts at a surprising high rate, suggesting that user tracking is a major use case of these technologies. The second part reviews of the effectiveness of the removal of client-side storage data in modern browsers. A web application, built for specifically for this study, is used to highlight that it is often extremely hard, if not impossible, for users to remove personal data stored using the three primitives considered. This finding has significant implications, because those techniques are often uses as vector for cookie resurrection. CONTENTS Abstract ........................................................................................................................
    [Show full text]
  • CTA Specification, CTA-5000) and W3C (As a Final Community Group Report), by Agreement Between the Two Organizations
    CCTTAA SSppeecciiffiiccaattiioonn Web Application Video Ecosystem – Web Media API Snapshot 2017 CTA-5000 December 2017 NOTICE Consumer Technology Association (CTA)™ Standards, Bulletins and other technical publications are designed to serve the public interest through eliminating misunderstandings between manufacturers and purchasers, facilitating interchangeability and improvement of products, and assisting the purchaser in selecting and obtaining with minimum delay the proper product for his particular need. Existence of such Standards, Bulletins and other technical publications shall not in any respect preclude any member or nonmember of the Consumer Technology Association from manufacturing or selling products not conforming to such Standards, Bulletins or other technical publications, nor shall the existence of such Standards, Bulletins and other technical publications preclude their voluntary use by those other than Consumer Technology Association members, whether the document is to be used either domestically or internationally. WAVE Specifications are developed under the WAVE Rules of Procedure, which can be accessed at the WAVE public home page (https://cta.tech/Research-Standards/Standards- Documents/WAVE-Project/WAVE-Project.aspx) WAVE Specifications are adopted by the Consumer Technology Association in accordance with clause 5.4 of the WAVE Rules of Procedures regarding patent policy. By such action, the Consumer Technology Association does not assume any liability to any patent owner, nor does it assume any obligation whatever to parties adopting the Standard, Bulletin or other technical publication. This document does not purport to address all safety problems associated with its use or all applicable regulatory requirements. It is the responsibility of the user of this document to establish appropriate safety and health practices and to determine the applicability of regulatory limitations before its use.
    [Show full text]
  • Insights Into Webassembly: Compilation Performance and Shared Code Caching in Node.Js
    Insights into WebAssembly: Compilation Performance and Shared Code Caching in Node.js Tobias Nießen Michael Dawson Faculty of Computer Science IBM Runtime Technologies University of New Brunswick IBM Canada [email protected] [email protected] Panos Patros Kenneth B. Kent Software Engineering Faculty of Computer Science University of Waikato University of New Brunswick [email protected] [email protected] ABSTRACT high-level languages, the WebAssembly instruction set is closely re- Alongside JavaScript, V8 and Node.js have become essential com- lated to actual instruction sets of modern processors, since the initial ponents of contemporary web and cloud applications. With the WebAssembly specification does not contain high-level concepts addition of WebAssembly to the web, developers finally have a fast such as objects or garbage collection [8]. Because of the similarity of platform for performance-critical code. However, this addition also the WebAssembly instruction set to physical processor instruction introduces new challenges to client and server applications. New sets, many existing “low-level” languages can already be compiled application architectures, such as serverless computing, require to WebAssembly, including C, C++, and Rust. instantaneous performance without long startup times. In this pa- WebAssembly also features an interesting combination of secu- per, we investigate the performance of WebAssembly compilation rity properties. By design, WebAssembly can only interact with its in V8 and Node.js, and present the design and implementation of host environment through an application-specific interface. There a multi-process shared code cache for Node.js applications. We is no built-in concept of system calls, but they can be implemented demonstrate how such a cache can significantly increase applica- through explicitly imported functions.
    [Show full text]
  • Universal High-Performance Applications with Webassembly
    ISSN:0975-9646 Jebreel Alamari et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 11 (6) , 2020, 102-106 Universal High-Performance Applications with WebAssembly Jebreel Alamari C.Edward Chow Computer Science Department Computer Science Department University of Colorado at University of Colorado at Colorado Springs Colorado Springs [email protected] [email protected] Abstract— Building and maintaining applications is an Browsers do not stop at that point. They try to run that code expensive operation. According to Kinvey report, building an efficiently and at a high speed. Since JavaScript is the main enterprise level mobile application costs about $270k. programming language for computation in the browsers, Supporting multiple platforms and operating systems is the after the failure of Java Applets [6], it became feasible to driving cost of the development process. In this paper we optimize browser engines to run JavaScript code faster. investigate the possibility of using web browsers as computation containers that allow code to run independently from the One of inaccurate ideas about JavaScript is that it is slow, underlying operating system. Progressive Web Applications and it is only good to do form processing with some fun became popular in the recent years, however their performance animation in the web page. Sure, JavaScript can do all that, still worries developers. Therefore, in this paper we concentrate but nowadays it can do much more. on the performance aspect of web applications. Even though it is still considered a loosely typed language Keywords— (web applications, universal applications, web with an interpreter, its performance has dramatically browsers, web assembly, JavaScript, WebAssembly) improved [7].
    [Show full text]
  • Using Indexeddb with a Spatial Database
    Linköpings Universitet | Institutionen för Datavetenskap Examenarbete, 16 hp | Innovativ Programmering Vårterminen 2018 | LIU-IDA/LITH-EX-G--18/049--SE Using IndexedDB with a spatial database Ludvig Eriksson Handledare: Erik Berglund Examinator: Anders Fröberg Linköping University SE-581 83 Linköping 013-28 10 00, www.liu.se Using IndexedDB with a spatial database Ludvig Eriksson Linköping University Norrköping, Sweden [email protected] ABSTRACT In addition to having the advantage for the user of requiring Web technologies are becoming increasingly useful with a lower effort to visit, PWAs also have other advantages new features and the gap to native apps is narrowing. over mobile apps for the developers. With them you don’t Recently, IndexedDB was added to the web standard to have to maintain separate code bases for different device provide large scale storage solutions directly in the types, screen sizes or operating systems. This can be both browser. Is it performant enough to be used with a spatial economically more desirable and require fewer resources database? In this study, such a system is developed for for companies that are building systems for mobile Foran Sverige AB and we learn that IndexedDB indeed can platforms. be used for this purpose. Even storage demanding Motivation geospatial applications can be developed as a multi- Foran Sverige AB develops systems for gathering, platform system with a single codebase, all while analyzing and presentation of forestry and nature data3. broadening the possible audience reach by avoiding an app When clients are out in the field, often the mobile reception installation process. isn’t optimal and load times can be unreasonably slow, if Author Keywords present at all.
    [Show full text]
  • Aplicação Web Para Dispositivos Móveis Com Inputs De Nova Geração
    Aplicação web para dispositivos móveis com inputs de nova geração Protótipo de aplicação web, na área da cultura, que fornece pontos de interesse baseados na localização do utilizador, simpli!cando a sua utilização em movimento VÍTOR ÂNGELO MAGALHÃES MARINHO Licenciado em Artes Plásticas - Escultura - pela Faculdade de Belas Artes da Universidade do Porto DISSERTAÇÃO SUBMETIDA PARA SATISFAÇÃO PARCIAL DOS REQUISITOS DO GRAU DE MESTRE EM MULTIMÉDIA Realizada sob orientação do Professor Doutor José Miguel Santos Araújo Carvalhais Fonseca, Faculdade de Belas Artes da Universidade do Porto Porto, setembro de 2011 II Em memória do Fidalgo “Life is what happens to you While you're busy making other plans” (John Lennon) III IV Agradecimentos Quero agradecer primeiro de tudo aos meus pais por estarem sempre ao meu lado e desta vez não foi exceção, o seu incentivo, apoio, carinho, amizade, energia e paciência foram incríveis. À minha irmã por ouvir os meus desabafos, pela paciência, pelos conselhos e por todo o seu apoio. Sem eles, tudo teria sido muito mais difícil. Ao Prof. Dr. Miguel Carvalhais, por ter aceite participar neste desa!o tendo em conta todas as particularidades que envolviam este projeto. Agradeço a sua orientação, aconselhamento, disponibilidade, respostas céleres, sugestões, críticas construtivas e partilha dos seus conhecimentos nas diversas áreas. Não poderia deixar de referir ainda, o Prof. Dr. Carlos Oliveira pelos seus conselhos e ajuda numa fase inicial. Gostaria igualmente de agradecer, à Filipa Almeida, ao João Angélico e à Maria Van Zeller pelos seus conselhos iniciais. Ao Carlos Fernandes e Fernando Mesquita pela ajuda em dois momentos.
    [Show full text]
  • 03-Html5-Bostonweb.Pdf
    Introduction to HTML5 Michael(tm) Smith [email protected] http://people.w3.org/mike sideshowbarker on Twitter, etc. I work for the W3C in Japan, based at Keio University near Tokyo My official W3C title is: Special Missions Subsection Junior Interim Floor Manager Where to start learning about HTML5? HTML5 differences from HTML4 http://w3.org/TR/html5-diff/ Tutorials and how-to guidance Dive into HTML5 http://diveintohtml5.org/ The HTML5 Doctors http://html5doctor.com/ Alternative authoring references HTML5 (Author Edition) http://dev.w3.org/html5/ spec-author-view HTML5: The Markup Language http://dev.w3.org/html5/ markup HTML5 differences • Syntax simplifications • MathML and SVG integration • New elements/attributes added • Removed old elements/attributes • Added new APIs for scripting Syntax simplifications <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/ DTD/xhtml1-transitional.dtd"> <!doctype html> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <meta charset="Shift_JIS"> New elements • <video> & <audio> (no plugins) • <canvas> (scriptable image) • <ruby> (annotations) • <article>, <section>, <header> • <details>, <progress>, more... New attributes • draggable (drag-and-drop) • contenteditable (editable pages) • spellcheck (catch spelling errors) • new form attributes (for client- side validation, plus new form controls such as date picker, etc.) Elements and attributes removed or obsoleted • <frame>, <frameset> • <a name> • more... New APIs for scripting • API for <video> & <audio> • 2D drawing API for <canvas> • getElementsByClassName() • innerHTML • more... HTML design principles http://w3.org/TR/html-design-principles/ HTML design principles • Support existing content • Ensure interoperability • Precisely define UA behavior • Handle errors (non-draconian) • Evolution not revolution Important point: HTML5 includes XHTML Frequently Asked Questions (FAQ) about the future of XHTML http://w3.org/2009/06/xhtml-faq.html About error handling..
    [Show full text]
  • Amazon Silk User Guide Amazon Silk User Guide
    Amazon Silk User Guide Amazon Silk User Guide Amazon Silk: User Guide Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. Amazon Silk User Guide Table of Contents What is Amazon Silk? ......................................................................................................................... 1 Silk on Fire Tablet ...................................................................................................................... 1 Silk on Fire TV ........................................................................................................................... 1 Silk on Echo Show ..................................................................................................................... 2 Getting Started with Amazon Silk ........................................................................................................ 5 Are You an Amazon Silk User? ..................................................................................................... 5 Are You a Site Owner? ...............................................................................................................
    [Show full text]
  • Most Websites Don't Need to Vibrate: a Cost–Benefit Approach To
    Most Websites Don’t Need to Vibrate: A Cost–Benefit Approach to Improving Browser Security Peter Snyder Cynthia Taylor Chris Kanich University Of Illinois at Chicago University Of Illinois at Chicago University Of Illinois at Chicago [email protected] [email protected] [email protected] ABSTRACT Firefox OS, have expanded the Web API tremendously. Modern Modern web browsers have accrued an incredibly broad set of browsers have, for example, gained the ability to detect changes features since being invented for hypermedia dissemination in in ambient light levels [58], perform complex audio synthesis [14], 1990. Many of these features benefit users by enabling new types enforce digital rights management systems [25], cause vibrations of web applications. However, some features also bring risk to in enabled devices [36], and create peer to peer networks [11]. users’ privacy and security, whether through implementation error, While the web has picked up new capabilities, the security model unexpected composition, or unintended use. Currently there is underlying the Web API has remained largely unchanged. All web- no general methodology for weighing these costs and benefits. sites have access to nearly all browser capabilities. Unintended in- Restricting access to only the features which are necessary for formation leaks caused by these capabilities have been leveraged by delivering desired functionality on a given website would allow attackers in several ways: for instance, WebGL and Canvas allowed users to enforce the principle of lease privilege on use of the myriad Cao et al. to construct resilient cross-browser fingerprints [21], and APIs present in the modern web browser. Gras et al.
    [Show full text]
  • The Current Status of HTML5 Technology and Standard The
    The current status of HTML5 technology and standard HTML5 관련 최근 주요업계 동향은 ? 22 HTML5 vs (Flash vs Silverlight) 33 44 <Source: http://www.apple.com/ipad/ready-for-ipad/ > <Source: http://www.apple.com/html5/ > 55 66 <Source: http://mashable.com/2010/05/07/google-reader- adds-html5-support/> 77 <Source: http://www.computerworld.com/s/article/print/9178558/Google_to_use_HTML5_i n_Gmail?taxonomyName=App+Development&taxonomyId=11 > 88 Google to use HTML5 in Gmail Speed is a feature Goal is to get Gmail to load in under a second Offline support HTML5's database standards New features downloadurl: a new data transfer protocol HTML6 ??? Code size 443,000 lines of JavaScript 978,000 lines with comments 99 Google I/O Conference Chrome Web Store an existing web app a serverless app 1010 Google I/O Conference HTML5 Tweetdeck App 11 11 Google I/O Conference WebM Project 12 12 <Source: http://www.html5rocks.com/> 13 13 < Source: http://thenextweb.com/apps/2010/03/04/internet-explorer-9-html5-c ompatible-microsoft-joining-antiflash-movement/ > 1414 IE9 : HTML5와 GPU <Source: IE9 : HTML5와 GPU 발표자료 (황리건) > 15 15 MS IE9 Preview #3까지 출시 HTML5 비디오/오디오와 SVG 지원 예정 GPU 활용한 랜더링 기능 지원 IE9 공식 버전은 언제 출시 ??? HTML5를 지원하는 모바일 브라우저 로드맵은 ??? 1616 17 17 H.264: 31% ( Q2/09 ) 66% ( Q1/10 ) Flash : 69% ( Q2/09 ) 26% ( Q1/10 ) <Source: Encoding.com via TechCrunch> 1818 HTML5 표준 개요 및 특징은? 19 19 HTML Timeline 20 20 [ Source : Appleinsider ] What is HTML5 ? Structure and Semantic APIs 2121 HTML Design Principles <Source: http://www.w3.org/TR/html-design-principles/ > 22 22 Document Representations (문서 표현) HTML 5 XHTML 5 Document application/xhtml+xml text/html DOM The DOCTYPE <!DOCTYPE html> Just 15 character HTML5 doc !!! Case-insensitive Backwards compatibility How about Google page ? Is it based on the HTML5 ? 2424 HTML5 Basic Structure Common structures Differentiation & Style.
    [Show full text]