Javascript and jQuery

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.9lessons.info/2011/09/submit-form-without-refreshing-page.html

Submit Form without Refreshing Page with Jquery

$("#form").ajaxForm() - form is the ID name of the FORM tag. While submitting FORM ajaxForm() method posting data to submit.php without refreshing page. Result will show in #preview .

FdW Talent n°2 - Require.js: Optimisez le chargement de vos JS - La Ferme du web

L'heure est à l'optimisation de ses performances web et temps de réponse. http://www.lafermeduweb.net/billet/fdw-talent-n-2-require-js-optimisez-le-chargement-de-vos-js-1148.html
For a complete reference of all the properties and methods that can be used with the RegExp object, go to our complete RegExp object reference .

JavaScript RegExp Object

http://www.w3schools.com/js/js_obj_regexp.asp
http://www.lafermeduweb.net/billet/formly-style-et-validation-sur-vos-formulaires-html-avec-jquery-1114.html

Formly - Style et validation sur vos formulaires HTML avec jQuery - La Ferme du web

Les formulaires HTML de base ne sont pas très design ... grâce à Formly vous aurez la possibilité de donner du style aux input, checkbox, radio ... en quelques lignes de code ! En effet, la librairie dispose d'un système de thème permettant de donner un style plutôt sympa à vos formulaires. Par défaut, il existe un thème light et un thème dark.
We built this Full Page Test tool to help you analyze the load speed of your websites and learn how to make them faster. http://www.scoop.it/t/webdesign-code/p/132224175/demo-vegas-background-jquery-plugin

Demo - Vegas Background jQuery Plugin | Webdesign code | Scoop.it

http://www.agilecarousel.com/

Agile Carousel - Javascript Slideshow - Image Carousel

Add a div to your page in the location where you would like to add your slideshow. Invoke the plugin as shown below. Provide data in JSON format as shown below. See the "Settings" section at the bottom of the page for available settings.

Agile Carousel — Un diaporama agile et plein de ressources

http://js.4design.tl/agile-carousel-diaporama-agile-1218 Agile Carousel est un script qui permet de faire défiler automatiquement ou manuellement du texte et des images. Il existe des centaines de diaporama plus ou moins gourmands en ressources et possédant plus ou moins d’options.

Programmation orientée objet avec le langage JavaScript (1ère partie)

http://t-templier.developpez.com/tutoriel/javascript/javascript-poo1/ Dans ce premier article, nous allons décrire les différents mécanismes de base du noyau du langage JavaScript , le langage EcmaScript . Ce dernier est standardisé par la spécification ECMA-262 [1] dont la version 3 est la version courante.
Before we dive into Prototype, we need to set up the HTML for the examples I’ll show you in this tutorial. Make sure the file you create is in the same directory as the prototype.js file you downloaded. http://www.webmonkey.com/2010/02/get_started_with_prototype/

Get Started With Prototype | Webmonkey | Wired.com

Prototype.js : Ajax.Request.CONSTRUCTOR()-2 - le-developpeur-web.com

Options : asynchronous:true | false Définit si la requête doit être gérée de manière synchrone ou asynchrone.
This is a simple object definition and instantiation.

Javascript Objects - A Useful Example | Switch on the Code

This fade function takes an element id, and the first thing we do is resolve it into an element object. The next thing we do is try to resolve its current 'FadeState', which is a property that this function will creates on the element when fade is called on that element for the first time.

Javascript Tutorial - Simple Fade Animation | Switch on the Code