Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

TTCN

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

Number and Number properties in javascript

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

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

  • 185
Optimized Link State Routing Protocol

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

What is the difference between six different product type in Magento

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

Few Quality Factors Of Web Application

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

Introduction to JCanvas

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

Cookies in JavaScript

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 in java

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

Cache System in Magento

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'); $

1 729 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: