• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

why i need to upgrade html5

 
Ranch Hand
Posts: 64
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
author
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 64
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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

 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And a lot of new API.
 
Naveen Madarapu
Ranch Hand
Posts: 64
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for everyone spending the valuable time.
 
reply
    Bookmark Topic Watch Topic
  • New Topic