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

Search In

JavaScript Validation for Mobile Number in Asp.Net

JavaScript Validation for Mobile Number in Asp.Net Validate Mobile number in a web page using JavaScript validation in ASP.Net. In this example I am using one TextBox . The TextBox accepts Mobile number, it only allows 10 digit numbers. <%@ Pag

Animating an object along a path in Maya

Hello Guys , In this tutorial we will learn how to animate a car along a curved road . In the scene you will see we have a path and a car placed . We will first draw an EP curve on top of the path so that it follows the path. Complete th

Import Phonebook contacts in Objective C

Get the complete list of phonebook contacts inside the app. We need to add two frameworks before proceed. Goo to Build Phase and Add these two:- #import < AddressBook/AddressBook.h> #import < AddressBookUI/AddressBookUI.h> First step

Spring Bean Life Cycle: Initialization & Destruction

Spring Bean Life Cycle has two core start and end points, namely Initialization and Destruction. When bean is instantiated it require set of actions which need to performed those are set into Initialization callbacks/method and one which are required

Special fields in OpenERP

Openerp contain different types of fields and these Fields are divided into three different categories, they are simple fields, relation fields and functional fields. So lets discuss this one by one- 1. Simple Fields- The simple types are integers, f

Lambda expressions - Java 8

Lambdas? A lambda is nothing but a anonymous function which accepts zero or more arguments and produces output. Lambda is basically composed with three components- argument section, an arrow and a body. (argument ...) -> { body } // a valid ps

Javascript form validation

Simple Javascript Form Validation Why we need javascript validation : 1: To validate user input on client side. 2: Force user to enter required data. 3: Remove dependency on server side language to validate data for primary validation (which

UISearchBar with TableView in iOS

How to use UISearchBar with TableView in iOS If we have a huge list of items and want to search a item from the list then we use the UISearchBar with TableView and the item will be displayed in the table which have the matching value with the search

Liferay Integaration with Log4j

Liferay+Log4j:- This blog will show you how you can implement logging in Liferay with Log4j. By using this you can use the custom logging using Log4j in Lifeary. To make this possible follow the below steps:- 1. Create log4j.xml and log4j.dtd file

Linked list implementation in android

Linked list is a type of data structure that is a collections of nodes where nodes linked to one another using some pointer or reference. linked list is efficient for insertion operations because it uses two pointer head and trail that make it easy t

1 64 156
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: