Javascript JavaScript Inheritance By Nikhilesh JavaScript Inheritance In my last post, I covered JavaScript Classes and now, I'll continue with inheritance. JavaScript uses prototypal inheritance in contrast to classical. When a class is instantiated, it's prototype is stored in __proto__ key of the object, which...
Javascript JavaScript Classes By Nikhilesh JavaScript Classes For any one with classical OOPs (Java, C#, etc) background, working in JavaScript might not be easy, as it doesn't contain keywords such as class , static , private , public or protected , that one might be...
Javascript RequireJS : Loading JavaScripts dynamically By Nikhilesh According to a survey by W3Techs, Around 90% of websites uses JavaScript to enhance its usability and/or to make it interactive. There is a rise in trend of using JavaScript libraries (and plugins). According to google-web metrics, the average number...
Business Intelligence Internationalization of jasper reports – Hello world example By Nikhilesh Hi guys.. small work out but very use full.. Generally customers want to see data in their own language. This example is developed using iReport 5.1.0 pro, Jasper server pro and foodmart db with postgresql. Sources/References : Example : Converting...
Business Intelligence Extract year,quarter,month & day from date input control in pentaho CDE using java script – MDX Query Scenario By Nikhilesh Hello guys...!! Some times you need to extract the parts(year,month,day) of Date for some specific use.. For example: Assume you are creating a report with MDX query which has dimension called "Date" having levels "Year", "Quarter","Month" & "Day". (Note :...