Unlocking the Web Audio API

Unlocking the Web Audio API

“It’s going to be a music machine – like, full keyboard and everything – but
each of the keys is going to be mapped to – wait for it – cat sounds! We’ll call
it the ‘Meowsic Machine’! Oh, and we need it to be accessible to everyone via the
Web. Which is easy, right?
You are reminded that the universe can be a cruel place.
It’s now your job to make this happen.

FileReader Chunking and Base64 DataURLs

FileReader Chunking and Base64 DataURLs

In a hurry? You can now use our HUp jquery plugin to read files in a chunked fashion as data URLs. Hooray! Got a minute or two? Let’s talk about file read chunking, data URLs and base 64. If you’ve been looking forward to the previously promised discussion...
Ajax Upload XHR2, Take 2

Ajax Upload XHR2, Take 2

It’s a pleasure to be able to interact with files in the browser at long last, isn’t it? Reading files in without needing to bounce them against the server first opens up a lot of possibilities – and getting progress from a chunked ajax upload is...