
backbone.js
Get flash to fully experience Pearltrees
Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better
Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors. Project page on GitHub Standard Select Turns ThisResources for getting started with Backbone.js
Sample App with Backbone.js and Twitter Bootstrap
Organizing your application using Modules (require.js) - Backbone.js Tutorials
Unfortunately Backbone.js does not tell you how to organize your code, leaving many developers in the dark regarding how to load scripts and lay out their development environments. This was quite a different decision to other JavaScript MVC frameworks who were more in favor of setting a development philosophy. Hopefully this tutorial will allow you to build a much more robust project with great separation of concerns between design and code. This tutorial will get you started on combining Backbone.js with AMD (Asynchronous Module Definitions). What is AMD? Asynchronous Module Definitions designed to load modular code asynchronously in the browser and server.Organiser son code Backbone JS en modules | Atinux
Lorsqu’on veut créer une petite application avec Backbone JS, il n’y a pas de problèmes, on peut tout mettre dans un fichier JavaScript et on ne s’embête pas à gérer l’ordre d’inclusion des fichiers (sauf pour les librairies).GIT
Naming Backbone.js Code with Require.js
Organizing Your Backbone.js Application With Modules – Organizing Your Backbone.js Application With Modules – Bocoup Web Log
Getting Started with Backbone.js
Unlike its web development peers, JavaScript has never really had much in the way of frameworks to provide structure. Thankfully, in recent years, that’s beginning to change. Today, I’d like to introduce you to Backbone.JS , a sweet little library that makes the process of creating complex, interactive and data driven apps so much easier.Cela fait un petit moment que je n’ai pas fait de tutoriel, mais c’était le temps de vous laisser digérer le tutoriel sur Mongoose qui est un très gros morceau et que vous avez tous lu je suis sûr… Comme dit dans ce dernier, je compte faire une application complète (API, MVC coté client, sockets, base de données…) et l’expliquer dans un long tutoriel (et pourquoi pas une vidéo ?). Malheureusement je me suis rendu compte que je ne vous avez pas fait un tutoriel sur Backbone JS et que je vais l’utiliser majoritairement dans mon application….

