Javascript

TwitterFacebook
Get flash to fully experience Pearltrees

JavaScript: The Good Parts (9780596517748): Douglas Crockford: Books

http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742 Do you struggle when creating objects in Javascript? Do you find the syntax to be non-intuitive and frustrating?

Doug Crockford: JavaScript: The Good Parts

Doug was hitting on all cylinders. http://googlecode.blogspot.com/2009/03/doug-crockford-javascript-good-parts.html

Syntaxe JavaScript - Wikipédia

Les variables en JavaScript n'ont pas de type défini, et n'importe quelle valeur peut être stockée dans n'importe quelle variable. http://fr.wikipedia.org/wiki/Syntaxe_JavaScript#Espaces_vides_et_points-virgules
Our discussion group is the best place to contact us.

caja - Project Hosting on Google Code

http://code.google.com/p/google-caja/

ADsafe

The AD safe subset blocks a script from accessing any global variables or from directly accessing the Document Object Model or any of its elements. Instead, AD safe gives the script access to an ADSAFE object that is provided by the page's server, giving indirect access to the guest code's DOM elements and other page services. http://www.adsafe.org/
Note: We don't recommend FBML for new developers. If you aren't already using FBML, you should instead implement your application within an iframe , using the JavaScript SDK and social plugins for client-side integration with Facebook services. Most providers who allow developers to embed JavaScript within their domain force developers to use IFrames to sandbox their code.

FBJS (Facebook JavaScript) - Développeurs Facebook

http://developers.facebook.com/docs/fbjs/
http://javascript.crockford.com/code.html The long-term value of software to an organization is in direct proportion to the quality of the codebase. Over its lifetime, a program will be handled by many pairs of hands and eyes.

Code Conventions for the JavaScript Programming Language

Tutoriel Javascript

JavaScript est un langage de programmation utilisé principalement sur le Web, développé par Netscape et repris par Microsoft sous le nom de JScript. ECMAScript est une tentative de normalisation du noyau du langage : sa syntaxe, ses mots-clés et ses composants natifs.

Introduction au langage ECMAScript - Openweb.eu.org

http://openweb.eu.org/articles/introduction_ecmascript/

39: Programming - the real basics! - Opera Developer Community

http://dev.opera.com/articles/view/programming-the-real-basics/ Programming in the most basic form is issuing commands and seeing that they get executed.
When I first encountered JavaScript computers were slow, browsers were bad at interpreting it, and it just seemed like a bad idea in general. I came from a back-end development world — keep all your functionality in Perl and you’ll be safe. On the other hand the speed of the internet was very slow and the cost of hosting files was very high, and this is where JavaScript came in to its own.

40: What can you do with JavaScript? - Opera Developer Community

http://dev.opera.com/articles/view/javascript-uses/

Comment bien coder en Javascript ? - Alsacréations

Tutoriel par koala64 (Développeur Front Office Senior, Expert AccessiWeb en évaluation)
There are a couple of places in the code where the author has some code which runs conditionally and this is achieved by including that expression on the right hand side of an ‘&&’ .

Underscore.js commented - Mark Needham

Bibliothèques

Javascript servers

Node.js

Javascript IDE