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

Search In

V-model and Phases of V-model

V-model stands for Verification and Validation model. In this model testing of the product is planned in parallel with a corresponding phase of development. There are various phases of the V-model. Phases of the V-model are as follows: Requirement

12 Reasons to Choose PHP For Developing Website in 2015

Simplicity As we all know that PHP is quite similar to languages like Pearl and C, and it is extremely easy-to-use and learn that becomes the most beneficial thing about this wonderful language for programming. Any person no matter from which backg

How to set checkbox to checked in CakePhp

Hi All, In this blog we will discuss about how to set checkbox checked in cakePhp application. You should set the checkbox checked/selected with the 'selected' option. For example- You can find a list of categories from the database table called

Add region/state of the country in magento

Sometime we need to have dropdown for states related to countries just as we have for United States by default, for that we need to add states of particular country. To add custom states we need to modify the tables of magento. There are two tables i

SQL Server : Use of sysobjects table

SQL Server sysobjects Table contains one row for each object created. In other words, it has a row for every constraint, default, log, stored procedure etc in the database.The two columns most useful in this table are sysobjects.name and sysobjects.

what is the use of NOW() function in SQL?

In SQL, NOW() function is used to return the current system date and time. NOW() Syntax SELECT NOW() FROM table_name; We have a table "employee" as below: employee id first_name last_name salary ....................

What is the use of GROUP by statement in MySQL?

The GROUP by statement is used with the aggregate functions to group the result by one or more columns. GROUP by Syntax SELECT column_name, aggregate_function(column_name) FROM table_name WHERE column_name operator value GROUP by column_name; We h

What is Functional Testing?

Functional testing checks that every Function of the product/software application works in conformance with the requirement determination/specification. This testing mainly includes black box testing and it is not worried about the source code of the

Role of password salt in Database

There are number of scenarios where you need to store your password in encrypted form. While doing that you encrypt it using many techniques like MD5 Hashing etc whatever according to your requirement When we use SQL encrypt  and decrypt passw

Magento 1.9.2: How to update Stock Item Quantity of product ?

I was having issues for updating stock quantity items of product in Magento. I was loading the product then setting the stock quantity and saving the product. But that does not work for me. Finally it was resolved, in order to update the stock quanti

1 94 161
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: