Showing posts with label HTML5. Show all posts
Showing posts with label HTML5. Show all posts

GDC Sessions for HTML5 games on web and mobile


GDC sessions that caught my eye related to building games on web tech:

Native Apps? With HTML5? Yes You Can! (Presented by Google)
Joe Marini  |  Developer Advocate,
Continue Reading

Silverlight to be Rewritten into HTML5

I did not get to go to Convergence this year but it is possible to access the excellent presentations if you registered. As it happens I did not register but an MVP friend of mine slipped me a login and password so I thought I would browse the content. There are some great talks on Orion which I highly recommend.
Continue Reading

Create 2 column Responsive layout for Mobile Devices

Create a 2 Column fixed Responsive Layout '. You might just think - oh! what's special in this?
Continue Reading

Basic HTML5 tutorial for Beginners

Introduction to HTML5. This simple tutorial is for Newbies/Beginners, who are just starting off with HTML5.
Continue Reading

HTML5 Geolocation


Visitor Location by IP - Geolocation

In this tutorial, i will teach you how to get user location by using free maxmind geolocation service. This is not what you expected- HTML5 Geolocation. HTML5 is different from geolocation. Currently, some browsers don't support geolocation. The browsers that support it requests for users permission first. So, i think its better to continue using geolocation by IP if the goal is just to prepopulate form data. The geolocation code is given below:
Continue Reading