Tag Archives: AJAX

Google Maps API: Wie kann man Marker gruppieren und Gruppenweise ein- / ausblenden?

Bei einem Projekt ziehe ich Koordinaten, Beschreibung und Typ aus einer XML Datei. Anschliessend erzeugt meine Factory die Overlays und Events der Marker Code: function createMarker(latlng,html,type) { var typeAIcon = new GIcon(baseIcon); typeAIcon.image = “http://maps.google.com/mapfiles/ms/icons/blue-dot.png”; var typeBIcon = new GIcon(baseIcon); … Continue reading

Posted in Google News | Tagged , , , | 2 Comments

Yahoo putzt mit AJAX

Unter http://developer.yahoo.net/yui/ erhält man Yahoo’s AJAX-Bibliothek als Open Source unter der BSD-Lizenz. Passende Pattern macht Yahoo unter http://developer.yahoo.net/ypatterns/ öffentlich. Ob da jetzt Yahoo mal beim Standard setzen die Nase vor Google hat? 😉 Mir kam noch nichts von AJAX-Plänen seites … Continue reading

Posted in Webentwicklung | Tagged , , , | Leave a comment