Skip to main content

Posts

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     

Understanding Web services

http://webservicesmysite.com/weather/india/webservice - this will give a 4xx error as webservice is not a page. This URI can only be used by a s/w. It is similar to url. In case u type URI of the browser ,this URI needs to give to the program as requested by the program. the description of a web service along with the web interface is required to invoke a web service. once wsdl is written for a web service a source code is always generated and interpreted. the soft that is needed by a client to invoke a web service is called a "stub". there are plenty of tools available on net that will help us to generate the stuff as these things are based on the wsdl of the web service. What is a client stub or a server stub? Client stub that generates soap request and interprets the soap responses sent by the server. E.g. A gadget wants to knw the temp and d gadget has to access from weather forecast then it will use a soft who will generate a soap msg(collection of xml

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