
JavaScript
We started working with Angular.js recently and after spending a few days on it, I realised that there a big need for beginner tutorials on it.
8 Tips for Angular.js Beginners | The Discussion Delegate | Vercingetorix Technologies | iPhone, Android, Blackberry, PHP, Generatrix, Wordpress App Development in Pune, India
Tangle: API Reference
Contents HTML attributes class I want <span class="TKAdjustableNumber" data-var="cookies"></span> cookies. The class attribute normally specifies a CSS class which gives an element a style.presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz
Aren't you just bored with all those slides-based presentations? Don't you think that presentations given in modern browsers shouldn't copy the limits of 'classic' slide decks? Would you like to impress your audience with stunning visualization of your talk?Morris.js
Getting started Add morris.js and its dependencies ( jQuery & Raphaël ) to your page. <link rel= "stylesheet" href= "http://cdn.oesmith.co.uk/morris-0.4.1.min.css" ><script src= "//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" ></script><script src= "//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js" ></script><script src= "http://cdn.oesmith.co.uk/morris-0.4.1.min.js" ></script>Underscore.js
By Jacob Gube JavaScript is a powerful client-side scripting language used in many modern websites and Web applications. In the hands of a skilled Web developer, JavaScript can enhance the user’s experience of the website and provide rich interactive components and features. But even though syntactically simple in nature, JavaScript is often difficult to author because of the environment it runs in: the Web browser. JavaScript’s popularity is evident in emerging technologies, such as Adobe AIR , which use it as a supported language for creating desktop-based applications.
50 Useful JavaScript Tools - Smashing Magazine
parseFloat() x=parseFloat("variable"); Cette fonction convertit une chaîne contenant un nombre en une valeur à virgule flottante. Ou si vous préférez, elle retourne les chiffres derrière la virgule d'un nombre.
L'objet Math
I would like to thank Rebecca Murphey for inspiring me to open-source this mini-book and release it for free download and distribution - making knowledge both open and easily available is something we should all strive for where possible. I would also like to extend my thanks to the very talented Alex Sexton who was kind enough to be the technical reviewer for this publication. I hope that it helps you learn more about design patterns and the usefulness of their application to JavaScript. Volume 2 of Essential JavaScript Design Patterns is currently being written and will be more detailed than this first edition.
Essential JavaScript Design Patterns For Beginners
JavaScript Programming Patterns « klauskomenda.com
Basic JavaScript Part 12: Function Hoisting
We follow the C++ formatting rules in spirit, with the following additional clarifications. Curly Braces Because of implicit semicolon insertion, always start your curly braces on the same line as whatever they're opening. For example:
Google JavaScript Style Guide
Introduction The first version of this paper , written in 2003, had several shortcomings, not the least of which was that the techniques described were specific to Internet Explorer. I've updated and improved on the original, to document the current state of the art, especially in light of the extensive interest in AJAX technology and the increasing adoption of the FireFox browser.
Object Oriented Programming in JavaScript
Usage § 1 Load JavaScript Files § 1.1 RequireJS takes a different approach to script loading than traditional <script> tags. Its goal is to encourage modular code. While it can also run fast and optimize well, the primary goal is to encourage modular code.
RequireJS
Now that we're able to inherit properties from other objects and extend the specialised objects to define their own behaviours, we have a little problem: what if we actually wanted to access the parent behaviours that we just overwrote? JavaScript provides the Object.getPrototypeOf function, that returns the [[Prototype]] of an object. This way, we have access to all properties defined within the prototype chain of an object. So, accessing a property in the parent of an object is quite simple: Object.getPrototypeOf(mikhail).name // same as `person.name' // => 'undefined undefined' // We can assert it's really being called on `person' by // giving `person' a `first_name' and `last_name' person.first_name = 'Random' person.last_name = 'Person' Object.getPrototypeOf(mikhail).name // => 'Random Person'
Understanding JavaScript OOP — Sorella's Basement
Probablement le meilleur tutoriel javascript jamais écrit. (Pas pour les débutants) by Oct 4

