groups

name language licence
HTML : Formulaire de contact + verification inline avec validatious 2.0 HTML Other
PHP/MYSQL : inserer une date dans mysql Other Other
PHP/JS : convertir en int Other Other
JS/GOOGLE MAPS API : maps animate Other Other
JOOMLA : exemple de templateDetails.xml Other Other
JOOMLA : exemple de gabarit (index.php) Other Other
CSS: ombre et lueur avec box-shadow et text-shadow CSS Other
PHP : Authentification HTTP basique Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: Other
licence: Other

JS/GOOGLE MAPS API : maps animate

options: view full snippetsend to code collector
function initialize() {
  if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById("map_canvas"));
    map.setCenter(new GLatLng(37.4419, -122.1419), 13);
    window.setTimeout(function() {
      map.panTo(new GLatLng(37.4569, -122.1569)); //déplace le vue à la coordonée indiqué
    }, 1000);
  }
}?
	
(Continues...)