Javascript 51
JavaScript language
Google App :Introduction
Google app engine let the web application run in Google infrastructure. There is a go run time environment in the app engine which translates the code to its object, thus we can create application in different programming language. The business idea behind it comes from clod computing. The principle of cloud computing says “Pay what […]
HTML 5 Canvas & JSON Demo
Canvas A canvas is a html 5 element. You can compare with a drawing paper with many more capabilities like graphics ,animations. With javascript in it we can do lot of things. JSON 1. JavaScript object notation. 2 . You can compare it with XML. Demo The purpose of this demo :- […]