Web Devlopment 5
Box Model in IE and FF
Box Model: Whenever an HTML element is rendered in browser it follows the box model to place it in browser. In Browser an element is defined by it padding, border and margin. Padding and Border is for self-placement and margin determines the distance from its parent. Components of an Element: Example: Let’s take an example […]
Web Page Performance
Why web Page Performance?In the present time of IT industries business, performance of a particular application is so much important. As performance is directly proportional to the number of user using that application.Main factors affecting web page performance:- Blocking JavaScript. No of http Calls What is Blocking JavaScript? For Every Browser we have a rendering […]
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 […]