Thursday, November 21, 2013

Adding models to backbone collection without sorting

We've been using backbone.js at work a lot lately and I'm loving it so far. I wanted to share one thing I ran across recently where the solution to my problem was non-obvious. Problem: I needed to sort a backbone collection using a natural sort algorithm. In order to sort the collection, you need...

Wednesday, September 25, 2013

Facebook Post vs Status objects

I spent several hours wrestling with this, so hopefully this will help someone else: Facebook posts and statuses are remarkably similar. The differences are as follows: Facebook posts are any posts a user makes anywhere Facebook statuses are posts a user makes on his or her own wall/stream As you...