The Essential Guide to HTML5: Using Games to learn HTML5 and JavaScript (Paperback)
Jeanine Meyer
- 出版商: friendsofED
- 出版日期: 2010-11-02
- 售價: $1,552
- 貴賓價: $1,474
- 語言: 英文
- 頁數: 376
- 裝訂: Paperback
- ISBN: 1430233834
- ISBN-13: 9781430233831
-
相關分類:
HTML、JavaScript
下單後立即進貨 (1週~2週)
買這商品的人也買了...
-
$840
HTML5 Canvas (Paperback)
-
$840
Supercharged JavaScript Graphics: with HTML5 canvas, jQuery, and More (Paperback)
-
$420$332HTML5: 建置與執行 (HTML5: Up and Running )
-
$850$765人工智慧─現代方法 (Artificial Intelligence: A Modern Approach, 2/e)
-
$199
Using the HTML5 Filesystem API (Paperback)
-
$450$351HTML5 在 iPhone/iPad/Android 的應用程式開發實作
-
$590$502大話資料結構
-
$1,008
Foundation HTML5 Canvas: For Games and Entertainment (Paperback)
-
$680$578Windows Phone 開發實戰 (Beginning Windows Phone 7 Development, 2/e)
-
$580$458塗鴉牆的秘密-Facebook Graph API 實戰開發手冊
-
$580$458InDesign CS5 創意設計經典技法
-
$680$646密碼學與網路安全(第四版) (Cryptography and Network Security: Principles and Practice, 4/e)
-
$580$522Debug Hacks 除錯駭客-極致除錯的技巧與工具
-
$490$372App 程式設計入門-iPhone、iPad, 2/e
-
$399$339Microsoft Word 2010 使用手冊
-
$399$339Microsoft Excel 2010 使用手冊
-
$399$339Microsoft PowerPoint 2010 使用手冊
-
$580$493暗黑設計點子爆米花-Photoshop + Illustrator
-
$780$593ASP.NET 4.5 專題實務 [I]-C# 入門實戰篇
-
$890$703資料庫系統原理 (Fundamentals of Database Systems, 6/e)
-
$750$638《超強圖解》前進 Android Market!Google Android SDK 實戰演練, 2/e (適用2.X/3.X/4.X)
-
$580$458JavaScript & jQuery: The Missing Manual 國際中文版, 2/e
-
$950$808《超強圖解》前進 App Store!iOS 6 SDK 實戰演練
-
$520$442正確學會 Dreamweaver CS5 的 16 堂課
-
$1,000$950HTML5 完美風暴
商品描述
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.
The 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
Table of Contents
- The Basics
- Dice Game
- Bouncing Ball
- Cannonball and Slingshot
- The Memory (aka Concentration) Game
- Quiz
- Mazes
- Rock, Paper, Scissors
- Hangman
- Blackjack