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

Search In

Equivalence partitioning and Boundary value analysis

Equivalence partitioning Equivalence partitioning is one of the most commonly used specification-based black-box technique. It is a test design technique that can be used in black-box testing as in system testing. The concept of this technique is to

Get and Post in MVC

While writing methods in controllers you need to know which method is of Get type and which is of Post type In my example i have write code for simple user registeration so there are two views for it one Get and one Post public class RegisterCont

  • 322
Magento - Ajax Add to Cart In Product View & List Page

Add to Cart Functionality using Ajax in MAGENTO : Hello Readers, In order to add Ajax add to cart feature in your product view page, first you should need to know how add to cart button is working. In magento add to cart button is a simple form submi

Benefits of Mind Mapping usage in Project Management

The use of a planning tool is an imperative, especially when aiming to bring project success and effective task management. Mind mapping is a technique that is greatly appreciated and widely used, especially when approaching the project planning proc

Cassandra: How To Install Cassandra on Ubuntu 14.04

About Cassandra: Cassandra/ Apache Cassandra is scalable NoSQL database system. It is used to manage large amount of structured, semi-structured and non structured data. I am writing this blog which will help you to install and run a single-node clus

What are New features in C# 6.0 ?

Here are some features that are available in C# 6.0 -: 1) Auto Property Initialization. 2) Use of Conditional operator to check NULL values. 3) nameof Expressions 4) String Interpolation 5) Exception filters 6) Bodied Methods 7) Using static

How to convert HTML template into CakePHP

In this tutorial, we will learn how to convert html template into CakePHP template. Website application build on CakePHP without any custom theme uses default layout of CakePHP. The look & feel of default template is not so good. Some times you n

Tic-Tac-Toe

Hi all, Tic-Tac-Toe is simple game in which you will try to mark your sign in three blocks to make a row , column or diagonal.   RULES FOR TIC-TAC-TOE 1. The game is played on a grid that's 3 squares by 3 squares. 2. You are X, your fri

How to create module in Magento?

I am creating this blog which will let you understand how to create a module in Magento 1.* There's two controllers you need to be concerned about. The module/frontName controller, and then the MVC controller. Lets start and know how to setup a

Dynamic load partial view into main view

While working in MVC you need to load sometimes the partial view but you want to load it at the run time.   In this case, you need to do this thing by making the JQuery function  call.   EmployeeRepository EmpRep = null; E

1 683 720
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: