
Search In
Hi all,
To configure the setup in OPENERP, i have provided the method/solution below, you just need to follow the steps one by one.
SOLUTION
Go to Settings-> Configuration-> Human Resources (this will Install your country’s payroll.)
Liferay provides very rich environment to create versions for the Uploaded documents. You can achieve Document Version Control very easily in Liferay by using the below code.
Create the object of ServiceContext as below:
ServiceContext serviceConte
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexi
If you want to validate the dynamically generated form using javascript:
You can use this code :
HTML :
<div id="example">
<form id="newForm">
<input type="text" name="email" id="email" value="mail" />
Accelerometer in unity means to take input from a device by tilting it along x-axis and y-axis and after taking the input transform the object accordingly. To achieve this we need to write few lines of code within update method. So that the input of
Hi All,
Today we will discuss about "$scope in Angularjs".
First of all what is $scope ?
A “$scope” is an object instance of a controller. When “ng-controller” directive is encountered at that time $scope gets created.
For example:
In the below cod
Here is the code for UIImagePickerController Delegate. In this Code when we select an image from UIImagePickerController then we call this delegate function which upload the selected image to your local application folder. You have to first find the
Hello Readers,
When we apply CSS class to HTML element sometimes we don't know that which CSS applied to HTML element.
So, below we use jquery to get the class name.
Here, we use the Jquery .attr() function which returns the class attribute value.
We can add captcha for blocking spams robots accessing our site or application. We can add captcha in our web application and website by using the below code ->
<?php
App::uses('AppController', 'Controller');
class PagesController extends AppC
Hello Reader's!
If you are new to php and need to send emails then PHP offers you many ways.
But you can use the PHP code below, It's simple and does not use yourSMTP.
Create a PHP page sentemail.php
<?php
if(isset($_POST['submit'])){
