
Search In
TTCN:-
TCCN is a classic testing language for characterizing test scenario and their execution for protocol testing. A TCCN test suite contains numerous experiments(test cases) written in the TTCN programming language and it is utilized for
The Number is a javascript object that represents numerical date, either integers or floating-point numbers.
The syntax for creating a number object is as follows:
var num = new Number(number);
If it receives a non-number argument, then the argum
Exterior Gateway Protocol
EGP is a standard protocol. It is used mainly for the data that needs to be sent outside of the network.
The Exterior Gateway Protocol is the protocol used for exchange of routing information between exteri
Optimized Link State Routing Protocol
The Optimized Link State Routing Protocol is a IP protocol that is mainly used to increase the efficiency of ad hoc networks but it can also be used with wireless ad hoc networks.
It is a
Hello Friend,
If you are looking to add products in Magento, there are six different "Product Type" under this. Please find out the difference as below::
1) Simple Product :: If you are looking to add a simple product without any size, co
There are many factors based on the quality for the web applications. Few of them are mentioned below --
1- Reliability
2- Security
3- Usability
4- Maintainability
Reliability:- Meaning of reliability is that which all can trus
JCanvas: As we know that canvas is used to draw graphics with the help of javascript. In this there are certain properties to draw a line, circle, box, etc but canvas does not support event handlers.
JCanvas is a javascript library which is writ
What are Cookies?
Cookies are stored in small text files, on your computer i.e., cookies are the data.
To create a cookie in javascript let us look at the code below :
document.cookie="username= Ramesh";
whenever a browser request a server
Instance Initializer Block:
There are two types of data members: static and instance data members.
Instance data members are those that belongs to instance of a class. i.e objects. Here comes the role of instance initializer block. It is used
If we are required to have a custom module and wanted to save some data in magento cache, we will use cache in our custom modules.
To save the data in cache lets see,
$data = array(1,2,3,4);
$id = 'my_mod_id';
$tags = array('collection');
$
