Browser 10
Introducing Window performance API
Performance API provides helpful numbers to measure performance of a webpage. In this demo, “We will learn about performance API”. This performance object can be accessible using window.performance object.The following screenshot shows the object model of window.performance object. In the previous screenshot you can see 3 performance propertied memory,navigation and timing. The memory contains information […]
Enabling Web Component Feature in Chrome
Web Component is an experimental feature as of today 12/06/2014 in many major browser. […]
Enabling Web Component Feature in FireFox
On this day 12th June 2014, Web Component Feature are yet to come in the browser.It is now is an Experimental feature for many latest […]
Chrome FPS Counter
GPU stands for Graphical Processing Unit.This Unit of the computer is responsible for optimal rendering of graphics items like images and animation on the screen. Traditional HTML and CSS used to be rendered by the CPU […]