Ashok khade

Ashok khade

Share

14/07/2018

Lancing Some New Business For All In One Solution At Ask24 Solutions and Ask2new Technology Date: 19/07/2018

www.ask24job.com
www.oldcomputershop.com
www.ask2new.com
www.ask24.in
www.ask24.co.in
www.ask24.org.in
www.ask24news.com

Ask24 Solutions | Website Development Company in India | Website Design Company in India | SEO Services in India | Web Application Company in India | Website Hosting Company in India 24/03/2018

Ask24 Solutions and Ask2new Technology Providing best services with Low Cost. Hurry Up.
and more.
www.ask24.in ,
www.ask24.co.in
www.ask24.org.in

Ask24 Solutions | Website Development Company in India | Website Design Company in India | SEO Services in India | Web Application Company in India | Website Hosting Company in India Ask24 Solutions Provides Website Development Services in India,Website Design Services in India, SEO Services in India , Web Application Services in India , Mobile Application Development in India

Getting started · Bootstrap 01/03/2018

Bootstrap:
A) The most popular front-end framework for developing responsive, mobile first projects on the web.
to Download: http://getbootstrap.com/getting-started

B) Form Builder for Bootstrap:
http://bootsnipp.com/forms

C) Bootstrap Playground: http://www.bootply.com/new?visual=1

D) Free HTML snippets for Bootstrap: http://bootsnipp.com/

E) Some Date and Range pickers:
Date Picker: https://github.com/dangrossman/bootstrap-daterangepicker…

Timepicker: http://jdewit.github.com/bootstrap-timepicker/

Date Picker: https://github.com/eternicode/bootstrap-datepicker

Cloclface: http://vitalets.github.com/clockface

If you find this is Useful, Please share to your friends, Like this.

Getting started · Bootstrap

01/03/2018

Google Map:
Very Easy and simple Google Map for website.

Reference Url: http://wrightshq.com/…/placing-multiple-markers-on-a-googl…/

A) The HTML




B) The CSS
{
height: 400px;
}

{
width: 100%;
height: 100%;
}

C) JS Part

jQuery(function($) {
// Asynchronously Load the map API
var script = document.createElement('script');
script.src = "http://maps.googleapis.com/maps/api/js…";
document.body.appendChild(script);
});

function initialize() {
var map;
var bounds = new google.maps.LatLngBounds();
var mapOptions = {
mapTypeId: 'roadmap'
};

// Display a map on the page
map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
map.setTilt(45);

// Multiple Markers
var markers = [
['London Eye, London', 51.503454,-0.119562],
['Palace of Westminster, London', 51.499633,-0.124755]
];

// Info Window Content
var infoWindowContent = [
['' +
'London Eye' +
'The London Eye is a giant Ferris wheel situated on the banks of the River Thames. The entire structure is 135 metres (443 ft) tall and the wheel has a diameter of 120 metres (394 ft).' + ''],
['' +
'Palace of Westminster' +
'The Palace of Westminster is the meeting place of the House of Commons and the House of Lords, the two houses of the Parliament of the United Kingdom. Commonly known as the Houses of Parliament after its tenants.' +
'']
];

// Display multiple markers on a map
var infoWindow = new google.maps.InfoWindow(), marker, i;

// Loop through our array of markers & place each one on the map
for( i = 0; i < markers.length; i++ ) {
var position = new google.maps.LatLng(markers[i][1], markers[i][2]);
bounds.extend(position);
marker = new google.maps.Marker({
position: position,
map: map,
title: markers[i][0]
});

// Allow each marker to have an info window
google.maps.event.addListener(marker, 'click', (function(marker, i) {
return function() {
infoWindow.setContent(infoWindowContent[i][0]);
infoWindow.open(map, marker);
}
})(marker, i));

// Automatically center the map fitting all markers on the screen
map.fitBounds(bounds);
}

// Override our map zoom level once our fitBounds function runs (Make sure it only runs once)
var boundsListener = google.maps.event.addListener((map), 'bounds_changed', function(event) {
this.setZoom(14);
google.maps.event.removeListener(boundsListener);
});

}

Find Latitude Longitude:
a) http://itouchmap.com/latlong.html
b) http://www.latlong.net/
c) http://universimmedia.pagesperso-orange.fr/geo/loc.htm

Page not found |

Want your business to be the top-listed Computer & Electronics Service in Pune?
Click here to claim your Sponsored Listing.

Address


Datta Krupa Building, Bhandalkar Nagar, Opp. PMT Bus Depo,Shewalwadi Phata, Pu
Pune
412307