Density map
Neat: Jeffrey Barkes Density map tutorial.
I created a tutorial that will step one through how to create a density map with Prototype, the Google Maps API and the HeatMapAPI.
Neat: Jeffrey Barkes Density map tutorial.
I created a tutorial that will step one through how to create a density map with Prototype, the Google Maps API and the HeatMapAPI.
Klingt nicht übel: Prototip.
Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework.
- Style: Easy to customize.
- Position: Complete control over tooltip positions.
- Round: Configurable rounded corners without PNG images.
- Speech bubble effect!
- Works on all modern browsers.
Gerade gefunden: Googles AJAX Libraries API
The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the google.load() method, your application has high speed, globaly available access to a growing list of the most popular JavaScript open source libraries.
Die gewünschte JavaScript Bibliothek wird entweder direkt geladen:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"> </script>
oder über Google’s API
<script type="text/javascript"
src="http://www.google.com/jsapi">
</script>
<script type="text/javascript">
google.load("prototype", "1.6.0.2");
</script>
Unterstützt werden zur Zeit: jQuery, prototype, script_aculo_us, MooTools, dojo
Tane Piper erklärt Low Pro eine jQuery Plugin Version des Low Pro behavior Frameworks für Prototype.
So what is Low Pro? It’s a plugin that provides a way of making more object-oriented JavaScript through event delegation. jQuery’s plugin architecture provides a really simple way of extending the core functionality, but there is no easy way of making macros of code that do several types of events on one element. Until now!
Mal was nettes für heute: ProtoRPG
ProtoRPG is a RPG engine written in Javascript, using the Prototype and Script.aculo.us frameworks. No Flash or any other plugin is necessary, just a modern browser! Usage is free for non-commercial uses (see licence).
Copyright © 2004–2009. All rights reserved. – Impressum
RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.