Ajax Upload Part I: Framed (and jQuery Deferred)
Inevitably, people want their files on the Internet. If your project is about cute cats, someone will task you with allowing users to upload photos of their cats, videos of their cats, long rambling audio clips in which they attempt to convince their cat to stop attacking the microphone, etcetera. If your project is about the nature and proclivities of mold, someone, somewhere will want to share detailed photographic evidence of their mold problem. The need to upload files is a given.
Fun with CoffeeScript and Backbone.js : Part 3
In this post I’ll discuss my thoughts on CoffeeScript and Backbone.js.
Fun with CoffeeScript and Backbone.js : Part 2
In this post I’ll discuss the code that handles updating the UI.
Fun with CoffeeScript and Backbone.js : Part 1
CoffeeScript has been all the rage lately and I've been wanting to hop on board the bandwagon. I've also seen Backbone.js mentioned quite a bit and was even more intrigued after listening to this .NET Rocks podcast. I decided to convert some plain JavaScript code I had in a side project to use both CoffeeScript and Backbone.js and see how things went.