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

Search In

Implementing Transactions in .NET

For performing transactions first you need to understand the use and things associated with it.     Transaction is a way to make operations done in such a manner so that only relevant sequence or logical things done on the client and se

How to search from a list in android?

We have a search edit text and a list in layout , activity_main.xml   <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"

Maven Run Configuration to run project within eclipse

In this example, we'll see how to configure Maven to run a project on tomcat withing eclipse. It is sometimes too hard to manage the Maven project with the commands. Each time we code the project in IDE like eclipse and go to the terminal/cmd to

How to open Calendar on clicking the EditText and set the date.

To open Calendar on Clicking the EditText follow the steps mentioned below:- 1) Create a Edit Text in your xml file. activity_main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.a

How to show the web page within your application using webview in android.

If you want to show web pages without opening browser application in your android application then make the use of webview as I have done below:- 1) to make your application access the internet use the permission"<uses-permission android:nam

How to identify whehter the zip file contains valid files or not?

Sometimes we need to find whehter the zip file contains valid files or not. Suppose you have a zip file which contains multiple file you want to upload that zip file only if it contains files having extension jpeg,jpg,png,gif,tiff only, so we can do

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

Address Classes in Networking

  An IP address  i s a unique identifier for the nodes in the network. It is like an entity for every terminal or node that is connected to the network.   It is a combination of 32 bit in which 4 decimal values , each one represent

mouseover and mouseout event

The mouseover event fires when a pointing device points over an element. The mouseout event triggers when the mouse pointer leaves the element.   In Html- Syntax:- <element onmouseout="myScript"> e.g-

How to implement facebook login/signup functionality.

Implement Facebook Login/signup functionality by creating facebook sdk app. Followings are the steps to create facebook login/signup functionality on server end :  1) Login with facebook developers . 2) Create an app , Put your domain link wh

1 230 408
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: