
Search In
We can easily show the route which contain all stops including start point and end point in Google map.
So to find stops we need to create markers json string contains all the stops with their latitude and longitude including start point and e
In openerp you make a request to read the assets while the transaction creating is not done and As the assets are generated during the same transaction and the rendering of the templates will call them. There is a scenario where the assets are unreac
Hello friends, I am writing this blog which will help you to export data to excel sheet or you can say that it will write data into excel sheet with the help of 'php-export-data-class' library.
Lets start by creating function name ca
Hello Readers,
Today we will discuss about PHP 5.3 new feature that is "Late static binding".
PHP 5.3 has introduced a new feature called "late static binding". late static binding can be used to call a class in a contex
Hello Readers,
In this post we will discuss to get the current address, city name, state and country name from latitude/longitude value with the help of Cordova geolocation API and Google API.
To get the address from latitude/longitude values we n
In this post, you will learn about video display in background using html and css. There is video tag in HTML5 which you can use to embed a video in your web page.
<video width=“450" height=“340" controls autoplay>
<source src=“abc.mp4"
Hello Readers, this is a small blog on making divs display horizontally not vertically. Here is a very simple and easy code that will make divs to stack horizontally.
To achieve this we will make HTML page and CSS page
We can easily create a simple table view to show the data in tabular format but if we need to show UICollectionView inside the UITableViewCell then it become a challenging task for the beginners. So here is an easy tutorial, to get the concept of how
A service is created by a service factory and service factories are functions which are created by a service provider(constructor function).
When instantiating service provider, there must be a property named $get, which holds service factory logic.
Hello readers!
In my Last blog I have explained about how you can Speed Up Your WordPress Website by Caching Custom Queries using Transients API.
Now today we discuss about " WordPress Object Caching". this ones is also a method to Boost WordPress W
