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

Search In

What Is Grey Box Testing ?

What Is Grey Box Testing ? ‘Grey Box’ testing is a testing approach which is executed with the restricted information or intelligence around the inner utility of the application or software. The testers who perform this testing need to

Ubuntu 14.04: How to install LAMP with one command?

LAMP full form is  Linux Apache Mysql PHP. To install LAMP with one command on Ubuntu 14.04 just write the following command: First refresh your package index... $ sudo apt-get update   Now install the LAMP stack:   sudo apt-ge

CakePHP Controller Basic

A Controller in MVC like cakePHP is basically used to manage the logic around a single model. LIke for example if you are working on User model than  you have to have a controller for it name UsersController.php for managing the model. But it

CURL: How to install curl on ubuntu 14.04

I was facing issue to run the following lines of code on php: $url = "http://example.com/"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_PROXYPORT, 3128); curl_setopt(

Independent Testing

What Is Independent Testing ?   Independent testing acknowledges to a separate group or team. This group or team concern in the testing actions or activities apart from developers or programmers to take evasive action of author partiality and

Waterfall Model

  What is Waterfall model?   In the waterfall model ,programming development progress through different stages like Requirements Analysis , Design and so on - successively. In this model, next stage starts just when the prior stage is

Php: How to convert currency using Google Finance ?

In this blog I am going to tell you how to convert currency using Google Finance. Example: you want to convert Indian Rupee to American Dollar i.e. INR to USD then you can convert it using following url: http://www.google.com/finance/converter?a=$amo

Truncate and drop difference

Truncate and drop both are similar to each other as they are used to delete the complete data of a table. The difference between them is this truncate only delete the data of the table where as the table structure is there but when we drop the table

Tree Topology

  The tree topology is the arrangement when we we have child parent kind of type  in the network. It is like a parent and its child association in the network among the nodes connection.   A tree topology can be viewed as a collect

Mysql Injections

Hello Readers! this is a small blog on Mysql injection, hope you like it.   Mysql Injection: MySQL injection is a code injection technique, used to attack data-driven applications, in which harmful SQL statements are inserted into an entry fi

1 51 179
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: