Free eBook about CSS, HTML, Ajax and other topics
The Woork Handbook (pdf 1.8mb) ist eine druckbare Version des Blogs woork mit Artikeln rund um’s Web.
The Woork Handbook (pdf 1.8mb) ist eine druckbare Version des Blogs woork mit Artikeln rund um’s Web.
In dem Habari Video vor kurzem gab es eine Timeline zum Filtern der Posts im Backend zu sehen, Dateslider realisiert etwas ganz ähnliches basierend auf Prototype/Scriptaculous.
This element enables you to pick dates with a simple slider bar. By dragging the bar over the time-line, the dates change instantly. Besides this, when the user decides to manually change the dates, the bar is automatically adjusted to the corresponding dates
Sehr schicker Effekt:
Pinwheel replaces a standard SELECT element with a Javascript-enhanced version that, when clicked, “pinwheels” outward to display the choices.
Ich wüsste zwar nicht wo ich sowas einsetzen soll, da es nicht wirklich intuitiv ist, aber schick ist es!
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
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.