
Search In
To fetch the poi from google we can use the GOOGLE API to get the list of POI near user location.
1- For creating the Key you can get the refrence from Link : https://developers.google.com/maps/documentation/ios-sdk/get-api-key#overview
 
In this blog, i will explain how to convert quote object to order object using Fieldsets tag in XML config file.
<fieldsets> tag is only found in config.xml files. This tag is used to define attributes (fields) that will be copied from one tabl
There are many techniques through which we can place an event when the scroller reaches the bottom of the page.
If the user wants to play an event when he reach the bottom of the page, he can do the same with the help of the example below:
Step-1 Install base report module.
Step-2 After that customize base report module.
In below example, I have customised base report module. You can directly use the below base report module in your addons and run in Odoo server.
def onchange_
Hi Reader's,
Welcome to FindNerd,today we are going to discuss how to use Cakephp pagination using Ajax in 2.x version?
Pagination is a very important feature for showing multiple records on a single page in a web application. CakePHP pagination
Hello Friends,
If you are looking to use if condition in for loop with twig template. Please review the below example.
<table>
{% for category in categories if category.active %}
<td>{{ category.title }}</td>
{% e
In program below, I want to print values of array but it is printing the key, can someone help.
<?php
$CHAMP = array("ESP"=>"BARCELONA", "GER"=>"BAYERN", "POR"=>"BENFICA","ENG"=>"CHELSIA");
$TEAM = array("ESP"=>"ATLET
Hello Reader's ,
Today on My blog, We will discuss about the STRSPN().
What is STRSPN()?
The STRSPN() function compares two string to determine how closely related they are to each other. This is accomplished by returning the length of the firs
In the database I have a table for Users, and one table that is used as lookup. it holds scores and values.
i.e
10 5
15 6
20 7
After form submission, on the Users table a value like 12 is persisted.
What I need is, a function to get this valu
I need to translate this c# code into java, please
string sourceAddress = @"input.txt";
string astAddress = @"AddressSymbolTable.txt";
firstPass(sourceAddress, astAddr
