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

Search In

How to create popup layout

In the below example I have created popup layout. In popup.activity layout, First I have created LinearLayout, In LinearLayout I added a TextViw and Button, then in step second I have created rounded.xml layout & in drawable folder, here I have a

Smoke Testing v/s Sanity Testing

Smoke Testing: is use to find issues in the early phases of testing and is performed after software build to discover that the critical functionalities of the program is working fine. It is executed “before” any detailed functional or reg

Decision table testing

There are four types of specification-based software testing technique Equivalence partitioning Boundary value analysis Decision tables testing State transition testing   Equivalence partitioning and boundary value analy

Bind gridview in MVC

While display set of records we always use gridview   In MVC we also have gridview for displaying records or group in a formatted way   For doing that we can do it in a series of ways one way is to bind the view directly with the databa

Date and Time functions in C++

The C++ does not provide a valid date type. C++ inherits the functions for date and time from C.   To access date and time related functions you  need to include <ctime> header file in your C++ program.   struct tm { int t

Binary serach in C

Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.   For binary search we need few things to consider     Mid Point  is find by the following way   m

How to return Membership State For Given Partner in OpenERP

In OpenERP first current row of the database cursor finds the current user’s ID for security checks. Then This Function return Membership State For Given Partner and return dictionary of membership state Value. Use this function show below d

New Feature in Php 7

One of the New Feature of PHP 7 is Null coalescing operator :  Generally we use to check variable value existence and if it does not exist then we use a default value for that.  Normally for these type of small checks we use Ternary opera

CakePHP Image Upload Using Component

Hello Readers, In this blog tutorial we will explain how to upload Image in CakePHP using component. Create a file called UploadComponent.php (path:app/controller/component) & paste the following code. <?php class UploadCompone

How to hide a div with animation using HTML

Hello Reader's if you are making the hide and show events in your website with animations effects, Then this blog is very helpfull to you. So lets start, Suppose there is div you want it to be hide everytime a user hits a hide checkbox. We will

1 254 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: