
Search In
Like in many other programming languages, there are objects in JavaScript.The objects in JavaScript can be compared to object in real life. JavaScript object's is a standalone entity, with its own properties and type . Compare it with a bucket, for
In JavaScript try/catch/finally are called exception handling statements. In JavaScript try/catch/finally statement manage some or all of the errors that might occur in a block of code. Try/catch/finally in JavaScript lets you deal with exceptions gr
An Expression is a combination of operators, constants and variables arranged as per rules of language. It may also include function calls which return values. An expression may consist of one or more operators and zero or more operator to produce va
Hello, Readers ….
In this blog I am trying to explain the difference among the ‘Code Based’, ‘Code Driven’ and ‘Code Free’ testing in perspective of software testing. Mentioned below as:-
Code Base
Hi All,
If you want to setup Django framework in your system then you just need to read this blog only .
Python Installation : - You need to install python first.You can install python from here . I'm using 3.5.2 version of python and s
The method used to create the custom animation of a set of CSS properties is the animate() method.
Simple syntax to use this method is:
$(selector).animate({params},speed,callback);
The param parameter is the requi
PHP Variable Scope
In PHP there are three variable scope. They are : Local , Global and Static.
LOCAL VARIABLE : Local variable is the one which is declared within the function, has the local scope and can be accessed within t
In SQL we have situations where we want to extract date from date time and in particular format
-- Extracting only Date from DateTime Type Column
SELECT N.[ID],N.[Message],N.[LocationID],N.[TargetUserID],N.[Url],CONCAT(U.[FirstName],U.[LastName])
You are highly proficient and have shown on numerous occasions that you can deliver. That is the reason you are presently in an leadership role. So in what manner would you be able to thrive now that you are a leader?
Concentrate on the end game:-
Passion and an personal association with a group of people are the two main things that make a leader awesome. Sometimes passion can be seen as scary, but at the same time it's energy that makes people listen to what you need to say. Keepin
