
★
sheepfilms
almost home
let's talk about Bridgerton tea, my ask is open
Aqua Utopia|海の底で記憶を紡ぐ
ojovivo
"I'm Dorothy Gale from Kansas"
we're not kids anymore.
TVSTRANGERTHINGS
No title available

Janaina Medeiros
dirt enthusiast
art blog(derogatory)

JVL

No title available
Keni
Not today Justin
Show & Tell
Lint Roller? I Barely Know Her
wallacepolsom
seen from Germany
seen from United States
seen from Singapore

seen from United Kingdom
seen from Malaysia

seen from United States

seen from Malaysia

seen from United Kingdom

seen from Taiwan
seen from United States

seen from United States
seen from United States
seen from United States
seen from Russia
seen from United States

seen from Türkiye

seen from United States

seen from Malaysia

seen from Malaysia

seen from Czechia
@backbonejs-blog
Series of various tutorials for learning backbone.js (not for advanced users)
@derickbailey - managing event handlers as relationship and not simply object references. More importantly, though, correctly modeling the relationship between the observer (event handler) and the subject (event broadcaster) can give us insight in to our code and create a more natural representation of how we think about, understand, and observe the real world.
Looks at how to might filter down items in a collection - @Jack_Franklin
Chaplin is an architecture for JavaScript applications using the Backbone.js library. Chaplin addresses Backbone’s limitations by providing a lightweight and flexible structure that features well-proven design patterns and best practices
The application is now displaying lists of tasks, but you can’t yet interact with them. This tutorial will cover:
Adding tasks
Editing tasks
Deleting tasks
Toggling tasks
@alex_young
Javascript is increasingly a larger and larger piece of logic and application building on both front-end and back-end technologies @matthiasak
Take your front-end to the next level.
Build sophisticated applications with Backbone.js
In this screencast we go over three different ways of booting your application @ngauthier
@elijahmanor ... focus on the bare essentials and then work up to more advanced concepts and resources...
Upgraded libraries on Vertebrae front-end framework, ready to roll with latest changes in jQuery 1.9.0 and Backbone 0.9.10.
Implementing the interface by using an unordered list to represent task lists. - Alex Young
The sync method itself takes three arguments, the first of which is the method(create, update, delete, and read). We need to map method to something Google’s API can understand - Alex Young
How to use Google’s APIs to sign into an app you’ve previously registered with the Google API Console... It might seem like a lot of work to get RequireJS, Backbone.js, and Google OAuth working together, but think about what this has achieved: 100% client-side scripting that can authenticate with existing Google accounts. - Alex Young
Backbone.js is based around RESTful APIs that speak in terms of CRUD (create, read, update and delete) - Alex Young
Code REUSE FTW! So what kind of stuff would we want to share between client and server?