Skip to main content

Posts

Showing posts from January 24, 2014

JSON Basics

JSON: JavaScript Object Notation A Great Implementation in HTML5 Game Development. If you are a game developer then JSON is a very important name in your kitty. JSON basically originated from the JavaScript. It is represented with the two primary data structures i.e. Order List (Array) and Objects pairs. JSON is a light-weight text oriented data-interchange format. It is easy to implement as compare to XML. It is widely use format over the WWW. JSON is language independent and its data structure, array and objects are universality accepted. These structures are supported in some way by most of the modern programming languages like Python, Perl, ASP, ABAP, C, C++, C#, Lisp, COBOL, Ruby, Java, PL/SQL, Objective C, and many more. Basics of JSON : 1.       Object : In this values are separated by comma (,). Property of these objects can be accessed by its object name followed by property  name or by using array.                    Example:         myOb

HTML5 Mobile Device Game Development

                                          Why you use HTML5 for Mobile game development? HTML5 is a Hyper Text Markup Language version 5. HTML5 is used as a skeleton for any web content. It means it is used for presenting content for the WWW and Internet. It is a fifth recommendation of World Wide Consortium (W3C ). HTML5 is rich in dynamic property. It enhances the capabilities of HTML with the high level support of latest multimedia and DOM level 2 HTML. HTML5 is widely used for the Mobile Websites and Mobile Applications. It provides wide range of capabilities for the developers with tools as Offline Web Storage, GeoLocation, Canvas Drawing, CSS3 and many more. The World Wide Consortium (W3C) and Web Hypertext Application Technology Working Group (WHATWG) are current working on the development of HTML5. W3C plan to release a stable HTML5 Recommendation by the end of 2014. HTML5 specifies scripting Application Programming Interfaces (APIs) that can be used wi