Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. THIS WEEKEND
  2. Finish 'learning backbone completly' http://javascriptissexy.com/learn-backbone-js-completely/
  3. Using backbone, build simple version of DIALUPtv webpage (player, player-controls, player-menu, main-menu.
  4.  
  5. 31st - 6th :
  6. work out all the different playback bugs, add backbone, clean up modules and create an API with restify
  7. player-menu contains chat view, and channel/show/share (share on twitter, embed on facebook, add to favourite
  8. main-menu contains channel schedules, Network overview, signup form, and personal channel curation
  9.  
  10. Bugs:
  11. -explicitly call NEW AJAX in IE to prevent repeated use of the same AJAX (destroy old object)
  12. -set a 1s interval on the ended event to prevent hundreds of requests POLLING
  13. -Rewrite controls and player modules using encapsulation correctly, make sure they don't call themselves, tv and switcher should not be be global functions http://darrenderidder.github.io/talks/ModulePatterns/#/6
  14.  
  15. Before moving on to Accounts:
  16. - add next video preloading with load() and remainingTime();
  17. - add a few extra test channels (upload videos to free hosting sites)
  18. - read Testing chapters, add testing
  19.  
  20. create Mongo database with restify REST API
  21. read chapter 13,14,15 & http://backbonetutorials.com/nodejs-restify-mongodb-mongoose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement