Skip to main content

Posts

Showing posts from January 27, 2014

Minutes of Black berry Session 18th jan 2014

Minutes of Last Blackberry incubator session Different definations of HTML 5 1.       W3c :HTML 5 specifications 2.       WWG: Apple google Opera 3.       Common def: Whatever in web in last few years is HTML 5 Test in html5test.com Web kit :browsers who support WWG(http://www.whatwg.org/) Default file (graphic) format in web :   png IE :w3C geo location support imp http://www.whatwg.org/specs/web-apps/current-work/multipage/ wgl :?   CHROMOS GRP oPENgl : The Industry's Foundation for High Performance Graphics Use of WebGL e.g. UNITY : sOFTWARE TO MAKE GAMES\ Whenever u buy TV ,Mobile etc... check HTNL5test.com Most imp support in HTML 5   is Canvas   HTML Trend:   NOSQL Database( data stored in key value pair) http://html5.org/tools/web-apps-tracker   HTML5test.com About HTML5test: The HTML5 test score is an indication of how well your browser supports the upcoming HTML5 standard and related specifications.

Black Berry Meet up at 1st Feb in BIT Noida

Event Details BlackBerry Developer Group India has grown to have around 1500 members on its Facebook group in a short span of 2 years. The group is now organizing a meetup for its members to share ideas and opportunities relating to the BlackBerry 10 platform in particular and app development in general. https://www.eventbrite.com/e/blackberry-developer-group-india-meetup-tickets-10268989825 Agenda 11:45 am : Introductions 12:00 noon : Talk by Mr. Ebrahim Popat, Manager - Developer Alliances, vServ.mobi Advertising Network on "Monetising your apps - Best Practices" 12:30 pm : Mr. Saurabh Jain, Founder of BB Developer Group India and OpenClass will give an "Introduction to BB Developer Group India and OpenClass" 12:45 pm : Talk by Mr. Nit Navodit, Appbulous on "Cocos2D for BB 10" 1:30 pm : Informal mixer between the attendees 2:00 pm : Formal close of the session

JSON Implementations in HTML5

JSON: HTML5 Game Implementations JSON helps in getting image data. Example: Image files name, width & height, etc It is very light weight java data interchange format based on JavaScript object format. It is Easy to implement as compare to XML. JSON used to parse the object and JavaScript help in execute those parsed object. Example: JSONExample="frames": {                         "chaingun.png": {                            //File name                                     "frame": {                                                 "x": 1766,                   //X coordinate                                                 "y": 202,                    //Y coordinate                                                 "w": 42,                      //width                                                 "h": 34                                    //height