
Search In
In Liferay we can Validating the user submitted form or Validating AUI input fields. You have to add aui:validator tag and specify the appropriate attributes which we define with name property for ex: required,minLength etc . The Below Example can s
Many a times we need to authenticate our users through social media such as facebook, twitter and google+.
Today I will be discussing how to login to the system using Google+ credentials without using any sdk but through javascript.
Using the below
This code will calculate the latitude and longitude of the place in background on entering the place name.
For integration of Google map to calculate Latitude and Longitude major script is :
<script src="https://maps.googleapis.com/maps/api/js?v
The following post captures the implementation details to manage session timeout in ASP.NET MVC.
If session has expired we will redirect the user to login page
First you need to make modificaions in web.config as below:
<system.web>
<s
Web Services are made in .NET to reduce our task of doing something again and again for every website.
Any work that needs to be repeated again we will put that in web service.
Web service for ex if you are doing payment gat
Header Files in C++ are used to provide the functions and facilities that is used in our program to make our task easy to do and better way to perform.
Header files provides the way through which you can print or take input in our prog
Using Vuforia we can scan any label and image from cloud database of Vuforia.
You need to create free developer account there and then you can create your own application.
Then you can create your database in develop tab where you have 2 part
PHP provides a lot of functions for manipulation of string and array. Many times we need to convert a string into an array to perform operations. This article demonstrate details of different functions which can be used to convert a string into an ar
Matt Lauer, host of NBC's "Today Show" pressed Trump on his comments Monday morning, during a terse on-air exchange. Lauer asked Trump to apologize, but Trump insisted he had nothing to apologize for. [url=http://www.michaelkors.us.org/]michael kors
In OpenERP, first, create custom module and then configure your incoming and outgoing mail in your server an then relate it to the function.
Follow these step given below:
Step1- First, create module like as a test module and then create file tes
