
Search In
PayPal Integration :
I am introducing step by step points for integrating paypal into your application with understanding of different terms used in programing.
Creating developer account in paypal :
a. For development purpose we need to cr
What is Performance Testing?
It is in general testing performed to determine how system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other
What is an Authentication
Authentication define as the process of verifying a person or any entity. The authentication is a process which compared the file in database to authorized the user information from their local OS. Only then User Pass the a
With each passing day Social Media Marketing is becoming more popular and broader. Its not only contributing in the growth but also in the success of the company. Entrepreneurs have analyzed social media efforts are providing more exposure to their b
Conditional Constructs - IF...ELSEIF..ELSE
This construct is used to evaluate some complex conditions and based on the results execute different set of statements.
The basic syntax is
IF <conditions> THEN
<op
To create an osv_memory wizard systems in openerp-7 and openerp-8(Odoo), follow the below steps.
In the action that opens the object, you can put </br>
<field name="target"/>
It means the object will open in a new window.
Few days ago I was facing an issue that the assets served from the S3 buckets are not as fast as I wanted them to be and then I heard about a solution from AWS that is Cloud Front.
So I am writing this blog so that you get to know that how easy is
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
Step 1=> Get all the countries data in an array and all states data corresponding to country wise.
<?php
$countries_Array = array(
'IN' => 'INDIA',
'BG' => 'Belgium',
'AU' => 'Australia',
);
$sta
If you are facing following issue while starting tomcat:
SEVERE: StandardServer.await: create[localhost:8005]:
java.net.BindException: Address already in use: JVM_Bind
at java.net.TwoStacksPlainSocketImpl.socketBind(Native Method)
at java.n
