| Author |
why i need to upgrade html5
|
Naveen Madarapu
Ranch Hand
Joined: May 24, 2011
Posts: 62
|
|
hello sir,
why i need to upgrade html5 even i am strong in html4?
what features of html5 discussed in Learning html5 game programming book?
are you discussed these things in your book?
moving things
canvas
3D landscope
Geolocation
Dynamic Content Injection
Video Destruction
Gravity features just like google gravity
microdata features
is it supports web storage.
|
OCPJP
|
 |
James Williams
author
Ranch Hand
Joined: Apr 18, 2009
Posts: 35
|
|
Naveen,
From your list, the book does cover:
- canvas2d
- webgl (3d)
- motion
- geolocation
- web storage (both localstorage and websql/indexeddb)
- physics
It doesn't cover microdata as that doesn't strongly apply to game programming.
I'm not sure what you meant by
Dynamic Content Injection
Video Destruction
.
|
 |
Naveen Madarapu
Ranch Hand
Joined: May 24, 2011
Posts: 62
|
|
Dynamic Content Injection
i mean of this is without using any scripting languages can we inject our content based on client request in pages..
Video Destruction means
in a video when we are going to next frame previous frame is destroyed just like specified in video editing tools
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
Why i need to upgrade html5 even i am strong in html4?
In a general sense HTML5 is an upgrade to HTML4. Almost everything you know about HTML4 still applies to HTML5, you just have new set of tags to work with.
Eric
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
|
|
|
And a lot of new API.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Naveen Madarapu
Ranch Hand
Joined: May 24, 2011
Posts: 62
|
|
|
thanks for everyone spending the valuable time.
|
 |
 |
|
|
subject: why i need to upgrade html5
|
|
|