The Invisible Layers
Seeing my portfolio people call me with job opportunities, mostly HR executives and recruitment agents. The conversation goes like this, They: “Are you a designer or a developer ?”.Me: “I am a develop
Seeing my portfolio people call me with job opportunities, mostly HR executives and recruitment agents. The conversation goes like this, They: “Are you a designer or a developer ?”.Me: “I am a develop
Object As we know an object is something that exists and owns a set of properties. The term object is used to refer anything in Javascript. From the list of objects available in Javascript, let us ex
continuing Object Oriented Javascript - 3 : Function A Simple Problem Let us try to create the following simple three objects Person – base Student – inheriting Person Teacher – inheriting Person
continuing Object Oriented Javascript - 2 : Prototype Function Defining a function A function can be defined in different ways. #1. Using keyword function This is the simplest way to define a funct
continuing Object Oriented Javascript - 1 : Object Prototype Running the code below gives an alert showing undefined var car = { name:”i20”, manf:”hyundai”, exprice:650000, tax:100000, getOnRoad
Javascript in combination with HTML has become the platform that can run an application in any device which has a Javascript Engine, and most of the devices today ranging from Mobile Phones to Desktop
The following statement will give you a syntax error, but you may not find any error. var x:Number = 10 – 5; Infact the minus symbol is wrong. The right one is given below var x:Number = 10 – 5;
Faced the issue of reloading a dropkick select as there was no method specified in the documentation of the plugin, but finally succeeded in getting this hack work. $select = $("#select1"); $selec
It is a common requirement to add a markers on a clicked point in Google Map. This can be achieved by using ‘click’ event. google.maps.event.addListener(map, ‘click’, function(event) { var
Posting some of the images from the design process of my portfolio (http://idiode.in). I-V characteristics of a diode,from which I started. Reference Initial design based on the circuit for plottin