Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for Script.aculo.us

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.

Dateslider

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

Pinwheel - Enhanced Select Element

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!

Content Distribution Network 4 all

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

Javascript RPG engine

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.