
Javascript - Ressources
Get flash to fully experience Pearltrees
It depends -- personally, I've found Underscore.js' code to be very enlightening for how to structure simple toolkits. They just added an annotated version as well. Knockout is also quite interesting, and presents a few techniques that you might not see in a more normal library like jQuery or Mootools. Not that the code for jQuery or Mootools (or Dojo or YUI or ... you get the idea) is bad -- quite the opposite! There is an amazing amount to be learned from these libraries, and I cannot recommend enough looking up the declaration of a method that you find intriguing in any of these libraries and following the breadcrumb trail -- it's a real learning experience!
software engineering - Examples of beautiful Javascript - Stack Overflow
"JavaScript Weekly is a success because it’s curated, not automatically generated from an RSS feed. [Cooper] carefully chooses the most high impact articles to share with his readers." "JavaScript Weekly is an awesome roundup of JS news. It's all you need to stay up on the latest happenings in the world of JavaScript.Two thumbs up!" "JavaScript Weekly is the whipped cream on the milkshake known as Friday. It keeps me on top of everything important in the JavaScript community."
JavaScript Weekly: A Free, Weekly JavaScript Email Newsletter
We also wanted to provide a list that was professional, courteous, and friendly to developers of all skill levels . Too many forums, newsgroups and lists look down on beginners or questions deemed too introductory and we wanted to ensure that JSMentors didn’t fall into that same hole. So we created a set of simple rules. Via the JSMentors mailing list you must not: So far it’s been working great and developers are getting the mentoring that they desperately want and need.
The Mailing List to Learn JavaScript
Javascript - Ressources- Snippets
Functions that take a variable number of arguments should have the last argument named var_args . You may not refer to var_args in the code; use the arguments array. Optional and variable arguments can also be specified in @param annotations. Although either convention is acceptable to the compiler, using both together is preferred. Getters and setters methods for properties are not required.
Google JavaScript Style Guide
JavaScript Kit
This script uses HTML5's new audio element to allow you to easily add sound effects to any action on the page, such as when the user clicks or rolls over a link. See how to refine the process of preloading images to detect when all images have actually been preloaded and react accordingly. With the numerous CSS vendor prefixes one has to contend with when it comes to defining CSS3 properties such as -moz-box-shadow or -webkit-border-radius , setting them in JavaScript can be even more confusing. This tutorial looks at how to how to streamline the setting of CSS3 property values in JavaScript, by checking for and targeting only the version of a CSS3 property the browser supports. HTML5 introduces DOM Storage, a new way of storing data on the client side that overcomes the disk space limitations of JavaScript cookies. This tutorial looks at how to take advantage of DOM Storage in browsers today.What to Read to Get Up to Speed in JavaScript
Note that some resources will overlap between levels. That should be expected as some books cover a wide breadth of language features. Also, I am NOT covering blogs in this post, only books (print and online). If you think something’s missing, please add it to the comments below.JavaScript Tutorials Playlist - YouTube
139 Ressources Javascript et jQuery
David J Malan Dynamic Website Lectures - Professor David J. Malan discusses the use of JavaScript in building dynamic websites - Lecture 8 and Lecture 9

