Bibliothèques

TwitterFacebook
Get flash to fully experience Pearltrees
Congratulations! You just ran a snippet of jQuery code. Wasn't that easy? There's lots of example code throughout the documentation on this site. Be sure to give all the code a test run to see what happens. http://jquery.com/

jQuery - The Write Less, Do More, JavaScript Library

Une galerie d’images simple avec jQuery - Alsacréations

http://www.alsacreations.com/tuto/lire/719-galerie-images-simple-jquery.html Réaliser une galerie photo en JavaScript n'est à première vue pas bien compliqué. Pourtant, si l'on veut bien faire les choses, le code peut rapidement devenir complexe et verbeux. Voici un système simple et non intrusif de visualisation d'images avec chargement et effet de fondu, comme on peut le visualiser avec cet exemple . Grâce à jQuery , l'écriture de ce script s'en trouve grandement simplifiée et concise. Attention: l’adjectif «simple» dans le titre du tutoriel désigne la galerie d’images réalisée, pas forcément les étapes pour y parvenir. Ce tutoriel est recommandé pour les personnes ayant déjà des connaissances de base en JavaScript, et connaissant si possible la librairie jQuery.
Voir la démonstration Il peut être très avantageux d'utiliser le JavaScript pour certaines choses comme notamment des galeries photos (ou autre), en effet vous ne rechargez pas la page au clic sur la miniature, la photo en taille réelle est directement affichée sans recharger quoi que ce soit. Les codes HTML et CSS

Galerie photo avec JavaScript - Alsacréations

http://www.alsacreations.com/tuto/lire/557-galerie-photo-javascript.html
http://docs.jquery.com/Tutorials#Tutoriaux_en_Fran.C3.A7ais

Tutoriaux en Français - jQuery JavaScript Library

Некоторые переводы. Примеры. Подсказки - примеры, подсказки и обсуждения. Перевод руководств "15 дней с jQuery", "jQuery - это очень просто!".
http://mootools.net/

MooTools - a compact javascript framework

MooTools code respects strict standards and doesn't throw any warnings. It's extensively documented and has meaningful variable names: a joy to browse and a snap to understand.

Mootools en 30 jours : jour 1 - Introduction

A partir de là, vous pouvez utiliser l'une ou l'autre des méthodes. J'appellerai souvent des fonctions dans l'évènement domready à l'intérieur des balises script, mais je placerai les fonctions dans un fichier JavaScript externe. Description de la librairie Pour ce premier tutoriel, nous allons regarder de plus près les composants importants de l'architecture de la librairie et allons découvrir ainsi quelques fonctionnalités basiques. Noyau Le noyau contient des fonctions basiques de la librairie Mootools, facilite la réalisation de tâches basiques et renforce beaucoup de fonctionnalités pré-existantes (nous verrons ça plus loin). http://www.6ma.fr/tuto/mootools+jours+jour+1+introduction-458
What follows is a how-to tutorial on the MooTools library and also serves as a unit test of sorts. Most of the code examples will allow you execute them by clicking on the "execute this code" link below the example. Clicking this will echo out the code and the result in the Firebug debugging plugin for Firefox . If you don't have that plugin or Firefox, a similar console should be visible at the bottom of the page. http://www.mootorial.com/wiki/

A MooTools Tutorial :: The "Mootorial" » The MooTorial » C

https://developers.google.com/web-toolkit/?hl=fr

Google Web Toolkit

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut . It's open source, completely free, and used by thousands of developers around the world.
Google API loader allows you to easily import one or more APIs, and specify additional settings (such as language, location, API version, etc.) applicable to your needs. In addition to the basic loader functionality, savvy developers can also use dynamic loading or auto-loading to enhance the performance of your application. To load the APIs, include the following script in the header of your web page. After you call google.load , you can use all of the loaded modules in your web page. For specific examples of each API, visit the code playground or the documentation specific to the desired API(s) (see links in the left navigation). https://developers.google.com/loader/?hl=fr

Google AJAX APIs

Last week, we tagged the first stable release of 1.7, marking the end of a far-too-long release cycle. We've made more than 50 improvements since the last stable version and are already working on 1.7.0.1.

Prototype JavaScript framework: Easy Ajax and DOM manipulation f

http://www.prototypejs.org/
New lightweight kernel Dojo 1.7 is the largest update to the Dojo toolkit since Dojo 1.0. We’ve completely refactored Dojo around a lightweight modular kernel with minimal base dependencies , while retaining with older Dojo versions.

The Dojo Toolkit