Flutterby™! : JavaScript links otd

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

JavaScript links otd

2011-10-03 15:26:23.048319+00 by Dan Lyke 2 comments

A couple of JavaScript links. The first two were recommended by Elf Sternberg[Wiki]:

Two from Dwayne Anderson:

  • Backbone.js "...supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface." I'm not sure what all that means, but Dwayne said "I can't overstate my love for this library. It's completely changed how I write client-side code."
  • Underscore.js is a set of functional programming libraries.

Okay, one more:

[ related topics: Language Books tolkien Nature and environment Software Engineering Writing ]

comments in ascending chronological order (reverse):

#Comment Re: made: 2011-10-03 20:33:49.877169+00 by: Dwayne

one more for templating: http://mustache.github.com/

#Comment Re: made: 2011-10-03 20:41:29.726399+00 by: Dan Lyke

And while we're tossing stuff around, Bootstrap, from Twitter is a bunch of CSS layout tools.