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

Search In

Components of Java Programing

Components of Java Programing The Java programming contains the following components: Keywords. Identifiers. Operators. Literals. Keywords Keywords are the commands used in Java program, these are the reserved words. In Java all keywords are in

Types of Servers/Environment

Types of Servers/Environment Production Server It is a server which is accessed by the end users or the real users and it contains the real time data of the end users. The application or the software is installed into the production environment onc

How does KeepAlive setting in Apache 2.4 help

Keep-Alive is a Directive in Apache that is used to maintain a persistent connection between client and server, which prevents a connection from breaking. It is also known as HTTP keep-alive, When we put KeepAlive Directive "on" it the allows same TC

How to make Long Term Agreement (Framework Agreement) for purchases in OpenERP/Odoo ?

Step-1 Install the Framework_agreement module. Step-2 Framework_agreement->Model->Purchases.py Step-3 After that custmozie purchases.py(Python file) file: In below example, I have custmozied purchases.py file. You can directly copy the below py

How to create user authentication plugin in joomla

Authentication plugin provides facility for user to authenticate the user from any source such as database. As all the plugins in Joomla are inherited by jPlugin class so we can create our own custom plugin which will inherit from base class for usin

Phone number validation using libPhoneNumber Library

libPhoneNumber libphoneNumber Library is used to validate the phone number and it is a google's library mostly used by google products and Whatsapp phone number validation is important for app so that you can get valid number from your users. Any

Volley Tutorial

Here is a simple implementation of volley library in android , Create a calls and extend Application class, implements the volley request queue in it also initialize the static class object in it. @Override public void onCreate() { super.onCrea

Using Union All in Linq

This is a simple example of how we use UNION ALL in Linq. In fact there is no UNION ALL operator in Linq but we have an equivalent of UNION ALL as Concat operator. So suppose we have two list (oldEmployees and newEmployees) which hold name and sal

setTimeout() method in JavaScript

The setTimeout() method in JavaScript sets a time interval during which the CPU wait to perform the task specified in it. It alter the time interval of the CPU to perform the tasks. The Syntax of the setTimeout() is as : setTimeout(task1,Timeinterv

UnderLined TextField/UIView (to prevent unnecessary constraints..)

In your xcode project first create a UItextfield type of cocoa touch class in case of underlined view create a uiview type of class as UnderlinedTextField or watever name suits you. In UnderlinedTextField.h file of your class create a property as-

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