Related Articles
7 Free Bootstrap Dashboard Admin Themes
Below are the best Free Dashboard bootstrap themes and templates that you can use for Admin Side. And also these free bootstrap dashboard themes are open source which means you can use them on your own projects and can also change the source code but don’t distribute. Free Bootstrap Dashboard Themes 1. SB Admin2 is […]
Get Google Maps API Address based on Address
$url = “http://maps.googleapis.com/maps/api/geocode/json?sensor=false&address=”.urlencode($resident_address); $lat_long = get_object_vars(json_decode(file_get_contents($url)));// pick out what we need (lat,lng)$lat = $lat_long[‘results’][0]->geometry->location->lat;$lng =$lat_long[‘results’][0]->geometry->location->lng; /*echo $lat;echo $lng;*/
Get Traffic From Facebook by Using Simple SEO Tricks
Selecting the best URL (Facebook Username) for the Facebook page. Using the “About” text box to place keyword dense prose at the top of the Page. Using the “Info” tab to include more important keywords, text, and high priority links on the Page. Create “Static FBML(Facebook’s mark-up language)” boxes and tabs to place lengthy content […]