Table of contents

[Show/Hide]
    • General Javascript
    • JavaScript Encoding Pointers
    • WebSockets

General Javascript

  • http://addyosmani.com/resources/essentialjsdesignpatterns/book/
  • http://www.quirksmode.org/js/this.html

JavaScript Encoding Pointers

  • https://developer.mozilla.org/en-US/docs/JavaScript/Typed_arrays/Uint8Array?redirectlocale=en-US&redirectslug=JavaScript_typed_arrays%2FUint8Array
  • http://stackoverflow.com/questions/6965107/converting-between-strings-and-arraybuffers
  • http://stackoverflow.com/questions/10412299/whats-the-difference-between-blobbuilder-and-the-new-blob-constructor
  • https://developer.mozilla.org/en-US/docs/JavaScript/Typed_arrays/DataView
  • http://snipplr.com/view/31206/
  • http://stackoverflow.com/questions/1240408/reading-bytes-from-a-javascript-string
  • http://answers.oreilly.com/topic/657-how-to-use-utf-8-with-javascript/
  • http://adamhooper.com/bodacity/src/utf8.js
  • http://stackoverflow.com/questions/8936984/uint8array-to-string-in-javascript
  • http://blog.emmanuelnelson.com/post/33303422587/blobs-and-javascript
  • https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest/Sending_and_Receiving_Binary_Data

WebSockets

  • http://www.html5rocks.com/en/tutorials/websockets/basics/

The original document is available at http://wiki.duboue.net/Thout-JavaScript