The Essential Guide to HTML5

The Essential Guide to HTML5 pdf epub mobi txt 电子书 下载 2026

出版者:friends of ED
作者:Jeanine Meyer
出品人:
页数:376
译者:
出版时间:2010-11-2
价格:USD 39.99
装帧:Paperback
isbn号码:9781430233831
丛书系列:
图书标签:
  • HTML5
  • 计算机
  • HTML5
  • 前端开发
  • Web开发
  • 网页设计
  • 技术指南
  • 编程
  • 互联网
  • 前端技术
  • 代码
  • 教程
想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

HTML5 opens up a plethora of new avenues for application and game development on the web. Games can now be created and interacted with directly within HTML with no need for users to download extra plugins, or for developers to learn new languages. Important new features such as the Canvas tag enable drawing directly onto the web page, the Audio tag allows sounds to be triggered and played from within your HTML code, the web sockets API brings the facility for real-time communication, and the local storage API enables data such as high scores or game preferences to be kept on a user's computer to be retrieved next time they play your game. All of these features and many more are covered within The Essential Guide to HTML5. This book begins at an introductory level, teaching the essentials of HTML5 and JavaScript through game development. Each chapter features a familiar game type as its core example, such as hangman, rock-paper-scissors, or dice games, and uses these simple constructs to build a solid skillset of the key HTML5 concepts and features. By working through these hands on examples, you will gain a deep, practical knowledge of HTML5 that will enable you to build your own, more advanced games and applications. Concepts are introduced and motivated with easy-to-grasp, appealing examples. Code is explained in detail after general explanations. Reader is guided into how to make the examples “their own”. What you’ll learn Use HTML5 and JavaScript to create interactive web sites Program in JavaScript with the new HTML5 features Draw on canvas and place text on the canvas Create animated scenes using timing events Handle mouse events for interaction with the user/player Important concepts useful in any programming language/environment HTML tags, canvas, Math.random, setInterval, setTimerout, addEventListener, Date, localStorage and other features Who this book is for Anyone who wants to make interactive websites. This book is suited for: Total beginners Those who have done some HTML but are afraid to do any programming Those with some experience with HTML, JavaScript, or Flash ActionScript but who are unfamiliar with the new features in HTML5

探索数字世界的基石:深入解析现代网页结构与设计原理 图书名称: 数字建筑的蓝图:从零开始构建高效、美观的Web 2.0界面 作者: [此处可留空或填写一个虚构的资深开发者姓名] 页数预估: 700页(精装,附带在线代码资源库访问权限) 目标读者: 网页设计师、前端工程师、软件架构师、跨领域技术爱好者,以及所有希望系统掌握现代网页构建核心技术的专业人士。 --- 书籍简介: 在信息爆炸的时代,网页不再仅仅是静态的文本展示,而是承载复杂交互、丰富媒体和强大功能的动态应用程序载体。要真正驾驭这个领域,掌握构建现代数字界面的核心技术至关重要。本书《数字建筑的蓝图:从零开始构建高效、美观的Web 2.0界面》,提供了一条清晰、深入且高度实践驱动的学习路径,旨在将读者从网页技术的初学者,快速提升为能够独立设计、开发和优化复杂用户界面的专业人士。 本书的焦点完全集中在构建稳固、语义化和可维护的网页结构之上,这构成了所有现代前端技术栈(如CSS框架、JavaScript库和Web组件)能够高效运行的基石。我们摒弃了对特定框架的过度依赖,转而深入探讨那些构成万维网的底层、持久性的核心技术——结构、语义化和可访问性。 第一部分:重塑基础——理解标记的艺术(约20页) 本部分旨在彻底清除对早期网页标记的过时认知。我们将从历史的角度审视网页语言的发展轨迹,并重点强调语义化在当前搜索优化(SEO)、辅助技术(如屏幕阅读器)兼容性以及团队协作中的决定性作用。 超越标签堆砌: 学习如何精确选择最能代表内容含义的元素,而非仅仅是视觉效果。深入剖析块级、行内元素,以及新兴的文档流控制机制。 文档结构化深度剖析: 详细解析现代文档模型(DOM)的构建过程,理解浏览器如何解析和渲染标记,以及如何通过合理的结构组织来提升性能。 元数据管理与内容分层: 深入探讨``部分的奥秘,如何利用``标签、`charset`声明和`viewport`设置来优化跨设备显示和搜索引擎抓取。 第二部分:构建稳固的骨架——内容组织与逻辑映射(约150页) 这是本书的核心,我们将细致地解构现代Web内容所需的全部结构元素,并教授如何以最高效、最符合逻辑的方式组织它们。 章节化(Sectioning)的艺术: 彻底掌握用于定义页面主要内容的结构元素(如`
`、`
`、`