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

Search In

Efficient Ways for User Testing During Web and Mobile Apps Programming

Thanks To The Internet, there is no barrier or boundary for any web/mobile app. End user of the application can be anybody from anywhere regardless of their religion, social culture, geographical position, time zone, physical or monetary st

How to pass value from one Activity to Another through Bundle Intent?

1)Suppose need to pass value from MainActivity to SubActivity.We will first make xml of both Activity: activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools

Create database using SQLite Helper

Create Database class Here is an example to create database using SqliteHelper class in android. We are creating a database with the name "detail" and having 4 columns as :-Key, Name, City and Age. public class CreateDatabase { public Database

Exposing Operation Contract in WCF

While working with WCF Windows Communication Foundation we create function that performs some task   For doing that we made operation contract for that   Operation contract if we look into it is a area where there are many parameters th

  • 210
Execute Scalar in ADO.NET

In ADO.NET while writing codes we perform crude operations like Insert Update Delete. While performing these crude operations we always use SqlCommand class with the ExecuteNonQuery method for doing it. SqlCommand cmdInsert=new SqlCommand(); cmdI

Data with HTTP

While requesting for the data parsing the request and then providing the response is mainly done by using the TCP/IP model.   We need to ensure that it is being done while making the HTTP request and the HTTP response.     These a

Pagination in rails using 'will_paginate' gem

Lets suppose we have articles listing page and we need to show the 10 article per page. So there are we can use 'will_paginate' gem to divide the articles in number of pages. There are the following steps to integrate the 'will_paginate&

Difference between ng-model and ng-bind

AngularJS has some built-in directives, and these directives allows us to extend HTML element. Here we are going to discuss about the two directive that are used for data binding. One is ng-model and second one is ng-bind Data binding is one of the m

How to Display banner ads for DFP users in ObjectiveC

This blog includes how to display banner ads for DFP users.For this first user need to signed up as a DFP (Double click for publisher) and then install cocoa pods for Google mobile ads. pod 'Google-Mobile-Ads-SDK'   We can also include the S

3D Spinning Cube Using CSS3

Hello reader's. I have created a 3D spinning cubes using CSS3 by simply using the transform,animation and transition property over the elements. In my example, I have taken a cube element comprising of each face of the cube having its own elemen

1 532 534 535
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: