Me sumo a los interesados por saber como se arma una web como la de sony xperia, esta demasiado brutal.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
<html>
<head>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">
function initialize() {
var position = new google.maps.LatLng(6.206162,-75.570661);
var myOptions = {
zoom: 16,
center: position,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(
document.getElementById("map_canvas"),
myOptions);
var marker = new google.maps.Marker({
position: position,
map: map,
title:"This is the place."
});
var contentString = '<strong>Endocrino</strong> Centro de especialistas.';
var infowindow = new google.maps.InfoWindow({
content: contentString
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map,marker);
});
}
</script>
</head>
<body onload="initialize()">
<div id="map_canvas" style="width:425px; height:350px"></div>
</body>
</html>
<span>CALLE 7 N 39-197 PISO 11 CONSULTORIO 11-12</span>
<html>
<head>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">
function initialize() {
var position = new google.maps.LatLng(6.206162,-75.570661);
var myOptions = {
zoom: 16,
center: position,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(
document.getElementById("map_canvas"),
myOptions);
var marker = new google.maps.Marker({
position: position,
map: map,
title:"This is the place."
});
var contentString = '<strong>Endocrino</strong> Centro de especialistas.';
var infowindow = new google.maps.InfoWindow({
content: contentString
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map,marker);
});
}
</script>
</head>
<body onload="initialize()">
<div id="map_canvas" style="width:425px; height:350px"></div>
</body>
</html>
<span>CALLE 7 N 39-197 PISO 11 CONSULTORIO 11-12</span>
Cita de: WHK en 27 Agosto 2014, 15:25 PM
Yo he pasado por muchos lenguajes muchos frameworks de los cuales algunos me arrepiento de haber aprendido porque con el tiempo me di cuenta que el tiempo en que inviertes en aprender algo que no vas a utilizar es tiempo que podrias haber aprovechado para aprender mas sobre el framework o lenguaje donde harás tus trabajos finalmente.
Cita de: 0vatsug en 27 Agosto 2014, 15:35 PMProgramación en Java 7 - Rogers Cadenhead
- Programación en Java 7 - Rogers Cadenhead
- Fundamentos de Java 7 - Thierry Groussard
- Beginning Java 7 - Jeff Friensen (ENG)