What is _proto_ secret link?
As We Know Java Script languages are Prototype based Object Oriented Programming Language. So Every object created in Java Script has a Secret Link to its Originated Prototype . This secret link is represented as _PROTO_ in Mozilla Firefox browser.In other words, We can put it as _PROTO_ is an Firefox implementation of secret link. […]
What are different Browser rendering engine ?
A Browser Engine is a core module of the browser that takes input as HTML, CSS and other formatting types and displays the formatted content on browser screen. The most popular rendering engines are:- Trident : Internet Explorer. Gecko: […]
Integrating Chart JS Library With Java
“Chart JS Library” provides API for drawing different charts. Drawing is based on HTML CANVAS Element. Download Link:- http://www.chartjs.org/ In this Demo, “We will draw a Radar Chart .The Student input data is JSON in nature.The Servlet returns the JSON data when called by Jquery Ajax method.The Student Java class object […]
Exploring CSS Cascade Framework
“Cascade Framework” is a css frame work for developers. Some of the important features are like, ———-Layout ———-Typography ———-Icons ———-Component Classes The main thing is re-usability of the css classes .It helps to minimize redundant css classes. This framework can be downloaded from:- […]