Resize the markers in google maps
When we use the default markers and sometimes we need to resize the markers in google maps and here is the code to resize icon image the icon for example So this will help you to know how to Resize …
Adding custom infowindow in google maps API
If we need to modify the normal info window that is provided by google..ie if we are looking for adding custom infowindow in google maps api We have to utilize the infobox to do so The first example shows the …
Multiple file uploader using php html and jQuery
In this post we are discussing about Multiple file uploader using php html and jQuery. we can upload multiple files by just using php, html and jQuery. First, let’s create the html form and add two “buttons” that will be …
jQuery ajax and php to fetch data from a mysql database
In this post we are discussing on ajax and php to fetch data from a mysql database. The main application is that using ajax we can update a page’s content without reloading the page. In order to do that we …